Summary: | [macOS] Include an origin identifier when writing promised image data to the drag pasteboard | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Wenson Hsieh <wenson_hsieh> | ||||||
Component: | HTML Editing | Assignee: | Wenson Hsieh <wenson_hsieh> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | drousso, megan_gardner, thorton, webkit-bug-importer, wenson_hsieh | ||||||
Priority: | P2 | Keywords: | InRadar | ||||||
Version: | WebKit Nightly Build | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Attachments: |
|
Description
Wenson Hsieh
2021-01-20 15:52:36 PST
Created attachment 418002 [details]
Patch
Comment on attachment 418002 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=418002&action=review > Source/WebKit/UIProcess/mac/PageClientImplMac.h:104 > + const String& url, const String& visibleUrl, RefPtr<WebCore::SharedBuffer>&& archiveBuffer, const String& originIdentifier) override; Caps URL here like above? (In reply to Megan Gardner from comment #2) > Comment on attachment 418002 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=418002&action=review > > > Source/WebKit/UIProcess/mac/PageClientImplMac.h:104 > > + const String& url, const String& visibleUrl, RefPtr<WebCore::SharedBuffer>&& archiveBuffer, const String& originIdentifier) override; > > Caps URL here like above? Good catch! Changed to visibleURL. Created attachment 418013 [details]
Patch for landing
Committed r271685: <https://trac.webkit.org/changeset/271685> All reviewed patches have been landed. Closing bug and clearing flags on attachment 418013 [details]. |