Open
Bug 992641
Opened 11 years ago
Updated 3 years ago
Update/remove comment about threadsafety in jsapi.h
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: Ms2ger, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
712 bytes,
patch
|
Ms2ger
:
review+
|
Details | Diff | Splinter Review |
* It is important that the first runtime and first context be created in a
* single-threaded fashion, otherwise the behavior of the library is undefined.
The doesn't seem to make sense after bug 896124 moved the relevant code into JS_Init.
(Reported by Yves on IRC.)
Comment 1•10 years ago
|
||
Attachment #8608762 -
Flags: review?(nicolas.b.pierron)
Comment 2•10 years ago
|
||
Comment on attachment 8608762 [details] [diff] [review]
solve the bug
Forwarding the review to Ms2ger.
Attachment #8608762 -
Flags: review?(nicolas.b.pierron) → review?(Ms2ger)
Reporter | ||
Comment 3•10 years ago
|
||
Comment on attachment 8608762 [details] [diff] [review]
solve the bug
Thanks
Attachment #8608762 -
Flags: review?(Ms2ger) → review+
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•