Bug 185518 - [WPE][STABLE] Remove unusable JavaScript APIs
Summary: [WPE][STABLE] Remove unusable JavaScript APIs
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WPE WebKit (show other bugs)
Version: WebKit Nightly Build
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-10 10:53 PDT by Michael Catanzaro
Modified: 2018-05-10 11:48 PDT (History)
2 users (show)

See Also:


Attachments
[WPE][Stable] Remove unusable JavaScript APIs (10.96 KB, patch)
2018-05-10 10:55 PDT, Michael Catanzaro
no flags Details | Formatted Diff | Diff
[WPE][Stable] Remove unusable JavaScript APIs (21.62 KB, patch)
2018-05-10 11:48 PDT, Michael Catanzaro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2018-05-10 10:53:30 PDT
There is no JSC API provided with WPE 2.20. We don't want to expose the old C API, because that is going to be obsolete in 2.22 and it would be silly to expose at this point. And backporting the new GObject API to this branch would be inappropriate.

This means that we need to remove WebKitJavascriptResult from the 2.20 branch, and that takes out WebKitUserContentManager script message handlers. If these APIs are needed, then use the unstable 2.21 release series instead of 2.20.
Comment 1 Michael Catanzaro 2018-05-10 10:55:24 PDT
Created attachment 340105 [details]
[WPE][Stable] Remove unusable JavaScript APIs
Comment 2 Michael Catanzaro 2018-05-10 11:48:13 PDT
Created attachment 340112 [details]
[WPE][Stable] Remove unusable JavaScript APIs