- 05 Dec, 2019 1 commit
-
-
Olli Pettay authored
Differential Revision: https://phabricator.services.mozilla.com/D53288 --HG-- extra : moz-landing-system : lando
-
- 18 Nov, 2019 1 commit
-
-
Ehsan Akhgari authored
Bug 1592599 - Switch nsIDocShell.getDocShellEnumerator() away from using nsISimpleEnumerator; r=bzbarsky Differential Revision: https://phabricator.services.mozilla.com/D51100 --HG-- extra : moz-landing-system : lando
-
- 04 Nov, 2019 1 commit
-
-
Andreas Tolfsen authored
Exposes a new nsIDocShell API, isForceReloading, to determine if the loaded document was force-reloaded or not. It relies on the underlying behaviour of nsDocShell::IsForceReloading(), which again relies on nsDocShell::IsForceReloadType(mLoadType). The getter is used in the remote agent to test that Page.reload({ignoreCache: true}) works as intended. Differential Revision: https://phabricator.services.mozilla.com/D51435 --HG-- extra : moz-landing-system : lando
-
- 06 Nov, 2019 1 commit
-
-
Andreas Farre authored
We can remove isOnlyToplevelInTabGroup entirely since we have BrowsingContext/BrowsingContextGroup exposed through chrome-webidl. Checking if a browsing context is the only top level (auxilliary or otherwise) is only a matter of checking that there isn't a parent, and that the size of the browsing context group is 1. Differential Revision: https://phabricator.services.mozilla.com/D46590 --HG-- extra : moz-landing-system : lando
-
- 28 Oct, 2019 1 commit
-
-
Edgar Chen authored
Differential Revision: https://phabricator.services.mozilla.com/D50663 --HG-- extra : moz-landing-system : lando
-
- 18 Oct, 2019 1 commit
-
-
Boris Zbarsky authored
Differential Revision: https://phabricator.services.mozilla.com/D49650 --HG-- extra : moz-landing-system : lando
-
- 11 Oct, 2019 1 commit
-
-
Matt Woodrow authored
Bug 1578624 - P4: Add an option to set mIsNavigating on the docshell when loading using BrowsingContext. r=kmag Differential Revision: https://phabricator.services.mozilla.com/D44760 --HG-- extra : moz-landing-system : lando
-
- 09 Oct, 2019 4 commits
-
-
Brindusan Cristian authored
Backed out changeset b22733eb880f (bug 1578624) Backed out changeset cb5e15489635 (bug 1578624) Backed out changeset f1746b2f9dec (bug 1578624) Backed out changeset d08a099a22ff (bug 1578624) Backed out changeset 8ebd563c72a8 (bug 1578624) Backed out changeset d8bfec2dc9b6 (bug 1578624) Backed out changeset 591664928bce (bug 1578624) Backed out changeset 63f5a619b9ef (bug 1578624) Backed out changeset ff67cc13cdf3 (bug 1578624) Backed out changeset 43556c937a09 (bug 1578624) Backed out changeset 49065a55694d (bug 1578624)
-
Matt Woodrow authored
Bug 1578624 - P4: Add an option to set mIsNavigating on the docshell when loading using BrowsingContext. r=kmag Differential Revision: https://phabricator.services.mozilla.com/D44760 --HG-- extra : moz-landing-system : lando
-
Narcis Beleuzu authored
Backed out changeset 478897956ee0 (bug 1578624) Backed out changeset ab9c09164df0 (bug 1578624) Backed out changeset f461f10efa46 (bug 1578624) Backed out changeset 9b958693a003 (bug 1578624) Backed out changeset 3b8220a15051 (bug 1578624) Backed out changeset 180407dc57a8 (bug 1578624) Backed out changeset bb11892e2171 (bug 1578624) Backed out changeset 4f5c28244290 (bug 1578624) Backed out changeset 6c02bbe5c1c5 (bug 1578624) Backed out changeset 1d762fdce921 (bug 1578624) Backed out changeset 818bc6e20c7d (bug 1578624) --HG-- extra : histedit_source : ea22e628bf35425402009e9af274602f342a7476
-
Matt Woodrow authored
Bug 1578624 - P4: Add an option to set mIsNavigating on the docshell when loading using BrowsingContext. r=kmag Differential Revision: https://phabricator.services.mozilla.com/D44760 --HG-- extra : moz-landing-system : lando
-
- 24 Sep, 2019 4 commits
-
-
Brindusan Cristian authored
Backed out 2 changesets (bug 1582716, bug 1575051) for gv-junit failures, new exception. CLOSED TREE Backed out changeset b5aa3ac4483e (bug 1582716) Backed out changeset c385531b4ee3 (bug 1575051)
-
Andreas Farre authored
We can remove isOnlyToplevelInTabGroup entirely since we have BrowsingContext/BrowsingContextGroup exposed through chrome-webidl. Checking if a browsing context is the only top level (auxilliary or otherwise) is only a matter of checking that there isn't a parent, and that the size of the browsing context group is 1. Differential Revision: https://phabricator.services.mozilla.com/D46590 --HG-- extra : moz-landing-system : lando
-
shindli authored
Backed out changeset db132849d960 (bug 1582716) for causing linting failures in /builds/worker/checkouts/gecko/toolkit/modules/E10SUtils.jsm CLOSED TREE
-
Andreas Farre authored
We can remove isOnlyToplevelInTabGroup entirely since we have BrowsingContext/BrowsingContextGroup exposed through chrome-webidl. Checking if a browsing context is the only top level (auxilliary or otherwise) is only a matter of checking that there isn't a parent, and that the size of the browsing context group is 1. Differential Revision: https://phabricator.services.mozilla.com/D46590 --HG-- extra : moz-landing-system : lando
-
- 20 Sep, 2019 1 commit
-
-
Agi Sferro authored
Differential Revision: https://phabricator.services.mozilla.com/D44051 --HG-- extra : moz-landing-system : lando
-
- 07 Aug, 2019 1 commit
-
-
Kris Maglione authored
This also renames the existing infallible nsDocShell:GetBrowsingContext() getter to BrowsingContextRef(), and changes the return type, since several callers rely on it returning a raw pointer rather than an already_AddRefed. Differential Revision: https://phabricator.services.mozilla.com/D40312 --HG-- extra : moz-landing-system : lando
-
- 16 Jul, 2019 1 commit
-
-
Kris Maglione authored
This functionality is currently unused, and blocks work needed to support Fission. Differential Revision: https://phabricator.services.mozilla.com/D39542 --HG-- extra : rebase_source : 1d8fdea73d48c714112d13844f5110f7f1892dda
-
- 26 Jul, 2019 1 commit
-
-
Kannan Vijayan authored
Bug 1559414 - Rename unaudited pre-fission methods with SameProcess for future audit burndown. r=nika Differential Revision: https://phabricator.services.mozilla.com/D39378 --HG-- extra : moz-landing-system : lando
-
- 16 Jul, 2019 2 commits
-
-
Boris Zbarsky authored
Differential Revision: https://phabricator.services.mozilla.com/D38222 --HG-- extra : moz-landing-system : lando
-
Gijs Kruitbosch authored
Bug 1550637 - hide tooltip when the docshell navigate, don't show tooltips if the docshell is no longer active, r=nika,dao Differential Revision: https://phabricator.services.mozilla.com/D35503 --HG-- extra : moz-landing-system : lando
-
- 25 Jun, 2019 1 commit
-
-
Nicholas Nethercote authored
It's unused. Differential Revision: https://phabricator.services.mozilla.com/D34949 --HG-- extra : moz-landing-system : lando
-
- 12 Jun, 2019 2 commits
-
-
Ehsan Akhgari authored
Bug 1557887 - Part 3: Extend nsIDocShell.createAboutBlankContentViewer() to accept a storage principal argument; r=baku Differential Revision: https://phabricator.services.mozilla.com/D34457 --HG-- extra : moz-landing-system : lando
-
Ehsan Akhgari authored
Bug 1558628 - Add back nsIDocShell.hasTrackingContentBlocked since it is used in the webcompat report-site-issue extension; r=baku Differential Revision: https://phabricator.services.mozilla.com/D34613 --HG-- extra : moz-landing-system : lando
-
- 03 Jun, 2019 1 commit
-
-
Henri Sivonen authored
Differential Revision: https://phabricator.services.mozilla.com/D28634
-
- 23 May, 2019 1 commit
-
-
Barret Rennie authored
Bug 1510569 - Keep track of whether we are navigating to a new URI in nsDocShell r=mconley,kmag,qdot Previously the `WebNavigationChild` would keep track of when triggering its `nsIWebNavigation`, `goForward`, `goBack`, `gotoIndex`, and `loadURI` methods. It's `nsIWebNavigation` instance is always an `nsIDocShell` and as part of porting `OnStateChange` and `OnLocationChange` events from `WebProgressChild`/`RemoteWebProgress` to `BrowserChild`/`BrowserParent`, this informations needs to be available from the `BrowserChild`. As it stands, it is currently an expando property on the `WebProgressChild`. Instead of introducing yet another XPCOM interface for the WebProgressChild, we now store this information directly on the `nsDocShell`. Furthermore, instead of having the `WebNavigationChild` manage this part of the `nsDocShell`'s state, we can have the `nsDocShell` manage this state itself so it is always consistent. Differential Revision: https://phabricator.services.mozilla.com/D28124 --HG-- extra : moz-landing-system : lando
-
- 22 May, 2019 1 commit
-
-
Bogdan Tara authored
Backed out changeset 756519a7cf79 (bug 1510569) Backed out changeset 39c6818fdb12 (bug 1510569) Backed out changeset 3d9715a5ecd4 (bug 1510569) Backed out changeset 418a61f5f87b (bug 1510569)
-
- 21 May, 2019 5 commits
-
-
Christoph Kerschbaumer authored
Differential Revision: https://phabricator.services.mozilla.com/D27654 --HG-- extra : moz-landing-system : lando
-
Noemi Erli authored
Backed out changeset c5488e2770a6 (bug 1510569) Backed out changeset df98eef1f640 (bug 1510569) Backed out changeset db6da7f94a92 (bug 1510569) Backed out changeset fb696b92c13d (bug 1510569)
-
Barret Rennie authored
Bug 1510569 - Keep track of whether we are navigating to a new URI in nsDocShell r=mconley,kmag,qdot Previously the `WebNavigationChild` would keep track of when triggering its `nsIWebNavigation`, `goForward`, `goBack`, `gotoIndex`, and `loadURI` methods. It's `nsIWebNavigation` instance is always an `nsIDocShell` and as part of porting `OnStateChange` and `OnLocationChange` events from `WebProgressChild`/`RemoteWebProgress` to `BrowserChild`/`BrowserParent`, this informations needs to be available from the `BrowserChild`. As it stands, it is currently an expando property on the `WebProgressChild`. Instead of introducing yet another XPCOM interface for the WebProgressChild, we now store this information directly on the `nsDocShell`. Furthermore, instead of having the `WebNavigationChild` manage this part of the `nsDocShell`'s state, we can have the `nsDocShell` manage this state itself so it is always consistent. Differential Revision: https://phabricator.services.mozilla.com/D28124 --HG-- extra : moz-landing-system : lando
-
Cosmin Sabou authored
Backed out changeset 57f49df057be (bug 1510569) Backed out changeset de97a258fcfd (bug 1510569) Backed out changeset 4b0ed20ab3bc (bug 1510569) Backed out changeset 1d8ab383d3e9 (bug 1510569)
-
Barret Rennie authored
Bug 1510569 - Keep track of whether we are navigating to a new URI in nsDocShell r=mconley,kmag,qdot Previously the `WebNavigationChild` would keep track of when triggering its `nsIWebNavigation`, `goForward`, `goBack`, `gotoIndex`, and `loadURI` methods. It's `nsIWebNavigation` instance is always an `nsIDocShell` and as part of porting `OnStateChange` and `OnLocationChange` events from `WebProgressChild`/`RemoteWebProgress` to `BrowserChild`/`BrowserParent`, this informations needs to be available from the `BrowserChild`. As it stands, it is currently an expando property on the `WebProgressChild`. Instead of introducing yet another XPCOM interface for the WebProgressChild, we now store this information directly on the `nsDocShell`. Furthermore, instead of having the `WebNavigationChild` manage this part of the `nsDocShell`'s state, we can have the `nsDocShell` manage this state itself so it is always consistent. Differential Revision: https://phabricator.services.mozilla.com/D28124 --HG-- extra : moz-landing-system : lando
-
- 08 May, 2019 1 commit
-
-
Brian Hackett authored
Bug 1546736 Part 1 - Keep track of whether docshells and workers are being watched by the devtools, r=bzbarsky. --HG-- extra : rebase_source : 837fc73223c0e275fce716bbe1108a14d0e9afa4
-
- 27 May, 2019 2 commits
-
-
Mihai Alexandru Michis authored
Backed out 6 changesets (bug 1543077) for causing bc failures at docshell/test/browser/browser_bug1543077.js Backed out changeset f593045cc48f (bug 1543077) Backed out changeset 25449ba8aceb (bug 1543077) Backed out changeset ccc438262e29 (bug 1543077) Backed out changeset 4573c25b1ce0 (bug 1543077) Backed out changeset 1cbaafb9373a (bug 1543077) Backed out changeset 1a0e7ced8e47 (bug 1543077) --HG-- extra : rebase_source : f04bf405303fe03776f0e70b03db076c0a41ae45
-
Henri Sivonen authored
Differential Revision: https://phabricator.services.mozilla.com/D28634 --HG-- extra : moz-landing-system : lando
-
- 26 Apr, 2019 1 commit
-
-
Jonathan Watt authored
Differential Revision: https://phabricator.services.mozilla.com/D31078 --HG-- extra : rebase_source : 84a2a233a08f9ac46fc4991cf3469c38e3c04e65 extra : amend_source : 24a7b1d7ea12c05bd16e37e7b8697cea9cdc5741
-
- 03 May, 2019 1 commit
-
-
Bogdan Tara authored
Backed out changeset fc0ae629221a (bug 1510569) Backed out changeset 97f6ac273b5d (bug 1510569)
-
- 02 May, 2019 3 commits
-
-
Barret Rennie authored
Bug 1510569 - Keep track of whether we are navigating to a new URI in nsDocShell r=mconley,kmag,qdot Previously the `WebNavigationChild` would keep track of when triggering its `nsIWebNavigation`, `goForward`, `goBack`, `gotoIndex`, and `loadURI` methods. It's `nsIWebNavigation` instance is always an `nsIDocShell` and as part of porting `OnStateChange` and `OnLocationChange` events from `WebProgressChild`/`RemoteWebProgress` to `BrowserChild`/`BrowserParent`, this informations needs to be available from the `BrowserChild`. As it stands, it is currently an expando property on the `WebProgressChild`. Instead of introducing yet another XPCOM interface for the WebProgressChild, we now store this information directly on the `nsDocShell`. Furthermore, instead of having the `WebNavigationChild` manage this part of the `nsDocShell`'s state, we can have the `nsDocShell` manage this state itself so it is always consistent. Differential Revision: https://phabricator.services.mozilla.com/D28124 --HG-- extra : moz-landing-system : lando
-
Bogdan Tara authored
Backed out changeset 13c5249d66a7 (bug 1510569) Backed out changeset a6ad4039d785 (bug 1510569)
-
Barret Rennie authored
Bug 1510569 - Keep track of whether we are navigating to a new URI in nsDocShell r=mconley,kmag,qdot Previously the `WebNavigationChild` would keep track of when triggering its `nsIWebNavigation`, `goForward`, `goBack`, `gotoIndex`, and `loadURI` methods. It's `nsIWebNavigation` instance is always an `nsIDocShell` and as part of porting `OnStateChange` and `OnLocationChange` events from `WebProgressChild`/`RemoteWebProgress` to `BrowserChild`/`BrowserParent`, this informations needs to be available from the `BrowserChild`. As it stands, it is currently an expando property on the `WebProgressChild`. Instead of introducing yet another XPCOM interface for the WebProgressChild, we now store this information directly on the `nsDocShell`. Furthermore, instead of having the `WebNavigationChild` manage this part of the `nsDocShell`'s state, we can have the `nsDocShell` manage this state itself so it is always consistent. Differential Revision: https://phabricator.services.mozilla.com/D28124 --HG-- extra : moz-landing-system : lando
-