gecko-dev/dom/clients/manager
Emilio Cobos Álvarez 5e03d6a488 Bug 1704651 - Wait for the right load in ClientOpenWindow. r=asuth
With fission+BFCache, we get a notification for the initial document,
and that fails the same-origin check (because about:blank isn't
same-origin with the opener) so we resolve the promise with null
rather than returning a client.

Instead, wait for the right load to arrive if the top level window
global is the initial document.

Differential Revision: https://phabricator.services.mozilla.com/D112072
2021-04-16 23:38:42 +00:00
..
ClientChannelHelper.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
ClientChannelHelper.h
ClientHandle.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
ClientHandle.h Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
ClientHandleChild.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
ClientHandleChild.h
ClientHandleOpChild.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
ClientHandleOpChild.h
ClientHandleOpParent.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
ClientHandleOpParent.h
ClientHandleParent.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
ClientHandleParent.h Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
ClientIPCTypes.ipdlh Bug 1689147 - Part 5: Change comparable to an extended attribute, r=mccr8 2021-02-09 16:50:23 +00:00
ClientIPCUtils.h Bug 1677466 - Move ParamTraits specializations with extra dependencies out of IPCMessageUtils.h. r=mccr8 2020-12-10 11:09:21 +00:00
ClientInfo.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
ClientInfo.h Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
ClientManager.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
ClientManager.h Bug 1691889 - Replace MOZ_MUST_USE with [[nodiscard]] in dom/. r=peterv 2021-03-10 08:19:25 +00:00
ClientManagerActors.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
ClientManagerActors.h
ClientManagerChild.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
ClientManagerChild.h
ClientManagerOpChild.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
ClientManagerOpChild.h
ClientManagerOpParent.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
ClientManagerOpParent.h
ClientManagerParent.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
ClientManagerParent.h
ClientManagerService.cpp Bug 1695162 - Use range-based for instead of custom hashtable iterators. r=xpcom-reviewers,kmag 2021-03-17 15:49:46 +00:00
ClientManagerService.h Bug 1634281 - Use nsTHashMap instead of nsDataHashtable. r=xpcom-reviewers,necko-reviewers,jgilbert,nika,valentin 2021-03-10 10:47:47 +00:00
ClientNavigateOpChild.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
ClientNavigateOpChild.h Bug 1691889 - Replace MOZ_MUST_USE with [[nodiscard]] in dom/. r=peterv 2021-03-10 08:19:25 +00:00
ClientNavigateOpParent.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
ClientNavigateOpParent.h
ClientOpPromise.h Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
ClientOpenWindowUtils.cpp Bug 1704651 - Wait for the right load in ClientOpenWindow. r=asuth 2021-04-16 23:38:42 +00:00
ClientOpenWindowUtils.h Bug 1691889 - Replace MOZ_MUST_USE with [[nodiscard]] in dom/. r=peterv 2021-03-10 08:19:25 +00:00
ClientPrincipalUtils.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
ClientPrincipalUtils.h
ClientSource.cpp Bug 1697927 - Part 1: Only expose HadOriginalOpener on BrowsingContext, r=farre 2021-03-18 16:15:17 +00:00
ClientSource.h Bug 1496997 - Remove child intercept code from dom/clients r=asuth,dom-workers-and-storage-reviewers 2021-01-25 22:49:49 +00:00
ClientSourceChild.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
ClientSourceChild.h
ClientSourceOpChild.cpp Bug 1496997 - Remove child intercept code from dom/clients r=asuth,dom-workers-and-storage-reviewers 2021-01-25 22:49:49 +00:00
ClientSourceOpChild.h
ClientSourceOpParent.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
ClientSourceOpParent.h
ClientSourceParent.cpp Bug 1496997 - Remove child intercept code from dom/clients r=asuth,dom-workers-and-storage-reviewers 2021-01-25 22:49:49 +00:00
ClientSourceParent.h
ClientState.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
ClientState.h Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
ClientThing.h
ClientValidation.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
ClientValidation.h Bug 1671641 - Make `dom/clients` buildable outside of `unified-build` environment. r=sg 2020-10-21 08:00:15 +00:00
PClientHandle.ipdl Bug 1677466 - Split Endpoint.h and ProtocolMessageUtils.h from ProtocolUtils.h. r=mccr8 2020-11-23 16:06:42 +00:00
PClientHandleOp.ipdl
PClientManager.ipdl
PClientManagerOp.ipdl
PClientNavigateOp.ipdl
PClientSource.ipdl
PClientSourceOp.ipdl
moz.build Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00