Sylvestre Ledru
|
265e672179
|
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
# ignore-this-changeset
--HG--
extra : amend_source : 4d301d3b0b8711c4692392aa76088ba7fd7d1022
|
2018-11-30 11:46:48 +01:00 |
Yaron Tausky
|
f6f1bde06f
|
Bug 1263734: Implement ServiceWorkerContainer.startMessages() r=asuth,smaug
Differential Revision: https://phabricator.services.mozilla.com/D4237
--HG--
extra : moz-landing-system : lando
|
2018-10-11 12:37:37 +00:00 |
Dorel Luca
|
14654707e6
|
Backed out changeset 2c01f22661fa (bug 1263734) for wpt failures in fetch/api/request/destination/fetch-destination-no-load-event.https.html. CLOSED TREE
|
2018-10-10 18:31:01 +03:00 |
Yaron Tausky
|
286a3c2333
|
Bug 1263734: Implement ServiceWorkerContainer.startMessages() r=asuth,smaug
Differential Revision: https://phabricator.services.mozilla.com/D4237
--HG--
extra : moz-landing-system : lando
|
2018-10-10 13:55:23 +00:00 |
Ben Kelly
|
78b42d6228
|
Bug 1469873 Make ClientSource::Control() fail if storage access is not available and make claim() respect the result. r=mrbkap
|
2018-06-28 12:58:23 -07:00 |
Brindusan Cristian
|
c20abdcc34
|
Backed out changeset b610acdb4ead (bug 1469873) for mochitest crashes on xul.dll. CLOSED TREE
|
2018-06-28 20:09:59 +03:00 |
Ben Kelly
|
a17ff40103
|
Bug 1469873 Make ClientSource::Control() fail if storage access is not available and make claim() respect the result. r=mrbkap
|
2018-06-28 06:27:57 -07:00 |
Ben Kelly
|
a11f4b5b1d
|
Bug 1469941 Note DOMContentLoaded on the ClientSource and trigger service worker update in appropriate process. r=mrbkap
|
2018-06-23 10:11:47 -07:00 |
Ben Kelly
|
9258565483
|
Bug 1469882 Don't consult child process ServiceWorkerManager when populating MessageEvent.source with the e10s pref flipped. r=mrbkap
|
2018-06-23 10:10:53 -07:00 |
Ben Kelly
|
05c034e494
|
Bug 1468853 Note inherited controller in the parent process when the service worker e10s pref is flipped. r=mrbkap
|
2018-06-22 07:22:59 -07:00 |
Ben Kelly
|
f5141d8667
|
Bug 1462069 P1 Make ServiceWorkerManager::MaybeClaimClient() take a ClientInfo instead of nsIDocument. r=baku
|
2018-06-04 09:10:50 -07:00 |
Gurzau Raul
|
dd2e67b482
|
Backed out 3 changesets (bug 1462069) for build bustage on /src/dom/clients/manager/ClientManagerService.cpp on a CLOSED TREE
Backed out changeset 999be9379af3 (bug 1462069)
Backed out changeset 457cb3f8a0d9 (bug 1462069)
Backed out changeset ec66aff745a8 (bug 1462069)
|
2018-06-01 23:57:36 +03:00 |
Ben Kelly
|
6d1736c617
|
Bug 1462069 P1 Make ServiceWorkerManager::MaybeClaimClient() take a ClientInfo instead of nsIDocument. r=baku
|
2018-06-01 13:39:57 -07:00 |
Ben Kelly
|
173b706d4d
|
Bug 1457157 P4 Use DOMMozPromiseRequestHolder in ClientSource. r=baku
|
2018-05-02 06:29:27 -07:00 |
Boris Zbarsky
|
4292bca4ee
|
Bug 1449631 part 6. Remove nsIDOMEventTarget::DispatchEvent. r=smaug
MozReview-Commit-ID: 8YMgmMwZkAL
|
2018-04-05 13:42:41 -04:00 |
Ben Kelly
|
c7543d428d
|
Bug 1441133 P1 Don't assert storage permission on windows that inherit the service worker. r=asuth
|
2018-03-01 08:13:56 -08:00 |
Sebastian Hengst
|
3eb3941bc5
|
Backed out 2 changesets (bug 1441133) for build bustage in beta simulations at dom/clients/manager/ClientSource.cpp:402: unused variable 'wp'. a=backout
Backed out changeset 275855621865 (bug 1441133)
Backed out changeset 7a4546e25adc (bug 1441133)
--HG--
extra : histedit_source : d38746923972091f05ad8f435c39e7fe38e57a18
|
2018-03-01 11:55:28 +02:00 |
Ben Kelly
|
8c55bc6898
|
Bug 1440705 P3 Assert that a client and its controlling service worker have a matching principal. r=asuth
|
2018-02-28 10:32:50 -08:00 |
Ben Kelly
|
c6a37e4357
|
Bug 1441133 P1 Don't assert storage permission on windows that inherit the service worker. r=asuth
|
2018-02-28 10:31:29 -08:00 |
Ben Kelly
|
e67b89fe1c
|
Bug 1439099 P2 Remove ServiceWorkerRegistrationInfo::GetByID(). r=asuth
|
2018-02-19 12:06:19 -08:00 |
Boris Zbarsky
|
478687c2e8
|
Bug 1434686 part 4. Use IgnoreErrors() in dom/. r=mystor
MozReview-Commit-ID: GwVDrTLPTOb
|
2018-02-01 14:21:14 -05:00 |
Ben Kelly
|
af73b55e78
|
Bug 1434342 P7 Use the global to GetOrCreate the ServiceWorker DOM instance. r=asuth
|
2018-01-31 09:10:27 -08:00 |
Andrea Marchesini
|
2c7c69af24
|
Bug 1432963 - Fixing workers headers - part 14 - WorkerPrivate without workers namespace, r=smaug
|
2018-01-31 08:24:08 +01:00 |
Ben Kelly
|
e71d8db226
|
Bug 1430139 P3 Remove workers namespace from service worker code. r=asuth
|
2018-01-26 13:08:59 -08:00 |
Boris Zbarsky
|
16c84b6c1b
|
Bug 1431846 part 2. Rename nsPIDOMWindowInner::GetNavigator() to Navigator(), since it never returns null. r=mystor
Also have it return a dom::Navigator.
MozReview-Commit-ID: 5thGopGWIk9
|
2018-01-22 12:59:15 -05:00 |
Ben Kelly
|
b7d9339122
|
Bug 1425975 P14 Assert that storage is allowed when a ClientSource is both execution ready and controlled. r=asuth
|
2018-01-05 12:10:22 -05:00 |
Csoregi Natalia
|
0bf10c4d4e
|
Backed out 14 changesets (bug 1425975) for M(5) permafails mochitest/test_ext_webrequest_filter.html. r=backout a=backout
Backed out changeset e6f4a2d1df9a (bug 1425975)
Backed out changeset 1e657fa97b71 (bug 1425975)
Backed out changeset 9e1544ec814d (bug 1425975)
Backed out changeset 0e50d9d1d069 (bug 1425975)
Backed out changeset fb89dbd922ba (bug 1425975)
Backed out changeset f2b451ce55d4 (bug 1425975)
Backed out changeset 4ce186c6d8f5 (bug 1425975)
Backed out changeset 6f520ab76d6a (bug 1425975)
Backed out changeset f091f5e182c4 (bug 1425975)
Backed out changeset 82d39ed8c831 (bug 1425975)
Backed out changeset df13eba47970 (bug 1425975)
Backed out changeset 553628a56e6a (bug 1425975)
Backed out changeset acf4d61babab (bug 1425975)
Backed out changeset b7ae11b5bce8 (bug 1425975)
|
2017-12-24 00:23:57 +02:00 |
Ben Kelly
|
e6fd22c374
|
Bug 1425975 P14 Assert that storage is allowed when a ClientSource is both execution ready and controlled. r=asuth
|
2017-12-22 21:09:20 -05:00 |
Ben Kelly
|
0c4c26f91f
|
Bug 1426253 P4 Assert that ClientSource::SetController() is never called on a client in private browsing mode. r=asuth
|
2017-12-20 10:53:19 -05:00 |
Ben Kelly
|
36ae9f5253
|
Bug 1425316 P4 Note that a ClientSource has called register() for a SW scope and use it to match window console reports. r=asuth
|
2017-12-19 10:04:48 -05:00 |
Ben Kelly
|
63c97930f1
|
Bug 1293277 P7 Make ServiceWorkerManager use ClientHandle::Control() for claiming and ClientSource::SetController() fire the controller change event. r=baku
|
2017-12-12 15:44:48 -05:00 |
Ben Kelly
|
64d85c2b66
|
Bug 1293277 P1 Capture StorageAccess when snapshoting ClientSource state. r=baku
|
2017-12-12 15:44:46 -05:00 |
Ben Kelly
|
32b65c1d6c
|
Bug 1424338 P6 Implement ClientHandle::PostMessage() r=baku
|
2017-12-08 14:46:43 -05:00 |
Ben Kelly
|
daf4ea918b
|
Bug 1424338 P5 Implement ClientHandle::Focus(). r=baku
|
2017-12-08 14:46:43 -05:00 |
Ben Kelly
|
c911e0c6bb
|
Bug 1424338 P2 Add ClientManager::Claim() message to matching ClientSource objects. r=baku
|
2017-12-08 14:46:42 -05:00 |
Ben Kelly
|
10e891e2d2
|
Bug 1423913 P1 Make ClientManager::CreateSource() and CreateHandle() infallible. Errors result in a detached object instead of nullptr. r=baku
|
2017-12-08 11:52:06 -05:00 |
Ben Kelly
|
45d997d075
|
Bug 1423412 P4 Add a ClientManager::GetInfoAndState() that retrieves the ClientInfo and ClientState for a given ID. r=baku
|
2017-12-05 20:45:23 -05:00 |
Ben Kelly
|
fb38b7b228
|
Bug 1423412 P1 Actually mark window/worker ClientSource objects controlled when loaded with a controlling service worker. r=baku r=jld
|
2017-12-05 20:45:22 -05:00 |
Ben Kelly
|
bdf8207a0f
|
Bug 1423328 Allow a caller to set a ClientSource controlled by a service worker using a ClientHandle. r=baku
|
2017-12-05 14:54:10 -05:00 |
Ben Kelly
|
2982dea3de
|
Bug 1422983 Cycle collect the ClientSource object when owned by an nsGlobalWindowInner or nsDocShell object. r=mccr8
|
2017-12-04 22:13:33 -05:00 |
Ben Kelly
|
9af975dbfd
|
Bug 1419536 P4 Allow ClientSource objects to be frozen while in bfcache. r=baku
|
2017-11-21 15:13:05 -05:00 |
Ben Kelly
|
44e7d854dd
|
Bug 1418007 P2 Track the client window or worker's event target on ClientSource. r=baku
|
2017-11-16 13:15:10 -05:00 |
Ben Kelly
|
156cd8dec2
|
Bug 1418007 P1 Allow the reserved/initial/source client data and service worker to be marked on LoadInfo. r=baku r=valentin
|
2017-11-16 13:15:09 -05:00 |
Ben Kelly
|
9bfa444242
|
Bug 1417172 P2 Add a way for the window/worker/docshell to mark a ClientSource execution ready. r=baku
|
2017-11-14 14:36:45 -05:00 |
Ben Kelly
|
8a74305d9d
|
Bug 1417172 P1 Validate ClientSource creation path across IPC boundary. r=baku
|
2017-11-14 14:36:45 -05:00 |
Ben Kelly
|
a973dff21c
|
Bug 1415779 P3 Add the ClientSource class and hook it into ClientManager/ClientManagerService. r=baku
|
2017-11-08 21:19:59 -08:00 |