Closed
Bug 1490503
Opened 7 years ago
Closed 7 years ago
Mark more XPConnect classes builtinclass
Categories
(Core :: XPConnect, enhancement, P3)
Core
XPConnect
Tracking
()
RESOLVED
FIXED
mozilla64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: mccr8, Assigned: mccr8)
Details
Attachments
(1 file)
There's a bunch of XPConnect IDL interfaces that aren't marked builtinclass, but have no business being implemented in JS, so we might as well mark them as such. There's likely not any practical benefit from this change.
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → continuation
Priority: -- → P5
| Assignee | ||
Updated•7 years ago
|
Priority: P5 → P3
| Assignee | ||
Comment 1•7 years ago
|
||
Also, make nsIXPCWrappedJSObjectGetter not scriptable to save a tiny amount of binary size.
Comment 2•7 years ago
|
||
Comment on attachment 9008243 [details]
Bug 1490503 - Mark more XPConnect classes builtinclass
Peter Van der Beken [:peterv] has approved the revision.
Attachment #9008243 -
Flags: review+
Pushed by amccreight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fa0aa4da4ea6
Mark more XPConnect classes builtinclass r=peterv
Comment 4•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•