Status
()
People
(Reporter: jonco, Assigned: jonco)
Tracking
({dev-doc-complete})
Firefox Tracking Flags
(Not tracked)
Details
Attachments
(3 attachments)
30.06 KB,
patch
|
terrence
:
review+
|
Details | Diff | Splinter Review |
18.75 KB,
patch
|
bholley
:
review+
|
Details | Diff | Splinter Review |
49.30 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
Following on from bug 896540, we can convert JS_GetProperty and related APIs to take MutableHandleValue rather than jsval* for the out parameter.
(Assignee) | ||
Comment 1•6 years ago
|
||
Created attachment 780946 [details] [diff] [review] 1 - changes in JS engine
Attachment #780946 -
Flags: review?(terrence)
(Assignee) | ||
Comment 2•6 years ago
|
||
Created attachment 780947 [details] [diff] [review] 2 - changes in XPConnect
Attachment #780947 -
Flags: review?(bobbyholley+bmo)
(Assignee) | ||
Comment 3•6 years ago
|
||
Created attachment 780948 [details] [diff] [review] 3 - changes in the browser
(Assignee) | ||
Updated•6 years ago
|
Attachment #780948 -
Flags: review?(bugs)
Updated•6 years ago
|
Attachment #780947 -
Flags: review?(bobbyholley+bmo) → review+
Comment 4•6 years ago
|
||
Comment on attachment 780946 [details] [diff] [review] 1 - changes in JS engine Review of attachment 780946 [details] [diff] [review]: ----------------------------------------------------------------- Righteous! r=me
Attachment #780946 -
Flags: review?(terrence) → review+
Comment 5•6 years ago
|
||
Comment on attachment 780948 [details] [diff] [review] 3 - changes in the browser Ah in @@ -7386,31 +7386,31 @@ class CGDOMJSProxyHandler_get(ClassMetho vp is already MutableHandle
Attachment #780948 -
Flags: review?(bugs) → review+
(Assignee) | ||
Comment 6•6 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/ae8d72538dee
Comment 7•6 years ago
|
||
seems this caused this bustage https://tbpl.mozilla.org/php/getParsedLog.php?id=25766524&tree=Mozilla-Inbound backed this out in https://hg.mozilla.org/integration/mozilla-inbound/rev/0621ef3a01da
(Assignee) | ||
Comment 8•6 years ago
|
||
Fixed and re-landed: https://hg.mozilla.org/integration/mozilla-inbound/rev/e80edaac3899
Comment 9•6 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/e80edaac3899 https://hg.mozilla.org/mozilla-central/rev/2e2955849611
Status: ASSIGNED → RESOLVED
Last Resolved: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla25
Comment 10•4 years ago
|
||
Docs updated by :arai :) https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/JSAPI_reference/JS_GetProperty Technical review appreciated.
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•