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

Issue 6691002: Move AppCache common code to content and split off AppCache messages into the... (Closed)

Created:
9 years, 9 months ago by jam
Modified:
9 years, 7 months ago
Reviewers:
michaeln
CC:
chromium-reviews, michaeln, darin-cc_chromium.org, jam, brettw-cc_chromium.org
Visibility:
Public.

Description

Move AppCache common code to content and split off AppCache messages into their own file. Also move WebMessagePortChannel and WebDatabaseObserverImpl to content. TBR=michaeln Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=77990

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+216 lines, -1001 lines) Patch
M chrome/chrome_common.gypi View 2 chunks +0 lines, -9 lines 0 comments Download
D chrome/common/appcache/appcache_backend_proxy.h View 1 chunk +0 lines, -47 lines 0 comments Download
D chrome/common/appcache/appcache_backend_proxy.cc View 1 chunk +0 lines, -70 lines 0 comments Download
D chrome/common/appcache/appcache_dispatcher.h View 1 chunk +0 lines, -48 lines 0 comments Download
D chrome/common/appcache/appcache_dispatcher.cc View 1 chunk +0 lines, -61 lines 0 comments Download
M chrome/common/render_messages.h View 5 chunks +0 lines, -208 lines 0 comments Download
M chrome/common/render_messages.cc View 1 chunk +0 lines, -86 lines 0 comments Download
D chrome/common/web_database_observer_impl.h View 1 chunk +0 lines, -29 lines 0 comments Download
D chrome/common/web_database_observer_impl.cc View 1 chunk +0 lines, -53 lines 0 comments Download
D chrome/common/webmessageportchannel_impl.h View 1 chunk +0 lines, -78 lines 0 comments Download
D chrome/common/webmessageportchannel_impl.cc View 1 chunk +0 lines, -244 lines 0 comments Download
M chrome/renderer/render_thread.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/renderer/render_view.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/renderer/renderer_webkitclient_impl.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/renderer/websharedworker_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/webworker_base.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/webworker_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/worker/websharedworker_stub.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/worker/webworker_stub.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/worker/webworkerclient_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/worker/worker_thread.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/worker/worker_webapplicationcachehost_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/worker/worker_webkitclient_impl.cc View 1 chunk +1 line, -3 lines 0 comments Download
M content/browser/appcache/appcache_dispatcher_host.cc View 3 chunks +15 lines, -14 lines 0 comments Download
M content/browser/appcache/appcache_frontend_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
M + content/common/appcache/appcache_backend_proxy.h View 2 chunks +4 lines, -4 lines 0 comments Download
M + content/common/appcache/appcache_backend_proxy.cc View 3 chunks +13 lines, -13 lines 0 comments Download
M + content/common/appcache/appcache_dispatcher.h View 2 chunks +5 lines, -5 lines 0 comments Download
M + content/common/appcache/appcache_dispatcher.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A content/common/appcache_messages.h View 1 chunk +137 lines, -0 lines 0 comments Download
M content/common/content_message_generator.h View 1 chunk +1 line, -0 lines 0 comments Download
A + content/common/web_database_observer_impl.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + content/common/web_database_observer_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + content/common/webmessageportchannel_impl.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + content/common/webmessageportchannel_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/content_common.gypi View 2 chunks +10 lines, -0 lines 0 comments Download
M ipc/ipc_message_utils.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
jam
9 years, 9 months ago (2011-03-13 23:27:11 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698