Title: [149277] trunk/Source
Revision
149277
Author
carlo...@webkit.org
Date
2013-04-29 04:28:53 -0700 (Mon, 29 Apr 2013)

Log Message

Unreviewed. Fix make distcheck.

Source/_javascript_Core:

* GNUmakefile.list.am: Add missing headers files to compilation
and offlineasm/sh4.rb script.

Source/WebCore:

* GNUmakefile.am: Add missing scripts to EXTRA_DIST.
* GNUmakefile.list.am: Add missing files to compilation.

Source/WebKit2:

* GNUmakefile.list.am: Add missing header files to compilation.

Source/WTF:

* GNUmakefile.list.am: Add missing header file to compilation.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (149276 => 149277)


--- trunk/Source/_javascript_Core/ChangeLog	2013-04-29 09:52:58 UTC (rev 149276)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-04-29 11:28:53 UTC (rev 149277)
@@ -1,3 +1,10 @@
+2013-04-29  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Fix make distcheck.
+
+        * GNUmakefile.list.am: Add missing headers files to compilation
+        and offlineasm/sh4.rb script.
+
 2013-04-28  Dean Jackson  <d...@apple.com>
 
         [Mac] Disable canvas backing store scaling (HIGH_DPI_CANVAS)

Modified: trunk/Source/_javascript_Core/GNUmakefile.list.am (149276 => 149277)


--- trunk/Source/_javascript_Core/GNUmakefile.list.am	2013-04-29 09:52:58 UTC (rev 149276)
+++ trunk/Source/_javascript_Core/GNUmakefile.list.am	2013-04-29 11:28:53 UTC (rev 149277)
@@ -311,16 +311,16 @@
 	Source/_javascript_Core/heap/DFGCodeBlocks.h \
 	Source/_javascript_Core/heap/GCAssertions.h \
 	Source/_javascript_Core/heap/Handle.h \
-    Source/_javascript_Core/heap/HandleBlock.h \
-    Source/_javascript_Core/heap/HandleBlockInlines.h \
+	Source/_javascript_Core/heap/HandleBlock.h \
+	Source/_javascript_Core/heap/HandleBlockInlines.h \
 	Source/_javascript_Core/heap/HandleSet.cpp \
 	Source/_javascript_Core/heap/HandleSet.h \
 	Source/_javascript_Core/heap/HeapBlock.h \
-    Source/_javascript_Core/heap/HeapTimer.h \
-    Source/_javascript_Core/heap/HeapTimer.cpp \
+	Source/_javascript_Core/heap/HeapTimer.h \
+	Source/_javascript_Core/heap/HeapTimer.cpp \
 	Source/_javascript_Core/heap/IncrementalSweeper.h \
 	Source/_javascript_Core/heap/IncrementalSweeper.cpp \
-    Source/_javascript_Core/heap/SlotVisitor.cpp \
+	Source/_javascript_Core/heap/SlotVisitor.cpp \
 	Source/_javascript_Core/heap/SlotVisitor.h \
 	Source/_javascript_Core/heap/SlotVisitorInlines.h \
 	Source/_javascript_Core/heap/HandleStack.cpp \
@@ -328,14 +328,14 @@
 	Source/_javascript_Core/heap/HandleTypes.h \
 	Source/_javascript_Core/heap/BlockAllocator.cpp \
 	Source/_javascript_Core/heap/BlockAllocator.h \
-    Source/_javascript_Core/heap/GCThreadSharedData.cpp \
-    Source/_javascript_Core/heap/GCThreadSharedData.h \
-    Source/_javascript_Core/heap/GCThread.cpp \
-    Source/_javascript_Core/heap/GCThread.h \
+	Source/_javascript_Core/heap/GCThreadSharedData.cpp \
+	Source/_javascript_Core/heap/GCThreadSharedData.h \
+	Source/_javascript_Core/heap/GCThread.cpp \
+	Source/_javascript_Core/heap/GCThread.h \
 	Source/_javascript_Core/heap/Heap.cpp \
 	Source/_javascript_Core/heap/Heap.h \
