Title: [277756] branches/safari-612.1.15.0-branch/Tools
- Revision
- 277756
- Author
- rubent...@apple.com
- Date
- 2021-05-19 14:41:06 -0700 (Wed, 19 May 2021)
Log Message
Revert "Cherry-pick r277608. rdar://problem/78207926"
This reverts commit r277724
Modified Paths
Diff
Modified: branches/safari-612.1.15.0-branch/Tools/ChangeLog (277755 => 277756)
--- branches/safari-612.1.15.0-branch/Tools/ChangeLog 2021-05-19 21:36:59 UTC (rev 277755)
+++ branches/safari-612.1.15.0-branch/Tools/ChangeLog 2021-05-19 21:41:06 UTC (rev 277756)
@@ -1,29 +1,3 @@
-2021-05-19 Alan Coon <alanc...@apple.com>
-
- Cherry-pick r277608. rdar://problem/78207926
-
- Fix clean build after r277606
- https://bugs.webkit.org/show_bug.cgi?id=223658
-
- * TestWebKitAPI/Tests/WebKitCocoa/ContentSecurityPolicy.mm:
- (TEST):
- Use API instead of removed API.
- Why EWS didn't find this, we may never know.
-
-
-
- git-svn-id: https://svn.webkit.org/repository/webkit/trunk@277608 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 2021-05-17 Alex Christensen <achristen...@webkit.org>
-
- Fix clean build after r277606
- https://bugs.webkit.org/show_bug.cgi?id=223658
-
- * TestWebKitAPI/Tests/WebKitCocoa/ContentSecurityPolicy.mm:
- (TEST):
- Use API instead of removed API.
- Why EWS didn't find this, we may never know.
-
2021-05-13 Chris Dumez <cdu...@apple.com>
Rename FileSystem::fileIsDirectory(path, followSymlinks) to isDirectory(path) / isDirectoryFollowingSymlinks(path)
Modified: branches/safari-612.1.15.0-branch/Tools/TestWebKitAPI/Tests/WebKitCocoa/ContentSecurityPolicy.mm (277755 => 277756)
--- branches/safari-612.1.15.0-branch/Tools/TestWebKitAPI/Tests/WebKitCocoa/ContentSecurityPolicy.mm 2021-05-19 21:36:59 UTC (rev 277755)
+++ branches/safari-612.1.15.0-branch/Tools/TestWebKitAPI/Tests/WebKitCocoa/ContentSecurityPolicy.mm 2021-05-19 21:41:06 UTC (rev 277756)
@@ -101,7 +101,7 @@
NSData *data = "" dataUsingEncoding:NSUTF8StringEncoding];
auto response = adoptNS([[NSURLResponse alloc] initWithURL:[NSURL URLWithString:@"data:text/html"] MIMEType:@"text/HTML" expectedContentLength:[data length] textEncodingName:@"UTF-8"]);
- [webView loadSimulatedRequest:loadRequest response:response.get() responseData:data];
+ [webView loadSimulatedRequest:loadRequest withResponse:response.get() responseData:data];
[webView waitForMessage:@"document-uri: data"];
}
}
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes