Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
REGRESSION (r215290): "Where From" metadata is empty when dragging an…
… image out of Safari https://bugs.webkit.org/show_bug.cgi?id=176068 Reviewed by Wenson Hsieh. If you drag an image out of Safari, drop it on the Desktop, and open "Get Info", there is a "Where from:" field under "More Info" that should list the image's URL. After r215290, this field is blank due to a mixup with the string passed to URLWithUserTypedString(). Fix this by passing metadataURLString to URLWithUserTypedString() instead of urlString. Not possible to reliably test this since WebKit adds metadata on a global concurrent queue. * platform/mac/FileSystemMac.mm: (WebCore::setMetadataURL): Canonical link: https://commits.webkit.org/192748@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@221321 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information