Title: [197151] trunk/Tools
- Revision
- 197151
- Author
- [email protected]
- Date
- 2016-02-25 17:33:37 -0800 (Thu, 25 Feb 2016)
Log Message
Unreivewed build fix for r197150.
* TestWebKitAPI/Tests/mac/IsNavigationActionTrusted.mm:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (197150 => 197151)
--- trunk/Tools/ChangeLog 2016-02-26 01:22:33 UTC (rev 197150)
+++ trunk/Tools/ChangeLog 2016-02-26 01:33:37 UTC (rev 197151)
@@ -1,5 +1,11 @@
2016-02-25 Jiewen Tan <[email protected]>
+ Unreivewed build fix for r197150.
+
+ * TestWebKitAPI/Tests/mac/IsNavigationActionTrusted.mm:
+
+2016-02-25 Jiewen Tan <[email protected]>
+
Restrict information passed with navigation action which is triggered by untrusted event
https://bugs.webkit.org/show_bug.cgi?id=154571
<rdar://problem/15967937>
Modified: trunk/Tools/TestWebKitAPI/Tests/mac/IsNavigationActionTrusted.mm (197150 => 197151)
--- trunk/Tools/TestWebKitAPI/Tests/mac/IsNavigationActionTrusted.mm 2016-02-26 01:22:33 UTC (rev 197150)
+++ trunk/Tools/TestWebKitAPI/Tests/mac/IsNavigationActionTrusted.mm 2016-02-26 01:33:37 UTC (rev 197151)
@@ -34,10 +34,11 @@
const static NSURL *targetUrl = [[NSURL alloc] initWithString:@"http://www.example.com/"];
const static unsigned expectedModifierFlags = 0;
const static int expectedButtonNumber = -1;
-const static int expectedWKButtonNumber = 0; // unlike DOM spec, 0 is the value for no button in Cocoa.
#if WK_API_ENABLED
+const static int expectedWKButtonNumber = 0; // unlike DOM spec, 0 is the value for no button in Cocoa.
+
@interface NavigationActionDelegate : NSObject <WKNavigationDelegate>
@end
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes