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

Issue 161573002: Implement new willStartMainResourceRequest method of blink::WebApplicationCacheHost (Closed)

Created:
6 years, 10 months ago by adamk
Modified:
6 years, 10 months ago
Reviewers:
michaeln, kinuko
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, abarth-chromium
Visibility:
Public.

Description

Implement new willStartMainResourceRequest method of blink::WebApplicationCacheHost This separates the frame-walking code from the appcache-setup code, allowing the next Blink patch in this sequence to handle frame-walking on the Blink side. BUG=343272 TBR=kinuko@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251187

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add no-op worker overload #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -12 lines) Patch
M content/child/appcache/web_application_cache_host_impl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M content/child/appcache/web_application_cache_host_impl.cc View 2 chunks +20 lines, -12 lines 0 comments Download
M content/worker/worker_webapplicationcachehost_impl.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M content/worker/worker_webapplicationcachehost_impl.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
adamk
https://codereview.chromium.org/161303003/ is the Blink patch that adds this API, and https://codereview.chromium.org/161213003 is the Blink patch ...
6 years, 10 months ago (2014-02-12 22:21:39 UTC) #1
michaeln
lgtm, thnx for posting the following cls
6 years, 10 months ago (2014-02-12 22:26:47 UTC) #2
adamk
The CQ bit was checked by adamk@chromium.org
6 years, 10 months ago (2014-02-12 22:28:19 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/adamk@chromium.org/161573002/1
6 years, 10 months ago (2014-02-12 22:29:51 UTC) #4
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-12 22:29:53 UTC) #5
commit-bot: I haz the power
No file was found in this patchset.
6 years, 10 months ago (2014-02-12 22:29:57 UTC) #6
adamk
The CQ bit was checked by adamk@chromium.org
6 years, 10 months ago (2014-02-12 22:35:40 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/adamk@chromium.org/161573002/1
6 years, 10 months ago (2014-02-12 22:38:52 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-13 00:53:13 UTC) #9
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) content_browsertests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=262906
6 years, 10 months ago (2014-02-13 00:53:13 UTC) #10
adamk
The CQ bit was checked by adamk@chromium.org
6 years, 10 months ago (2014-02-13 00:56:03 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/adamk@chromium.org/161573002/1
6 years, 10 months ago (2014-02-13 00:57:27 UTC) #12
michaeln
https://codereview.chromium.org/161573002/diff/1/content/child/appcache/web_application_cache_host_impl.h File content/child/appcache/web_application_cache_host_impl.h (right): https://codereview.chromium.org/161573002/diff/1/content/child/appcache/web_application_cache_host_impl.h#newcode52 content/child/appcache/web_application_cache_host_impl.h:52: blink::WebURLRequest&, const blink::WebApplicationCacheHost*); oh... can you also override this ...
6 years, 10 months ago (2014-02-13 01:09:20 UTC) #13
michaeln
The CQ bit was unchecked by michaeln@chromium.org
6 years, 10 months ago (2014-02-13 01:09:31 UTC) #14
adamk
TBRing kinuko for content/worker/ owners. https://codereview.chromium.org/161573002/diff/1/content/child/appcache/web_application_cache_host_impl.h File content/child/appcache/web_application_cache_host_impl.h (right): https://codereview.chromium.org/161573002/diff/1/content/child/appcache/web_application_cache_host_impl.h#newcode52 content/child/appcache/web_application_cache_host_impl.h:52: blink::WebURLRequest&, const blink::WebApplicationCacheHost*); On ...
6 years, 10 months ago (2014-02-13 18:46:01 UTC) #15
adamk
The CQ bit was checked by adamk@chromium.org
6 years, 10 months ago (2014-02-13 18:46:04 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/adamk@chromium.org/161573002/470001
6 years, 10 months ago (2014-02-13 18:48:49 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/adamk@chromium.org/161573002/470001
6 years, 10 months ago (2014-02-13 19:59:34 UTC) #18
adamk
Strange, I'm getting a clang compile error: ../../content/worker/worker_webapplicationcachehost_impl.h:23:68:error: [chromium-style] Overriding method must be marked with ...
6 years, 10 months ago (2014-02-13 21:11:48 UTC) #19
adamk
On 2014/02/13 21:11:48, adamk wrote: > Strange, I'm getting a clang compile error: > > ...
6 years, 10 months ago (2014-02-13 22:27:27 UTC) #20
commit-bot: I haz the power
6 years, 10 months ago (2014-02-13 23:40:37 UTC) #21
Message was sent while issue was closed.
Change committed as 251187

Powered by Google App Engine
This is Rietveld 408576698