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

Issue 556563002: Adding ArrayBuffer support to ServiceWorker Response and tests (Closed)

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

Description

Adding ArrayBuffer support to ServiceWorker Response and tests BUG=412027 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181751

Patch Set 1 #

Patch Set 2 : Uncommented assert #

Total comments: 17

Patch Set 3 : Style fixes #

Total comments: 10

Patch Set 4 : Style fixes 2 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -5 lines) Patch
A LayoutTests/http/tests/serviceworker/resources/response-content-worker.js View 1 2 3 1 chunk +31 lines, -0 lines 0 comments Download
A + LayoutTests/http/tests/serviceworker/response-content.html View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/modules/serviceworkers/Response.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/serviceworkers/Response.cpp View 2 chunks +10 lines, -0 lines 0 comments Download
M Source/modules/serviceworkers/Response.idl View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
dmurph
Horo, PTAL, I'm adding support for the other construction types of response/request. This is a ...
6 years, 3 months ago (2014-09-08 20:14:59 UTC) #2
jsbell
Some style/message/comment nits, so you don't have to wait for TOK to wake up. https://codereview.chromium.org/556563002/diff/20001/LayoutTests/http/tests/serviceworker/resources/response-content-worker.js ...
6 years, 3 months ago (2014-09-08 20:32:48 UTC) #4
dmurph
https://codereview.chromium.org/556563002/diff/20001/LayoutTests/http/tests/serviceworker/resources/response-content-worker.js File LayoutTests/http/tests/serviceworker/resources/response-content-worker.js (right): https://codereview.chromium.org/556563002/diff/20001/LayoutTests/http/tests/serviceworker/resources/response-content-worker.js#newcode5 LayoutTests/http/tests/serviceworker/resources/response-content-worker.js:5: assert_equals(response.headers.get('Content-Type'), 'text/plain;charset=UTF-8'); On 2014/09/08 20:32:48, jsbell wrote: > style: ...
6 years, 3 months ago (2014-09-08 20:59:30 UTC) #5
horo
https://codereview.chromium.org/556563002/diff/40001/LayoutTests/http/tests/serviceworker/resources/response-content-worker.js File LayoutTests/http/tests/serviceworker/resources/response-content-worker.js (right): https://codereview.chromium.org/556563002/diff/40001/LayoutTests/http/tests/serviceworker/resources/response-content-worker.js#newcode4 LayoutTests/http/tests/serviceworker/resources/response-content-worker.js:4: var response = new Response('test string'); +2 indent http://www.chromium.org/blink/serviceworker/testing#TOC-Wrapping-and-Indentation ...
6 years, 3 months ago (2014-09-09 01:38:50 UTC) #6
dmurph
https://codereview.chromium.org/556563002/diff/40001/LayoutTests/http/tests/serviceworker/resources/response-content-worker.js File LayoutTests/http/tests/serviceworker/resources/response-content-worker.js (right): https://codereview.chromium.org/556563002/diff/40001/LayoutTests/http/tests/serviceworker/resources/response-content-worker.js#newcode4 LayoutTests/http/tests/serviceworker/resources/response-content-worker.js:4: var response = new Response('test string'); On 2014/09/09 01:38:50, ...
6 years, 3 months ago (2014-09-09 19:06:03 UTC) #7
horo
lgtm
6 years, 3 months ago (2014-09-10 00:47:26 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dmurph@chromium.org/556563002/60001
6 years, 3 months ago (2014-09-10 17:33:06 UTC) #10
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 18:35:55 UTC) #11
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as 181751

Powered by Google App Engine
This is Rietveld 408576698