Bug 243666
| Summary: | [GTK][WPE] Deprecate old script message handler API in WebKitUserContentManager | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adrian Perez <aperez> |
| Component: | WebKit API | Assignee: | 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 | ||
Adrian Perez
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
lisiwei
Pull request: https://github.com/WebKit/WebKit/pull/6832
Michael Catanzaro
https://github.com/WebKit/WebKit/pull/6832#issuecomment-1423875299