mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Merge remote-tracking branch 'origin/master' into custom
This commit is contained in:
commit
b53b2fdca6
31 changed files with 444 additions and 1476 deletions
|
|
@ -383,17 +383,6 @@
|
|||
<parameter name="aWindow"/>
|
||||
<body>
|
||||
<![CDATA[
|
||||
// When not using remote browsers, we can take a fast path by getting
|
||||
// directly from the content window to the browser without looping
|
||||
// over all browsers.
|
||||
if (!gMultiProcessBrowser) {
|
||||
let browser = aWindow.QueryInterface(Ci.nsIInterfaceRequestor)
|
||||
.getInterface(Ci.nsIWebNavigation)
|
||||
.QueryInterface(Ci.nsIDocShell)
|
||||
.chromeEventHandler;
|
||||
return this.getTabForBrowser(browser);
|
||||
}
|
||||
|
||||
for (let i = 0; i < this.browsers.length; i++) {
|
||||
// NB: We use contentWindowAsCPOW so that this code works both
|
||||
// for remote browsers as well. aWindow may be a CPOW.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue