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

Issue 1312463002: [sql] Browser-side changes to allow sqlite to be a shlib. (Closed)

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

Description

[sql] Browser-side changes to allow sqlite to be a shlib. This CL NOT FOR CHECKIN. Blink-side changes at https://codereview.chromium.org/1308023003 Under the component build, sqlite.gyp builds a static library which is linked independently into shlibs and executables. This means that sql_unittests and the sql shlib will see different sqlite3 functions, which see different globals, and hilarity ensues. BUG=489444

Patch Set 1 #

Patch Set 2 : Check removal of sql/proxy.* #

Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -83 lines) Patch
M sql/connection_unittest.cc View 1 3 chunks +6 lines, -7 lines 0 comments Download
D sql/proxy.h View 1 1 chunk +0 lines, -39 lines 0 comments Download
D sql/proxy.cc View 1 1 chunk +0 lines, -28 lines 0 comments Download
M sql/sql.gyp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/sqlite/amalgamation/sqlite3.h View 3 chunks +38 lines, -3 lines 0 comments Download
M third_party/sqlite/amalgamation/sqlite3.c View 8 chunks +45 lines, -2 lines 0 comments Download
M third_party/sqlite/sqlite.gyp View 3 chunks +8 lines, -1 line 0 comments Download
M third_party/sqlite/src/src/recover.c View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
Scott Hess - ex-Googler
5 years, 4 months ago (2015-08-21 19:34:37 UTC) #1
Check removal of sql/proxy.*

Powered by Google App Engine
This is Rietveld 408576698