- From: W3C Webmaster via GitHub API <sysbot+gh@w3.org>
- Date: Tue, 11 Jun 2019 17:01:23 +0000
- To: public-webapps-github-weekly@w3.org
- Message-Id: <E1hak9D-0001WA-4G@uranus.w3.org>
Issues
------
* w3c/ServiceWorker (+6/-11/💬34)
6 issues created:
- Broken links to v1 (by mattto)
https://github.com/w3c/ServiceWorker/issues/1431
- Should update() always reject if there is an installing worker? (by Yannic)
https://github.com/w3c/ServiceWorker/issues/1429
- ServiceWorker, ServiceWorkerRegistration should be moved out of "Client Context" section (by mattto)
https://github.com/w3c/ServiceWorker/issues/1427
- maxScopeString definition is missing the trailing '/' (by mattto)
https://github.com/w3c/ServiceWorker/issues/1423
- oncurrentchange in test (by jakearchibald)
https://github.com/w3c/ServiceWorker/issues/1421
- Object equality of service worker registrations (by jakearchibald)
https://github.com/w3c/ServiceWorker/issues/1420
13 issues received 34 new comments:
- #1407 Top-level await integration for ServiceWorkers running modules (7 by annevk, jakearchibald, littledan, domenic, wanderview)
https://github.com/w3c/ServiceWorker/issues/1407
- #1146 "Unregister" operation may be interrupted by `ServiceWorker#postMessage` (6 by jakearchibald, mattto, wanderview)
https://github.com/w3c/ServiceWorker/issues/1146
- #1421 oncurrentchange in test (3 by jakearchibald, mattto)
https://github.com/w3c/ServiceWorker/issues/1421
- #1429 Should update() always reject if there is an installing worker? (3 by mattto)
https://github.com/w3c/ServiceWorker/issues/1429
- #1431 Broken links to v1 (3 by jakearchibald, jungkees)
https://github.com/w3c/ServiceWorker/issues/1431
- #1191 What happens to the request body if the fetch isn't handled? (3 by mattto, wanderview)
https://github.com/w3c/ServiceWorker/issues/1191
- #1410 Export "clear registration" (2 by marcoscaceres, jakearchibald)
https://github.com/w3c/ServiceWorker/issues/1410
- #1420 Object equality of service worker registrations (2 by jakearchibald, wanderview)
https://github.com/w3c/ServiceWorker/issues/1420
- #1155 Should update() called on an installing worker reject (as currently does?) (1 by mattto)
https://github.com/w3c/ServiceWorker/issues/1155
- #1423 maxScopeString definition is missing the trailing '/' (1 by jakearchibald)
https://github.com/w3c/ServiceWorker/issues/1423
- #1427 ServiceWorker, ServiceWorkerRegistration should be moved out of "Client Context" section (1 by mattto)
https://github.com/w3c/ServiceWorker/issues/1427
- #1200 is the browser required to start the ServiceWorker for postMessage() if there is no message event handler? (1 by mattto)
https://github.com/w3c/ServiceWorker/issues/1200 [decided]
- #1403 Missing task queuing (1 by mattto)
https://github.com/w3c/ServiceWorker/issues/1403
11 issues closed:
- Broken links to v1 https://github.com/w3c/ServiceWorker/issues/1431
- Should update() called on an installing worker reject (as currently does?) https://github.com/w3c/ServiceWorker/issues/1155
- Should update() always reject if there is an installing worker? https://github.com/w3c/ServiceWorker/issues/1429
- Missing task queuing https://github.com/w3c/ServiceWorker/issues/1403
- "Unregister" operation may be interrupted by `ServiceWorker#postMessage` https://github.com/w3c/ServiceWorker/issues/1146
- ServiceWorker, ServiceWorkerRegistration should be moved out of "Client Context" section https://github.com/w3c/ServiceWorker/issues/1427
- oncurrentchange in test https://github.com/w3c/ServiceWorker/issues/1421
- maxScopeString definition is missing the trailing '/' https://github.com/w3c/ServiceWorker/issues/1423
- Object equality of service worker registrations https://github.com/w3c/ServiceWorker/issues/1420
- resurrected service workers don't fire an activate event which may break expectations https://github.com/w3c/ServiceWorker/issues/1204
- is the browser required to start the ServiceWorker for postMessage() if there is no message event handler? https://github.com/w3c/ServiceWorker/issues/1200 [decided]
Pull requests
-------------
* w3c/ServiceWorker (+10/-9/💬36)
10 pull requests submitted:
- Improving service worker state (by jakearchibald)
https://github.com/w3c/ServiceWorker/pull/1432
- Bikeshed improvements to *force bypass cache for import scripts flag* (by mattto)
https://github.com/w3c/ServiceWorker/pull/1430
- One ServiceWorker object per service worker per realm (by jakearchibald)
https://github.com/w3c/ServiceWorker/pull/1428
- Adding self.serviceWorker to service workers. (by jakearchibald)
https://github.com/w3c/ServiceWorker/pull/1426
- Fixing a couple of bikeshed errors (by jakearchibald)
https://github.com/w3c/ServiceWorker/pull/1425
- Fixing max scope to include trailing slash. (by jakearchibald)
https://github.com/w3c/ServiceWorker/pull/1424
- Add trailing '/' to example of max scope (by jeffposnick)
https://github.com/w3c/ServiceWorker/pull/1422
- Check for Run Service Worker failure and disallow starting redundant workers. (by mattto)
https://github.com/w3c/ServiceWorker/pull/1419
- Fix early return value from Handle Fetch. (by mattto)
https://github.com/w3c/ServiceWorker/pull/1418
- Unify the event skipping algorithm when there is no event handler. (by mattto)
https://github.com/w3c/ServiceWorker/pull/1417
11 pull requests received 36 new comments:
- #1416 Central algorithm for updating service worker state and registrations (12 by jakearchibald, wanderview)
https://github.com/w3c/ServiceWorker/pull/1416
- #1419 Check for Run Service Worker failure and disallow starting redundant workers. (8 by jakearchibald, mattto)
https://github.com/w3c/ServiceWorker/pull/1419
- #1415 Kill resurrection (3 by jakearchibald, jungkees)
https://github.com/w3c/ServiceWorker/pull/1415
- #1422 Add trailing '/' to example of max scope (3 by jakearchibald, mattto)
https://github.com/w3c/ServiceWorker/pull/1422
- #1426 Adding self.serviceWorker to service workers. (3 by jakearchibald)
https://github.com/w3c/ServiceWorker/pull/1426
- #1425 Fixing a couple of bikeshed errors (2 by jakearchibald, mattto)
https://github.com/w3c/ServiceWorker/pull/1425
- #1417 Unify the event skipping algorithm when there is no event handler. (1 by mattto)
https://github.com/w3c/ServiceWorker/pull/1417
- #1418 Fix early return value from Handle Fetch. (1 by mattto)
https://github.com/w3c/ServiceWorker/pull/1418
- #1424 Fixing max scope to include trailing slash. (1 by jakearchibald)
https://github.com/w3c/ServiceWorker/pull/1424
- #1430 Bikeshed improvements to *force bypass cache for import scripts flag* (1 by mattto)
https://github.com/w3c/ServiceWorker/pull/1430
- #1432 Improving service worker state (1 by jakearchibald)
https://github.com/w3c/ServiceWorker/pull/1432
9 pull requests merged:
- Bikeshed improvements to *force bypass cache for import scripts flag*
https://github.com/w3c/ServiceWorker/pull/1430
- Check for Run Service Worker failure and disallow starting redundant workers.
https://github.com/w3c/ServiceWorker/pull/1419
- One ServiceWorker object per service worker per realm
https://github.com/w3c/ServiceWorker/pull/1428
- Fixing a couple of bikeshed errors
https://github.com/w3c/ServiceWorker/pull/1425
- Fixing max scope to include trailing slash.
https://github.com/w3c/ServiceWorker/pull/1424
- Add trailing '/' to example of max scope
https://github.com/w3c/ServiceWorker/pull/1422
- Fix early return value from Handle Fetch.
https://github.com/w3c/ServiceWorker/pull/1418
- Kill resurrection
https://github.com/w3c/ServiceWorker/pull/1415
- Unify the event skipping algorithm when there is no event handler.
https://github.com/w3c/ServiceWorker/pull/1417
Repositories tracked by this digest:
-----------------------------------
* https://github.com/w3c/ServiceWorker
Received on Tuesday, 11 June 2019 17:01:25 UTC