Bug 55642 - Use APIEntryShim instead of JSLock in SerializedScriptValue
Summary: Use APIEntryShim instead of JSLock in SerializedScriptValue
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Timothy Hatcher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-02 18:44 PST by Timothy Hatcher
Modified: 2011-03-03 10:32 PST (History)
8 users (show)

See Also:


Attachments
Proposed Change (3.12 KB, patch)
2011-03-02 18:46 PST, Timothy Hatcher
oliver: review+
timothy: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Hatcher 2011-03-02 18:44:04 PST
Use APIEntryShim instead of JSLock in SerializedScriptValue to allow it to be used by contexts not created by WebCore.
Comment 1 Timothy Hatcher 2011-03-02 18:46:15 PST
Created attachment 84505 [details]
Proposed Change
Comment 2 Early Warning System Bot 2011-03-02 20:17:35 PST
Attachment 84505 [details] did not build on qt:
Build output: http://queues.webkit.org/results/8077915
Comment 3 Collabora GTK+ EWS bot 2011-03-03 00:26:01 PST
Attachment 84505 [details] did not build on gtk:
Build output: http://queues.webkit.org/results/8082242
Comment 4 WebKit Review Bot 2011-03-03 04:10:46 PST
Attachment 84505 [details] did not build on mac:
Build output: http://queues.webkit.org/results/8088018
Comment 5 Build Bot 2011-03-03 06:26:41 PST
Attachment 84505 [details] did not build on win:
Build output: http://queues.webkit.org/results/8082331
Comment 6 Timothy Hatcher 2011-03-03 10:32:32 PST
Landed r80254. I make build fixes before landing.