Title: [174211] releases/WebKitGTK/webkit-2.6/Source/WebKit2
- Revision
- 174211
- Author
- [email protected]
- Date
- 2014-10-02 05:53:46 -0700 (Thu, 02 Oct 2014)
Log Message
Merge r174008 - [GTK] Don't include full path names in WebKitEnumTypes.h
https://bugs.webkit.org/show_bug.cgi?id=137148
Reviewed by Carlos Garcia Campos.
Replace @filename@ with @basename@ in the template, since we don't
want to include the full path name in the generated header.
* UIProcess/API/gtk/WebKitEnumTypes.h.template:
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.6/Source/WebKit2/ChangeLog (174210 => 174211)
--- releases/WebKitGTK/webkit-2.6/Source/WebKit2/ChangeLog 2014-10-02 12:49:03 UTC (rev 174210)
+++ releases/WebKitGTK/webkit-2.6/Source/WebKit2/ChangeLog 2014-10-02 12:53:46 UTC (rev 174211)
@@ -1,3 +1,15 @@
+2014-09-26 Alberto Garcia <[email protected]>
+
+ [GTK] Don't include full path names in WebKitEnumTypes.h
+ https://bugs.webkit.org/show_bug.cgi?id=137148
+
+ Reviewed by Carlos Garcia Campos.
+
+ Replace @filename@ with @basename@ in the template, since we don't
+ want to include the full path name in the generated header.
+
+ * UIProcess/API/gtk/WebKitEnumTypes.h.template:
+
2014-09-30 Carlos Garcia Campos <[email protected]>
[GTK] The remote web inspector shows the HTML content as plain text
Modified: releases/WebKitGTK/webkit-2.6/Source/WebKit2/UIProcess/API/gtk/WebKitEnumTypes.h.template (174210 => 174211)
--- releases/WebKitGTK/webkit-2.6/Source/WebKit2/UIProcess/API/gtk/WebKitEnumTypes.h.template 2014-10-02 12:49:03 UTC (rev 174210)
+++ releases/WebKitGTK/webkit-2.6/Source/WebKit2/UIProcess/API/gtk/WebKitEnumTypes.h.template 2014-10-02 12:53:46 UTC (rev 174211)
@@ -33,7 +33,7 @@
/*** BEGIN file-production ***/
-/* Enumerations from @filename@. */
+/* Enumerations from @basename@. */
/*** END file-production ***/
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes