Title: [174008] trunk/Source/WebKit2
- Revision
- 174008
- Author
- [email protected]
- Date
- 2014-09-26 09:57:45 -0700 (Fri, 26 Sep 2014)
Log Message
[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: trunk/Source/WebKit2/ChangeLog (174007 => 174008)
--- trunk/Source/WebKit2/ChangeLog 2014-09-26 14:27:52 UTC (rev 174007)
+++ trunk/Source/WebKit2/ChangeLog 2014-09-26 16:57:45 UTC (rev 174008)
@@ -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-25 Yusuke Suzuki <[email protected]>
Clean up unused parameter warnings
Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitEnumTypes.h.template (174007 => 174008)
--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitEnumTypes.h.template 2014-09-26 14:27:52 UTC (rev 174007)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitEnumTypes.h.template 2014-09-26 16:57:45 UTC (rev 174008)
@@ -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