Closed Bug 1641091 Opened 5 years ago Closed 5 years ago

Remove some unused event target functions

Categories

(Core :: IPC, task, P3)

task

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.

This all is leftovers from Quantum DOM.

GetConstructedEventTarget and GetSpecificMessageEventTarget which are always
null. The idea was that subclasses could override them, but nobody does any
more.

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
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: