Title: [221195] trunk/Source/WebCore
- Revision
- 221195
- Author
- [email protected]
- Date
- 2017-08-25 11:04:29 -0700 (Fri, 25 Aug 2017)
Log Message
Unreviewed, add comment warning that some flags have been copied into Epiphany
* platform/URLParser.cpp:
(WebCore::URLParser::internationalDomainNameTranscoder):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (221194 => 221195)
--- trunk/Source/WebCore/ChangeLog 2017-08-25 17:31:35 UTC (rev 221194)
+++ trunk/Source/WebCore/ChangeLog 2017-08-25 18:04:29 UTC (rev 221195)
@@ -1,3 +1,10 @@
+2017-08-25 Michael Catanzaro <[email protected]>
+
+ Unreviewed, add comment warning that some flags have been copied into Epiphany
+
+ * platform/URLParser.cpp:
+ (WebCore::URLParser::internationalDomainNameTranscoder):
+
2017-07-25 Frederic Wang <[email protected]>
Add flag allow-modals to iframe sandbox
Modified: trunk/Source/WebCore/platform/URLParser.cpp (221194 => 221195)
--- trunk/Source/WebCore/platform/URLParser.cpp 2017-08-25 17:31:35 UTC (rev 221194)
+++ trunk/Source/WebCore/platform/URLParser.cpp 2017-08-25 18:04:29 UTC (rev 221195)
@@ -2857,6 +2857,8 @@
static std::once_flag onceFlag;
std::call_once(onceFlag, [] {
UErrorCode error = U_ZERO_ERROR;
+ // Warning: Please contact a WebKitGTK+ developer if changing these flags.
+ // They should be synced with ephy_uri_decode() in ephy-uri-helpers.c.
encoder = uidna_openUTS46(UIDNA_CHECK_BIDI | UIDNA_CHECK_CONTEXTJ | UIDNA_NONTRANSITIONAL_TO_UNICODE | UIDNA_NONTRANSITIONAL_TO_ASCII, &error);
RELEASE_ASSERT(U_SUCCESS(error));
RELEASE_ASSERT(encoder);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes