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

Issue 638023003: [ServiceWorkerCacheStorage] Blink changes to remove create/get and add open function (Closed)

Created:
6 years, 2 months ago by jkarlin
Modified:
6 years, 2 months ago
Reviewers:
falken, *tkent, jsbell, horo
CC:
gavinp, blink-reviews, michaeln, jsbell+serviceworker_chromium.org, kenjibaheux+watch_chromium.org, tzik, serviceworker-reviews, nhiroki, dglazkov+blink, kinuko+serviceworker, horo+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

[ServiceWorkerCacheStorage] Blink changes to remove create/get and add open function As per recent spec changes, remove create and get and replace it with open. CLs in this three-legged-patch: 1. Add open to browser - https://codereview.chromium.org/664433003/ *2. Add open (remove get/create) to Blink - https://codereview.chromium.org/638023003 3. Remove get/create from browser - https://codereview.chromium.org/663503002/ BUG=423942 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183895

Patch Set 1 : #

Patch Set 2 : Update a comment #

Total comments: 5

Patch Set 3 : Fix cache-storage-keys test to use open instead of create #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -66 lines) Patch
M LayoutTests/http/tests/serviceworker/resources/cache-storage-keys-worker.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/serviceworker/resources/cache-storage-worker.js View 4 chunks +18 lines, -42 lines 0 comments Download
M Source/modules/serviceworkers/CacheStorage.h View 1 chunk +1 line, -2 lines 0 comments Download
M Source/modules/serviceworkers/CacheStorage.cpp View 3 chunks +2 lines, -15 lines 0 comments Download
M Source/modules/serviceworkers/CacheStorage.idl View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M public/platform/WebServiceWorkerCacheStorage.h View 1 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 28 (11 generated)
jkarlin
horo@chromium.org: Please review changes in all falken@chromium.org: Please review changes in all Thanks!
6 years, 2 months ago (2014-10-16 15:27:45 UTC) #3
jkarlin
+cc gavinp: FYI
6 years, 2 months ago (2014-10-16 15:28:42 UTC) #4
jsbell
lgtm You'll need a public/platform OWNERS review - jamesr@ ?
6 years, 2 months ago (2014-10-16 20:30:12 UTC) #7
jamesr
On 2014/10/16 20:30:12, jsbell wrote: > lgtm > You'll need a public/platform OWNERS review - ...
6 years, 2 months ago (2014-10-16 20:32:20 UTC) #8
jsbell
Whoops (sorry jamesr) tkent@ - OWNERS review for public/platform change?
6 years, 2 months ago (2014-10-16 20:44:38 UTC) #13
tkent
lgtm
6 years, 2 months ago (2014-10-17 00:39:21 UTC) #14
horo
lgtm
6 years, 2 months ago (2014-10-17 00:54:32 UTC) #15
falken
lgtm but see comments https://codereview.chromium.org/638023003/diff/40001/LayoutTests/http/tests/serviceworker/resources/cache-storage-worker.js File LayoutTests/http/tests/serviceworker/resources/cache-storage-worker.js (right): https://codereview.chromium.org/638023003/diff/40001/LayoutTests/http/tests/serviceworker/resources/cache-storage-worker.js#newcode18 LayoutTests/http/tests/serviceworker/resources/cache-storage-worker.js:18: // origin that also uses ...
6 years, 2 months ago (2014-10-17 01:54:27 UTC) #16
jkarlin
https://codereview.chromium.org/638023003/diff/40001/LayoutTests/http/tests/serviceworker/resources/cache-storage-worker.js File LayoutTests/http/tests/serviceworker/resources/cache-storage-worker.js (right): https://codereview.chromium.org/638023003/diff/40001/LayoutTests/http/tests/serviceworker/resources/cache-storage-worker.js#newcode18 LayoutTests/http/tests/serviceworker/resources/cache-storage-worker.js:18: // origin that also uses an empty cache name. ...
6 years, 2 months ago (2014-10-17 02:05:49 UTC) #17
falken
> I'll talk to asanka@ about the race and how we might mitigate it. The ...
6 years, 2 months ago (2014-10-17 02:10:01 UTC) #18
asanka
https://codereview.chromium.org/638023003/diff/40001/LayoutTests/http/tests/serviceworker/resources/cache-storage-worker.js File LayoutTests/http/tests/serviceworker/resources/cache-storage-worker.js (right): https://codereview.chromium.org/638023003/diff/40001/LayoutTests/http/tests/serviceworker/resources/cache-storage-worker.js#newcode18 LayoutTests/http/tests/serviceworker/resources/cache-storage-worker.js:18: // origin that also uses an empty cache name. ...
6 years, 2 months ago (2014-10-17 03:08:49 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/638023003/40001
6 years, 2 months ago (2014-10-17 09:25:00 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/29688)
6 years, 2 months ago (2014-10-17 10:17:45 UTC) #23
jkarlin
I had to change one create to open in the keys test. Can someone please ...
6 years, 2 months ago (2014-10-17 12:39:01 UTC) #24
jsbell
still lgtm
6 years, 2 months ago (2014-10-17 15:31:13 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/638023003/70001
6 years, 2 months ago (2014-10-17 15:35:08 UTC) #27
commit-bot: I haz the power
6 years, 2 months ago (2014-10-17 15:39:15 UTC) #28
Message was sent while issue was closed.
Committed patchset #4 (id:70001) as 183895

Powered by Google App Engine
This is Rietveld 408576698