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

Issue 623753002: Let the client (browser) set blobs in WebServiceWorkerResponse. (Closed)

Created:
6 years, 2 months ago by jkarlin
Modified:
6 years, 2 months ago
CC:
blink-reviews, michaeln, jsbell+serviceworker_chromium.org, tzik, serviceworker-reviews, nhiroki, mkwst+moarreviews_chromium.org, falken, dglazkov+blink, kinuko+serviceworker, horo+watch_chromium.org, danakj, Zhenyao Mo
Base URL:
https://chromium.googlesource.com/chromium/blink.git@opacity
Project:
blink
Visibility:
Public.

Description

Let the client (browser) set blobs in WebServiceWorkerResponse. This lets ServiceWorkerCache return a response to Blink with a blob for the body. This CL is a dependency of: https://codereview.chromium.org/622833002/ BUG=419417 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183500

Patch Set 1 #

Patch Set 2 : Rebase #

Total comments: 2

Patch Set 3 : Use unsigned long long for blob size #

Patch Set 4 : Use uint64_t for blob size #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -1 line) Patch
M Source/modules/serviceworkers/Response.cpp View 2 chunks +2 lines, -1 line 0 comments Download
M Source/platform/exported/WebServiceWorkerResponse.cpp View 1 2 3 2 chunks +12 lines, -0 lines 0 comments Download
M public/platform/WebServiceWorkerResponse.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (5 generated)
jkarlin
horo@chromium.org: Please review changes in all jsbell@chromium.org: Please review changes in all Thanks!
6 years, 2 months ago (2014-10-03 16:45:09 UTC) #2
jkarlin
jamesr@chromium.org: Please review changes outside of modules/serviceworker/ for OWNERS. Thanks!
6 years, 2 months ago (2014-10-03 16:46:23 UTC) #4
jsbell
lgtm
6 years, 2 months ago (2014-10-03 21:40:45 UTC) #5
horo
lgtm
6 years, 2 months ago (2014-10-06 02:16:01 UTC) #6
jkarlin
+r hochen: ptal at platform/ directories for OWNERS. Thanks!
6 years, 2 months ago (2014-10-06 11:17:10 UTC) #8
jkarlin
On 2014/10/06 11:17:10, jkarlin wrote: > +r hochen: ptal at platform/ directories for OWNERS. Thanks! ...
6 years, 2 months ago (2014-10-06 11:18:11 UTC) #9
jkarlin
jochen or jamesr, PTAL for owners. Many thanks!
6 years, 2 months ago (2014-10-07 02:17:40 UTC) #10
jamesr
https://codereview.chromium.org/623753002/diff/20001/public/platform/WebServiceWorkerResponse.h File public/platform/WebServiceWorkerResponse.h (right): https://codereview.chromium.org/623753002/diff/20001/public/platform/WebServiceWorkerResponse.h#newcode69 public/platform/WebServiceWorkerResponse.h:69: long long blobSize() const; i don't know much about ...
6 years, 2 months ago (2014-10-07 04:33:13 UTC) #11
jkarlin
https://codereview.chromium.org/623753002/diff/20001/public/platform/WebServiceWorkerResponse.h File public/platform/WebServiceWorkerResponse.h (right): https://codereview.chromium.org/623753002/diff/20001/public/platform/WebServiceWorkerResponse.h#newcode69 public/platform/WebServiceWorkerResponse.h:69: long long blobSize() const; On 2014/10/07 04:33:13, jamesr wrote: ...
6 years, 2 months ago (2014-10-07 09:34:35 UTC) #12
jamesr
(1) That type is different from the one you used since it's unsigned (2) The ...
6 years, 2 months ago (2014-10-07 19:37:34 UTC) #13
michaeln1
> (2) The public API must use size_t uniformly. A quick search finds many usages ...
6 years, 2 months ago (2014-10-07 21:08:43 UTC) #14
jamesr
Our type guidelines are here: http://www.chromium.org/developers/coding-style given the many security holes that can arise from ...
6 years, 2 months ago (2014-10-07 21:15:06 UTC) #15
jsbell
On 2014/10/07 21:08:43, michaeln1 wrote: > > (2) The public API must use size_t uniformly. ...
6 years, 2 months ago (2014-10-07 21:47:31 UTC) #16
jsbell
On 2014/10/07 21:15:06, jamesr wrote: > Please fix any bad places you can find. Not ...
6 years, 2 months ago (2014-10-07 22:15:48 UTC) #17
jkarlin
On 2014/10/07 22:15:48, jsbell wrote: > On 2014/10/07 21:15:06, jamesr wrote: > > Please fix ...
6 years, 2 months ago (2014-10-09 13:49:52 UTC) #18
jamesr
On 2014/10/09 13:49:52, jkarlin wrote: > On 2014/10/07 22:15:48, jsbell wrote: > > On 2014/10/07 ...
6 years, 2 months ago (2014-10-09 14:35:58 UTC) #20
jkarlin
> If you need 64 bits use uint64_t. Please read the document I linked earlier ...
6 years, 2 months ago (2014-10-09 20:38:20 UTC) #21
jamesr
thanks, public/ lgtm
6 years, 2 months ago (2014-10-09 20:44:18 UTC) #22
jkarlin
On 2014/10/09 20:44:18, jamesr wrote: > thanks, public/ lgtm Just to be clear, are you ...
6 years, 2 months ago (2014-10-09 22:10:26 UTC) #23
jamesr
The public/ addition here, which is what I looked at, seems to be using the ...
6 years, 2 months ago (2014-10-09 22:35:17 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/623753002/110001
6 years, 2 months ago (2014-10-09 22:46:15 UTC) #26
Ken Russell (switch to Gerrit)
On 2014/10/09 22:46:15, I haz the power (commit-bot) wrote: > CQ is trying da patch. ...
6 years, 2 months ago (2014-10-09 23:09:19 UTC) #27
commit-bot: I haz the power
6 years, 2 months ago (2014-10-10 00:39:40 UTC) #28
Message was sent while issue was closed.
Committed patchset #4 (id:110001) as 183500

Powered by Google App Engine
This is Rietveld 408576698