Title: [233416] trunk/Tools
- Revision
- 233416
- Author
- [email protected]
- Date
- 2018-07-02 00:49:28 -0700 (Mon, 02 Jul 2018)
Log Message
[GTK] ASSERTION FAILED: url == m_string in UserAgentQuirks test
https://bugs.webkit.org/show_bug.cgi?id=186838
This URL constructor expects canonicalized input, so fix the passed URL. I missed
this one some weeks ago since I had an older checkout.
Patch by Rob Buis <[email protected]> on 2018-07-02
Reviewed by Michael Catanzaro.
* TestWebKitAPI/Tests/WebCore/UserAgentQuirks.cpp:
(TestWebKitAPI::TEST):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (233415 => 233416)
--- trunk/Tools/ChangeLog 2018-07-02 04:24:33 UTC (rev 233415)
+++ trunk/Tools/ChangeLog 2018-07-02 07:49:28 UTC (rev 233416)
@@ -1,3 +1,16 @@
+2018-07-02 Rob Buis <[email protected]>
+
+ [GTK] ASSERTION FAILED: url == m_string in UserAgentQuirks test
+ https://bugs.webkit.org/show_bug.cgi?id=186838
+
+ This URL constructor expects canonicalized input, so fix the passed URL. I missed
+ this one some weeks ago since I had an older checkout.
+
+ Reviewed by Michael Catanzaro.
+
+ * TestWebKitAPI/Tests/WebCore/UserAgentQuirks.cpp:
+ (TestWebKitAPI::TEST):
+
2018-07-01 Wenson Hsieh <[email protected]>
[macOS] Text replacements that end with symbols are expanded immediately
Modified: trunk/Tools/TestWebKitAPI/Tests/WebCore/UserAgentQuirks.cpp (233415 => 233416)
--- trunk/Tools/TestWebKitAPI/Tests/WebCore/UserAgentQuirks.cpp 2018-07-02 04:24:33 UTC (rev 233415)
+++ trunk/Tools/TestWebKitAPI/Tests/WebCore/UserAgentQuirks.cpp 2018-07-02 07:49:28 UTC (rev 233416)
@@ -94,7 +94,7 @@
assertUserAgentForURLHasMacPlatformQuirk("http://web.whatsapp.com/");
assertUserAgentForURLHasMacPlatformQuirk("http://www.chase.com/");
assertUserAgentForURLHasMacPlatformQuirk("http://docs.google.com/");
- assertUserAgentForURLHasMacPlatformQuirk("http://paypal.com");
+ assertUserAgentForURLHasMacPlatformQuirk("http://paypal.com/");
}
} // namespace TestWebKitAPI
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes