Title: [141800] trunk/Source
Revision
141800
Author
[email protected]
Date
2013-02-04 13:28:27 -0800 (Mon, 04 Feb 2013)

Log Message

Fix GTK+ 'make dist' in preparation for the 1.11.5 release.

Source/_javascript_Core:

* GNUmakefile.list.am: Update the source lists.

Source/WebCore:

* GNUmakefile.list.am:

Source/WebKit2:

* GNUmakefile.am:
* GNUmakefile.list.am:

Source/WTF:

* GNUmakefile.list.am:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (141799 => 141800)


--- trunk/Source/_javascript_Core/ChangeLog	2013-02-04 21:22:01 UTC (rev 141799)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-02-04 21:28:27 UTC (rev 141800)
@@ -1,3 +1,9 @@
+2013-02-04  Martin Robinson  <[email protected]>
+
+        Fix GTK+ 'make dist' in preparation for the 1.11.5 release.
+
+        * GNUmakefile.list.am: Update the source lists.
+
 2013-02-04  Michael Saboff  <[email protected]>
 
         For ARMv7s use integer divide instruction for divide and modulo when possible

Modified: trunk/Source/_javascript_Core/GNUmakefile.list.am (141799 => 141800)


--- trunk/Source/_javascript_Core/GNUmakefile.list.am	2013-02-04 21:22:01 UTC (rev 141799)
+++ trunk/Source/_javascript_Core/GNUmakefile.list.am	2013-02-04 21:28:27 UTC (rev 141800)
@@ -127,6 +127,7 @@
 	Source/_javascript_Core/bytecode/LineInfo.h \
 	Source/_javascript_Core/bytecode/MethodOfGettingAValueProfile.cpp \
 	Source/_javascript_Core/bytecode/MethodOfGettingAValueProfile.h \
+	Source/_javascript_Core/bytecode/ObjectAllocationProfile.h \
 	Source/_javascript_Core/bytecode/Opcode.cpp \
 	Source/_javascript_Core/bytecode/Opcode.h \
 	Source/_javascript_Core/bytecode/Operands.h \
@@ -164,6 +165,8 @@
 	Source/_javascript_Core/bytecompiler/LabelScope.h \
 	Source/_javascript_Core/bytecompiler/NodesCodegen.cpp \
 	Source/_javascript_Core/bytecompiler/RegisterID.h \
+	Source/_javascript_Core/bytecompiler/StaticPropertyAnalysis.h \
+	Source/_javascript_Core/bytecompiler/StaticPropertyAnalyzer.h \
 	Source/_javascript_Core/dfg/DFGAbstractState.cpp \
 	Source/_javascript_Core/dfg/DFGAbstractState.h \
 	Source/_javascript_Core/dfg/DFGAbstractValue.h \
@@ -614,8 +617,9 @@
 	Source/_javascript_Core/runtime/JSCell.cpp \
 	Source/_javascript_Core/runtime/JSCell.h \
 	Source/_javascript_Core/runtime/JSDateMath.cpp \
+	Source/_javascript_Core/runtime/JSCellInlines.h \
 	Source/_javascript_Core/runtime/JSDateMath.h \
-    Source/_javascript_Core/runtime/JSDestructibleObject.h \
+	Source/_javascript_Core/runtime/JSDestructibleObject.h \
 	Source/_javascript_Core/runtime/JSFunction.cpp \
 	Source/_javascript_Core/runtime/JSFunction.h \
 	Source/_javascript_Core/runtime/JSBoundFunction.cpp \

Modified: trunk/Source/WTF/ChangeLog (141799 => 141800)


--- trunk/Source/WTF/ChangeLog	2013-02-04 21:22:01 UTC (rev 141799)
+++ trunk/Source/WTF/ChangeLog	2013-02-04 21:28:27 UTC (rev 141800)
@@ -1,3 +1,9 @@
+2013-02-04  Martin Robinson  <[email protected]>
+
+        Fix GTK+ 'make dist' in preparation for the 1.11.5 release.
+
+        * GNUmakefile.list.am:
+
 2013-02-04  David Kilzer  <[email protected]>
 
         Sort WTF Xcode project file

