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

Issue 348071: First half of http://codereview.chromium.org/274014/show... (Closed)

Created:
11 years, 1 month ago by jorlow
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com, brettw+cc_chromium.org, darin (slow to review), ben+cc_chromium.org, jam, Paweł Hajdan Jr.
Visibility:
Public.

Description

First half of http://codereview.chromium.org/274014/show This fixes storage events in single process mode, fixes a bug due to the glue/webkitclient_impl not being updated when I introduced quota support, introduces a params struct for storage events, and is general cleanup. Submitting this first since the change to add the url param made things bigger than I liked. TBR=darin TEST=none BUG=25427 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30945

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+153 lines, -90 lines) Patch
M chrome/browser/in_process_webkit/browser_webkitclient_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/in_process_webkit/browser_webkitclient_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/in_process_webkit/dom_storage_dispatcher_host.h View 4 chunks +8 lines, -9 lines 0 comments Download
M chrome/browser/in_process_webkit/dom_storage_dispatcher_host.cc View 5 chunks +31 lines, -27 lines 0 comments Download
M chrome/browser/in_process_webkit/dom_storage_uitest.cc View 3 chunks +4 lines, -12 lines 0 comments Download
M chrome/common/render_messages.h View 2 chunks +52 lines, -0 lines 0 comments Download
M chrome/common/render_messages_internal.h View 1 chunk +2 lines, -6 lines 0 comments Download
M chrome/renderer/render_thread.h View 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/renderer/render_thread.cc View 1 chunk +6 lines, -7 lines 0 comments Download
M chrome/renderer/renderer_webkitclient_impl.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/renderer/renderer_webkitclient_impl.cc View 3 chunks +14 lines, -0 lines 0 comments Download
M chrome/worker/worker_webkitclient_impl.h View 1 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/worker/worker_webkitclient_impl.cc View 2 chunks +21 lines, -0 lines 0 comments Download
M webkit/glue/webkitclient_impl.h View 1 chunk +0 lines, -6 lines 0 comments Download
M webkit/glue/webkitclient_impl.cc View 2 chunks +0 lines, -18 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
jorlow
11 years, 1 month ago (2009-11-04 04:19:14 UTC) #1
darin (slow to review)
11 years, 1 month ago (2009-11-04 05:19:58 UTC) #2
OK

Powered by Google App Engine
This is Rietveld 408576698