Closed
Bug 1306756
Opened 8 years ago
Closed 8 years ago
Remove the JS_strdup() overload accepting a JSRuntime*
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla52
Tracking | Status | |
---|---|---|
firefox52 | --- | fixed |
People
(Reporter: ehsan.akhgari, Unassigned)
Details
Attachments
(1 file)
2.86 KB,
patch
|
sfink
:
review+
|
Details | Diff | Splinter Review |
There's no way to get a JSRuntime* in the JS API any more.
Reporter | ||
Comment 1•8 years ago
|
||
Attachment #8796731 -
Flags: review?(sphink)
Comment 2•8 years ago
|
||
Comment on attachment 8796731 [details] [diff] [review]
Remove the JS_strdup() overload accepting a JSRuntime*
Review of attachment 8796731 [details] [diff] [review]:
-----------------------------------------------------------------
Seems like it's fair to expect the initial getDefaultLocale to be on the main thread.
Attachment #8796731 -
Flags: review?(sphink) → review+
Pushed by eakhgari@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/f7555646ebed
Remove the JS_strdup() overload accepting a JSRuntime*; r=sfink
Comment 4•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
You need to log in
before you can comment on or make changes to this bug.
Description
•