-    Source/_javascript_Core/heap/HeapStatistics.cpp \
-    Source/_javascript_Core/heap/HeapStatistics.h \
+	Source/_javascript_Core/heap/HeapStatistics.cpp \
+	Source/_javascript_Core/heap/HeapStatistics.h \
 	Source/_javascript_Core/heap/JITStubRoutineSet.cpp \
 	Source/_javascript_Core/heap/JITStubRoutineSet.h \
 	Source/_javascript_Core/heap/ListableHandler.h \
@@ -345,7 +345,7 @@
 	Source/_javascript_Core/heap/MachineStackMarker.h \
 	Source/_javascript_Core/heap/MarkStack.cpp \
 	Source/_javascript_Core/heap/MarkStack.h \
-    Source/_javascript_Core/heap/MarkStackInlines.h \
+	Source/_javascript_Core/heap/MarkStackInlines.h \
 	Source/_javascript_Core/heap/HeapRootVisitor.h \
 	Source/_javascript_Core/heap/MarkedAllocator.cpp \
 	Source/_javascript_Core/heap/MarkedAllocator.h \
@@ -359,8 +359,8 @@
 	Source/_javascript_Core/heap/Region.h \
 	Source/_javascript_Core/heap/Strong.h \
 	Source/_javascript_Core/heap/StrongInlines.h \
-    Source/_javascript_Core/heap/SuperRegion.cpp \
-    Source/_javascript_Core/heap/SuperRegion.h \
+	Source/_javascript_Core/heap/SuperRegion.cpp \
+	Source/_javascript_Core/heap/SuperRegion.h \
 	Source/_javascript_Core/heap/UnconditionalFinalizer.h \
 	Source/_javascript_Core/heap/VTableSpectrum.cpp \
 	Source/_javascript_Core/heap/VTableSpectrum.h \
@@ -371,6 +371,7 @@
 	Source/_javascript_Core/heap/WeakHandleOwner.cpp \
 	Source/_javascript_Core/heap/WeakHandleOwner.h \
 	Source/_javascript_Core/heap/WeakImpl.h \
+	Source/_javascript_Core/heap/WeakInlines.h \
 	Source/_javascript_Core/heap/WeakSet.cpp \
 	Source/_javascript_Core/heap/WeakSet.h \
 	Source/_javascript_Core/heap/WeakSetInlines.h \
@@ -832,6 +833,7 @@
 	Source/_javascript_Core/offlineasm/risc.rb \
 	Source/_javascript_Core/offlineasm/self_hash.rb \
 	Source/_javascript_Core/offlineasm/settings.rb \
+	Source/_javascript_Core/offlineasm/sh4.rb \
 	Source/_javascript_Core/offlineasm/transform.rb \
 	Source/_javascript_Core/offlineasm/x86.rb
 

Modified: trunk/Source/WTF/ChangeLog (149276 => 149277)


--- trunk/Source/WTF/ChangeLog	2013-04-29 09:52:58 UTC (rev 149276)
+++ trunk/Source/WTF/ChangeLog	2013-04-29 11:28:53 UTC (rev 149277)
@@ -1,3 +1,9 @@
+2013-04-29  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Fix make distcheck.
+
+        * GNUmakefile.list.am: Add missing header file to compilation.
+
 2013-04-27  Darin Adler  <da...@apple.com>
 
         Move from constructor and member function adoptCF/NS to free function adoptCF/NS.

Modified: trunk/Source/WTF/GNUmakefile.list.am (149276 => 149277)


--- trunk/Source/WTF/GNUmakefile.list.am	2013-04-29 09:52:58 UTC (rev 149276)
+++ trunk/Source/WTF/GNUmakefile.list.am	2013-04-29 11:28:53 UTC (rev 149277)
@@ -13,6 +13,7 @@
     Source/WTF/wtf/Assertions.h \
     Source/WTF/wtf/Atomics.cpp \
     Source/WTF/wtf/Atomics.h \
+    Source/WTF/wtf/AutodrainedPool.h \
     Source/WTF/wtf/BitArray.h \
     Source/WTF/wtf/BitVector.cpp \
     Source/WTF/wtf/BitVector.h \

Modified: trunk/Source/WebCore/ChangeLog (149276 => 149277)


