Changeset 244729 in webkit


Ignore:
Timestamp:
Apr 29, 2019 1:36:32 AM (5 years ago)
Author:
Michael Catanzaro
Message:

[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 Carlos Garcia Campos.

We should recommend using the non-deprecated replacement for
webkit_frame_get_javascript_context_for_script_world().

  • WebProcess/InjectedBundle/API/glib/WebKitScriptWorld.cpp:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r244721 r244729  
     12019-04-29  Michael Catanzaro  <mcatanzaro@igalia.com>
     2
     3        [WPE][GTK] window-object-cleared documentation should reference webkit_frame_get_js_context_for_script_world()
     4        https://bugs.webkit.org/show_bug.cgi?id=197357
     5
     6        Reviewed by Carlos Garcia Campos.
     7
     8        We should recommend using the non-deprecated replacement for
     9        webkit_frame_get_javascript_context_for_script_world().
     10
     11        * WebProcess/InjectedBundle/API/glib/WebKitScriptWorld.cpp:
     12
    1132019-04-27  Chris Dumez  <cdumez@apple.com>
    214
  • trunk/Source/WebKit/WebProcess/InjectedBundle/API/glib/WebKitScriptWorld.cpp

    r232671 r244729  
    7070     * object using the JavaScriptCore API. You can get the window object of @frame
    7171     * from the JavaScript execution context of @world that is returned by
    72      * webkit_frame_get_javascript_context_for_script_world().
     72     * webkit_frame_get_js_context_for_script_world().
    7373     *
    7474     * Since: 2.2
Note: See TracChangeset for help on using the changeset viewer.