Bug 243666 - [GTK][WPE] Deprecate old script message handler API in WebKitUserContentManager
Summary: [GTK][WPE] Deprecate old script message handler API in WebKitUserContentManager
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 243492
Blocks: GTK4
  Show dependency treegraph
 
Reported: 2022-08-08 06:05 PDT by Adrian Perez
Modified: 2023-02-09 04:33 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adrian Perez 2022-08-08 06:05:01 PDT
Once bug #243492 is done, we can deprecate the following:

  - webkit_user_content_manager_register_script_message_handler()
  - webkit_user_content_manager_register_script_message_handler_in_world()
  - WebKitUserContentManager::script-message-received

In the case of building with GTK4, the public API is not yet considered
stable, so we could even completely remove these instead of marking them
as deprecated.
Comment 1 lisiwei 2022-11-26 23:52:49 PST
Pull request: https://github.com/WebKit/WebKit/pull/6832