Closed
Bug 1574195
Opened 6 years ago
Closed 6 years ago
Switch our existing consumers of "implements" to new mixin syntax
Categories
(Core :: DOM: Bindings (WebIDL), task, P1)
Core
DOM: Bindings (WebIDL)
Tracking
()
RESOLVED
FIXED
mozilla71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
Attachments
(4 files)
No description provided.
![]() |
Assignee | |
Updated•6 years ago
|
Priority: -- → P1
![]() |
Assignee | |
Comment 1•6 years ago
|
||
The fact that mixins can't include mixins and can't inherit makes the message
manager setup a bit annoying...
![]() |
Assignee | |
Comment 2•6 years ago
|
||
![]() |
Assignee | |
Comment 3•6 years ago
|
||
![]() |
Assignee | |
Comment 4•6 years ago
|
||
Updated•6 years ago
|
Attachment #9094029 -
Attachment description: Bug 1574195 part 4. Switch remaining users of IDL "implements" over to mixin syntax. r=peterv → Bug 1574195 part 4. Switch remaining users of IDL "implements" over to mixin syntax. r=edgar
Pushed by bzbarsky@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e81ff6411637
part 1. Switch message managers from "implements" to IDL mixins. r=peterv
https://hg.mozilla.org/integration/autoland/rev/028237b07907
part 2. Switch key event interfaces to IDL mixins. r=masayuki
https://hg.mozilla.org/integration/autoland/rev/7af995190f67
part 3. Switch XPathEvaluator to using IDL mixins. r=peterv
https://hg.mozilla.org/integration/autoland/rev/16fbf2246f05
part 4. Switch remaining users of IDL "implements" over to mixin syntax. r=edgar
Comment 6•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e81ff6411637
https://hg.mozilla.org/mozilla-central/rev/028237b07907
https://hg.mozilla.org/mozilla-central/rev/7af995190f67
https://hg.mozilla.org/mozilla-central/rev/16fbf2246f05
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
Updated•6 years ago
|
Assignee: nobody → bzbarsky
You need to log in
before you can comment on or make changes to this bug.
Description
•