Bug 102998

Summary: [V8] Move AddMessageListener() from WorkerContextExecutionProxy::initializeIfNeeded() to WorkerContextExecutionProxy::initIsolate()
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: WebCore JavaScriptAssignee: Kentaro Hara <haraken>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, dglazkov, japhet, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Kentaro Hara
Reported 2012-11-21 18:02:40 PST
This is an incremental step for moving initializeIfNeeded() to V8Initializer.h. Given that AddMessageListener() needs to be called once per Isolate, we can move AddMessageListener() from initializeIfNeeded() to initIsolate().
Attachments
Patch (2.42 KB, patch)
2012-11-21 18:03 PST, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2012-11-21 18:03:57 PST
Kentaro Hara
Comment 2 2012-11-21 18:05:05 PST
Comment on attachment 175558 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=175558&action=review > Source/WebCore/bindings/v8/WorkerContextExecutionProxy.cpp:-135 > - static bool isV8Initialized = false; > - if (!isV8Initialized) Actually, isV8Initialized does nothing.
WebKit Review Bot
Comment 3 2012-11-21 18:46:17 PST
Comment on attachment 175558 [details] Patch Attachment 175558 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/14966172 New failing tests: platform/chromium-linux/fast/text/international/complex-joining-using-gpos.html
Kentaro Hara
Comment 4 2012-11-21 23:34:56 PST
(In reply to comment #3) > New failing tests: > platform/chromium-linux/fast/text/international/complex-joining-using-gpos.html Looks like this failure is just a noise. abarth: r?
Adam Barth
Comment 5 2012-11-21 23:43:03 PST
> Looks like this failure is just a noise. Perhaps we should mark it as flaky.
WebKit Review Bot
Comment 6 2012-11-22 01:48:36 PST
Comment on attachment 175558 [details] Patch Clearing flags on attachment: 175558 Committed r135497: <http://trac.webkit.org/changeset/135497>
WebKit Review Bot
Comment 7 2012-11-22 01:48:39 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.