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

Issue 545054: Introduce all the plumbing for Session Storage. This mostly consists of crea... (Closed)

Created:
10 years, 11 months ago by jorlow
Modified:
9 years, 6 months ago
Reviewers:
CC:
chromium-reviews_googlegroups.com, brettw+cc_chromium.org, ben+cc_chromium.org, Erik does not do reviews, jam, Aaron Boodman, pam+watch_chromium.org, Paweł Hajdan Jr., darin (slow to review)
Visibility:
Public.

Description

Introduce all the plumbing for Session Storage. This mostly consists of creating and tracking namespace ids in conjunction with the tabs. This is essentially just a bunch of dead code at the moment, but the next patch will get rid of the old way of generating/cloning IDs (initiated by the renderer) and instead use these IDs. TEST=none BUG=none

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+385 lines, -296 lines) Patch
M chrome/browser/chromeos/main_menu.cc View 1 2 3 2 chunks +6 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_host.cc View 1 2 3 2 chunks +8 lines, -1 line 0 comments Download
M chrome/browser/in_process_webkit/browser_webkitclient_impl.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/in_process_webkit/browser_webkitclient_impl.cc View 1 2 3 1 chunk +0 lines, -9 lines 0 comments Download
M chrome/browser/in_process_webkit/dom_storage_context.h View 1 2 3 3 chunks +37 lines, -20 lines 0 comments Download
M chrome/browser/in_process_webkit/dom_storage_context.cc View 1 2 3 6 chunks +80 lines, -44 lines 0 comments Download
M chrome/browser/in_process_webkit/dom_storage_dispatcher_host.h View 1 2 3 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/in_process_webkit/dom_storage_dispatcher_host.cc View 1 2 3 5 chunks +7 lines, -51 lines 0 comments Download
M chrome/browser/in_process_webkit/dom_storage_namespace.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/in_process_webkit/dom_storage_namespace.cc View 1 2 3 3 chunks +12 lines, -13 lines 0 comments Download
M chrome/browser/in_process_webkit/webkit_context.h View 1 2 3 2 chunks +7 lines, -1 line 0 comments Download
M chrome/browser/in_process_webkit/webkit_context.cc View 1 2 3 1 chunk +25 lines, -27 lines 0 comments Download
M chrome/browser/renderer_host/render_view_host.h View 1 2 3 2 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/renderer_host/render_view_host.cc View 1 2 3 3 chunks +12 lines, -6 lines 0 comments Download
M chrome/browser/renderer_host/render_view_host_factory.h View 1 2 3 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/renderer_host/render_view_host_factory.cc View 1 2 3 1 chunk +6 lines, -3 lines 0 comments Download
M chrome/browser/renderer_host/resource_message_filter.h View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/renderer_host/resource_message_filter.cc View 1 2 3 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/renderer_host/test/test_render_view_host.h View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/renderer_host/test/test_render_view_host.cc View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/tab_contents/interstitial_page.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/tab_contents/navigation_controller.h View 1 2 3 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/navigation_controller.cc View 1 2 3 4 chunks +13 lines, -1 line 0 comments Download
M chrome/browser/tab_contents/render_view_host_manager.cc View 1 2 3 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/views/notifications/balloon_view_host.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M chrome/chrome_common.gypi View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A chrome/common/dom_storage_common.h View 1 3 1 chunk +16 lines, -0 lines 0 comments Download
D chrome/common/dom_storage_type.h View 1 2 3 1 chunk +0 lines, -13 lines 0 comments Download
M chrome/common/render_messages.h View 1 2 3 4 chunks +53 lines, -2 lines 0 comments Download
M chrome/common/render_messages_internal.h View 1 2 3 3 chunks +6 lines, -18 lines 0 comments Download
M chrome/renderer/render_thread.h View 1 2 3 3 chunks +3 lines, -5 lines 0 comments Download
M chrome/renderer/render_thread.cc View 1 2 3 1 chunk +4 lines, -6 lines 0 comments Download
M chrome/renderer/render_view.h View 1 2 3 3 chunks +9 lines, -2 lines 0 comments Download
M chrome/renderer/render_view.cc View 1 2 3 5 chunks +15 lines, -6 lines 0 comments Download
M chrome/renderer/renderer_webkitclient_impl.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/renderer/renderer_webkitclient_impl.cc View 1 2 3 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/renderer/renderer_webstoragenamespace_impl.h View 1 2 3 2 chunks +2 lines, -5 lines 0 comments Download
M chrome/renderer/renderer_webstoragenamespace_impl.cc View 1 2 3 2 chunks +7 lines, -24 lines 0 comments Download
M chrome/test/render_view_test.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M chrome/test/testing_profile.h View 1 2 3 3 chunks +10 lines, -1 line 0 comments Download
M chrome/worker/worker_webkitclient_impl.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/worker/worker_webkitclient_impl.cc View 1 2 3 1 chunk +0 lines, -5 lines 0 comments Download
M webkit/tools/test_shell/test_shell_webkit_init.h View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698