Closed
Bug 1618798
Opened 5 years ago
Closed 5 years ago
Remove XPCOM version of nsIFocusManager::SetActiveWindow
Categories
(Core :: DOM: UI Events & Focus Handling, task)
Core
DOM: UI Events & Focus Handling
Tracking
()
RESOLVED
FIXED
mozilla75
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: hsivonen, Assigned: hsivonen)
References
Details
Attachments
(1 file)
I think we only have one test case using this.
Assignee | ||
Comment 1•5 years ago
|
||
Try run for revealing callers:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=849f5c99fe9408e80d46d235965762f3fe9f1069
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
https://searchfox.org/mozilla-central/source/toolkit/components/extensions/test/browser/browser_ext_themes_dynamic_getCurrent.js apparently assigns to .activeWindow
somehow but not directly.
Assignee | ||
Comment 4•5 years ago
|
||
Does let { focused } = await browser.windows.get(winId);
somehow do it behind the scenes?
Assignee | ||
Comment 5•5 years ago
|
||
Assignee | ||
Comment 6•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → hsivonen
Status: NEW → ASSIGNED
Updated•5 years ago
|
Attachment #9130129 -
Attachment description: Bug 1618798 - nsIFocusManager::SetActiveWindow and JS callers thereof. → Bug 1618798 - Remove nsIFocusManager::SetActiveWindow and JS callers thereof.
Pushed by hsivonen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3002865301d6
Remove nsIFocusManager::SetActiveWindow and JS callers thereof. r=NeilDeakin
Comment 8•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
You need to log in
before you can comment on or make changes to this bug.
Description
•