Review Request 110876: Port time_t to QDateTime in Loader, KHTMLPart and DocumentImpl (KHTML)

David Gil Oliva davidgiloliva at gmail.com
Mon Jun 10 22:27:22 UTC 2013



> On June 10, 2013, 8:30 a.m., David Faure wrote:
> > khtml/xml/dom_docimpl.cpp, line 2007
> > <http://git.reviewboard.kde.org/r/110876/diff/1/?file=149046#file149046line2007>
> >
> >     This isn't about two QDateTimes.
> >     
> >     It's about one QDateTime (m_creationDate) and one number of seconds, str.toULong(), relative to that creation date.
> >     
> >     If you don't call fromTime_t(str.toULong) but rather, like the old code, interpret that as a number of seconds relative to the creation date, you won't have the issue of two qdatetimes.
> >     
> >     In other words, this line should be
> >       expire_date = m_creationDate.addSecs(str.toULong());
> >     
> >     That's what the old code was doing (via relative=true).
> >     
> >     No need to change the DocLoader methods further, AFAICS.

AFAICS, your line can't work because m_creationDate is not a member of DocumentImpl, but a member of DocLoader. That's why I suggested overloading void DocLoader::setExpireDate(int seconds) or writing another method, for example, void DocLoader::setRelativeExpireDate(const int seconds).

Thank you for your time (and your patience) :-)


- David


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/110876/#review34019
-----------------------------------------------------------


On June 7, 2013, 10:35 p.m., David Gil Oliva wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/110876/
> -----------------------------------------------------------
> 
> (Updated June 7, 2013, 10:35 p.m.)
> 
> 
> Review request for KDE Frameworks.
> 
> 
> Description
> -------
> 
> Port time_t to QDateTime in Loader, KHTMLPart and DocumentImpl (KHTML)
> 
> 
> Diffs
> -----
> 
>   khtml/khtml_part.cpp a97ca0d8179a438a0ceb713100b5c335995ae9f4 
>   khtml/misc/loader.h 5e9db0f8baef69c7bb146e4bd6c8cefcdbfe09c2 
>   khtml/misc/loader.cpp c8812755b99f841f6e7b90da8e154810c1f7c23f 
>   khtml/xml/dom_docimpl.cpp 15f491857ebd17ef21a6df8e187ed16052974cca 
> 
> Diff: http://git.reviewboard.kde.org/r/110876/diff/
> 
> 
> Testing
> -------
> 
> It builds.
> 
> 
> Thanks,
> 
> David Gil Oliva
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20130610/634d5873/attachment.html>


More information about the Kde-frameworks-devel mailing list