DescriptionUpgrade Blink to milliseconds-based last modified filetimes, part 3.
With WebFileInfo now recording modification time in milliseconds via
modificationTimeMS, switch FileMetadata over to using it and keep a
milliseconds-based modification time field also. Also have the fileapi's
File object's snapshot times be milliseconds-based.
To make it clearer what units the modification time values are over,
append a MS suffix. This is temporary until the conversion is complete.
This patch is the third one in the following series,
1: [blink] add WebFileInfo::modificationTimeMS [ https://codereview.chromium.org/873723004/ ]
2: [chromium] fill in modificationTimeMS [ https://codereview.chromium.org/884413002/ ]
3: [blink] *this one* [ https://codereview.chromium.org/884393002/ ]
4: [chromium] set modificationTime to something msec-based [ https://codereview.chromium.org/862203003/ ]
5: [blink] switch to using modificationTime instead of *MS [ https://codereview.chromium.org/882343002/ ]
6: [chromium] stop setting modificationTimeMS [ https://codereview.chromium.org/890523002/ ]
7: [blink] remove modificationTimeMS [ https://codereview.chromium.org/869613005/ ]
R=mkwst,jsbell
BUG=451747
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=189475
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=189755
Patch Set 1 #Patch Set 2 : Upgrade serialization of files to be ms-based also #Patch Set 3 : fix fast/storage test #
Total comments: 2
Patch Set 4 : consistent naming #Patch Set 5 : Stop using time_t over getFileModificationTime(); not sound #Messages
Total messages: 36 (12 generated)
|