diff options
author | tsepez <tsepez@chromium.org> | 2016-03-25 10:00:11 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-03-25 10:00:11 -0700 |
commit | 86a61dc374e8abe351df03a1aa6665013cc39345 (patch) | |
tree | 12e70780099343259eb24730744f53900643d181 /DEPS | |
parent | 65ea3949de6536b1c122eadb4ac7828323fbc408 (diff) | |
download | pdfium-86a61dc374e8abe351df03a1aa6665013cc39345.tar.xz |
util.printd() replaces specified date with current date.
Added test case.
Several bugs going on here:
JS_LocalTime() ignoring argument and returning current time
and not factoring in the time zone adjustment.
Use of FXSYS_floor() silently casts result to float,
losing precision required to extract minutes and seconds.
Pre-existing wcsftime escapes not stripped.
BUG=pdfium:413
Review URL: https://codereview.chromium.org/1833053002
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ vars = { 'gmock_revision': '29763965ab52f24565299976b936d1265cb6a271', 'gtest_revision': '8245545b6dc9c4703e6496d1efd19e975ad2b038', 'icu_revision': '8d342a405be5ae8aacb1e16f0bc31c3a4fbf26a2', - 'pdfium_tests_revision': 'd671154d809b4fcf250e72523ef7d85df04c806a', + 'pdfium_tests_revision': 'eb87214cb2088536e96aae517f3a281818fbf5b0', 'skia_revision': '0a291c7b7eea1807bd58bdaa60c258fd0ebeb257', 'trace_event_revision': 'd83d44b13d07c2fd0a40101a7deef9b93b841732', 'v8_revision': '3c3d7e7be80f45eeea0dc74a71d7552e2afc2985', |