Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
REGRESSION (r104885): Articles not displayed in Vienna RSS reader
https://bugs.webkit.org/show_bug.cgi?id=78280 <rdar://problem/10762545> Reviewed by Oliver Hunt. * Misc/WebNSURLExtras.h: * Misc/WebNSURLExtras.mm: (-[NSURL _webkit_URLFromURLOrPath]): Added a method to create a URL from a path, similarly to what KURL used to do. * WebView/WebFrame.mm: (-[WebFrame loadData:MIMEType:textEncodingName:baseURL:]): Use it in an API where a known regression occurred. Canonical link: https://commits.webkit.org/95227@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@107355 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
70d94fc
commit a380e16afaa361bb79d00834aed67e50f88854fe
Showing
4 changed files
with
26 additions
and
1 deletion.
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
@@ -69,6 +69,8 @@ | ||
|
||
- (NSString *)_webkit_suggestedFilenameWithMIMEType:(NSString *)MIMEType; | ||
|
||
- (NSURL *)_webkit_URLFromURLOrPath; | ||
|
||
@end | ||
|
||
@interface NSString (WebNSURLExtras) | ||
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