Changeset 206510 in webkit


Ignore:
Timestamp:
Sep 28, 2016 4:11:48 AM (8 years ago)
Author:
Michael Catanzaro
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:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r206508 r206510  
     12016-09-28  Michael Catanzaro  <mcatanzaro@igalia.com>
     2
     3        [GTK] Add warning comment in UserAgentGtk.cpp
     4        https://bugs.webkit.org/show_bug.cgi?id=162618
     5
     6        Reviewed by Carlos Garcia Campos.
     7
     8        * platform/gtk/UserAgentGtk.cpp:
     9
    1102016-09-28  Romain Bellessort  <romain.bellessort@crf.canon.fr>
    211
  • trunk/Source/WebCore/platform/gtk/UserAgentGtk.cpp

    r206436 r206510  
    3434#include <sys/utsname.h>
    3535#endif
     36
     37// WARNING! WARNING! WARNING!
     38//
     39// The user agent is ludicrously fragile. The most innocent change can
     40// and will break websites. Read the git log for this file carefully
     41// before changing user agent construction. You have been warned.
    3642
    3743namespace WebCore {
Note: See TracChangeset for help on using the changeset viewer.