--- trunk/Source/WebCore/ChangeLog	2013-04-29 09:52:58 UTC (rev 149276)
+++ trunk/Source/WebCore/ChangeLog	2013-04-29 11:28:53 UTC (rev 149277)
@@ -1,3 +1,10 @@
+2013-04-29  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Fix make distcheck.
+
+        * GNUmakefile.am: Add missing scripts to EXTRA_DIST.
+        * GNUmakefile.list.am: Add missing files to compilation.
+
 2013-04-29  Noam Rosenthal  <n...@webkit.org>
 
         [Qt] fast/canvas/webgl/webgl-composite-modes.html broken after r148433.

Modified: trunk/Source/WebCore/GNUmakefile.am (149276 => 149277)


--- trunk/Source/WebCore/GNUmakefile.am	2013-04-29 09:52:58 UTC (rev 149276)
+++ trunk/Source/WebCore/GNUmakefile.am	2013-04-29 11:28:53 UTC (rev 149277)
@@ -628,10 +628,12 @@
 	Source/WebCore/bindings/scripts/CodeGeneratorGObject.pm \
 	Source/WebCore/bindings/scripts/CodeGeneratorJS.pm \
 	Source/WebCore/bindings/scripts/CodeGenerator.pm \
+	Source/WebCore/bindings/scripts/Hasher.pm \
 	Source/WebCore/bindings/scripts/IDLAttributes.txt \
 	Source/WebCore/bindings/scripts/IDLParser.pm \
 	Source/WebCore/bindings/scripts/InFilesCompiler.pm \
 	Source/WebCore/bindings/scripts/InFilesParser.pm \
+	Source/WebCore/bindings/scripts/StaticString.pm \
 	Source/WebCore/bindings/scripts/generate-bindings.pl \
 	Source/WebCore/bindings/scripts/gobject-generate-headers.pl \
 	Source/WebCore/bindings/scripts/preprocessor.pm \

Modified: trunk/Source/WebCore/GNUmakefile.list.am (149276 => 149277)


--- trunk/Source/WebCore/GNUmakefile.list.am	2013-04-29 09:52:58 UTC (rev 149276)
+++ trunk/Source/WebCore/GNUmakefile.list.am	2013-04-29 11:28:53 UTC (rev 149277)
@@ -2349,6 +2349,7 @@
 	Source/WebCore/bindings/js/JSCSSMediaRuleCustom.cpp \
 	Source/WebCore/bindings/js/JSCSSPageRuleCustom.cpp \
 	Source/WebCore/bindings/js/JSCSSRuleCustom.cpp \
+	Source/WebCore/bindings/js/JSCSSRuleCustom.h \
 	Source/WebCore/bindings/js/JSCSSRuleListCustom.cpp \
 	Source/WebCore/bindings/js/JSCSSStyleDeclarationCustom.cpp \
 	Source/WebCore/bindings/js/JSCSSStyleDeclarationCustom.h \
@@ -2449,6 +2450,7 @@
 	Source/WebCore/bindings/js/JSLocationCustom.h \
 	Source/WebCore/bindings/js/JSMainThreadExecState.cpp \
 	Source/WebCore/bindings/js/JSMainThreadExecState.h \
+	Source/WebCore/bindings/js/JSMediaListCustom.h \
 	Source/WebCore/bindings/js/JSMediaListCustom.cpp \
 	Source/WebCore/bindings/js/JSMemoryInfoCustom.cpp \
 	Source/WebCore/bindings/js/JSMessageChannelCustom.cpp \
@@ -2483,6 +2485,7 @@
 	Source/WebCore/bindings/js/JSStorageCustom.cpp \
 	Source/WebCore/bindings/js/JSStorageCustom.h \
 	Source/WebCore/bindings/js/JSStyleSheetCustom.cpp \
+	Source/WebCore/bindings/js/JSStyleSheetCustom.h \
 	Source/WebCore/bindings/js/JSStyleSheetListCustom.cpp \
 	Source/WebCore/bindings/js/JSTextCustom.cpp \
 	Source/WebCore/bindings/js/JSTextTrackCueCustom.cpp \
@@ -2545,6 +2548,7 @@
 	Source/WebCore/bindings/js/ScriptValue.cpp \
 	Source/WebCore/bindings/js/ScriptValue.h \
 	Source/WebCore/bindings/js/ScriptWrappable.h \
+	Source/WebCore/bindings/js/ScriptWrappableInlines.h \
 	Source/WebCore/bindings/js/SerializedScriptValue.cpp \
 	Source/WebCore/bindings/js/SerializedScriptValue.h \
 	Source/WebCore/bindings/js/WebCoreJSClientData.h \
