Bug 570285 - [GTK] Get rid of deprecated API usage from WebKit: webkit_frame_get_javascript_*
Summary: [GTK] Get rid of deprecated API usage from WebKit: webkit_frame_get_javascript_*
Status: CLOSED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.19   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-12 06:35 EST by Alexandr Miloslavskiy CLA
Modified: 2022-10-11 05:38 EDT (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 Alexandr Miloslavskiy CLA 2021-01-12 06:35:50 EST
The following deprecated APIs are currently used in SWT:

webkit_frame_get_javascript_global_context()
webkit_frame_get_javascript_context_for_script_world()

Suggested replacements are:

webkit_frame_get_js_context()
webkit_frame_get_js_context_for_script_world()

Available since WebKit 2.22
Comment 1 Alexander Kurtakov CLA 2022-10-11 05:38:38 EDT
References to these are no longer found in swt code.