Bug 243666

Summary: [GTK][WPE] Deprecate old script message handler API in WebKitUserContentManager
Product: WebKit Reporter: Adrian Perez <aperez>
Component: WebKit APIAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: lisiwei, mcatanzaro
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 243492    
Bug Blocks: 210100    

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