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

Issue 434543002: Introducing the ServiceWorker Cache object. (Closed)

Created:
6 years, 4 months ago by gavinp
Modified:
6 years, 4 months ago
Reviewers:
falken, jkarlin
CC:
blink-reviews, michaeln, jsbell+serviceworker_chromium.org, arv+blink, tzik, serviceworker-reviews, nhiroki, abarth-chromium, falken, blink-reviews-bindings_chromium.org, horo+watch_chromium.org, kinuko+serviceworker, alecflett+watch_chromium.org, jochen (gone - plz use gerrit)
Project:
blink
Visibility:
Public.

Description

Introducing the ServiceWorker Cache object. This object is the proxy for the ServiceWorker cache; it's created entirely through the CacheStorage interface. R=falken@chromium.org,jkarlin@chromium.org BUG=399178 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179871

Patch Set 1 #

Total comments: 8

Patch Set 2 : partly renamed #

Patch Set 3 : closer #

Patch Set 4 : lose noise #

Patch Set 5 : remediate and update to spec #

Total comments: 6

Patch Set 6 : rebase & remediate #

Patch Set 7 : update to trunk #

Unified diffs Side-by-side diffs Delta from patch set Stats (+221 lines, -3 lines) Patch
M Source/modules/modules.gypi View 1 2 3 4 5 2 chunks +3 lines, -0 lines 0 comments Download
A Source/modules/serviceworkers/Cache.h View 1 2 3 4 5 1 chunk +56 lines, -0 lines 0 comments Download
A Source/modules/serviceworkers/Cache.cpp View 1 2 3 4 5 1 chunk +107 lines, -0 lines 0 comments Download
A Source/modules/serviceworkers/Cache.idl View 1 2 3 4 5 1 chunk +53 lines, -0 lines 0 comments Download
M Source/modules/serviceworkers/CacheStorage.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -3 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
gavinp
This CL is downstream of https://codereview.chromium.org/424643002/ . yhirano: PTAL at V8Binding.h falken: PTAL at everything! ...
6 years, 4 months ago (2014-07-31 05:47:33 UTC) #1
haraken
The change to bindings/ looks good. > Should I add something to V8BindingTest.cpp? I couldn't ...
6 years, 4 months ago (2014-07-31 08:03:21 UTC) #2
gavinp
On 2014/07/31 08:03:21, haraken wrote: > The change to bindings/ looks good. > > > ...
6 years, 4 months ago (2014-07-31 08:32:38 UTC) #3
haraken
On 2014/07/31 08:32:38, gavinp wrote: > On 2014/07/31 08:03:21, haraken wrote: > > The change ...
6 years, 4 months ago (2014-07-31 08:38:45 UTC) #4
falken
FYI it looks like the name is back to "Cache": https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#cache-storage Discussion on https://github.com/slightlyoff/ServiceWorker/issues/301 https://codereview.chromium.org/434543002/diff/1/Source/modules/serviceworkers/FetchStore.h ...
6 years, 4 months ago (2014-07-31 15:28:22 UTC) #5
gavinp
The name change is an issue; I'm going to upload a new CL that combines ...
6 years, 4 months ago (2014-08-05 06:58:30 UTC) #6
gavinp
I didn't end up joining any CLs, so here we have this object with the ...
6 years, 4 months ago (2014-08-06 00:55:38 UTC) #7
gavinp
-haraken -yhirano, the bindings change is gone. falken: PTAL. This is now on an up ...
6 years, 4 months ago (2014-08-06 02:00:05 UTC) #8
falken
lgtm with nits. By the way, it turns out that the API OWNERs review for ...
6 years, 4 months ago (2014-08-06 04:46:28 UTC) #9
gavinp
Thank you for your review Matt! https://codereview.chromium.org/434543002/diff/80001/Source/modules/serviceworkers/Cache.cpp File Source/modules/serviceworkers/Cache.cpp (right): https://codereview.chromium.org/434543002/diff/80001/Source/modules/serviceworkers/Cache.cpp#newcode15 Source/modules/serviceworkers/Cache.cpp:15: ScriptPromise RejectAsNotImplemented(ScriptState* scriptState) ...
6 years, 4 months ago (2014-08-08 19:55:26 UTC) #10
gavinp
The CQ bit was checked by gavinp@chromium.org
6 years, 4 months ago (2014-08-08 19:55:30 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gavinp@chromium.org/434543002/100001
6 years, 4 months ago (2014-08-08 19:56:48 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-08 19:57:04 UTC) #13
commit-bot: I haz the power
Failed to apply patch for Source/modules/serviceworkers/CacheStorage.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 4 months ago (2014-08-08 19:57:06 UTC) #14
gavinp
The CQ bit was checked by gavinp@chromium.org
6 years, 4 months ago (2014-08-08 20:09:56 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gavinp@chromium.org/434543002/140001
6 years, 4 months ago (2014-08-08 20:10:26 UTC) #16
commit-bot: I haz the power
6 years, 4 months ago (2014-08-08 21:47:40 UTC) #17
Message was sent while issue was closed.
Change committed as 179871

Powered by Google App Engine
This is Rietveld 408576698