Modified: trunk/Source/WTF/GNUmakefile.list.am (141799 => 141800)


--- trunk/Source/WTF/GNUmakefile.list.am	2013-02-04 21:22:01 UTC (rev 141799)
+++ trunk/Source/WTF/GNUmakefile.list.am	2013-02-04 21:28:27 UTC (rev 141800)
@@ -43,6 +43,7 @@
     Source/WTF/wtf/DynamicAnnotations.cpp \
     Source/WTF/wtf/DynamicAnnotations.h \
     Source/WTF/wtf/Encoder.h \
+    Source/WTF/wtf/EnumClass.h \
     Source/WTF/wtf/ExportMacros.h \
     Source/WTF/wtf/FastAllocBase.h \
     Source/WTF/wtf/FastBitVector.h \
@@ -183,6 +184,7 @@
     Source/WTF/wtf/ThreadingPrimitives.h \
     Source/WTF/wtf/ThreadingPthreads.cpp \
     Source/WTF/wtf/ThreadingWin.cpp \
+    Source/WTF/wtf/TriState.h \
     Source/WTF/wtf/TypeTraits.cpp \
     Source/WTF/wtf/TypeTraits.h \
     Source/WTF/wtf/TypedArrayBase.h \

Modified: trunk/Source/WebCore/ChangeLog (141799 => 141800)


--- trunk/Source/WebCore/ChangeLog	2013-02-04 21:22:01 UTC (rev 141799)
+++ trunk/Source/WebCore/ChangeLog	2013-02-04 21:28:27 UTC (rev 141800)
@@ -1,3 +1,9 @@
+2013-02-04  Martin Robinson  <[email protected]>
+
+        Fix GTK+ 'make dist' in preparation for the 1.11.5 release.
+
+        * GNUmakefile.list.am:
+
 2013-02-04  Enrica Casucci  <[email protected]>
 
         Add specific EditActions for Bold and Italic commands.

Modified: trunk/Source/WebCore/GNUmakefile.list.am (141799 => 141800)


--- trunk/Source/WebCore/GNUmakefile.list.am	2013-02-04 21:22:01 UTC (rev 141799)
+++ trunk/Source/WebCore/GNUmakefile.list.am	2013-02-04 21:28:27 UTC (rev 141800)
@@ -2250,6 +2250,7 @@
 	Source/WebCore/bindings/js/CallbackFunction.h \
 	Source/WebCore/bindings/js/DOMObjectHashTableMap.cpp \
 	Source/WebCore/bindings/js/DOMObjectHashTableMap.h \
+	Source/WebCore/bindings/js/DOMRequestState.h \
 	Source/WebCore/bindings/js/DOMWrapperWorld.cpp \
 	Source/WebCore/bindings/js/DOMWrapperWorld.h \
 	Source/WebCore/bindings/js/GCController.cpp \
@@ -4069,6 +4070,7 @@
 	Source/WebCore/page/AutoscrollController.h \
 	Source/WebCore/page/BarInfo.cpp \
 	Source/WebCore/page/BarInfo.h \
+	Source/WebCore/page/CaptionUserPreferences.h \
 	Source/WebCore/page/Chrome.cpp \
 	Source/WebCore/page/Chrome.h \
 	Source/WebCore/page/ChromeClient.h \
@@ -6309,6 +6311,7 @@
 	Source/ThirdParty/ANGLE/src/compiler/ForLoopUnroll.cpp \
 	Source/ThirdParty/ANGLE/src/compiler/ForLoopUnroll.h \
 	Source/ThirdParty/ANGLE/src/compiler/glslang.h \
+	Source/ThirdParty/ANGLE/src/compiler/HashNames.h \
 	Source/ThirdParty/ANGLE/src/compiler/InfoSink.cpp \
 	Source/ThirdParty/ANGLE/src/compiler/InfoSink.h \
 	Source/ThirdParty/ANGLE/src/compiler/Initialize.cpp \

Modified: trunk/Source/WebKit2/ChangeLog (141799 => 141800)


