WebKit Bugzilla
Attachment 368439 Details for
Bug 197357
: [WPE][GTK] window-object-cleared documentation should reference webkit_frame_get_js_context_for_script_world()
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-197357-20190428181919.patch (text/plain), 1.70 KB, created by
Michael Catanzaro
on 2019-04-28 16:19:20 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Michael Catanzaro
Created:
2019-04-28 16:19:20 PDT
Size:
1.70 KB
patch
obsolete
>Subversion Revision: 244726 >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index 3433e25307281486aca95a901ae873c894eb6e03..56e22f258f283980d941e1040bf5e5d3fe8045b3 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,15 @@ >+2019-04-28 Michael Catanzaro <mcatanzaro@igalia.com> >+ >+ [WPE][GTK] window-object-cleared documentation should reference webkit_frame_get_js_context_for_script_world() >+ https://bugs.webkit.org/show_bug.cgi?id=197357 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ We should recommend using the non-deprecated replacement for >+ webkit_frame_get_javascript_context_for_script_world(). >+ >+ * WebProcess/InjectedBundle/API/glib/WebKitScriptWorld.cpp: >+ > 2019-04-27 Chris Dumez <cdumez@apple.com> > > Improve safety of MachMessage class >diff --git a/Source/WebKit/WebProcess/InjectedBundle/API/glib/WebKitScriptWorld.cpp b/Source/WebKit/WebProcess/InjectedBundle/API/glib/WebKitScriptWorld.cpp >index 32e398f6c87372f1d4348fcdcaf6cd3d0a9476f6..85f3b2f894660e60510a889645ac70a1afcec708 100644 >--- a/Source/WebKit/WebProcess/InjectedBundle/API/glib/WebKitScriptWorld.cpp >+++ b/Source/WebKit/WebProcess/InjectedBundle/API/glib/WebKitScriptWorld.cpp >@@ -69,7 +69,7 @@ static void webkit_script_world_class_init(WebKitScriptWorldClass* klass) > * cleared. This is the preferred place to set custom properties on the window > * object using the JavaScriptCore API. You can get the window object of @frame > * from the JavaScript execution context of @world that is returned by >- * webkit_frame_get_javascript_context_for_script_world(). >+ * webkit_frame_get_js_context_for_script_world(). > * > * Since: 2.2 > */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 197357
: 368439