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

Issue 6667057: Loading from the "most appropiate" appcache. (Closed)

Created:
9 years, 9 months ago by michaeln
Modified:
9 years, 7 months ago
Reviewers:
jennb, adamk
CC:
chromium-reviews, michaeln, jam, darin-cc_chromium.org, pam+watch_chromium.org
Visibility:
Public.

Description

Plumbing to support loading from the "most appropriate" appcache. BUG=68479 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78934

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 1

Patch Set 3 : '' #

Total comments: 12

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -8 lines) Patch
M content/browser/appcache/appcache_dispatcher_host.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/appcache/appcache_dispatcher_host.cc View 1 2 chunks +9 lines, -0 lines 0 comments Download
M content/common/appcache/appcache_backend_proxy.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/common/appcache/appcache_backend_proxy.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
M content/common/appcache_messages.h View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M content/worker/worker_webapplicationcachehost_impl.h View 1 2 1 chunk +8 lines, -5 lines 0 comments Download
M content/worker/worker_webapplicationcachehost_impl.cc View 1 2 1 chunk +20 lines, -1 line 0 comments Download
M webkit/appcache/appcache_backend_impl.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M webkit/appcache/appcache_backend_impl.cc View 1 2 3 1 chunk +11 lines, -0 lines 0 comments Download
M webkit/appcache/appcache_interfaces.h View 1 chunk +1 line, -0 lines 0 comments Download
M webkit/appcache/web_application_cache_host_impl.h View 1 chunk +2 lines, -1 line 0 comments Download
M webkit/appcache/web_application_cache_host_impl.cc View 1 3 2 chunks +8 lines, -1 line 0 comments Download
M webkit/tools/test_shell/simple_appcache_system.cc View 1 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
michaeln
Hello, Please take a look at the associated bug to get an idea of what's ...
9 years, 9 months ago (2011-03-17 21:54:46 UTC) #1
michaeln
http://codereview.chromium.org/6667057/diff/6001/webkit/appcache/web_application_cache_host_impl.cc File webkit/appcache/web_application_cache_host_impl.cc (right): http://codereview.chromium.org/6667057/diff/6001/webkit/appcache/web_application_cache_host_impl.cc#newcode167 webkit/appcache/web_application_cache_host_impl.cc:167: i'm gonna run some try jobs with a CHECK(frame) ...
9 years, 9 months ago (2011-03-17 21:58:51 UTC) #2
adamk
I'm happy to review. It felt kinda weird that I wasn't reviewing anything! Mostly nits ...
9 years, 9 months ago (2011-03-17 23:33:29 UTC) #3
adamk
http://codereview.chromium.org/6667057/diff/6006/webkit/appcache/web_application_cache_host_impl.h File webkit/appcache/web_application_cache_host_impl.h (right): http://codereview.chromium.org/6667057/diff/6006/webkit/appcache/web_application_cache_host_impl.h#newcode48 webkit/appcache/web_application_cache_host_impl.h:48: const WebKit::WebFrame*); On 2011/03/17 23:33:29, Adam Klein wrote: > ...
9 years, 9 months ago (2011-03-17 23:34:14 UTC) #4
michaeln
http://codereview.chromium.org/6667057/diff/6006/content/common/appcache/appcache_backend_proxy.cc File content/common/appcache/appcache_backend_proxy.cc (right): http://codereview.chromium.org/6667057/diff/6006/content/common/appcache/appcache_backend_proxy.cc#newcode20 content/common/appcache/appcache_backend_proxy.cc:20: host_id, spawning_host_id)); On 2011/03/17 23:33:29, adamk wrote: > nit: ...
9 years, 9 months ago (2011-03-17 23:59:03 UTC) #5
adamk
LGTM http://codereview.chromium.org/6667057/diff/6006/content/common/appcache/appcache_backend_proxy.cc File content/common/appcache/appcache_backend_proxy.cc (right): http://codereview.chromium.org/6667057/diff/6006/content/common/appcache/appcache_backend_proxy.cc#newcode20 content/common/appcache/appcache_backend_proxy.cc:20: host_id, spawning_host_id)); On 2011/03/17 23:59:04, michaeln wrote: > ...
9 years, 9 months ago (2011-03-18 00:03:28 UTC) #6
jennb
9 years, 9 months ago (2011-03-18 20:49:53 UTC) #7
LGTM

General approach looks fine. Good to see the TODO for choosing between multiple
candidates in the cache will finally get implemented.

Jenn

Powered by Google App Engine
This is Rietveld 408576698