Closed
Bug 1851263
Opened 2 years ago
Closed 2 years ago
Remove a few QueryInterface calls from dom/events/Event.cpp
Categories
(Core :: DOM: Events, task)
Core
DOM: Events
Tracking
()
RESOLVED
FIXED
119 Branch
| Tracking | Status | |
|---|---|---|
| firefox119 | --- | fixed |
People
(Reporter: mstange, Assigned: mstange)
References
(Blocks 1 open bug)
Details
(Whiteboard: [sp3])
Attachments
(3 files)
No description provided.
Updated•2 years ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SP3-544
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
|
||
This is also the name that was originally suggested in https://bugzilla.mozilla.org/show_bug.cgi?id=218415#c53 .
Depends on D187339
| Assignee | ||
Comment 3•2 years ago
|
||
Also do the same for the "outer" variants.
Depends on D187340
Pushed by mstange@themasta.com:
https://hg.mozilla.org/integration/autoland/rev/c17c38cd80cb
Remove a few QueryInterface calls from dom/events/Event.cpp. r=smaug
https://hg.mozilla.org/integration/autoland/rev/6462df7bf918
Rename nsIGlobalObject::AsInnerWindow to GetAsInnerWindow because it can return null. r=smaug
https://hg.mozilla.org/integration/autoland/rev/cb5384d5f69b
Rename EventTarget::GetAsWindowInner to EventTarget::GetAsInnerWindow for consistency with nsIGlobal::GetAsInnerWindow. r=smaug
Comment 5•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/c17c38cd80cb
https://hg.mozilla.org/mozilla-central/rev/6462df7bf918
https://hg.mozilla.org/mozilla-central/rev/cb5384d5f69b
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox119:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 119 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•