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

Issue 1311913002: [sqlite] Remove WebDatabase externs and depend on what you use. (Closed)

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

Description

[sqlite] Remove WebDatabase externs and depend on what you use. WebDatabase used an extern "C" section to declare the monkey-patching symbols it uses from our patched SQLite VFS code. Switch to the items exported from sqlite3.h. Additionally, various modules were satisfying an implicit dependency on icu via SQLite's static library (SQLite needs it for the REGEXP override in sqlite/src/ext/icu/icu.c). Change the modules depending on the sqlite library to also depend on icu, so that sqlite can work with component build. BUG=489444 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201093

Patch Set 1 #

Patch Set 2 : Doc the #define #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -15 lines) Patch
M Source/core/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/core.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/modules/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/modules.gyp View 1 chunk +3 lines, -1 line 0 comments Download
M Source/modules/webdatabase/sqlite/SQLiteFileSystemPosix.cpp View 1 2 chunks +3 lines, -9 lines 0 comments Download
M Source/modules/webdatabase/sqlite/SQLiteFileSystemWin.cpp View 1 2 chunks +3 lines, -5 lines 0 comments Download

Messages

Total messages: 15 (5 generated)
Scott Hess - ex-Googler
Doc the #define
5 years, 3 months ago (2015-08-24 21:23:43 UTC) #1
Scott Hess - ex-Googler
Browser-side changes which this enables: https://codereview.chromium.org/1312463002 CHROMIUM_SQLITE_INTERNALS is a horrible hack, but I think it's ...
5 years, 3 months ago (2015-08-24 21:24:55 UTC) #3
michaeln
lgtm
5 years, 3 months ago (2015-08-24 22:22:01 UTC) #4
Scott Hess - ex-Googler
haraken@ OWNERS review for modules/ and core/ gyp/gn changes. Thanks, scott
5 years, 3 months ago (2015-08-24 22:29:31 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1311913002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1311913002/20001
5 years, 3 months ago (2015-08-24 22:30:10 UTC) #8
haraken
LGTM
5 years, 3 months ago (2015-08-24 23:23:05 UTC) #9
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/103394)
5 years, 3 months ago (2015-08-24 23:31:49 UTC) #11
Scott Hess - ex-Googler
On 2015/08/24 23:31:49, commit-bot: I haz the power wrote: > Dry run: Try jobs failed ...
5 years, 3 months ago (2015-08-25 00:05:07 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1311913002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1311913002/20001
5 years, 3 months ago (2015-08-25 01:55:45 UTC) #14
commit-bot: I haz the power
5 years, 3 months ago (2015-08-25 03:00:40 UTC) #15
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=201093

Powered by Google App Engine
This is Rietveld 408576698