RESOLVED FIXED 259639
[Win][MiniBrowser] A download dialog is displayed even though the content is not for download since 266320@main
https://bugs.webkit.org/show_bug.cgi?id=259639
Summary [Win][MiniBrowser] A download dialog is displayed even though the content is ...
Attachments
Kenji Shukuwa
Comment 1 2023-07-30 18:52:03 PDT
The content that displayed the download dialog did not have a Content-Type header. Therefore the MIME type is empty.
Kenji Shukuwa
Comment 2 2023-07-30 18:58:17 PDT
The SOUP port does not seem to download subframe content. https://github.com/WebKit/WebKit/blob/e50b54c0585e5846b51d94711b75515282bc3bd8/Tools/MiniBrowser/gtk/BrowserTab.c#L129-L130 --- if (!webkit_response_policy_decision_is_main_frame_main_resource(responseDecision)) return FALSE; ---
Kenji Shukuwa
Comment 3 2023-07-30 19:45:15 PDT
EWS
Comment 4 2023-08-01 05:13:15 PDT
Committed 266471@main (b6570992dff1): <https://commits.webkit.org/266471@main> Reviewed commits have been landed. Closing PR #16223 and removing active labels.
Radar WebKit Bug Importer
Comment 5 2023-08-01 05:14:20 PDT
Note You need to log in before you can comment on or make changes to this bug.