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

Issue 22410007: Move appcache_frontend_impl.* to content/renderer/ (Closed)

Created:
7 years, 4 months ago by tfarina
Modified:
7 years, 4 months ago
Reviewers:
michaeln, jamesr, jam
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

Move appcache_frontend_impl.* to content/child/ BUG=265753 TEST=content_unittests R=jam@chromium.org,jamesr@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=216942

Patch Set 1 #

Total comments: 3

Patch Set 2 : mv to content/child #

Patch Set 3 : mv web_application too #

Patch Set 4 : fixes #

Total comments: 3

Patch Set 5 : appcache dir #

Patch Set 6 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+138 lines, -984 lines) Patch
A + content/child/appcache/OWNERS View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + content/child/appcache/appcache_backend_proxy.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
A + content/child/appcache/appcache_backend_proxy.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + content/child/appcache/appcache_dispatcher.h View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
A + content/child/appcache/appcache_dispatcher.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + content/child/appcache/appcache_frontend_impl.h View 1 2 3 4 1 chunk +14 lines, -17 lines 0 comments Download
A + content/child/appcache/appcache_frontend_impl.cc View 1 2 3 4 6 chunks +35 lines, -33 lines 0 comments Download
A + content/child/appcache/web_application_cache_host_impl.h View 1 2 3 4 6 chunks +12 lines, -12 lines 0 comments Download
A + content/child/appcache/web_application_cache_host_impl.cc View 1 2 3 4 14 chunks +43 lines, -41 lines 0 comments Download
D content/child/appcache_backend_proxy.h View 1 2 3 4 1 chunk +0 lines, -54 lines 0 comments Download
D content/child/appcache_backend_proxy.cc View 1 2 3 4 1 chunk +0 lines, -80 lines 0 comments Download
D content/child/appcache_dispatcher.h View 1 2 3 4 1 chunk +0 lines, -53 lines 0 comments Download
D content/child/appcache_dispatcher.cc View 1 2 3 4 1 chunk +0 lines, -72 lines 0 comments Download
M content/content_child.gypi View 1 2 3 4 1 chunk +8 lines, -4 lines 0 comments Download
M content/renderer/npapi/webplugin_impl.cc View 1 2 3 4 2 chunks +1 line, -2 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 3 4 3 chunks +3 lines, -7 lines 0 comments Download
M content/renderer/render_thread_impl.cc View 1 2 3 4 3 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 4 5 3 chunks +2 lines, -4 lines 0 comments Download
M content/renderer/renderer_webapplicationcachehost_impl.h View 1 2 3 4 1 chunk +3 lines, -4 lines 0 comments Download
M content/worker/DEPS View 1 1 chunk +0 lines, -1 line 0 comments Download
M content/worker/worker_thread.cc View 1 2 3 4 3 chunks +3 lines, -3 lines 0 comments Download
M content/worker/worker_webapplicationcachehost_impl.h View 1 2 3 4 2 chunks +2 lines, -3 lines 0 comments Download
M content/worker/worker_webapplicationcachehost_impl.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
D webkit/renderer/appcache/appcache_frontend_impl.h View 1 chunk +0 lines, -37 lines 0 comments Download
D webkit/renderer/appcache/appcache_frontend_impl.cc View 1 chunk +0 lines, -126 lines 0 comments Download
D webkit/renderer/appcache/web_application_cache_host_impl.h View 1 2 1 chunk +0 lines, -86 lines 0 comments Download
D webkit/renderer/appcache/web_application_cache_host_impl.cc View 1 2 1 chunk +0 lines, -328 lines 0 comments Download
M webkit/storage_renderer.gyp View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M webkit/support/test_webkit_platform_support.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 15 (0 generated)
tfarina
https://codereview.chromium.org/22410007/diff/1/content/worker/DEPS File content/worker/DEPS (right): https://codereview.chromium.org/22410007/diff/1/content/worker/DEPS#newcode3 content/worker/DEPS:3: "+content/renderer/appcache_frontend_impl.h", John, is this OK?
7 years, 4 months ago (2013-08-08 23:07:18 UTC) #1
michaeln
https://codereview.chromium.org/22410007/diff/1/content/worker/DEPS File content/worker/DEPS (right): https://codereview.chromium.org/22410007/diff/1/content/worker/DEPS#newcode3 content/worker/DEPS:3: "+content/renderer/appcache_frontend_impl.h", This file/class should be in content/child instead of ...
7 years, 4 months ago (2013-08-08 23:51:15 UTC) #2
tfarina
https://codereview.chromium.org/22410007/diff/1/content/worker/DEPS File content/worker/DEPS (right): https://codereview.chromium.org/22410007/diff/1/content/worker/DEPS#newcode3 content/worker/DEPS:3: "+content/renderer/appcache_frontend_impl.h", On 2013/08/08 23:51:15, michaeln wrote: > This file/class ...
7 years, 4 months ago (2013-08-08 23:53:57 UTC) #3
tfarina
Michael, PTAL!
7 years, 4 months ago (2013-08-09 00:08:46 UTC) #4
michaeln
lgtm And if you can find a way to delete webkit_support and test_webkit_platform_support.cc, that'd be ...
7 years, 4 months ago (2013-08-09 00:27:13 UTC) #5
michaeln
On 2013/08/09 00:27:13, michaeln wrote: > lgtm > > And if you can find a ...
7 years, 4 months ago (2013-08-09 00:39:53 UTC) #6
tfarina
On 2013/08/09 00:39:53, michaeln wrote: > On 2013/08/09 00:27:13, michaeln wrote: > > lgtm > ...
7 years, 4 months ago (2013-08-09 00:41:53 UTC) #7
tfarina
Moved. Michael, ptal!
7 years, 4 months ago (2013-08-09 01:31:32 UTC) #8
jam
lgtm with nits https://codereview.chromium.org/22410007/diff/20001/content/child/appcache_frontend_impl.h File content/child/appcache_frontend_impl.h (right): https://codereview.chromium.org/22410007/diff/20001/content/child/appcache_frontend_impl.h#newcode1 content/child/appcache_frontend_impl.h:1: // Copyright (c) 2011 The Chromium ...
7 years, 4 months ago (2013-08-09 03:54:29 UTC) #9
michaeln
lgtm2
7 years, 4 months ago (2013-08-09 21:30:26 UTC) #10
tfarina
https://codereview.chromium.org/22410007/diff/20001/content/child/appcache_frontend_impl.h File content/child/appcache_frontend_impl.h (right): https://codereview.chromium.org/22410007/diff/20001/content/child/appcache_frontend_impl.h#newcode1 content/child/appcache_frontend_impl.h:1: // Copyright (c) 2011 The Chromium Authors. All rights ...
7 years, 4 months ago (2013-08-09 21:49:18 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/22410007/36001
7 years, 4 months ago (2013-08-10 22:05:14 UTC) #12
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=186270
7 years, 4 months ago (2013-08-11 03:16:30 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/22410007/36001
7 years, 4 months ago (2013-08-11 03:17:50 UTC) #14
commit-bot: I haz the power
7 years, 4 months ago (2013-08-12 05:50:55 UTC) #15
Message was sent while issue was closed.
Change committed as 216942

Powered by Google App Engine
This is Rietveld 408576698