Closed
Bug 872043
Opened 11 years ago
Closed 11 years ago
Add an API to get the canonical Array.prototype
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla24
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
1.81 KB,
patch
|
Waldo
:
review+
|
Details | Diff | Splinter Review |
This is needed for things like [ArrayClass] in bindings.
![]() |
Assignee | |
Comment 1•11 years ago
|
||
Attachment #749319 -
Flags: review?(jwalden+bmo)
![]() |
Assignee | |
Updated•11 years ago
|
Assignee: general → bzbarsky
![]() |
Assignee | |
Updated•11 years ago
|
Whiteboard: [need review]
Updated•11 years ago
|
Attachment #749319 -
Flags: review?(jwalden+bmo) → review+
Comment 2•11 years ago
|
||
Please do copy/search-and-replace https://developer.mozilla.org/en-US/docs/SpiderMonkey/JSAPI_Reference/JS_GetObjectPrototype and link it on https://developer.mozilla.org/en-US/docs/SpiderMonkey/JSAPI_Reference (use a {{ Jsapi_minversion_inline("24") }} on it).
![]() |
Assignee | |
Comment 3•11 years ago
|
||
Done. I added https://developer.mozilla.org/en-US/docs/SpiderMonkey/JSAPI_Reference/JS_GetFunctionPrototype while I was there, using "13" as the version... https://hg.mozilla.org/integration/mozilla-inbound/rev/7b06b9d1acb2
Flags: in-testsuite-
Whiteboard: [need review]
Target Milestone: --- → mozilla24
Comment 4•11 years ago
|
||
Backed out for mochitest-bc, mochitest-other, and xpcshell orange. https://hg.mozilla.org/integration/mozilla-inbound/rev/9182c3e6a967
Comment 5•11 years ago
|
||
If you saw the message about documenting JSAPI changes in 24 release notes, I added the link to https://developer.mozilla.org/en-US/docs/SpiderMonkey/24 so things are fully totally good on the documentation front. :-)
Updated•11 years ago
|
Keywords: dev-doc-complete
![]() |
Assignee | |
Comment 6•11 years ago
|
||
The problem was from bug 869195. Relanded: https://hg.mozilla.org/integration/mozilla-inbound/rev/8cec78f35392
Comment 7•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/8cec78f35392
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•