Title: [90953] trunk
- Revision
- 90953
- Author
- [email protected]
- Date
- 2011-07-13 14:55:27 -0700 (Wed, 13 Jul 2011)
Log Message
Tools:
2011-07-13 Xan Lopez <[email protected]>
[GTK] Fix distcheck
Reviewed by Martin Robinson.
* WebKitTestRunner/GNUmakefile.am: mark built sources as nodist.
WebCore:
2011-07-13 Xan Lopez <[email protected]>
[GTK] Fix distcheck.
Reviewed by Martin Robinson.
* GNUmakefile.list.am: add missing files.
_javascript_Core:
2011-07-13 Xan Lopez <[email protected]>
[GTK] Fix distcheck
Reviewed by Martin Robinson.
* GNUmakefile.list.am: add missing files.
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (90952 => 90953)
--- trunk/Source/_javascript_Core/ChangeLog 2011-07-13 21:51:14 UTC (rev 90952)
+++ trunk/Source/_javascript_Core/ChangeLog 2011-07-13 21:55:27 UTC (rev 90953)
@@ -1,3 +1,11 @@
+2011-07-13 Xan Lopez <[email protected]>
+
+ [GTK] Fix distcheck
+
+ Reviewed by Martin Robinson.
+
+ * GNUmakefile.list.am: add missing files.
+
2011-07-13 Filip Pizlo <[email protected]>
DFG JIT does not implement prototype chain or list caching for get_by_id.
Modified: trunk/Source/_javascript_Core/GNUmakefile.list.am (90952 => 90953)
--- trunk/Source/_javascript_Core/GNUmakefile.list.am 2011-07-13 21:51:14 UTC (rev 90952)
+++ trunk/Source/_javascript_Core/GNUmakefile.list.am 2011-07-13 21:55:27 UTC (rev 90953)
@@ -219,6 +219,7 @@
Source/_javascript_Core/jit/JITStubCall.h \
Source/_javascript_Core/jit/JITStubs.cpp \
Source/_javascript_Core/jit/JITStubs.h \
+ Source/_javascript_Core/jit/JITWriteBarrier.h \
Source/_javascript_Core/jit/JSInterfaceJIT.h \
Source/_javascript_Core/jit/SpecializedThunkJIT.h \
Source/_javascript_Core/jit/ThunkGenerators.cpp \
@@ -263,6 +264,7 @@
Source/_javascript_Core/runtime/ArrayPrototype.cpp \
Source/_javascript_Core/runtime/ArrayPrototype.h \
Source/_javascript_Core/runtime/BatchedTransitionOptimizer.h \
+ Source/_javascript_Core/runtime/BigInteger.h \
Source/_javascript_Core/runtime/BooleanConstructor.cpp \
Source/_javascript_Core/runtime/BooleanConstructor.h \
Source/_javascript_Core/runtime/BooleanObject.cpp \
@@ -431,6 +433,7 @@
Source/_javascript_Core/runtime/TimeoutChecker.cpp \
Source/_javascript_Core/runtime/TimeoutChecker.h \
Source/_javascript_Core/runtime/Tracing.h \
+ Source/_javascript_Core/runtime/Uint16WithFraction.h \
Source/_javascript_Core/runtime/UString.cpp \
Source/_javascript_Core/runtime/UString.h \
Source/_javascript_Core/runtime/UStringBuilder.h \
Modified: trunk/Source/WebCore/ChangeLog (90952 => 90953)
--- trunk/Source/WebCore/ChangeLog 2011-07-13 21:51:14 UTC (rev 90952)
+++ trunk/Source/WebCore/ChangeLog 2011-07-13 21:55:27 UTC (rev 90953)
@@ -1,3 +1,11 @@
+2011-07-13 Xan Lopez <[email protected]>
+
+ [GTK] Fix distcheck.
+
+ Reviewed by Martin Robinson.
+
+ * GNUmakefile.list.am: add missing files.
+
2011-07-13 James Robinson <[email protected]>
[chromium] No implementation defined for WTF::monotonicallyIncreasingTime
Modified: trunk/Source/WebCore/GNUmakefile.list.am (90952 => 90953)
--- trunk/Source/WebCore/GNUmakefile.list.am 2011-07-13 21:51:14 UTC (rev 90952)
+++ trunk/Source/WebCore/GNUmakefile.list.am 2011-07-13 21:55:27 UTC (rev 90953)
@@ -1002,6 +1002,8 @@
Source/WebCore/css/CSSStyleSheet.h \
Source/WebCore/css/CSSTimingFunctionValue.cpp \
Source/WebCore/css/CSSTimingFunctionValue.h \
+ Source/WebCore/css/CSSWrapShapes.cpp \
+ Source/WebCore/css/CSSWrapShapes.h \
Source/WebCore/css/CSSUnicodeRangeValue.cpp \
Source/WebCore/css/CSSUnicodeRangeValue.h \
Source/WebCore/css/CSSUnknownRule.h \
@@ -2590,6 +2592,7 @@
Source/WebCore/platform/graphics/UnitBezier.h \
Source/WebCore/platform/graphics/WidthIterator.cpp \
Source/WebCore/platform/graphics/WidthIterator.h \
+ Source/WebCore/platform/graphics/WindRule.h \
Source/WebCore/platform/graphics/WOFFFileFormat.cpp \
Source/WebCore/platform/graphics/WOFFFileFormat.h \
Source/WebCore/platform/gtk/KURLGtk.cpp \
@@ -2712,7 +2715,6 @@
Source/WebCore/platform/network/soup/CookieJarSoup.cpp \
Source/WebCore/platform/network/soup/CookieJarSoup.h \
Source/WebCore/platform/network/soup/CredentialStorageSoup.cpp \
- Source/WebCore/platform/network/soup/CredentialStorageSoup.h \
Source/WebCore/platform/network/soup/GOwnPtrSoup.cpp \
Source/WebCore/platform/network/soup/GOwnPtrSoup.h \
Source/WebCore/platform/network/soup/ProxyServerSoup.cpp \
@@ -3794,6 +3796,8 @@
Source/WebCore/workers/WorkerScriptLoader.h \
Source/WebCore/workers/WorkerThread.cpp \
Source/WebCore/workers/WorkerThread.h \
+ Source/WebCore/xml/parser/NewXMLDocumentParser.cpp \
+ Source/WebCore/xml/parser/NewXMLDocumentParser.h \
Source/WebCore/xml/parser/XMLDocumentParser.cpp \
Source/WebCore/xml/parser/XMLDocumentParser.h \
Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp \
Modified: trunk/Tools/ChangeLog (90952 => 90953)
--- trunk/Tools/ChangeLog 2011-07-13 21:51:14 UTC (rev 90952)
+++ trunk/Tools/ChangeLog 2011-07-13 21:55:27 UTC (rev 90953)
@@ -1,3 +1,11 @@
+2011-07-13 Xan Lopez <[email protected]>
+
+ [GTK] Fix distcheck
+
+ Reviewed by Martin Robinson.
+
+ * WebKitTestRunner/GNUmakefile.am: mark built sources as nodist.
+
2011-07-13 Joseph Pecoraro <[email protected]>
Unreviewed fix. Add a "\n" to a printf that somehow got lost.
Modified: trunk/Tools/WebKitTestRunner/GNUmakefile.am (90952 => 90953)
--- trunk/Tools/WebKitTestRunner/GNUmakefile.am 2011-07-13 21:51:14 UTC (rev 90952)
+++ trunk/Tools/WebKitTestRunner/GNUmakefile.am 2011-07-13 21:55:27 UTC (rev 90953)
@@ -51,7 +51,7 @@
# The InjectedBundle library allows the render process to load harness code.
noinst_LTLIBRARIES += Libraries/libTestRunnerInjectedBundle.la
-injected_bundle_built_sources = \
+nodist_injected_bundle_built_sources = \
DerivedSources/InjectedBundle/JSEventSendingController.cpp \
DerivedSources/InjectedBundle/JSGCController.cpp \
DerivedSources/InjectedBundle/JSLayoutTestController.cpp
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes