WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
103377
[GTK] Add WebKit2 API for isolated worlds
https://bugs.webkit.org/show_bug.cgi?id=103377
Summary
[GTK] Add WebKit2 API for isolated worlds
Zan Dobersek
Reported
2012-11-27 01:21:09 PST
As requested on webkit-gtk mailing list.
http://lists.webkit.org/pipermail/webkit-gtk/2012-November/001293.html
There was at one time a desire to add this API to WebKit1, covered by
bug #31508
.
Attachments
Patch
(29.61 KB, patch)
2013-08-22 06:09 PDT
,
Carlos Garcia Campos
andersca
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Carlos Garcia Campos
Comment 1
2013-08-22 06:09:13 PDT
Created
attachment 209352
[details]
Patch
Carlos Garcia Campos
Comment 2
2013-08-22 08:02:01 PDT
Patch doesn't apply because it depends on patch applied to
bug #119743
Anders Carlsson
Comment 3
2013-08-23 05:37:18 PDT
Comment on
attachment 209352
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=209352&action=review
> Source/WebKit2/WebProcess/InjectedBundle/API/gtk/WebKitScriptWorld.cpp:41 > + DEFINE_STATIC_LOCAL(ScriptWorldMap, map, ());
This can be NeverDestroyed<ScriptWorldMap> map if you include wtf/NeverDestroyed.h
Carlos Garcia Campos
Comment 4
2013-08-23 05:46:13 PDT
(In reply to
comment #3
)
> (From update of
attachment 209352
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=209352&action=review
Thanks for the review.
> > Source/WebKit2/WebProcess/InjectedBundle/API/gtk/WebKitScriptWorld.cpp:41 > > + DEFINE_STATIC_LOCAL(ScriptWorldMap, map, ()); > > This can be NeverDestroyed<ScriptWorldMap> map if you include wtf/NeverDestroyed.h
Sure, I didn't know NeverDestroyed.
Gustavo Noronha (kov)
Comment 5
2013-08-23 06:00:35 PDT
Comment on
attachment 209352
[details]
Patch The API looks sensible to me, +1.
Martin Robinson
Comment 6
2013-08-23 07:40:20 PDT
Comment on
attachment 209352
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=209352&action=review
Looks good to me as well.
> Source/WebKit2/UIProcess/API/gtk/tests/WebExtensionTest.cpp:154 > + const char *script;
Nit: asterisk location
> Source/WebKit2/WebProcess/InjectedBundle/API/gtk/WebKitScriptWorld.cpp:88 > + return scriptWorlds().get(scriptWorld);
This returns null if the world isn't in the map?
Carlos Garcia Campos
Comment 7
2013-08-24 04:08:26 PDT
(In reply to
comment #6
)
> (From update of
attachment 209352
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=209352&action=review
> > Looks good to me as well.
Thanks!
> > Source/WebKit2/UIProcess/API/gtk/tests/WebExtensionTest.cpp:154 > > + const char *script; > > Nit: asterisk location
Ooops
> > Source/WebKit2/WebProcess/InjectedBundle/API/gtk/WebKitScriptWorld.cpp:88 > > + return scriptWorlds().get(scriptWorld); > > This returns null if the world isn't in the map?
Yes.
Carlos Garcia Campos
Comment 8
2013-08-24 05:01:06 PDT
Committed
r154545
: <
http://trac.webkit.org/changeset/154545
>
WebKit Commit Bot
Comment 9
2013-08-24 12:58:31 PDT
Re-opened since this is blocked by
bug 120252
Carlos Garcia Campos
Comment 10
2013-08-26 08:08:26 PDT
Committed
r154603
: <
http://trac.webkit.org/changeset/154603
>
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