Can't analyze HEIC images on web app, force converts to JPEG#61222
Merged
webkit-commit-queue merged 1 commit intoWebKit:mainfrom Mar 24, 2026
Merged
Can't analyze HEIC images on web app, force converts to JPEG#61222webkit-commit-queue merged 1 commit intoWebKit:mainfrom
webkit-commit-queue merged 1 commit intoWebKit:mainfrom
Conversation
Collaborator
|
EWS run on previous version of this PR (hash ca92935) Details |
hortont424
approved these changes
Mar 24, 2026
Member
|
You rock @J0pan Thanks for the quick fix! |
pxlcoder
approved these changes
Mar 24, 2026
Collaborator
macOS Safer C++ Build #88314 (ca92935)❌ Found 1 failing file with 1 issue. Please address these issues before landing. See WebKit Guidelines for Safer C++ Programming. |
Collaborator
iOS Safer C++ Build #6186 (ca92935)❌ Found 1 failing file with 1 issue. Please address these issues before landing. See WebKit Guidelines for Safer C++ Programming. |
ca92935 to
9141abf
Compare
Collaborator
|
EWS run on previous version of this PR (hash 9141abf) Details |
9141abf to
9f61e99
Compare
Collaborator
|
EWS run on current version of this PR (hash 9f61e99) Details |
Collaborator
|
Safe-Merge-Queue: Build #87602. |
https://bugs.webkit.org/show_bug.cgi?id=310605 rdar://173206598 Reviewed by Aditya Keerthi and Tim Horton. Moved the change implemented here: https://bugs.webkit.org/show_bug.cgi?id=292350 to a quirk specifically for uhc.com. Uhc.com was the original domain that the radar was filed for: rdar://97210206 * Source/WebCore/page/Quirks.cpp: * Source/WebKit/UIProcess/Cocoa/WebPasteboardProxyCocoa.mm: (WebKit::shouldTranscodeHeicImagesForPage): (WebKit::WebPasteboardProxy::getPasteboardPathnamesForType): (WebKit::WebPasteboardProxy::allPasteboardItemInfo): (WebKit::WebPasteboardProxy::informationForItemAtIndex): Canonical link: https://commits.webkit.org/309872@main
9f61e99 to
b5cac06
Compare
Collaborator
|
Committed 309872@main (b5cac06): https://commits.webkit.org/309872@main Reviewed commits have been landed. Closing PR #61222 and removing active labels. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
b5cac06
9f61e99
🛠 playstation