Bug 262491 - Extensions cannot target specific frames for css injections on webpages
Summary: Extensions cannot target specific frames for css injections on webpages
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Timothy Hatcher
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-10-02 10:57 PDT by Kiara Rose
Modified: 2023-10-09 10:58 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 Kiara Rose 2023-10-02 10:57:36 PDT
Right now, when we create a user style sheet, we can only specify allFrames or the top frame for UserStyleSheet::create(). For the scripting.insertCSS() API, extensions should be able to specify specific frames for the style to inject to, but that is currently not possible with the WebKit APIs we have.
Comment 1 Radar WebKit Bug Importer 2023-10-09 10:58:15 PDT
<rdar://problem/116689038>