Title: [206510] trunk/Source/WebCore
Revision
206510
Author
[email protected]
Date
2016-09-28 04:11:48 -0700 (Wed, 28 Sep 2016)

Log Message

[GTK] Add warning comment in UserAgentGtk.cpp
https://bugs.webkit.org/show_bug.cgi?id=162618

Reviewed by Carlos Garcia Campos.

* platform/gtk/UserAgentGtk.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (206509 => 206510)


--- trunk/Source/WebCore/ChangeLog	2016-09-28 10:00:59 UTC (rev 206509)
+++ trunk/Source/WebCore/ChangeLog	2016-09-28 11:11:48 UTC (rev 206510)
@@ -1,3 +1,12 @@
+2016-09-28  Michael Catanzaro  <[email protected]>
+
+        [GTK] Add warning comment in UserAgentGtk.cpp
+        https://bugs.webkit.org/show_bug.cgi?id=162618
+
+        Reviewed by Carlos Garcia Campos.
+
+        * platform/gtk/UserAgentGtk.cpp:
+
 2016-09-28  Romain Bellessort  <[email protected]>
 
         [Streams API] Align cancelReadableStream() with spec

Modified: trunk/Source/WebCore/platform/gtk/UserAgentGtk.cpp (206509 => 206510)


--- trunk/Source/WebCore/platform/gtk/UserAgentGtk.cpp	2016-09-28 10:00:59 UTC (rev 206509)
+++ trunk/Source/WebCore/platform/gtk/UserAgentGtk.cpp	2016-09-28 11:11:48 UTC (rev 206510)
@@ -34,6 +34,12 @@
 #include <sys/utsname.h>
 #endif
 
+// WARNING! WARNING! WARNING!
+//
+// The user agent is ludicrously fragile. The most innocent change can
+// and will break websites. Read the git log for this file carefully
+// before changing user agent construction. You have been warned.
+
 namespace WebCore {
 
 class UserAgentQuirks {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to