RESOLVED FIXED129341
JSDOMPromise methods should acquire VM lock before calling into JS
https://bugs.webkit.org/show_bug.cgi?id=129341
Summary JSDOMPromise methods should acquire VM lock before calling into JS
Mark Lam
Reported 2014-02-25 15:23:12 PST
Some crypto tests were failing after r164627: <http://trac.webkit.org/r164627> because the resolve() and reject() methods were calling into JS VM without using an entry shim. r164627 added assertions that caught this issue. Patch coming.
Attachments
the patch. (3.17 KB, patch)
2014-02-25 15:26 PST, Mark Lam
ggaren: review+
Mark Lam
Comment 1 2014-02-25 15:26:33 PST
Created attachment 225191 [details] the patch.
Geoffrey Garen
Comment 2 2014-02-25 15:43:29 PST
Comment on attachment 225191 [details] the patch. r=me
Mark Lam
Comment 3 2014-02-25 15:48:51 PST
Darin Adler
Comment 4 2014-04-24 16:46:02 PDT
Moving all JavaScriptGlue bugs to JavaScriptCore. The JavaScriptGlue framework itself is long gone. And most of the more recent bugs put in this component were put there by people who thought this was for some other aspect of “JavaScript glue” and have nothing to do with the actual original reason for the existence of this component, which was an OS-X-only framework named JavaScriptGlue.
Note You need to log in before you can comment on or make changes to this bug.