Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1245)

Issue 9467016: Get rid of WebKitContext. Only two out of six HTML5 related objects were in it and it was just a gl… (Closed)

Created:
8 years, 10 months ago by jam
Modified:
8 years, 10 months ago
Reviewers:
Elliot Glaysher
CC:
chromium-reviews, Avi (use Gerrit), creis+watch_chromium.org, ajwong+watch_chromium.org, jam, mihaip+watch_chromium.org, joi+watch-content_chromium.org, Aaron Boodman, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Get rid of WebKitContext. Only two out of six HTML5 related objects were in it and it was just a glorified std::pair after the recent refactorings. BUG=98716 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=123588

Patch Set 1 : #

Patch Set 2 : #

Patch Set 3 : fix bug #

Unified diffs Side-by-side diffs Delta from patch set Stats (+145 lines, -250 lines) Patch
M base/supports_user_data.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/browsing_data_indexed_db_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/browsing_data_local_storage_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/browsing_data_local_storage_helper_browsertest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/browsing_data_remover.cc View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/browsing_data_remover_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_data_deleter.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/extensions/extension_service_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/test/base/testing_profile.h View 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/test/base/testing_profile.cc View 2 chunks +0 lines, -5 lines 0 comments Download
M content/browser/browser_context.cc View 1 2 9 chunks +41 lines, -15 lines 0 comments Download
M content/browser/in_process_webkit/dom_storage_area.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/in_process_webkit/dom_storage_browsertest.cc View 2 chunks +5 lines, -6 lines 0 comments Download
M content/browser/in_process_webkit/dom_storage_context_impl.h View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/in_process_webkit/dom_storage_context_impl.cc View 3 chunks +2 lines, -10 lines 0 comments Download
M content/browser/in_process_webkit/dom_storage_message_filter.h View 4 chunks +4 lines, -7 lines 0 comments Download
M content/browser/in_process_webkit/dom_storage_message_filter.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/in_process_webkit/dom_storage_namespace.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/in_process_webkit/dom_storage_unittest.cc View 3 chunks +6 lines, -5 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_browsertest.cc View 4 chunks +9 lines, -7 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_context_impl.h View 1 3 chunks +4 lines, -2 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_context_impl.cc View 4 chunks +3 lines, -11 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_dispatcher_host.h View 4 chunks +5 lines, -7 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_dispatcher_host.cc View 5 chunks +6 lines, -6 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_quota_client_unittest.cc View 2 chunks +2 lines, -3 lines 0 comments Download
D content/browser/in_process_webkit/webkit_context.h View 1 chunk +0 lines, -63 lines 0 comments Download
D content/browser/in_process_webkit/webkit_context.cc View 1 chunk +0 lines, -42 lines 0 comments Download
M content/browser/renderer_host/render_message_filter.h View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/render_message_filter.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 2 chunks +6 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_view_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/resource_context_impl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/resource_context_impl.cc View 4 chunks +16 lines, -10 lines 0 comments Download
M content/browser/tab_contents/navigation_controller_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/worker_host/worker_process_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/content_browser.gypi View 1 chunk +0 lines, -2 lines 0 comments Download
M content/public/browser/browser_context.h View 2 chunks +5 lines, -3 lines 0 comments Download
M content/public/browser/dom_storage_context.h View 1 chunk +0 lines, -3 lines 0 comments Download
M content/public/browser/indexed_db_context.h View 1 chunk +0 lines, -5 lines 0 comments Download
M content/shell/shell_browser_context.cc View 1 chunk +0 lines, -1 line 0 comments Download
M content/test/test_browser_context.h View 1 chunk +0 lines, -2 lines 0 comments Download
M content/test/test_browser_context.cc View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
jam
8 years, 10 months ago (2012-02-24 21:24:27 UTC) #1
Elliot Glaysher
8 years, 10 months ago (2012-02-24 21:33:04 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698