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

Issue 7230021: Fix authorizer issue with fts3 in WebDatabase. (Closed)

Created:
9 years, 6 months ago by Scott Hess - ex-Googler
Modified:
9 years, 6 months ago
Reviewers:
ericu, michaeln
CC:
chromium-reviews
Visibility:
Public.

Description

Fix authorizer issue with fts3 in WebDatabase. fts3 itself was authorized, but the most recent fts3 implementation calls PRAGMA page_size, and PRAGMA was not authorized. BUG=85522 TEST=See bug. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=90163

Patch Set 1 #

Total comments: 4

Patch Set 2 : Whitespace, and add patch file. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -0 lines) Patch
M third_party/sqlite/README.chromium View 1 3 chunks +3 lines, -0 lines 0 comments Download
M third_party/sqlite/amalgamation/sqlite3.c View 1 chunk +3 lines, -0 lines 0 comments Download
A third_party/sqlite/fts3_85522.patch View 1 1 chunk +21 lines, -0 lines 0 comments Download
M third_party/sqlite/src/ext/fts3/fts3.c View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Scott Hess - ex-Googler
Any one reviewer should be fine, let me know if there's someone more appropriate. Also, ...
9 years, 6 months ago (2011-06-22 20:16:12 UTC) #1
michaeln
http://codereview.chromium.org/7230021/diff/1/third_party/sqlite/README.chromium File third_party/sqlite/README.chromium (right): http://codereview.chromium.org/7230021/diff/1/third_party/sqlite/README.chromium#newcode80 third_party/sqlite/README.chromium:80: patch -p0 < ../sqlite/fts3_85522.patch where is this .patch file? ...
9 years, 6 months ago (2011-06-22 22:12:51 UTC) #2
Scott Hess - ex-Googler
I also see that I didn't add the patch file. Adding. http://codereview.chromium.org/7230021/diff/1/third_party/sqlite/src/ext/fts3/fts3.c File third_party/sqlite/src/ext/fts3/fts3.c (right): ...
9 years, 6 months ago (2011-06-22 23:25:34 UTC) #3
michaeln
9 years, 6 months ago (2011-06-23 00:08:12 UTC) #4
LGTM

> does that imply that it should be a layout test

A layout test (or a layout test like "browser test") would probably be the best
option.

Powered by Google App Engine
This is Rietveld 408576698