Bug 260363 - Add WKUserScriptCreate with all parameters available.
Summary: Add WKUserScriptCreate with all parameters available.
Status: RESOLVED FIXED
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: InRadar
Depends on:
Blocks:
 
Reported: 2023-08-17 14:35 PDT by Basuke Suzuki
Modified: 2023-08-18 12:54 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Basuke Suzuki 2023-08-17 14:35:40 PDT
WKUserScriptCreateFromSource() cannot specify parameters for full WebCore::UserScript and the feature is limited. Because WKPageGroup is deprecated on https://bugs.webkit.org/show_bug.cgi?id=259324, we cannot achieve same thing we could do with WKPageGroupAddUserScript because of the lack of above creation API.
Comment 1 Basuke Suzuki 2023-08-17 18:46:47 PDT
https://github.com/WebKit/WebKit/pull/16812
Comment 2 EWS 2023-08-18 12:53:57 PDT
Committed 267052@main (ebec3b5a284a): <https://commits.webkit.org/267052@main>

Reviewed commits have been landed. Closing PR #16812 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-08-18 12:54:12 PDT
<rdar://problem/114105055>