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

Issue 224333003: Blink side of requestSyncEvents() function. (Closed)

Created:
6 years, 8 months ago by jkarlin
Modified:
6 years ago
Reviewers:
CC:
blink-reviews, jsbell+serviceworker_chromium.org, jamesr, tzik, serviceworker-reviews, nhiroki, abarth-chromium, kinuko, falken, dglazkov+blink, horo+watch_chromium.org, alecflett+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Blink side of requestSyncEvents() function. Browser side: https://codereview.chromium.org/214383005/ BUG=354112

Patch Set 1 #

Total comments: 2

Patch Set 2 : Optional bool is now defaulted to undefined/false #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -0 lines) Patch
M Source/modules/serviceworkers/ServiceWorkerGlobalScope.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp View 1 2 chunks +7 lines, -0 lines 0 comments Download
M Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl View 1 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/web/ServiceWorkerGlobalScopeClientImpl.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/web/ServiceWorkerGlobalScopeClientImpl.cpp View 1 chunk +5 lines, -0 lines 0 comments Download
M public/web/WebServiceWorkerContextClient.h View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
jkarlin
kinuko: Please review everything. darin: Please review the web/ files. Also, this CL is likely ...
6 years, 8 months ago (2014-04-03 19:02:55 UTC) #1
jkarlin
Kinuko: Please review everything Darin: Please review web/ and I figured that this CL would ...
6 years, 8 months ago (2014-04-03 19:04:35 UTC) #2
jsbell
If I'm reading the code correctly: requestSyncEvents() is considered the same as: requestSyncEvents(true) While that's ...
6 years, 8 months ago (2014-04-03 21:38:07 UTC) #3
jsbell
On 2014/04/03 21:38:07, jsbell wrote: > and sync undefined is falsy that would be coerced ...
6 years, 8 months ago (2014-04-03 21:38:59 UTC) #4
michaeln
I wonder if we want to tread more lightly in .idl for the time being. ...
6 years, 8 months ago (2014-04-03 22:29:27 UTC) #5
jkarlin
On 2014/04/03 22:29:27, michaeln wrote: > I wonder if we want to tread more lightly ...
6 years, 8 months ago (2014-04-04 00:27:48 UTC) #6
jkarlin
On 2014/04/03 21:38:07, jsbell wrote: > If I'm reading the code correctly: > > requestSyncEvents() ...
6 years, 8 months ago (2014-04-04 00:28:44 UTC) #7
jkarlin
On 2014/04/04 00:28:44, jkarlin wrote: > On 2014/04/03 21:38:07, jsbell wrote: > > If I'm ...
6 years, 8 months ago (2014-04-04 12:05:09 UTC) #8
jkarlin
https://codereview.chromium.org/224333003/diff/1/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl File Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl (right): https://codereview.chromium.org/224333003/diff/1/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl#newcode39 Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl:39: [CallWith=ExecutionContext] void requestSyncEvents(optional boolean requested, optional Dictionary options); Sync ...
6 years, 8 months ago (2014-04-04 12:05:29 UTC) #9
jkarlin
6 years, 8 months ago (2014-04-10 18:17:47 UTC) #10
Removing reviewers as this CL will change dramatically as per the design doc.

Powered by Google App Engine
This is Rietveld 408576698