Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 687fbeefa8983eea099702a84f940cbc3ed74b6a
https://github.com/WebKit/WebKit/commit/687fbeefa8983eea099702a84f940cbc3ed74b6a
Author: Aditya Keerthi <[email protected]>
Date: 2024-04-30 (Tue, 30 Apr 2024)
Changed paths:
M Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
Log Message:
-----------
[iOS] Unable to upload photos to Adobe Express app
https://bugs.webkit.org/show_bug.cgi?id=273444
rdar://127259364
Reviewed by Abrar Rahman Protyasha and Wenson Hsieh.
Adobe Express does not support HEIC photo uploads.
Disable the setting which only transcodes HEIC photo uploads to JPEG if the
"accept" attribute on file inputs excludes the HEIC MIME type.
Adobe Express specifies "image/*" in order to get support for Adobe Illustrator
files, however, they still wish to exclude HEIC. Due to a bug in CoreServices,
they are unable to specify a specific MIME type for Illustrator files.
Consequently, they are forced to claim support for all image types.
Fix by restoring the old behavior.
* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:
Canonical link: https://commits.webkit.org/278196@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes