Closed
Bug 1545851
Opened 6 years ago
Closed 6 years ago
Mark nsISupportsPrimitive and subinterfaces as builtinclass
Categories
(Core :: XPCOM, task)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla68
| Tracking | Status | |
|---|---|---|
| firefox68 | --- | fixed |
People
(Reporter: mccr8, Assigned: mccr8)
References
Details
Attachments
(2 files)
I can't imagine that anybody would implement these in JS.
| Assignee | ||
Comment 1•6 years ago
|
||
It turns out one test does, in xpcom/tests/unit/data/main_process_directive_service.js
At a glance, that's just a dummy implementation of something to check some kind of registration thing, so I should be able to change to a different type.
| Assignee | ||
Comment 2•6 years ago
|
||
This will let us make nsISupportsString builtinclass.
| Assignee | ||
Comment 3•6 years ago
|
||
Pushed by amccreight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9dec6983ccac
part 1 - Change test_process_directives.js to use nsIProperty. r=froydnj
https://hg.mozilla.org/integration/autoland/rev/1ee2dbf02509
part 2 - Mark nsISupportsPrimitive and subinterfaces as builtinclass. r=froydnj
Comment 5•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/9dec6983ccac
https://hg.mozilla.org/mozilla-central/rev/1ee2dbf02509
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
You need to log in
before you can comment on or make changes to this bug.
Description
•