WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
106766
[V8] Call Isolate::GetCurrent() in a callback from WebCore
https://bugs.webkit.org/show_bug.cgi?id=106766
Summary
[V8] Call Isolate::GetCurrent() in a callback from WebCore
Kentaro Hara
Reported
2013-01-14 01:49:44 PST
The objective is to pass an Isolate everywhere. Given that a callback from WebCore is an entry point to V8, we can call Isolate::GetCurrent() at the head of the callback and pass it to other places. (In practice, handleEvent() is the only callback used in the current WebKit.)
Attachments
Patch
(9.52 KB, patch)
2013-01-14 02:12 PST
,
Kentaro Hara
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Kentaro Hara
Comment 1
2013-01-14 02:12:26 PST
Created
attachment 182531
[details]
Patch
WebKit Review Bot
Comment 2
2013-01-14 02:46:13 PST
Comment on
attachment 182531
[details]
Patch Clearing flags on attachment: 182531 Committed
r139599
: <
http://trac.webkit.org/changeset/139599
>
WebKit Review Bot
Comment 3
2013-01-14 02:46:16 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.
Top of Page
Format For Printing
XML
Clone This Bug