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

Issue 1284173004: [CacheStorage] Use appopriate type parameters for WebCallbacks (1/3). (Closed)

Created:
5 years, 4 months ago by yhirano
Modified:
5 years, 4 months ago
Reviewers:
nhiroki
CC:
blink-reviews, dglazkov+blink
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

[CacheStorage] Use appopriate type parameters for WebCallbacks (1/3). This series of CLs fixes WebCallback parameter types used in CacheStorage. - WebServiceWorkerResponse* (ownership not transferred) => const WebServiceWorkerResponse& - WebVector<WebServiceWorkerResponse>* (ownership not transferred) => const WebVector<WebServiceWorkerResponse>& - WebVector<WebServiceWorkerRequest>* (ownership not transferred) => const WebVector<WebServiceWorkerRequest>& - WebServiceWorkerCache* (ownership transferred) => WebPassOwnPtr<WebServiceWorkerCache> - WebVector<WebString>* (ownership not transferred) => const WebVector<WebString>& - WebServiceWorkerCacheError* (ownership transferred) => WebServiceWorkerCacheError 1/3: https://codereview.chromium.org/1284173004/ 2/3: https://codereview.chromium.org/1284283003/ 3/3: https://codereview.chromium.org/1296723005/ BUG=493531 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=200825

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+152 lines, -102 lines) Patch
M Source/modules/cachestorage/Cache.cpp View 3 chunks +15 lines, -21 lines 0 comments Download
M Source/modules/cachestorage/CacheStorage.cpp View 1 2 5 chunks +20 lines, -37 lines 0 comments Download
M Source/modules/cachestorage/CacheTest.cpp View 6 chunks +6 lines, -6 lines 0 comments Download
M Source/modules/cachestorage/InspectorCacheStorageAgent.cpp View 8 chunks +32 lines, -31 lines 0 comments Download
M public/platform/modules/serviceworker/WebServiceWorkerCache.h View 1 1 chunk +33 lines, -3 lines 0 comments Download
M public/platform/modules/serviceworker/WebServiceWorkerCacheStorage.h View 1 2 chunks +46 lines, -4 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
yhirano
5 years, 4 months ago (2015-08-19 10:26:54 UTC) #2
nhiroki
lgtm https://codereview.chromium.org/1284173004/diff/20001/Source/modules/cachestorage/CacheStorage.cpp File Source/modules/cachestorage/CacheStorage.cpp (right): https://codereview.chromium.org/1284173004/diff/20001/Source/modules/cachestorage/CacheStorage.cpp#newcode60 Source/modules/cachestorage/CacheStorage.cpp:60: // Ownership of |rawReason| must be passed. nit: ...
5 years, 4 months ago (2015-08-19 11:25:14 UTC) #3
yhirano
https://codereview.chromium.org/1284173004/diff/20001/Source/modules/cachestorage/CacheStorage.cpp File Source/modules/cachestorage/CacheStorage.cpp (right): https://codereview.chromium.org/1284173004/diff/20001/Source/modules/cachestorage/CacheStorage.cpp#newcode60 Source/modules/cachestorage/CacheStorage.cpp:60: // Ownership of |rawReason| must be passed. On 2015/08/19 ...
5 years, 4 months ago (2015-08-19 11:34:58 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1284173004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1284173004/40001
5 years, 4 months ago (2015-08-19 11:35:10 UTC) #7
commit-bot: I haz the power
5 years, 4 months ago (2015-08-19 13:13:25 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=200825

Powered by Google App Engine
This is Rietveld 408576698