Title: [154830] trunk/Source
- Revision
- 154830
- Author
- [email protected]
- Date
- 2013-08-29 12:07:20 -0700 (Thu, 29 Aug 2013)
Log Message
[Automake] libWebCoreDOM.la could use a better name
https://bugs.webkit.org/show_bug.cgi?id=120232
Reviewed by Martin Robinson.
Source/WebCore:
* bindings/gobject/GNUmakefile.am: Rename the libWebCoreDOM library to libGObjectDOMBindings.
Source/WebKit/gtk:
* GNUmakefile.am: libWebCoreDOM has a new name - libGObjectDOMBindings.
Source/WebKit2:
* GNUmakefile.am: libWebCoreDOM has a new name - libGObjectDOMBindings.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (154829 => 154830)
--- trunk/Source/WebCore/ChangeLog 2013-08-29 18:58:45 UTC (rev 154829)
+++ trunk/Source/WebCore/ChangeLog 2013-08-29 19:07:20 UTC (rev 154830)
@@ -1,3 +1,12 @@
+2013-08-29 Zan Dobersek <[email protected]>
+
+ [Automake] libWebCoreDOM.la could use a better name
+ https://bugs.webkit.org/show_bug.cgi?id=120232
+
+ Reviewed by Martin Robinson.
+
+ * bindings/gobject/GNUmakefile.am: Rename the libWebCoreDOM library to libGObjectDOMBindings.
+
2013-08-29 Joseph Pecoraro <[email protected]>
Web Inspector: Download Web Archive of Inspected Page
Modified: trunk/Source/WebCore/bindings/gobject/GNUmakefile.am (154829 => 154830)
--- trunk/Source/WebCore/bindings/gobject/GNUmakefile.am 2013-08-29 18:58:45 UTC (rev 154829)
+++ trunk/Source/WebCore/bindings/gobject/GNUmakefile.am 2013-08-29 19:07:20 UTC (rev 154830)
@@ -498,12 +498,12 @@
$(webkitgtk_gdom_built_h_api)
noinst_LTLIBRARIES += \
- libWebCoreDOM.la
+ libGObjectDOMBindings.la
-nodist_libWebCoreDOM_la_SOURCES = \
+nodist_libGObjectDOMBindings_la_SOURCES = \
$(webkitgtk_gdom_built_sources)
-libWebCoreDOM_la_SOURCES = \
+libGObjectDOMBindings_la_SOURCES = \
Source/WebCore/bindings/gobject/ConvertToUTF8String.cpp \
Source/WebCore/bindings/gobject/ConvertToUTF8String.h \
Source/WebCore/bindings/gobject/DOMObjectCache.cpp \
@@ -522,15 +522,15 @@
Source/WebCore/bindings/gobject/WebKitDOMPrivate.cpp \
Source/WebCore/bindings/gobject/WebKitDOMPrivate.h
-libWebCoreDOM_la_CXXFLAGS = \
+libGObjectDOMBindings_la_CXXFLAGS = \
-fvisibility-inlines-hidden \
$(global_cxxflags)
-libWebCoreDOM_la_CFLAGS = \
+libGObjectDOMBindings_la_CFLAGS = \
-fvisibility=hidden \
$(global_cflags)
-libWebCoreDOM_la_CPPFLAGS = \
+libGObjectDOMBindings_la_CPPFLAGS = \
-DBUILDING_WebCore \
-DBUILDING_WEBKIT \
-I$(WebCore)/bindings \
Modified: trunk/Source/WebKit/gtk/ChangeLog (154829 => 154830)
--- trunk/Source/WebKit/gtk/ChangeLog 2013-08-29 18:58:45 UTC (rev 154829)
+++ trunk/Source/WebKit/gtk/ChangeLog 2013-08-29 19:07:20 UTC (rev 154830)
@@ -1,3 +1,12 @@
+2013-08-29 Zan Dobersek <[email protected]>
+
+ [Automake] libWebCoreDOM.la could use a better name
+ https://bugs.webkit.org/show_bug.cgi?id=120232
+
+ Reviewed by Martin Robinson.
+
+ * GNUmakefile.am: libWebCoreDOM has a new name - libGObjectDOMBindings.
+
2013-08-29 Arnaud Renevier <[email protected]>
[cairo] canvas drawing on itself doesn't work with accelerated canvas
Modified: trunk/Source/WebKit/gtk/GNUmakefile.am (154829 => 154830)
--- trunk/Source/WebKit/gtk/GNUmakefile.am 2013-08-29 18:58:45 UTC (rev 154829)
+++ trunk/Source/WebKit/gtk/GNUmakefile.am 2013-08-29 19:07:20 UTC (rev 154830)
@@ -85,7 +85,7 @@
libWebCore.la \
libWebCorePlatform.la \
libWebCoreModules.la \
- libWebCoreDOM.la \
+ libGObjectDOMBindings.la \
libWebCoreGtk.la
if ENABLE_INDEXED_DATABASE
Modified: trunk/Source/WebKit2/ChangeLog (154829 => 154830)
--- trunk/Source/WebKit2/ChangeLog 2013-08-29 18:58:45 UTC (rev 154829)
+++ trunk/Source/WebKit2/ChangeLog 2013-08-29 19:07:20 UTC (rev 154830)
@@ -1,3 +1,12 @@
+2013-08-29 Zan Dobersek <[email protected]>
+
+ [Automake] libWebCoreDOM.la could use a better name
+ https://bugs.webkit.org/show_bug.cgi?id=120232
+
+ Reviewed by Martin Robinson.
+
+ * GNUmakefile.am: libWebCoreDOM has a new name - libGObjectDOMBindings.
+
2013-08-29 Joseph Pecoraro <[email protected]>
Web Inspector: Download Web Archive of Inspected Page
Modified: trunk/Source/WebKit2/GNUmakefile.am (154829 => 154830)
--- trunk/Source/WebKit2/GNUmakefile.am 2013-08-29 18:58:45 UTC (rev 154829)
+++ trunk/Source/WebKit2/GNUmakefile.am 2013-08-29 19:07:20 UTC (rev 154830)
@@ -222,7 +222,7 @@
libjavascriptcoregtk-@WEBKITGTK_API_MAJOR_VERSION@.@[email protected] \
libPlatform.la \
libPlatformGtk.la \
- libWebCoreDOM.la \
+ libGObjectDOMBindings.la \
libWebCoreGtk.la \
libWebKit2Platform.la \
$(CAIRO_LIBS) \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes