- Revision
- 98498
- Author
- [email protected]
- Date
- 2011-10-26 10:45:31 -0700 (Wed, 26 Oct 2011)
Log Message
2011-10-26 Alejandro G. Castro <[email protected]>
[GTK] [WK2] Add WebKit2 distcheck support
https://bugs.webkit.org/show_bug.cgi?id=70933
Reviewed by Martin Robinson.
* GNUmakefile.am: Added WebKit2 compilation to the distcheck.
* configure.ac: Removed WebKit2 doc generation for the moment.
2011-10-26 Alejandro G. Castro <[email protected]>
[GTK] [WK2] Add WebKit2 distcheck support
https://bugs.webkit.org/show_bug.cgi?id=70933
Reviewed by Martin Robinson.
* GNUmakefile.list.am: Add MemoryStatistics.h to the sources list.
2011-10-26 Alejandro G. Castro <[email protected]>
[GTK] [WK2] Add WebKit2 distcheck support
https://bugs.webkit.org/show_bug.cgi?id=70933
Reviewed by Martin Robinson.
* GNUmakefile.am: Add a bunch of missing files from API and
sources, also include more files in the EXTRA_DIST.
* UIProcess/API/gtk/docs/GNUmakefile.am: Add the version.xml to
the cleaning section.
2011-10-26 Alejandro G. Castro <[email protected]>
[GTK] [WK2] Add WebKit2 distcheck support
https://bugs.webkit.org/show_bug.cgi?id=70933
Reviewed by Martin Robinson.
* WebKitTestRunner/GNUmakefile.am: Add missing files to the
sources and EXTRA_DIST.
Modified Paths
Diff
Modified: trunk/ChangeLog (98497 => 98498)
--- trunk/ChangeLog 2011-10-26 17:40:08 UTC (rev 98497)
+++ trunk/ChangeLog 2011-10-26 17:45:31 UTC (rev 98498)
@@ -1,3 +1,13 @@
+2011-10-26 Alejandro G. Castro <[email protected]>
+
+ [GTK] [WK2] Add WebKit2 distcheck support
+ https://bugs.webkit.org/show_bug.cgi?id=70933
+
+ Reviewed by Martin Robinson.
+
+ * GNUmakefile.am: Added WebKit2 compilation to the distcheck.
+ * configure.ac: Removed WebKit2 doc generation for the moment.
+
2011-10-21 Simon Hausmann <[email protected]>
Remove QtScript source code from WebKit.
Modified: trunk/GNUmakefile.am (98497 => 98498)
--- trunk/GNUmakefile.am 2011-10-26 17:40:08 UTC (rev 98497)
+++ trunk/GNUmakefile.am 2011-10-26 17:45:31 UTC (rev 98498)
@@ -27,7 +27,8 @@
DISTCHECK_CONFIGURE_FLAGS = \
--enable-introspection \
- --enable-gtk-doc
+ --enable-gtk-doc \
+ --enable-webkit2
# Directory for autogenerated sources
GENSOURCES := $(top_builddir)/DerivedSources
Modified: trunk/Source/_javascript_Core/ChangeLog (98497 => 98498)
--- trunk/Source/_javascript_Core/ChangeLog 2011-10-26 17:40:08 UTC (rev 98497)
+++ trunk/Source/_javascript_Core/ChangeLog 2011-10-26 17:45:31 UTC (rev 98498)
@@ -1,3 +1,12 @@
+2011-10-26 Alejandro G. Castro <[email protected]>
+
+ [GTK] [WK2] Add WebKit2 distcheck support
+ https://bugs.webkit.org/show_bug.cgi?id=70933
+
+ Reviewed by Martin Robinson.
+
+ * GNUmakefile.list.am: Add MemoryStatistics.h to the sources list.
+
2011-10-26 Michael Saboff <[email protected]>
Increase StringImpl Flag Bits for 8 bit Strings
Modified: trunk/Source/_javascript_Core/GNUmakefile.list.am (98497 => 98498)
--- trunk/Source/_javascript_Core/GNUmakefile.list.am 2011-10-26 17:40:08 UTC (rev 98497)
+++ trunk/Source/_javascript_Core/GNUmakefile.list.am 2011-10-26 17:45:31 UTC (rev 98498)
@@ -404,6 +404,7 @@
Source/_javascript_Core/runtime/Lookup.h \
Source/_javascript_Core/runtime/MathObject.cpp \
Source/_javascript_Core/runtime/MathObject.h \
+ Source/_javascript_Core/runtime/MemoryStatistics.h \
Source/_javascript_Core/runtime/NativeErrorConstructor.cpp \
Source/_javascript_Core/runtime/NativeErrorConstructor.h \
Source/_javascript_Core/runtime/NativeErrorPrototype.cpp \
Modified: trunk/Source/WebKit2/ChangeLog (98497 => 98498)
--- trunk/Source/WebKit2/ChangeLog 2011-10-26 17:40:08 UTC (rev 98497)
+++ trunk/Source/WebKit2/ChangeLog 2011-10-26 17:45:31 UTC (rev 98498)
@@ -1,3 +1,15 @@
+2011-10-26 Alejandro G. Castro <[email protected]>
+
+ [GTK] [WK2] Add WebKit2 distcheck support
+ https://bugs.webkit.org/show_bug.cgi?id=70933
+
+ Reviewed by Martin Robinson.
+
+ * GNUmakefile.am: Add a bunch of missing files from API and
+ sources, also include more files in the EXTRA_DIST.
+ * UIProcess/API/gtk/docs/GNUmakefile.am: Add the version.xml to
+ the cleaning section.
+
2011-10-26 Carlos Garcia Campos <[email protected]>
[GTK] Fix gtk-doc warnings and style issues in WebKit2 GTK+ API
Modified: trunk/Source/WebKit2/GNUmakefile.am (98497 => 98498)
--- trunk/Source/WebKit2/GNUmakefile.am 2011-10-26 17:40:08 UTC (rev 98497)
+++ trunk/Source/WebKit2/GNUmakefile.am 2011-10-26 17:45:31 UTC (rev 98498)
@@ -48,6 +48,9 @@
$(WebKit2)/UIProcess/API/C/WKFormSubmissionListener.h \
$(WebKit2)/UIProcess/API/C/WKFrame.h \
$(WebKit2)/UIProcess/API/C/WKFramePolicyListener.h \
+ $(WebKit2)/UIProcess/API/C/WKGeolocationManager.h \
+ $(WebKit2)/UIProcess/API/C/WKGeolocationPermissionRequest.h \
+ $(WebKit2)/UIProcess/API/C/WKGeolocationPosition.h \
$(WebKit2)/UIProcess/API/C/WKGrammarDetail.h \
$(WebKit2)/UIProcess/API/C/WKHitTestResult.h \
$(WebKit2)/UIProcess/API/C/WKInspector.h \
@@ -168,6 +171,7 @@
$(webkit2_built_sources)
libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_SOURCES = \
+ Source/WebKit2/config.h \
Source/WebKit2/Platform/CoreIPC/ArgumentCoder.h \
Source/WebKit2/Platform/CoreIPC/ArgumentCoders.cpp \
Source/WebKit2/Platform/CoreIPC/ArgumentCoders.h \
@@ -217,6 +221,12 @@
Source/WebKit2/PluginProcess/WebProcessConnection.h \
Source/WebKit2/PluginProcess/gtk/PluginControllerProxyGtk.cpp \
Source/WebKit2/PluginProcess/gtk/PluginProcessGtk.cpp \
+ Source/WebKit2/Shared/ContextMenuState.h \
+ Source/WebKit2/Shared/DragControllerAction.h \
+ Source/WebKit2/Shared/FontInfo.h \
+ Source/WebKit2/Shared/HTTPCookieAcceptPolicy.h \
+ Source/WebKit2/Shared/ResourceCachesToClear.h \
+ Source/WebKit2/Shared/WebMemorySampler.h \
Source/WebKit2/Shared/APIClient.h \
Source/WebKit2/Shared/APIClientTraits.cpp \
Source/WebKit2/Shared/APIClientTraits.h \
@@ -644,6 +654,7 @@
Source/WebKit2/UIProcess/WebTextCheckerClient.h \
Source/WebKit2/UIProcess/WebUIClient.cpp \
Source/WebKit2/UIProcess/WebUIClient.h \
+ Source/WebKit2/WebKit2Prefix.h \
Source/WebKit2/WebProcess/ApplicationCache/WebApplicationCacheManager.h \
Source/WebKit2/WebProcess/ApplicationCache/WebApplicationCacheManager.cpp \
Source/WebKit2/WebProcess/Authentication/AuthenticationManager.cpp \
@@ -653,6 +664,7 @@
Source/WebKit2/WebProcess/Cookies/gtk/WebCookieManagerGtk.cpp \
Source/WebKit2/WebProcess/Downloads/Download.cpp \
Source/WebKit2/WebProcess/Downloads/Download.h \
+ Source/WebKit2/WebProcess/Downloads/DownloadAuthenticationClient.h \
Source/WebKit2/WebProcess/Downloads/DownloadManager.cpp \
Source/WebKit2/WebProcess/Downloads/DownloadManager.h \
Source/WebKit2/WebProcess/Downloads/soup/DownloadSoup.cpp \
@@ -811,6 +823,7 @@
Source/WebKit2/WebProcess/WebPage/DrawingArea.cpp \
Source/WebKit2/WebProcess/WebPage/DrawingArea.h \
Source/WebKit2/WebProcess/WebPage/DrawingAreaImpl.cpp \
+ Source/WebKit2/WebProcess/WebPage/DrawingAreaImpl.h \
Source/WebKit2/WebProcess/WebPage/EncoderAdapter.cpp \
Source/WebKit2/WebProcess/WebPage/EncoderAdapter.h \
Source/WebKit2/WebProcess/WebPage/FindController.cpp \
@@ -818,6 +831,7 @@
Source/WebKit2/WebProcess/WebPage/gtk/WebInspectorGtk.cpp \
Source/WebKit2/WebProcess/WebPage/gtk/WebPageGtk.cpp \
Source/WebKit2/WebProcess/WebPage/LayerTreeHost.cpp \
+ Source/WebKit2/WebProcess/WebPage/LayerTreeHost.h \
Source/WebKit2/WebProcess/WebPage/PageOverlay.cpp \
Source/WebKit2/WebProcess/WebPage/PageOverlay.h \
Source/WebKit2/WebProcess/WebPage/TiledDrawingArea.cpp \
@@ -1379,4 +1393,32 @@
$(WebKit2)/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml \
$(WebKit2)/UIProcess/API/gtk/docs/webkit2gtk-sections.txt \
$(WebKit2)/UIProcess/API/gtk/docs/version.xml.in \
- $(WebKit2)/UIProcess/API/gtk/docs/webkit2gtk.types
+ $(WebKit2)/UIProcess/API/gtk/docs/webkit2gtk.types \
+ $(WebKit2)/UIProcess/API/gtk/docs/GNUmakefile.in \
+ $(WebKit2)/Scripts/generate-message-receiver.py \
+ $(WebKit2)/Scripts/generate-messages-header.py \
+ $(WebKit2)/Scripts/webkit2/__init__.py \
+ $(WebKit2)/Scripts/webkit2/messages.py \
+ $(WebKit2)/Scripts/webkit2/model.py \
+ $(WebKit2)/Scripts/webkit2/parser.py \
+ $(WebKit2)/UIProcess/API/gtk/webkit2marshal.list \
+ $(WebKit2)/Scripts/generate-forwarding-headers.pl \
+ $(shell ls $(WebKit2)/PluginProcess/*.in) \
+ $(shell ls $(WebKit2)/Shared/Plugins/*.in) \
+ $(shell ls $(WebKit2)/UIProcess/*.in) \
+ $(shell ls $(WebKit2)/UIProcess/Downloads/*.in) \
+ $(shell ls $(WebKit2)/UIProcess/Plugins/*.in) \
+ $(shell ls $(WebKit2)/WebProcess/*.in) \
+ $(shell ls $(WebKit2)/WebProcess/ApplicationCache/*.in) \
+ $(shell ls $(WebKit2)/WebProcess/Authentication/*.in) \
+ $(shell ls $(WebKit2)/WebProcess/Cookies/*.in) \
+ $(shell ls $(WebKit2)/WebProcess/FullScreen/*.in) \
+ $(shell ls $(WebKit2)/WebProcess/Geolocation/*.in) \
+ $(shell ls $(WebKit2)/WebProcess/IconDatabase/*.in) \
+ $(shell ls $(WebKit2)/WebProcess/KeyValueStorage/*.in) \
+ $(shell ls $(WebKit2)/WebProcess/MediaCache/*.in) \
+ $(shell ls $(WebKit2)/WebProcess/Plugins/*.in) \
+ $(shell ls $(WebKit2)/WebProcess/ResourceCache/*.in) \
+ $(shell ls $(WebKit2)/WebProcess/WebCoreSupport/*.in) \
+ $(shell ls $(WebKit2)/WebProcess/WebPage/*.in)
+
Modified: trunk/Source/WebKit2/UIProcess/API/gtk/docs/GNUmakefile.am (98497 => 98498)
--- trunk/Source/WebKit2/UIProcess/API/gtk/docs/GNUmakefile.am 2011-10-26 17:40:08 UTC (rev 98497)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/docs/GNUmakefile.am 2011-10-26 17:45:31 UTC (rev 98498)
@@ -107,7 +107,8 @@
# Files not to distribute
# for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types
# for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt
-#DISTCLEANFILES +=
+DISTCLEANFILES += \
+ $(top_builddir)/Source/WebKit2/UIProcess/API/gtk/docs/version.xml
# Comment this out if you want your docs-status tested during 'make check'
#TESTS = $(GTKDOC_CHECK)
Modified: trunk/Tools/ChangeLog (98497 => 98498)
--- trunk/Tools/ChangeLog 2011-10-26 17:40:08 UTC (rev 98497)
+++ trunk/Tools/ChangeLog 2011-10-26 17:45:31 UTC (rev 98498)
@@ -1,3 +1,13 @@
+2011-10-26 Alejandro G. Castro <[email protected]>
+
+ [GTK] [WK2] Add WebKit2 distcheck support
+ https://bugs.webkit.org/show_bug.cgi?id=70933
+
+ Reviewed by Martin Robinson.
+
+ * WebKitTestRunner/GNUmakefile.am: Add missing files to the
+ sources and EXTRA_DIST.
+
2011-10-26 Simon Hausmann <[email protected]>
[Qt][WK2] Fix failing assertion on startup of MiniBrowser -touch.
Modified: trunk/Tools/WebKitTestRunner/GNUmakefile.am (98497 => 98498)
--- trunk/Tools/WebKitTestRunner/GNUmakefile.am 2011-10-26 17:40:08 UTC (rev 98497)
+++ trunk/Tools/WebKitTestRunner/GNUmakefile.am 2011-10-26 17:45:31 UTC (rev 98498)
@@ -9,6 +9,7 @@
Programs/WebKitTestRunner
Programs_WebKitTestRunner_SOURCES = \
+ Tools/WebKitTestRunner/EventSenderProxy.h \
Tools/WebKitTestRunner/gtk/main.cpp \
Tools/WebKitTestRunner/gtk/EventSenderProxyGtk.cpp \
Tools/WebKitTestRunner/gtk/PlatformWebViewGtk.cpp \
@@ -24,6 +25,7 @@
Tools/WebKitTestRunner/TestController.h \
Tools/WebKitTestRunner/TestInvocation.cpp \
Tools/WebKitTestRunner/TestInvocation.h \
+ Tools/WebKitTestRunner/WebKitTestRunnerPrefix.h \
Source/WebCore/platform/gtk/GtkVersioning.c
Programs_WebKitTestRunner_CPPFLAGS = \
@@ -85,6 +87,7 @@
Tools/WebKitTestRunner/InjectedBundle/InjectedBundlePage.cpp \
Tools/WebKitTestRunner/InjectedBundle/InjectedBundlePage.h \
Tools/WebKitTestRunner/InjectedBundle/LayoutTestController.cpp \
+ Tools/WebKitTestRunner/InjectedBundle/LayoutTestController.h \
Tools/WebKitTestRunner/InjectedBundle/TextInputController.cpp \
Tools/WebKitTestRunner/InjectedBundle/TextInputController.h
@@ -133,3 +136,12 @@
--include $(srcdir)/Tools/InjectedBundle/Bindings \
--outputDir $(top_builddir)/DerivedSources/InjectedBundle \
$<
+
+EXTRA_DIST += \
+ $(srcdir)/Tools/WebKitTestRunner/InjectedBundle/Bindings/CodeGeneratorTestRunner.pm \
+ $(srcdir)/Source/WebCore/bindings/scripts/CodeGenerator.pm \
+ $(srcdir)/Source/WebCore/bindings/scripts/IDLParser.pm \
+ $(srcdir)/Source/WebCore/bindings/scripts/IDLStructure.pm \
+ $(srcdir)/Source/WebCore/bindings/scripts/InFilesParser.pm \
+ $(srcdir)/Source/WebCore/bindings/scripts/generate-bindings.pl \
+ $(shell ls $(srcdir)/Tools/WebKitTestRunner/InjectedBundle/Bindings/*.idl)
Modified: trunk/configure.ac (98497 => 98498)
--- trunk/configure.ac 2011-10-26 17:40:08 UTC (rev 98497)
+++ trunk/configure.ac 2011-10-26 17:45:31 UTC (rev 98498)
@@ -1210,8 +1210,6 @@
if test "$enable_webkit2" = "yes"; then
AC_CONFIG_FILES([
Source/WebKit2/webkit2gtk-${WEBKITGTK_API_VERSION}.pc:Source/WebKit2/webkit2gtk.pc.in
- Source/WebKit2/UIProcess/API/gtk/docs/version.xml
- Source/WebKit2/UIProcess/API/gtk/docs/GNUmakefile
]
,[WEBKITGTK_API_VERSION=$WEBKITGTK_API_VERSION,WEBKITGTK_PC_NAME=$WEBKITGTK_PC_NAME]
)