Closed
Bug 1641091
Opened 5 years ago
Closed 5 years ago
Remove some unused event target functions
Categories
(Core :: IPC, task, P3)
Core
IPC
Tracking
()
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: mccr8, Assigned: mccr8)
Details
Attachments
(3 files)
ContentChild::GetEventTargetFor, SetEventTargetForRoute, GetConstructedEventTarget and GetSpecificMessageEventTarget are either never called or have only trivial implementations.
Assignee | ||
Comment 1•5 years ago
|
||
This all is leftovers from Quantum DOM.
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
GetConstructedEventTarget and GetSpecificMessageEventTarget which are always
null. The idea was that subclasses could override them, but nobody does any
more.
Updated•5 years ago
|
Attachment #9151968 -
Attachment description: Bug 1641091, part 3 - Remove some methods that are always null. → Bug 1641091, part 3 - Remove some methods that always return null.
Pushed by amccreight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/14e1c97c0b82
part 1 - Remove the unused ContentChild::GetEventTargetFor. r=froydnj
https://hg.mozilla.org/integration/autoland/rev/96f32ce9d5c3
part 2 - Remove unused SetEventTargetForRoute methods. r=froydnj
https://hg.mozilla.org/integration/autoland/rev/be46faa77892
part 3 - Remove some methods that always return null. r=froydnj
Comment 5•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/14e1c97c0b82
https://hg.mozilla.org/mozilla-central/rev/96f32ce9d5c3
https://hg.mozilla.org/mozilla-central/rev/be46faa77892
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•