REOPENED 246617
Extension frames fail to be embedded on websites
https://bugs.webkit.org/show_bug.cgi?id=246617
Summary Extension frames fail to be embedded on websites
Carlos J.
Reported 2022-10-17 04:51:54 PDT
Trying to put a view (html page) from a web extension into an iframe on a website. The html file is listed correctly in web_accessible_resources, however when I'm trying to load it, I get the following error: Failed to load resource: The operation couldn’t be completed. (Cocoa error -1008.) Sample extension can be found here: https://github.com/carlosjeurissen/webext-tech-demo-extensions/tree/main/issues/safari-8986072-frame-extension-on-website In browsers like Firefox and Chrome. The frame is loaded and says "frame". In Safari it doesn't load and thus is blank. Previously reported as: https://feedbackassistant.apple.com/feedback/8986072 https://developer.apple.com/forums/thread/672746
Attachments
Alexey Proskuryakov
Comment 1 2022-10-17 10:32:37 PDT
Thank you for the report! This will continue to be tracked as a Safari issue, not a WebKit one. rdar://73826149
Carlos J.
Comment 2 2022-10-18 06:28:49 PDT
@alexey proskuryakov is there a clear line between what regards an issue as being a WebKit or a Safari issue? What is the scope of "WebKit Extensions" on bugs.webkit.org, and what issues should be reported elsewhere? Considering there is no browser UI present in this issue.
Alexey Proskuryakov
Comment 3 2022-10-18 09:25:19 PDT
The vast majority of extensions functionality is in Safari, not in WebKit. There is an occasional need to add or fix supporting code in WebKit. Tim will correct me if I'm wrong, but I'm guessing that this component is mostly for those issues filed by development team, not as much for reports.
Alexey Proskuryakov
Comment 4 2022-10-24 13:22:32 PDT
Tim tells me that it's fine to track these as open bugs in Bugzilla, in general.
Timothy Hatcher
Comment 5 2022-10-24 13:30:00 PDT
Yep, we are tracking bugs in Bugzilla for Web Extensions now as we move extensions support from Safari to WebKit.
Carlos J.
Comment 6 2024-04-23 06:38:28 PDT
Just tested in Safari Technology Preview 192 and the issue is still there.
Carlos J.
Comment 7 2025-03-27 22:59:37 PDT
This can be reproduced on Safari Version 18.3.1 on macOS 15.3.2.
Note You need to log in before you can comment on or make changes to this bug.