--- trunk/Source/WebKit2/ChangeLog	2013-02-04 21:22:01 UTC (rev 141799)
+++ trunk/Source/WebKit2/ChangeLog	2013-02-04 21:28:27 UTC (rev 141800)
@@ -1,3 +1,10 @@
+2013-02-04  Martin Robinson  <[email protected]>
+
+        Fix GTK+ 'make dist' in preparation for the 1.11.5 release.
+
+        * GNUmakefile.am:
+        * GNUmakefile.list.am:
+
 2013-02-04  Enrica Casucci  <[email protected]>
 
         Add specific EditActions for Bold and Italic commands.

Modified: trunk/Source/WebKit2/GNUmakefile.am (141799 => 141800)


--- trunk/Source/WebKit2/GNUmakefile.am	2013-02-04 21:22:01 UTC (rev 141799)
+++ trunk/Source/WebKit2/GNUmakefile.am	2013-02-04 21:28:27 UTC (rev 141800)
@@ -656,6 +656,7 @@
 	$(shell ls $(WebKit2)/UIProcess/Downloads/*.in) \
 	$(shell ls $(WebKit2)/UIProcess/Notifications/*.in) \
 	$(shell ls $(WebKit2)/UIProcess/Plugins/*.in) \
+	$(shell ls $(WebKit2)/UIProcess/Storage/*.in) \
 	$(shell ls $(WebKit2)/UIProcess/soup/*.in) \
 	$(shell ls $(WebKit2)/WebProcess/*.in) \
 	$(shell ls $(WebKit2)/WebProcess/ApplicationCache/*.in) \

Modified: trunk/Source/WebKit2/GNUmakefile.list.am (141799 => 141800)


--- trunk/Source/WebKit2/GNUmakefile.list.am	2013-02-04 21:22:01 UTC (rev 141799)
+++ trunk/Source/WebKit2/GNUmakefile.list.am	2013-02-04 21:28:27 UTC (rev 141800)
@@ -267,6 +267,7 @@
 	Source/WebKit2/Platform/CoreIPC/MessageDecoder.h \
 	Source/WebKit2/Platform/CoreIPC/MessageEncoder.cpp \
 	Source/WebKit2/Platform/CoreIPC/MessageEncoder.h \
+	Source/WebKit2/Platform/CoreIPC/MessageFlags.h \
 	Source/WebKit2/Platform/CoreIPC/MessageReceiver.h \
 	Source/WebKit2/Platform/CoreIPC/MessageReceiverMap.cpp \
 	Source/WebKit2/Platform/CoreIPC/MessageReceiverMap.h \
@@ -421,6 +422,7 @@
 	Source/WebKit2/Shared/NativeWebMouseEvent.h \
 	Source/WebKit2/Shared/NativeWebWheelEvent.h \
 	Source/WebKit2/Shared/Network/NetworkProcessSupplement.h \
+	Source/WebKit2/Shared/Network/NetworkResourceLoadParameters.h \
 	Source/WebKit2/Shared/OriginAndDatabases.cpp \
 	Source/WebKit2/Shared/OriginAndDatabases.h \
 	Source/WebKit2/Shared/PlatformPopupMenuData.cpp \
@@ -448,6 +450,7 @@
 	Source/WebKit2/Shared/Plugins/PluginQuirks.h \
 	Source/WebKit2/Shared/SameDocumentNavigationType.h \
 	Source/WebKit2/Shared/SandboxExtension.h \
+	Source/WebKit2/Shared/SandboxInitializationParameters.h \
 	Source/WebKit2/Shared/SecurityOriginData.h \
 	Source/WebKit2/Shared/SecurityOriginData.cpp \
 	Source/WebKit2/Shared/SessionState.cpp \
@@ -1110,6 +1113,7 @@
 	Source/WebKit2/WebProcess/Plugins/PluginView.h \
 	Source/WebKit2/WebProcess/ResourceCache/WebResourceCacheManager.h \
 	Source/WebKit2/WebProcess/ResourceCache/WebResourceCacheManager.cpp \
+	Source/WebKit2/WebProcess/Storage/StorageNamespaceProxy.h \
 	Source/WebKit2/WebProcess/Storage/WebKeyValueStorageManager.cpp \
 	Source/WebKit2/WebProcess/Storage/WebKeyValueStorageManager.h \
 	Source/WebKit2/WebProcess/soup/WebSoupRequestManager.cpp \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to