Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Issue 1638943002: [sqlite] Reenable deprecated methods on unix VFS. (Closed)

Created:
4 years, 11 months ago by Scott Hess - ex-Googler
Modified:
4 years, 11 months ago
Reviewers:
michaeln
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[sqlite] Reenable deprecated methods on unix VFS. In SQLite 3.10.2, the Unix VFS no longer defines unixCurrentTime(), instead relying on unixCurrentTimeInt64(). The websql vfs wrapper wraps at the v1 level, so expected to see xCurrentTime(). Backports http://www.sqlite.org/src/info/c11c85fdb6514cae "Reenable the xCurrentTime and xGetLastError methods on the unix VFSes as long as SQLITE_OMIT_DEPRECATED is not defined." BUG=580948 TBR=michaeln@chromium.org Committed: https://crrev.com/2be9709552db24566a960a33e0997775dea5cf0f Cr-Commit-Position: refs/heads/master@{#371622}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -4 lines) Patch
M third_party/sqlite/amalgamation/sqlite3.c View 2 chunks +2 lines, -2 lines 0 comments Download
A third_party/sqlite/patches/0011-backport-Reenable-deprecated-methods-on-unix-VFS.patch View 1 chunk +42 lines, -0 lines 0 comments Download
M third_party/sqlite/src/src/os_unix.c View 2 chunks +2 lines, -2 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 11 (4 generated)
Scott Hess - ex-Googler
My first pass was to modify chromium_vfs to implement chromiumCurrentTime() in terms of the wrapped ...
4 years, 11 months ago (2016-01-26 19:28:08 UTC) #1
Scott Hess - ex-Googler
On 2016/01/26 19:28:08, Scott Hess wrote: > My first pass was to modify chromium_vfs to ...
4 years, 11 months ago (2016-01-26 19:32:56 UTC) #2
Scott Hess - ex-Googler
On 2016/01/26 19:32:56, Scott Hess wrote: > On 2016/01/26 19:28:08, Scott Hess wrote: > > ...
4 years, 11 months ago (2016-01-26 21:36:03 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1638943002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1638943002/1
4 years, 11 months ago (2016-01-26 21:37:02 UTC) #6
michaeln
lgtm
4 years, 11 months ago (2016-01-26 21:57:25 UTC) #7
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 11 months ago (2016-01-26 22:42:42 UTC) #9
commit-bot: I haz the power
4 years, 11 months ago (2016-01-26 22:43:47 UTC) #11
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/2be9709552db24566a960a33e0997775dea5cf0f
Cr-Commit-Position: refs/heads/master@{#371622}

Powered by Google App Engine
This is Rietveld 408576698