Convert [NavigatorProperty] extended attributes to plain navigator properties
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox70 | --- | fixed |
People
(Reporter: emk, Assigned: bzbarsky)
References
Details
Attachments
(2 files)
| Assignee | ||
Comment 1•12 years ago
|
||
Comment 2•7 years ago
|
||
Updated•7 years ago
|
| Assignee | ||
Comment 3•6 years ago
|
||
OK, I think we should go ahead and do this. There's precisely one consumer of NavigatorProperty, and it would be pretty simple to just switch it to a normal property (like Window's .external) and remove the complexity... We could add a helper C++ method to make it a little simpler and less codepasty to implement things like this.
Thoughts?
| Assignee | ||
Comment 4•6 years ago
|
||
We could add a helper C++ method to make it a little simpler and less codepasty to implement things like this.
Filed bug 1570350 on that.
| Assignee | ||
Comment 5•6 years ago
|
||
| Assignee | ||
Comment 6•6 years ago
|
||
Comment 7•6 years ago
|
||
I haven't looked at this before, but it certainly looks like a ton of code for something that only has a single consumer. The code for the consumer doesn't look particular involved, either.
Updated•6 years ago
|
Comment 9•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/ca578c57a4f0
https://hg.mozilla.org/mozilla-central/rev/cc8b5dcacc85
Updated•6 years ago
|
Description
•