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

Issue 1646633003: Notifications work in service workers. Resolves #14. (Closed)

Created:
4 years, 10 months ago by Matthew Alger
Modified:
4 years, 10 months ago
Reviewers:
raymes
CC:
Matt Giuca
Base URL:
git@github.com:chromium/caterpillar.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Notifications work in service workers. Resolves #14. https://github.com/chromium/caterpillar/issues/14 R=raymes@chromium.org Committed: 380d776e312c55fd62c4efd8b06ea26c849b540f

Patch Set 1 #

Total comments: 22

Patch Set 2 : Response to CR #

Total comments: 2

Patch Set 3 : Response to CR #

Total comments: 6

Patch Set 4 : Response to CR #

Unified diffs Side-by-side diffs Delta from patch set Stats (+141 lines, -39 lines) Patch
M src/js/polyfills/notifications.polyfill.js View 1 2 3 4 chunks +86 lines, -23 lines 0 comments Download
M tests/js/polyfills/notifications.polyfill.test.html View 1 chunk +1 line, -0 lines 0 comments Download
M tests/js/polyfills/notifications.polyfill.test.js View 1 2 9 chunks +54 lines, -16 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
Matthew Alger
4 years, 10 months ago (2016-01-28 02:49:44 UTC) #2
raymes
https://codereview.chromium.org/1646633003/diff/1/src/js/polyfills/notifications.polyfill.js File src/js/polyfills/notifications.polyfill.js (right): https://codereview.chromium.org/1646633003/diff/1/src/js/polyfills/notifications.polyfill.js#newcode189 src/js/polyfills/notifications.polyfill.js:189: navigator.serviceWorker.getRegistration) { nit: 4 space indent, or in-line with ...
4 years, 10 months ago (2016-01-28 04:36:56 UTC) #3
Matthew Alger
https://codereview.chromium.org/1646633003/diff/1/src/js/polyfills/notifications.polyfill.js File src/js/polyfills/notifications.polyfill.js (right): https://codereview.chromium.org/1646633003/diff/1/src/js/polyfills/notifications.polyfill.js#newcode189 src/js/polyfills/notifications.polyfill.js:189: navigator.serviceWorker.getRegistration) { On 2016/01/28 04:36:56, raymes wrote: > nit: ...
4 years, 10 months ago (2016-01-28 05:18:02 UTC) #4
raymes
https://codereview.chromium.org/1646633003/diff/1/src/js/polyfills/notifications.polyfill.js File src/js/polyfills/notifications.polyfill.js (right): https://codereview.chromium.org/1646633003/diff/1/src/js/polyfills/notifications.polyfill.js#newcode211 src/js/polyfills/notifications.polyfill.js:211: var createNotification = function(title, notificationOptions) { It's just a ...
4 years, 10 months ago (2016-02-01 00:14:24 UTC) #5
Matthew Alger
https://codereview.chromium.org/1646633003/diff/1/src/js/polyfills/notifications.polyfill.js File src/js/polyfills/notifications.polyfill.js (right): https://codereview.chromium.org/1646633003/diff/1/src/js/polyfills/notifications.polyfill.js#newcode211 src/js/polyfills/notifications.polyfill.js:211: var createNotification = function(title, notificationOptions) { On 2016/02/01 00:14:23, ...
4 years, 10 months ago (2016-02-01 00:50:42 UTC) #6
raymes
lgtm https://codereview.chromium.org/1646633003/diff/40001/src/js/polyfills/notifications.polyfill.js File src/js/polyfills/notifications.polyfill.js (right): https://codereview.chromium.org/1646633003/diff/40001/src/js/polyfills/notifications.polyfill.js#newcode184 src/js/polyfills/notifications.polyfill.js:184: // Exported so we can override for testing. ...
4 years, 10 months ago (2016-02-01 01:50:01 UTC) #7
Matthew Alger
https://codereview.chromium.org/1646633003/diff/40001/src/js/polyfills/notifications.polyfill.js File src/js/polyfills/notifications.polyfill.js (right): https://codereview.chromium.org/1646633003/diff/40001/src/js/polyfills/notifications.polyfill.js#newcode184 src/js/polyfills/notifications.polyfill.js:184: // Exported so we can override for testing. On ...
4 years, 10 months ago (2016-02-01 01:54:56 UTC) #8
Matthew Alger
4 years, 10 months ago (2016-02-02 04:24:26 UTC) #10
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
380d776e312c55fd62c4efd8b06ea26c849b540f (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698