Skip to content
  • commit-queue@webkit.org's avatar
    2010-11-08 John Knottenbelt <jknotten@chromium.org> · 78873c9b
    commit-queue@webkit.org authored
            Reviewed by Steve Block.
    
            Convert to and from DOMTimeStamp with converter functions.
            This is a refactoring only, covered by existing layout tests.
            https://bugs.webkit.org/show_bug.cgi?id=49066
    
            * GNUmakefile.am:
            * WebCore.gypi:
            * WebCore.pro:
            * WebCore.vcproj/WebCore.vcproj:
            * WebCore.xcodeproj/project.pbxproj:
            * dom/DOMTimeStamp.h: Added.
            (WebCore::convertSecondsToDOMTimeStamp):
            (WebCore::convertDOMTimeStampToSeconds):
            * dom/Event.cpp:
            (WebCore::Event::Event):
            * dom/Event.h:
            * page/Geolocation.cpp:
            (WebCore::Geolocation::haveSuitableCachedPosition):
            * platform/android/GeolocationServiceAndroid.cpp:
            (WebCore::GeolocationServiceAndroid::isPositionMoreTimely):
    2010-11-08  John Knottenbelt  <jknotten@chromium.org>
    
            Reviewed by Steve Block.
    
            Convert to and from DOMTimeStamp with converter functions
            https://bugs.webkit.org/show_bug.cgi?id=49066
    
            * src/WebDataSourceImpl.cpp:
            (WebKit::WebDataSourceImpl::triggeringEventTime):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71602 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    78873c9b