diff browse annotate |
5288e1d49e718b48fe60947228523c1a83d58e30 created 2018-07-23 11:28 +0000 pushed 2018-07-23 15:56 +0000 |
Valentin Gosu | Valentin Gosu - Bug 1476928 - Remove nsIURI.CloneIgnoringRef and nsIURI.CloneWithNewRef r=JuniorHsu |
diff browse annotate |
246c9fdaf98bfaf564660f19e9253bb9129d790c created 2018-07-09 16:02 -0700 pushed 2018-07-10 18:57 +0000 |
Ben Kelly | Ben Kelly - Bug 1459209 P3 Scaffold RemoteServiceWorkerContainerImpl to connect the binding ServiceWorkerContainer to the PServiceWorkerContainerChild actor. r=mrbkap |
diff browse annotate |
a5c3aa4b30f954490724034f71b1ab47ae000b44 created 2018-07-09 16:02 -0700 pushed 2018-07-10 18:57 +0000 |
Ben Kelly | Ben Kelly - Bug 1459209 P2 Scaffold RemoteServiceWorkerImpl to connect the binding ServiceWorker to the PServiceWorkerChild actor. r=mrbkap |
diff browse annotate |
4eb950e441649afcd058d5b6f34f977c9f86068d created 2018-07-05 13:13 -0400 pushed 2018-07-05 17:14 +0000 |
Ben Kelly | Ben Kelly - Bug 1472005 Don't resolve ready promise until the registration has reached the right state version. r=mrbkap |
diff browse annotate |
a97feb8161b7a4c60a539d83cb702a6e50fab1b1 created 2018-06-25 14:20 -0700 pushed 2018-06-27 00:06 +0000 |
Jeff Gilbert | Jeff Gilbert - Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot |
diff browse annotate |
8e2ac5d19e24f901fcc5069cdcfaaa507b12435f created 2018-06-15 12:21 -0700 pushed 2018-06-15 19:21 +0000 |
Ben Kelly | Ben Kelly - Bug 1466681 P4 Make ServiceWorkerContainer::Inner::GetRegistrations() use callbacks instead of MozPromise. r=asuth |
diff browse annotate |
3b91713af124a09c4825fd35806933ec9af6ffe4 created 2018-06-15 12:21 -0700 pushed 2018-06-15 19:21 +0000 |
Ben Kelly | Ben Kelly - Bug 1466681 P3 Make ServiceWorkerContainer::Inner::GetReady() use callbacks instead of MozPromise. r=asuth |
diff browse annotate |
15b6dcb4a6cf4b9dc4be2bdc7d015f09a3d21d53 created 2018-06-15 12:21 -0700 pushed 2018-06-15 19:21 +0000 |
Ben Kelly | Ben Kelly - Bug 1466681 P2 Make ServiceWorkerContainer::Inner::GetRegistration() use callbacks instead of MozPromise. r=asuth |
diff browse annotate |
d5e35711fa7bf15672650e1eb8506b793b360323 created 2018-06-15 12:21 -0700 pushed 2018-06-15 19:21 +0000 |
Ben Kelly | Ben Kelly - Bug 1466681 P1 Make ServiceWorkerContainer::Inner::Register() use callbacks instead of MozPromise. r=asuth |
diff browse annotate |
b54db66223586b4e04f5cb926fccdacf8a176b91 created 2018-05-30 21:15 +0200 pushed 2018-06-01 08:46 +0000 |
Emilio Cobos Álvarez | Emilio Cobos Álvarez - Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj |
diff browse annotate |
eb54a3e980ae715692eb9e51804d478bec864b6e created 2018-05-30 21:21 +0200 pushed 2018-05-30 19:22 +0000 |
Andrea Marchesini | Andrea Marchesini - Bug 1446933 - Remove 'using namespace mozilla::net' from BackgroundUtils.h, r=qdot |
diff browse annotate |
43385aef5932a5d988709919e82c90c96af1ba1b created 2018-04-26 13:53 -0700 pushed 2018-04-26 20:53 +0000 |
Ben Kelly | Ben Kelly - Bug 1456981 Use DOMMozPromiseRequestHolder in ServiceWorkerContainer. r=baku |
diff browse annotate |
45c4b55aedbb5ddb087da402a227af4fda171b16 created 2018-04-26 13:52 -0700 pushed 2018-04-26 20:52 +0000 |
Ben Kelly | Ben Kelly - Bug 1456466 P4 Make service worker MozPromise types reject with CopyableErrorResult. r=baku |
diff browse annotate |
f0f62b226f25211bb05b7bf65c0d20394ec40da7 created 2018-04-23 09:46 -0700 pushed 2018-04-23 16:47 +0000 |
Ben Kelly | Ben Kelly - Bug 1436812 P9 Implement the ServiceWorkerContainer::Register() method using the inner class. r=baku |
diff browse annotate |
bfadc112f9f74a4fa2bfb8c53efab086f834124e created 2018-04-23 09:46 -0700 pushed 2018-04-23 16:47 +0000 |
Ben Kelly | Ben Kelly - Bug 1436812 P8 Move storage permission check and other window specific code to ServiceWorkerContainer. r=baku |
diff browse annotate |
16ddf190ca51b6bc7e5000f4573d41394f89f0dc created 2018-04-23 09:46 -0700 pushed 2018-04-23 16:47 +0000 |
Ben Kelly | Ben Kelly - Bug 1436812 P7 Move many checks into ServiceWorkerScopeAndScriptAreValid() utility method. r=baku |
diff browse annotate |
2f27625fd5117e193980882ef5869be79cd39d30 created 2018-04-23 09:46 -0700 pushed 2018-04-23 16:47 +0000 |
Ben Kelly | Ben Kelly - Bug 1436812 P6 Move the NS_CheckContentLoadPolicy() from ServiceWorkerManager to ServiceWorkerContainer. r=baku |
diff browse annotate |
06082fbb04cedca278b2581581873c5a5aa30d78 created 2018-04-23 09:46 -0700 pushed 2018-04-23 16:47 +0000 |
Ben Kelly | Ben Kelly - Bug 1436812 P5 Move the IsFromAuthenticatedOrigin() check from the ServiceWorkerManager to the ServiceWorkerContainer. r=baku |
diff browse annotate |
2f32e0d8a75fd4a8d5ba6b2d8fb44798c5b5e154 created 2018-04-23 09:46 -0700 pushed 2018-04-23 16:47 +0000 |
Ben Kelly | Ben Kelly - Bug 1436812 P4 Add the ServiceWorkerContainer::GetBaseURIFromGlobal() method. r=baku |
diff browse annotate |
84c69758ca158186ea3be4e871aa851fe8d31bdd created 2018-04-23 09:46 -0700 pushed 2018-04-23 16:47 +0000 |
Ben Kelly | Ben Kelly - Bug 1436812 P3 Refactor ServiceWorkerContainer::GetGlobalIfValid() to accomodate Register() usage. r=baku |
diff browse annotate |
915fd6a149d20c2d3142af718b974fbf87c4d9c0 created 2018-04-23 09:46 -0700 pushed 2018-04-23 16:47 +0000 |
Ben Kelly | Ben Kelly - Bug 1436812 P1 Make ServiceWorker MozPromise types exclusive so they can reject with ErrorResult values. r=baku |
diff browse annotate |
42ad33390fcce41b4a010b4ee96478cf7adc28db created 2018-04-17 07:46 -0700 pushed 2018-04-17 14:46 +0000 |
Ben Kelly | Ben Kelly - Bug 1454646 P5 Implement ServiceWorkerContainer::GetRegistrations() via the inner class. r=baku |
diff browse annotate |
b166c60892d38ebbd09fe5213796d3248da57d06 created 2018-04-17 07:46 -0700 pushed 2018-04-17 14:46 +0000 |
Ben Kelly | Ben Kelly - Bug 1454646 P4 Factor out a method for checking global validity in ServiceWorkerContainer to reduce code duplication. r=baku |
diff browse annotate |
7dcfb609b250a1fa88f40a833da4fcf0d6430257 created 2018-04-17 07:46 -0700 pushed 2018-04-17 14:46 +0000 |
Ben Kelly | Ben Kelly - Bug 1454646 P3 Implement ServiceWorkerContainer::GetRegistration() via the inner clas. r=baku |
diff browse annotate |
e3a22120dd0c1864bc6b5d6a8c42d3d221ec3d34 created 2018-04-17 07:46 -0700 pushed 2018-04-17 14:46 +0000 |
Ben Kelly | Ben Kelly - Bug 1454646 P2 Implement ServiceWorkerContainer::GetReady() via the Inner class. r=baku |
diff browse annotate |
d56a387c8b3645673cac34673eb63a585eb6d762 created 2018-04-17 07:46 -0700 pushed 2018-04-17 14:46 +0000 |
Ben Kelly | Ben Kelly - Bug 1454646 P1 Add a ServiceWorkerContainer::Inner scaffold. r=baku |
diff browse annotate |
fb59e1c7bc4fd480a237dad1d43c4002e9be96d3 created 2018-03-22 13:03 -0700 pushed 2018-03-22 20:03 +0000 |
Ben Kelly | Ben Kelly - Bug 1448012 P4 Remove stale service worker ready promise code. r=asuth |
diff browse annotate |
98b4c2899b3667ca29a94be29f22f50280236aa0 created 2018-03-22 13:03 -0700 pushed 2018-03-22 20:03 +0000 |
Ben Kelly | Ben Kelly - Bug 1448012 P3 Add new ServiceWorkerContainer.ready mechanism based on MozPromise. r=asuth |
diff browse annotate |
28e5672119bfc7c4a9ff230e254f6e21bf56dbe6 created 2018-03-22 13:03 -0700 pushed 2018-03-22 20:03 +0000 |
Ben Kelly | Ben Kelly - Bug 1448012 P2 Eagerly create the ServiceWorkerContainer.controller. r=asuth |
diff browse annotate |
3a606511084da7c009901f2b037e2f923d038578 created 2018-03-22 13:03 -0700 pushed 2018-03-22 20:03 +0000 |
Ben Kelly | Ben Kelly - Bug 1448012 P1 Add ServiceWorkerContainer::Create() factory method. r=asuth |
diff browse annotate |
cd5241785aca69261dc6a1693fe57a1fba8f8bcd created 2018-01-31 09:10 -0800 pushed 2018-01-31 17:10 +0000 |
Ben Kelly | Ben Kelly - Bug 1434342 P7 Use the global to GetOrCreate the ServiceWorker DOM instance. r=asuth |
diff browse annotate |
8d8c6cf162ed012864c0c6cc1ecc6159f57c066a created 2018-01-26 13:08 -0800 pushed 2018-01-26 21:09 +0000 |
Ben Kelly | Ben Kelly - Bug 1430139 P3 Remove workers namespace from service worker code. r=asuth |
diff browse annotate |
cd4560fcb5548c0594d56193f5effc1de9ba7d2d created 2018-01-26 13:08 -0800 pushed 2018-01-26 21:09 +0000 |
Ben Kelly | Ben Kelly - Bug 1430139 P2 Make the tree compile again after moving the code to dom/serviceworkers. r=asuth |
diff browse annotate |
5cbdc4e31b0f42029113f1f4bde8d8a6d31a6475 created 2018-01-26 13:08 -0800| base pushed 2018-01-26 21:09 +0000 |
Ben Kelly | Ben Kelly - Bug 1430139 P1 Move code, tests, and moz.build rules to dom/serviceworkers. r=asuth |