@@ -2848,6 +2852,8 @@
 	Source/WebCore/dom/ContextFeatures.cpp \
 	Source/WebCore/dom/ContextFeatures.h \
 	Source/WebCore/dom/CrossThreadTask.h \
+	Source/WebCore/dom/CustomElementConstructor.h \
+	Source/WebCore/dom/CustomElementRegistry.h \
 	Source/WebCore/dom/CustomEvent.cpp \
 	Source/WebCore/dom/CustomEvent.h \
 	Source/WebCore/dom/DatasetDOMStringMap.cpp \
@@ -3089,6 +3095,8 @@
 	Source/WebCore/dom/TextEvent.h \
 	Source/WebCore/dom/TextEventInputType.h \
 	Source/WebCore/dom/Text.h \
+	Source/WebCore/dom/Touch.h \
+	Source/WebCore/dom/TouchEvent.h \
 	Source/WebCore/dom/TouchList.h \
 	Source/WebCore/dom/TransformSource.h \
 	Source/WebCore/dom/TransformSourceLibxslt.cpp \
@@ -5464,7 +5472,6 @@
 	Source/WebCore/platform/AsyncFileSystem.cpp \
 	Source/WebCore/platform/AsyncFileSystem.h \
 	Source/WebCore/platform/AsyncFileSystemCallbacks.h \
-	Source/WebCore/platform/AutodrainedPool.h \
 	Source/WebCore/platform/CalculationValue.cpp \
 	Source/WebCore/platform/CalculationValue.h \
 	Source/WebCore/platform/Clock.cpp \
@@ -5957,6 +5964,7 @@
 	Source/WebCore/platform/PopupMenuStyle.h \
 	Source/WebCore/platform/PrerenderClient.h \
 	Source/WebCore/platform/PrerenderHandle.h \
+	Source/WebCore/platform/PublicSuffix.h \
 	Source/WebCore/platform/PurgeableBuffer.h \
 	Source/WebCore/platform/PurgePriority.h \
 	Source/WebCore/platform/RefCountedSupplement.h \

Modified: trunk/Source/WebKit2/ChangeLog (149276 => 149277)


--- trunk/Source/WebKit2/ChangeLog	2013-04-29 09:52:58 UTC (rev 149276)
+++ trunk/Source/WebKit2/ChangeLog	2013-04-29 11:28:53 UTC (rev 149277)
@@ -1,3 +1,9 @@
+2013-04-29  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Fix make distcheck.
+
+        * GNUmakefile.list.am: Add missing header files to compilation.
+
 2013-04-28  Gyuyoung Kim  <gyuyoung....@samsung.com>
 
         Unreviewed fix build break on EFL port since r149259.

Modified: trunk/Source/WebKit2/GNUmakefile.list.am (149276 => 149277)


--- trunk/Source/WebKit2/GNUmakefile.list.am	2013-04-29 09:52:58 UTC (rev 149276)
+++ trunk/Source/WebKit2/GNUmakefile.list.am	2013-04-29 11:28:53 UTC (rev 149277)
@@ -350,6 +350,7 @@
 	Source/WebKit2/Shared/API/c/WKNumber.cpp \
 	Source/WebKit2/Shared/API/c/WKNumber.h \
 	Source/WebKit2/Shared/API/c/WKPageLoadTypes.h \
+	Source/WebKit2/Shared/API/c/WKPageLoadTypesPrivate.h \
 	Source/WebKit2/Shared/API/c/WKPageVisibilityTypes.h \
 	Source/WebKit2/Shared/API/c/WKRenderLayer.cpp \
 	Source/WebKit2/Shared/API/c/WKRenderLayer.h \
@@ -387,6 +388,7 @@
 	Source/WebKit2/Shared/ChildProcess.h \
 	Source/WebKit2/Shared/ChildProcessProxy.cpp \
 	Source/WebKit2/Shared/ChildProcessProxy.h \
+	Source/WebKit2/Shared/ChildProcessSupplement.h \
 	Source/WebKit2/Shared/CommandLine.h \
 	Source/WebKit2/Shared/ConnectionStack.cpp \
 	Source/WebKit2/Shared/ConnectionStack.h \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to