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

Issue 1124403005: CacheStorage: Implement Cache.addAll() behind a flag (Closed)

Created:
5 years, 7 months ago by nhiroki
Modified:
5 years, 5 months ago
Reviewers:
haraken, jkarlin
CC:
blink-reviews, serviceworker-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Patch Set 1 : #

Total comments: 8

Patch Set 2 : rebase #

Patch Set 3 : incorporate review comments and add RuntimeEnabled flag #

Patch Set 4 : fix test failure #

Unified diffs Side-by-side diffs Delta from patch set Stats (+231 lines, -96 lines) Patch
M LayoutTests/http/tests/cachestorage/script-tests/cache-add.js View 1 2 1 chunk +89 lines, -13 lines 0 comments Download
D LayoutTests/http/tests/cachestorage/serviceworker/cache-add-expected.txt View 1 chunk +0 lines, -17 lines 0 comments Download
D LayoutTests/http/tests/cachestorage/window/cache-add-expected.txt View 1 chunk +0 lines, -16 lines 0 comments Download
D LayoutTests/http/tests/cachestorage/worker/cache-add-expected.txt View 1 chunk +0 lines, -16 lines 0 comments Download
M LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/webexposed/global-interface-listing-dedicated-worker-expected.txt View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/webexposed/global-interface-listing-expected.txt View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/cachestorage/Cache.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/modules/cachestorage/Cache.cpp View 1 2 4 chunks +134 lines, -28 lines 0 comments Download
M Source/modules/cachestorage/Cache.idl View 1 2 1 chunk +1 line, -4 lines 0 comments Download
M Source/platform/RuntimeEnabledFeatures.in View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 25 (19 generated)
jkarlin
lgtm with nits, thanks for doing this! https://codereview.chromium.org/1124403005/diff/290001/LayoutTests/http/tests/cachestorage/script-tests/cache-add.js File LayoutTests/http/tests/cachestorage/script-tests/cache-add.js (right): https://codereview.chromium.org/1124403005/diff/290001/LayoutTests/http/tests/cachestorage/script-tests/cache-add.js#newcode112 LayoutTests/http/tests/cachestorage/script-tests/cache-add.js:112: urls.map(function(url) { ...
5 years, 6 months ago (2015-06-26 19:40:29 UTC) #17
nhiroki
Thank you for reviewing! https://codereview.chromium.org/1124403005/diff/290001/LayoutTests/http/tests/cachestorage/script-tests/cache-add.js File LayoutTests/http/tests/cachestorage/script-tests/cache-add.js (right): https://codereview.chromium.org/1124403005/diff/290001/LayoutTests/http/tests/cachestorage/script-tests/cache-add.js#newcode112 LayoutTests/http/tests/cachestorage/script-tests/cache-add.js:112: urls.map(function(url) { return cache.match(url); })); ...
5 years, 5 months ago (2015-07-02 09:31:55 UTC) #18
nhiroki
+haraken@ for RuntimeEnabledFeatures.in. PTAL, thanks.
5 years, 5 months ago (2015-07-02 09:46:34 UTC) #20
haraken
RuntimeEnabledFeatures.in LGTM
5 years, 5 months ago (2015-07-02 09:49:01 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1124403005/330001
5 years, 5 months ago (2015-07-02 09:54:06 UTC) #24
commit-bot: I haz the power
5 years, 5 months ago (2015-07-02 09:57:39 UTC) #25
Message was sent while issue was closed.
Committed patchset #4 (id:330001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=198203

Powered by Google App Engine
This is Rietveld 408576698