Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Tweak WebCore::setMetadataURL function
https://bugs.webkit.org/show_bug.cgi?id=170786 Reviewed by Beth Dakin. Source/WebCore: Get rid of the "referrer" parameter, it isn't used. Make the remaining parameters const. Swap the urlString and path parameters since that makes more sense. Use String instead of NSString in the call to WKSetMetadataURL. * platform/FileSystem.cpp: (WebCore::setMetadataURL): Deleted. * platform/FileSystem.h: * platform/mac/FileSystemMac.mm: (WebCore::setMetadataURL): Source/WebKit2: Update for WebCore changes. * UIProcess/Cocoa/WebViewImpl.mm: (WebKit::WebViewImpl::namesOfPromisedFilesDroppedAtDestination): Canonical link: https://commits.webkit.org/187714@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@215290 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Anders Carlsson
committed
Apr 12, 2017
1 parent
38dd0ac
commit a1270f6
Showing
6 changed files
with
39 additions
and
12 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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