Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (160757 => 160758)
--- trunk/Source/_javascript_Core/ChangeLog 2013-12-18 12:01:29 UTC (rev 160757)
+++ trunk/Source/_javascript_Core/ChangeLog 2013-12-18 12:24:46 UTC (rev 160758)
@@ -1,3 +1,9 @@
+2013-12-18 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Fix make distcheck.
+
+ * GNUmakefile.am:
+
2013-12-17 Julien Brianceau <[email protected]>
Fix armv7 and sh4 builds.
Modified: trunk/Source/_javascript_Core/GNUmakefile.am (160757 => 160758)
--- trunk/Source/_javascript_Core/GNUmakefile.am 2013-12-18 12:01:29 UTC (rev 160757)
+++ trunk/Source/_javascript_Core/GNUmakefile.am 2013-12-18 12:24:46 UTC (rev 160758)
@@ -190,6 +190,13 @@
Source/_javascript_Core/create_regex_tables \
Source/_javascript_Core/icu/LICENSE \
Source/_javascript_Core/icu/README \
+ Source/_javascript_Core/inspector/protocol/Debugger.json \
+ Source/_javascript_Core/inspector/protocol/GenericTypes.json \
+ Source/_javascript_Core/inspector/protocol/InspectorDomain.json \
+ Source/_javascript_Core/inspector/protocol/Runtime.json \
+ Source/_javascript_Core/inspector/scripts/CodeGeneratorInspector.py \
+ Source/_javascript_Core/inspector/scripts/CodeGeneratorInspectorStrings.py \
+ Source/_javascript_Core/inspector/scripts/generate-combined-inspector-json.py \
Source/_javascript_Core/KeywordLookupGenerator.py \
Source/_javascript_Core/parser/Keywords.table \
Source/_javascript_Core/THANKS \
Modified: trunk/Source/ThirdParty/ANGLE/ChangeLog (160757 => 160758)
--- trunk/Source/ThirdParty/ANGLE/ChangeLog 2013-12-18 12:01:29 UTC (rev 160757)
+++ trunk/Source/ThirdParty/ANGLE/ChangeLog 2013-12-18 12:24:46 UTC (rev 160758)
@@ -1,3 +1,9 @@
+2013-12-18 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Fix make distcheck.
+
+ * GNUmakefile.am:
+
2013-12-17 Gustavo Noronha Silva <[email protected]>
[GTK] Some ANGLE headers missing from dist
Modified: trunk/Source/ThirdParty/ANGLE/GNUmakefile.am (160757 => 160758)
--- trunk/Source/ThirdParty/ANGLE/GNUmakefile.am 2013-12-18 12:01:29 UTC (rev 160757)
+++ trunk/Source/ThirdParty/ANGLE/GNUmakefile.am 2013-12-18 12:24:46 UTC (rev 160758)
@@ -24,11 +24,9 @@
Source/ThirdParty/ANGLE/include/EGL/egl.h \
Source/ThirdParty/ANGLE/include/EGL/eglext.h \
Source/ThirdParty/ANGLE/include/EGL/eglplatform.h \
- Source/ThirdParty/ANGLE/include/EGL/eglsoftlinking.h \
Source/ThirdParty/ANGLE/include/GLES2/gl2.h \
Source/ThirdParty/ANGLE/include/GLES2/gl2ext.h \
Source/ThirdParty/ANGLE/include/GLES2/gl2platform.h \
- Source/ThirdParty/ANGLE/include/GLES2/gl2softlinking.h \
Source/ThirdParty/ANGLE/include/GLSLANG/ShaderLang.h \
Source/ThirdParty/ANGLE/include/KHR/khrplatform.h \
Source/ThirdParty/ANGLE/src/common/angleutils.h \
Modified: trunk/Source/WebCore/ChangeLog (160757 => 160758)
--- trunk/Source/WebCore/ChangeLog 2013-12-18 12:01:29 UTC (rev 160757)
+++ trunk/Source/WebCore/ChangeLog 2013-12-18 12:24:46 UTC (rev 160758)
@@ -1,3 +1,10 @@
+2013-12-18 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Fix make distcheck.
+
+ * GNUmakefile.am:
+ * GNUmakefile.list.am:
+
2013-12-18 Dániel Bátyai <[email protected]>
[soup] Fix unused parameter warnings in ResourceHandleSoup.
Modified: trunk/Source/WebCore/GNUmakefile.am (160757 => 160758)
--- trunk/Source/WebCore/GNUmakefile.am 2013-12-18 12:01:29 UTC (rev 160757)
+++ trunk/Source/WebCore/GNUmakefile.am 2013-12-18 12:24:46 UTC (rev 160758)
@@ -709,8 +709,6 @@
Source/WebCore/html/parser/create-html-entity-table \
Source/WebCore/html/parser/HTMLEntityNames.in \
Source/WebCore/icu/LICENSE \
- Source/WebCore/inspector/CodeGeneratorInspector.py \
- Source/WebCore/inspector/CodeGeneratorInspectorStrings.py \
Source/WebCore/inspector/InjectedScriptCanvasModuleSource.js \
Source/WebCore/inspector/InjectedScriptSource.js \
Source/WebCore/inspector/InspectorOverlayPage.html \
Modified: trunk/Source/WebCore/GNUmakefile.list.am (160757 => 160758)
--- trunk/Source/WebCore/GNUmakefile.list.am 2013-12-18 12:01:29 UTC (rev 160757)
+++ trunk/Source/WebCore/GNUmakefile.list.am 2013-12-18 12:24:46 UTC (rev 160758)
@@ -1795,9 +1795,6 @@
Source/WebCore/Modules/indexeddb/DOMWindowIndexedDatabase.h \
Source/WebCore/Modules/indexeddb/IDBAny.cpp \
Source/WebCore/Modules/indexeddb/IDBAny.h \
- Source/WebCore/Modules/indexeddb/IDBBackingStoreCursorInterface.h \
- Source/WebCore/Modules/indexeddb/IDBBackingStoreInterface.h \
- Source/WebCore/Modules/indexeddb/IDBBackingStoreTransactionInterface.h \
Source/WebCore/Modules/indexeddb/leveldb/IDBBackingStoreCursorLevelDB.cpp \
Source/WebCore/Modules/indexeddb/leveldb/IDBBackingStoreCursorLevelDB.h \
Source/WebCore/Modules/indexeddb/leveldb/IDBBackingStoreLevelDB.cpp \
@@ -2501,7 +2498,22 @@
Source/WebCore/bridge/runtime_root.cpp \
Source/WebCore/bridge/runtime_root.h \
Source/WebCore/config.h \
+ Source/WebCore/crypto/CryptoAlgorithmIdentifier.h \
+ Source/WebCore/crypto/CryptoKey.h \
+ Source/WebCore/crypto/CryptoKey.cpp \
+ Source/WebCore/crypto/CryptoKeyData.h \
+ Source/WebCore/crypto/CryptoKeyType.h \
+ Source/WebCore/crypto/CryptoKeyUsage.h \
Source/WebCore/crypto/SubtleCrypto.h \
+ Source/WebCore/crypto/keys/CryptoKeyAES.h \
+ Source/WebCore/crypto/keys/CryptoKeyAES.cpp \
+ Source/WebCore/crypto/keys/CryptoKeyDataOctetSequence.h \
+ Source/WebCore/crypto/keys/CryptoKeyDataOctetSequence.cpp \
+ Source/WebCore/crypto/keys/CryptoKeyDataRSAComponents.h \
+ Source/WebCore/crypto/keys/CryptoKeyDataRSAComponents.cpp \
+ Source/WebCore/crypto/keys/CryptoKeyHMAC.h \
+ Source/WebCore/crypto/keys/CryptoKeyHMAC.cpp \
+ Source/WebCore/crypto/keys/CryptoKeyRSA.h \
Source/WebCore/css/BasicShapeFunctions.cpp \
Source/WebCore/css/BasicShapeFunctions.h \
Source/WebCore/css/Counter.h \
@@ -4155,6 +4167,8 @@
Source/WebCore/page/PageActivityAssertionToken.cpp \
Source/WebCore/page/PageConsole.cpp \
Source/WebCore/page/PageConsole.h \
+ Source/WebCore/page/PageDebuggable.cpp \
+ Source/WebCore/page/PageDebuggable.h \
Source/WebCore/page/PageGroup.cpp \
Source/WebCore/page/PageGroup.h \
Source/WebCore/page/PageGroupLoadDeferrer.cpp \
@@ -4522,7 +4536,8 @@
Source/WebCore/rendering/line/LineLayoutState.h \
Source/WebCore/rendering/line/LineWidth.h \
Source/WebCore/rendering/line/LineWidth.cpp \
- Source/WebCore/rendering/line/TrailingObjects.cpp \
+ Source/WebCore/rendering/line/TrailingObjects.h \
+ Source/WebCore/rendering/line/TrailingObjects.cpp \
Source/WebCore/rendering/mathml/RenderMathMLBlock.cpp \
Source/WebCore/rendering/mathml/RenderMathMLBlock.h \
Source/WebCore/rendering/mathml/RenderMathMLFenced.cpp \
@@ -5460,6 +5475,8 @@
Source/WebCore/platform/network/ResourceRequestBase.h \
Source/WebCore/platform/network/ResourceResponseBase.cpp \
Source/WebCore/platform/network/ResourceResponseBase.h \
+ Source/WebCore/platform/network/SynchronousLoaderClient.cpp \
+ Source/WebCore/platform/network/SynchronousLoaderClient.h \
Source/WebCore/platform/network/soup/AuthenticationChallenge.h \
Source/WebCore/platform/network/soup/AuthenticationChallengeSoup.cpp \
Source/WebCore/platform/network/soup/CertificateInfo.cpp \
Modified: trunk/Source/WebKit2/ChangeLog (160757 => 160758)
--- trunk/Source/WebKit2/ChangeLog 2013-12-18 12:01:29 UTC (rev 160757)
+++ trunk/Source/WebKit2/ChangeLog 2013-12-18 12:24:46 UTC (rev 160758)
@@ -1,3 +1,9 @@
+2013-12-18 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Fix make distcheck.
+
+ * GNUmakefile.list.am:
+
2013-12-17 Jae Hyun Park <[email protected]>
[GTK] Build fix after r160737
Modified: trunk/Source/WebKit2/GNUmakefile.list.am (160757 => 160758)
--- trunk/Source/WebKit2/GNUmakefile.list.am 2013-12-18 12:01:29 UTC (rev 160757)
+++ trunk/Source/WebKit2/GNUmakefile.list.am 2013-12-18 12:24:46 UTC (rev 160758)
@@ -54,6 +54,10 @@
$(WebKit2)/UIProcess/API/C/WKBatteryStatus.h \
$(WebKit2)/UIProcess/API/C/WKColorPickerResultListener.h \
$(WebKit2)/UIProcess/API/C/WKContext.h \
+ $(WebKit2)/UIProcess/API/C/WKContextConnectionClient.h \
+ $(WebKit2)/UIProcess/API/C/WKContextDownloadClient.h \
+ $(WebKit2)/UIProcess/API/C/WKContextHistoryClient.h \
+ $(WebKit2)/UIProcess/API/C/WKContextInjectedBundleClient.h \
$(WebKit2)/UIProcess/API/C/WKContextPrivate.h \
$(WebKit2)/UIProcess/API/C/WKCookieManager.h \
$(WebKit2)/UIProcess/API/C/WKCredential.h \
@@ -85,6 +89,13 @@
$(WebKit2)/UIProcess/API/C/WKPageGroup.h \
$(WebKit2)/UIProcess/API/C/WKPage.h \
$(WebKit2)/UIProcess/API/C/WKPagePrivate.h \
+ $(WebKit2)/UIProcess/API/C/WKPageContextMenuClient.h \
+ $(WebKit2)/UIProcess/API/C/WKPageFindClient.h \
+ $(WebKit2)/UIProcess/API/C/WKPageFindMatchesClient.h \
+ $(WebKit2)/UIProcess/API/C/WKPageFormClient.h \
+ $(WebKit2)/UIProcess/API/C/WKPageLoaderClient.h \
+ $(WebKit2)/UIProcess/API/C/WKPagePolicyClient.h \
+ $(WebKit2)/UIProcess/API/C/WKPageUIClient.h \
$(WebKit2)/UIProcess/API/C/WKPluginSiteDataManager.h \
$(WebKit2)/UIProcess/API/C/WKPreferences.h \
$(WebKit2)/UIProcess/API/C/WKPreferencesPrivate.h \
@@ -363,9 +374,11 @@
Source/WebKit2/Shared/APIFrameHandle.h \
Source/WebKit2/Shared/APIGeometry.cpp \
Source/WebKit2/Shared/APIGeometry.h \
+ Source/WebKit2/Shared/APINumber.h \
Source/WebKit2/Shared/APIPageHandle.cpp \
Source/WebKit2/Shared/APIPageHandle.h \
Source/WebKit2/Shared/APIClient.h \
+ Source/WebKit2/Shared/APIString.h \
Source/WebKit2/Shared/API/c/cairo/WKImageCairo.cpp \
Source/WebKit2/Shared/API/c/cairo/WKImageCairo.h \
Source/WebKit2/Shared/API/c/gtk/WKBaseGtk.h \
@@ -557,7 +570,6 @@
Source/WebKit2/Shared/WebContextMenuItem.h \
Source/WebKit2/Shared/WebCoreArgumentCoders.cpp \
Source/WebKit2/Shared/WebCoreArgumentCoders.h \
- Source/WebKit2/Shared/WebData.h \
Source/WebKit2/Shared/WebError.cpp \
Source/WebKit2/Shared/WebError.h \
Source/WebKit2/Shared/WebEventConversion.cpp \
@@ -567,7 +579,6 @@
Source/WebKit2/Shared/WebFindOptions.h \
Source/WebKit2/Shared/WebGeolocationPosition.cpp \
Source/WebKit2/Shared/WebGeolocationPosition.h \
- Source/WebKit2/Shared/WebGeometry.h \
Source/WebKit2/Shared/WebHitTestResult.cpp \
Source/WebKit2/Shared/WebHitTestResult.h \
Source/WebKit2/Shared/WebImage.cpp \
@@ -578,7 +589,6 @@
Source/WebKit2/Shared/WebMouseEvent.cpp \
Source/WebKit2/Shared/WebNavigationDataStore.h \
Source/WebKit2/Shared/WebNetworkInfo.h \
- Source/WebKit2/Shared/WebNumber.h \
Source/WebKit2/Shared/WebOpenPanelParameters.cpp \
Source/WebKit2/Shared/WebOpenPanelParameters.h \
Source/WebKit2/Shared/WebPageCreationParameters.cpp \
@@ -596,9 +606,10 @@
Source/WebKit2/Shared/WebRenderLayer.h \
Source/WebKit2/Shared/WebRenderObject.cpp \
Source/WebKit2/Shared/WebRenderObject.h \
+ Source/WebKit2/Shared/WebResourceBuffer.cpp \
+ Source/WebKit2/Shared/WebResourceBuffer.h \
Source/WebKit2/Shared/WebSecurityOrigin.h \
Source/WebKit2/Shared/WebSerializedScriptValue.h \
- Source/WebKit2/Shared/WebString.h \
Source/WebKit2/Shared/WebTouchEvent.cpp \
Source/WebKit2/Shared/WebURL.h \
Source/WebKit2/Shared/WebURLResponse.cpp \
@@ -639,6 +650,10 @@
Source/WebKit2/UIProcess/API/C/WKContext.cpp \
Source/WebKit2/UIProcess/API/C/WKContext.h \
Source/WebKit2/UIProcess/API/C/WKContextPrivate.h \
+ Source/WebKit2/UIProcess/API/C/WKContextConnectionClient.h \
+ Source/WebKit2/UIProcess/API/C/WKContextDownloadClient.h \
+ Source/WebKit2/UIProcess/API/C/WKContextHistoryClient.h \
+ Source/WebKit2/UIProcess/API/C/WKContextInjectedBundleClient.h \
Source/WebKit2/UIProcess/API/C/WKCookieManager.h \
Source/WebKit2/UIProcess/API/C/WKCookieManager.cpp \
Source/WebKit2/UIProcess/API/C/WKCredential.cpp \
@@ -697,6 +712,14 @@
Source/WebKit2/UIProcess/API/C/WKPageGroup.h \
Source/WebKit2/UIProcess/API/C/WKPage.h \
Source/WebKit2/UIProcess/API/C/WKPagePrivate.h \
+ Source/WebKit2/UIProcess/API/C/WKPageContextMenuClient.h \
+ Source/WebKit2/UIProcess/API/C/WKPageFindClient.h \
+ Source/WebKit2/UIProcess/API/C/WKPageFindMatchesClient.h \
+ Source/WebKit2/UIProcess/API/C/WKPageFormClient.h \
+ Source/WebKit2/UIProcess/API/C/WKPageLoaderClient.h \
+ Source/WebKit2/UIProcess/API/C/WKPagePolicyClient.h \
+ Source/WebKit2/UIProcess/API/C/WKPagePolicyClientInternal.h \
+ Source/WebKit2/UIProcess/API/C/WKPageUIClient.h \
Source/WebKit2/UIProcess/API/C/WKPluginSiteDataManager.h \
Source/WebKit2/UIProcess/API/C/WKPluginSiteDataManager.cpp \
Source/WebKit2/UIProcess/API/C/WKPreferences.cpp \
@@ -870,6 +893,7 @@
Source/WebKit2/UIProcess/Authentication/WebCredential.h \
Source/WebKit2/UIProcess/Authentication/WebProtectionSpace.cpp \
Source/WebKit2/UIProcess/Authentication/WebProtectionSpace.h \
+ Source/WebKit2/UIProcess/AutoCorrectionCallback.h \
Source/WebKit2/UIProcess/APINavigationData.cpp \
Source/WebKit2/UIProcess/APINavigationData.h \
Source/WebKit2/UIProcess/BackingStore.cpp \
@@ -1132,6 +1156,15 @@
Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageGroup.cpp \
Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageGroup.h \
Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePage.h \
+ Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageContextMenuClient.h \
+ Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageDiagnosticLoggingClient.h \
+ Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageEditorClient.h \
+ Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageFormClient.h \
+ Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageFullScreenClient.h \
+ Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageLoaderClient.h \
+ Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePagePolicyClient.h \
+ Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageResourceLoadClient.h \
+ Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageUIClient.h \
Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageOverlay.cpp \
Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageOverlay.h \
Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePagePrivate.h \