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

Issue 10830228: Chromium glue for Preemptive cursors and passing keys from renderer to browser (Closed)

Created:
8 years, 4 months ago by alecflett
Modified:
8 years, 4 months ago
Reviewers:
dgrogan, jsbell
CC:
chromium-reviews, joi+watch-content_chromium.org, jam, darin-cc_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Chromium glue for Preemptive cursors and passing keys from renderer to browser This will allow indexing to happen renderer-side BUG=134493 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=151047

Patch Set 1 #

Total comments: 6

Patch Set 2 : Moved dispatching to static methods, async messages #

Unified diffs Side-by-side diffs Delta from patch set Stats (+156 lines, -14 lines) Patch
M content/browser/in_process_webkit/indexed_db_dispatcher_host.h View 1 chunk +10 lines, -0 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_dispatcher_host.cc View 3 chunks +37 lines, -0 lines 0 comments Download
M content/common/indexed_db/indexed_db_dispatcher.h View 1 3 chunks +4 lines, -2 lines 0 comments Download
M content/common/indexed_db/indexed_db_dispatcher.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M content/common/indexed_db/indexed_db_messages.h View 1 3 chunks +22 lines, -1 line 0 comments Download
M content/common/indexed_db/proxy_webidbobjectstore_impl.h View 2 chunks +18 lines, -5 lines 0 comments Download
M content/common/indexed_db/proxy_webidbobjectstore_impl.cc View 1 3 chunks +62 lines, -5 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
alecflett
Here's the chrome side - just boilerplate IPC, with one note about setIndexKeys being async. ...
8 years, 4 months ago (2012-08-08 22:15:47 UTC) #1
alecflett
Here's the chrome side - just boilerplate IPC, with one note about setIndexKeys being async. ...
8 years, 4 months ago (2012-08-08 22:15:48 UTC) #2
dgrogan
lgtm I haven't been following this effort too closely, you should probably let Josh take ...
8 years, 4 months ago (2012-08-08 23:02:49 UTC) #3
jsbell
lgtm as well... I think I'm coming around to the renderer-driven index population approach, although ...
8 years, 4 months ago (2012-08-08 23:34:08 UTC) #4
alecflett
Issues addressed..landing now http://codereview.chromium.org/10830228/diff/1/content/common/indexed_db/indexed_db_dispatcher.cc File content/common/indexed_db/indexed_db_dispatcher.cc (right): http://codereview.chromium.org/10830228/diff/1/content/common/indexed_db/indexed_db_dispatcher.cc#newcode459 content/common/indexed_db/indexed_db_dispatcher.cc:459: std::vector<string16> index_names(web_index_names.size()); On 2012/08/08 23:02:50, dgrogan ...
8 years, 4 months ago (2012-08-09 20:54:18 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alecflett@chromium.org/10830228/10
8 years, 4 months ago (2012-08-09 20:54:31 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alecflett@chromium.org/10830228/10
8 years, 4 months ago (2012-08-10 15:29:35 UTC) #7
commit-bot: I haz the power
8 years, 4 months ago (2012-08-10 16:35:09 UTC) #8
Change committed as 151047

Powered by Google App Engine
This is Rietveld 408576698