Open Bug 969572 Opened 10 years ago Updated 2 years ago

unify getters and setters for event handlers in bindings code

Categories

(Core :: DOM: Core & HTML, defect, P5)

defect

Tracking

()

People

(Reporter: froydnj, Unassigned)

Details

Noticed this while working on the jsid stuff: the getters and setters for event handlers are virtually identical; we should have some common code for these.  It looks like ones that throw (?) might have to be treated separately.

The getters and setters combined take up ~150K on ARM, or about as much as win as bug 956806 had.

Really, this sort of thing could potentially be extended to all types, but event handlers seemed more straightforward...and there might be more noticeable performance impacts for something like primitive types?  Something to consider, anyway.
Identical except for calling a different underlying C++ method, right?

This would require a lot more special-casing than bug 956806 did.  :(
(In reply to Boris Zbarsky [:bz] from comment #1)
> Identical except for calling a different underlying C++ method, right?

Indeed.

> This would require a lot more special-casing than bug 956806 did.  :(

Also true. :(  I don't have any good ideas here.
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046

Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.

If you have questions, please contact :mdaly.
Priority: -- → P5
Component: DOM → DOM: Core & HTML
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.