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

Issue 1079073003: Introducing FetchEventInit Dictionary. (Closed)

Created:
5 years, 8 months ago by Paritosh Kumar
Modified:
5 years, 8 months ago
Reviewers:
falken, tkent
CC:
blink-reviews, Savago
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Patch Set 1 : #

Patch Set 2 : #

Total comments: 5

Patch Set 3 : #

Patch Set 4 : #

Total comments: 7

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -18 lines) Patch
M LayoutTests/http/tests/serviceworker/resources/interfaces-worker.js View 1 2 3 4 1 chunk +25 lines, -1 line 0 comments Download
M Source/modules/modules.gypi View 2 chunks +3 lines, -0 lines 0 comments Download
M Source/modules/serviceworkers/FetchEvent.h View 1 2 3 4 3 chunks +4 lines, -4 lines 0 comments Download
M Source/modules/serviceworkers/FetchEvent.cpp View 1 2 3 4 2 chunks +12 lines, -11 lines 0 comments Download
M Source/modules/serviceworkers/FetchEvent.idl View 1 chunk +1 line, -0 lines 0 comments Download
A Source/modules/serviceworkers/FetchEventInit.idl View 1 2 3 4 1 chunk +10 lines, -0 lines 0 comments Download
M Source/web/ServiceWorkerGlobalScopeProxy.cpp View 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 16 (4 generated)
Paritosh Kumar
@falken: Adding FetchEventInit, please have a look. Is it right way or not?
5 years, 8 months ago (2015-04-17 13:55:29 UTC) #3
falken
This looks pretty good, some things to do before it landing: - Add a test ...
5 years, 8 months ago (2015-04-20 01:14:19 UTC) #4
Paritosh Kumar
On 2015/04/20 01:14:19, falken wrote: > This looks pretty good, some things to do before ...
5 years, 8 months ago (2015-04-20 06:55:08 UTC) #5
Paritosh Kumar
PTAL. https://codereview.chromium.org/1079073003/diff/40001/Source/modules/serviceworkers/FetchEvent.h File Source/modules/serviceworkers/FetchEvent.h (right): https://codereview.chromium.org/1079073003/diff/40001/Source/modules/serviceworkers/FetchEvent.h#newcode37 Source/modules/serviceworkers/FetchEvent.h:37: void setIsReload(bool); As, now we are setting isReload ...
5 years, 8 months ago (2015-04-20 06:58:39 UTC) #6
falken
lgtm I think this qualifies as a trivial change so Intent to Ship is not ...
5 years, 8 months ago (2015-04-20 09:15:19 UTC) #8
Paritosh Kumar
Thanks falken Addressed your comments. https://codereview.chromium.org/1079073003/diff/40001/LayoutTests/http/tests/serviceworker/resources/interfaces-worker.js File LayoutTests/http/tests/serviceworker/resources/interfaces-worker.js (right): https://codereview.chromium.org/1079073003/diff/40001/LayoutTests/http/tests/serviceworker/resources/interfaces-worker.js#newcode82 LayoutTests/http/tests/serviceworker/resources/interfaces-worker.js:82: assert_equals(new FetchEvent('FetchEvent', {request : ...
5 years, 8 months ago (2015-04-20 09:57:20 UTC) #9
tkent
it's ok to skip intent-to-ship. This is a trivial addition, and no compatibility risk. https://codereview.chromium.org/1079073003/diff/80001/Source/modules/serviceworkers/FetchEvent.cpp ...
5 years, 8 months ago (2015-04-20 23:31:41 UTC) #10
Paritosh Kumar
Thanks tkent Addressed your comments. Please have a look. https://codereview.chromium.org/1079073003/diff/80001/Source/modules/serviceworkers/FetchEvent.cpp File Source/modules/serviceworkers/FetchEvent.cpp (right): https://codereview.chromium.org/1079073003/diff/80001/Source/modules/serviceworkers/FetchEvent.cpp#newcode61 Source/modules/serviceworkers/FetchEvent.cpp:61: ...
5 years, 8 months ago (2015-04-21 05:37:14 UTC) #12
tkent
lgtm
5 years, 8 months ago (2015-04-21 05:39:54 UTC) #13
Paritosh Kumar
On 2015/04/21 05:39:54, tkent wrote: > lgtm Thanks tkent, But the issue https://github.com/slightlyoff/ServiceWorker/issues/683 closed with ...
5 years, 8 months ago (2015-04-21 05:47:29 UTC) #14
tkent
> Now, we should extend ExtendableEventInit in FetchEventInit and ExtendableEvent > in FetchEvent. > > ...
5 years, 8 months ago (2015-04-21 07:20:20 UTC) #15
Paritosh Kumar
5 years, 8 months ago (2015-04-21 09:49:05 UTC) #16
On 2015/04/21 07:20:20, tkent wrote:
> > Now, we should extend ExtendableEventInit in FetchEventInit and
> ExtendableEvent
> > in FetchEvent.
> > 
> > Will we do this change in this cl, or in different cl?
> 
> I prefer closing this CL and creating another CL because this CL has stale
> LGTMs.

Closing this cl, as updated in https://codereview.chromium.org/1099073002/.

Powered by Google App Engine
This is Rietveld 408576698