Changeset 160758 in webkit


Ignore:
Timestamp:
Dec 18, 2013, 4:24:46 AM (12 years ago)
Author:
Carlos Garcia Campos
Message:

Unreviewed. Fix make distcheck.

Source/JavaScriptCore:

  • GNUmakefile.am:

Source/ThirdParty/ANGLE:

  • GNUmakefile.am:

Source/WebCore:

  • GNUmakefile.am:
  • GNUmakefile.list.am:

Source/WebKit2:

  • GNUmakefile.list.am:
Location:
trunk/Source
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r160703 r160758  
     12013-12-18  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Fix make distcheck.
     4
     5        * GNUmakefile.am:
     6
    172013-12-17  Julien Brianceau  <jbriance@cisco.com>
    28
  • trunk/Source/JavaScriptCore/GNUmakefile.am

    r160588 r160758  
    191191        Source/JavaScriptCore/icu/LICENSE \
    192192        Source/JavaScriptCore/icu/README \
     193        Source/JavaScriptCore/inspector/protocol/Debugger.json \
     194        Source/JavaScriptCore/inspector/protocol/GenericTypes.json \
     195        Source/JavaScriptCore/inspector/protocol/InspectorDomain.json \
     196        Source/JavaScriptCore/inspector/protocol/Runtime.json \
     197        Source/JavaScriptCore/inspector/scripts/CodeGeneratorInspector.py \
     198        Source/JavaScriptCore/inspector/scripts/CodeGeneratorInspectorStrings.py \
     199        Source/JavaScriptCore/inspector/scripts/generate-combined-inspector-json.py \
    193200        Source/JavaScriptCore/KeywordLookupGenerator.py \
    194201        Source/JavaScriptCore/parser/Keywords.table \
  • trunk/Source/ThirdParty/ANGLE/ChangeLog

    r160705 r160758  
     12013-12-18  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Fix make distcheck.
     4
     5        * GNUmakefile.am:
     6
    172013-12-17  Gustavo Noronha Silva  <gustavo.noronha@collabora.com>
    28
  • trunk/Source/ThirdParty/ANGLE/GNUmakefile.am

    r160705 r160758  
    2525        Source/ThirdParty/ANGLE/include/EGL/eglext.h \
    2626        Source/ThirdParty/ANGLE/include/EGL/eglplatform.h \
    27         Source/ThirdParty/ANGLE/include/EGL/eglsoftlinking.h \
    2827        Source/ThirdParty/ANGLE/include/GLES2/gl2.h \
    2928        Source/ThirdParty/ANGLE/include/GLES2/gl2ext.h \
    3029        Source/ThirdParty/ANGLE/include/GLES2/gl2platform.h \
    31         Source/ThirdParty/ANGLE/include/GLES2/gl2softlinking.h \
    3230        Source/ThirdParty/ANGLE/include/GLSLANG/ShaderLang.h \
    3331        Source/ThirdParty/ANGLE/include/KHR/khrplatform.h \
  • trunk/Source/WebCore/ChangeLog

    r160757 r160758  
     12013-12-18  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Fix make distcheck.
     4
     5        * GNUmakefile.am:
     6        * GNUmakefile.list.am:
     7
    182013-12-18  Dániel Bátyai  <dbatyai.u-szeged@partner.samsung.com>
    29
  • trunk/Source/WebCore/GNUmakefile.am

    r160588 r160758  
    710710        Source/WebCore/html/parser/HTMLEntityNames.in \
    711711        Source/WebCore/icu/LICENSE \
    712         Source/WebCore/inspector/CodeGeneratorInspector.py \
    713         Source/WebCore/inspector/CodeGeneratorInspectorStrings.py \
    714712        Source/WebCore/inspector/InjectedScriptCanvasModuleSource.js \
    715713        Source/WebCore/inspector/InjectedScriptSource.js \
  • trunk/Source/WebCore/GNUmakefile.list.am

    r160682 r160758  
    17961796        Source/WebCore/Modules/indexeddb/IDBAny.cpp \
    17971797        Source/WebCore/Modules/indexeddb/IDBAny.h \
    1798         Source/WebCore/Modules/indexeddb/IDBBackingStoreCursorInterface.h \
    1799         Source/WebCore/Modules/indexeddb/IDBBackingStoreInterface.h \
    1800         Source/WebCore/Modules/indexeddb/IDBBackingStoreTransactionInterface.h \
    18011798        Source/WebCore/Modules/indexeddb/leveldb/IDBBackingStoreCursorLevelDB.cpp \
    18021799        Source/WebCore/Modules/indexeddb/leveldb/IDBBackingStoreCursorLevelDB.h \
     
    25022499        Source/WebCore/bridge/runtime_root.h \
    25032500        Source/WebCore/config.h \
     2501        Source/WebCore/crypto/CryptoAlgorithmIdentifier.h \
     2502        Source/WebCore/crypto/CryptoKey.h \
     2503        Source/WebCore/crypto/CryptoKey.cpp \
     2504        Source/WebCore/crypto/CryptoKeyData.h \
     2505        Source/WebCore/crypto/CryptoKeyType.h \
     2506        Source/WebCore/crypto/CryptoKeyUsage.h \
    25042507        Source/WebCore/crypto/SubtleCrypto.h \
     2508        Source/WebCore/crypto/keys/CryptoKeyAES.h \
     2509        Source/WebCore/crypto/keys/CryptoKeyAES.cpp \
     2510        Source/WebCore/crypto/keys/CryptoKeyDataOctetSequence.h \
     2511        Source/WebCore/crypto/keys/CryptoKeyDataOctetSequence.cpp \
     2512        Source/WebCore/crypto/keys/CryptoKeyDataRSAComponents.h \
     2513        Source/WebCore/crypto/keys/CryptoKeyDataRSAComponents.cpp \
     2514        Source/WebCore/crypto/keys/CryptoKeyHMAC.h \
     2515        Source/WebCore/crypto/keys/CryptoKeyHMAC.cpp \
     2516        Source/WebCore/crypto/keys/CryptoKeyRSA.h \
    25052517        Source/WebCore/css/BasicShapeFunctions.cpp \
    25062518        Source/WebCore/css/BasicShapeFunctions.h \
     
    41564168        Source/WebCore/page/PageConsole.cpp \
    41574169        Source/WebCore/page/PageConsole.h \
     4170        Source/WebCore/page/PageDebuggable.cpp \
     4171        Source/WebCore/page/PageDebuggable.h \
    41584172        Source/WebCore/page/PageGroup.cpp \
    41594173        Source/WebCore/page/PageGroup.h \
     
    45234537        Source/WebCore/rendering/line/LineWidth.h \
    45244538        Source/WebCore/rendering/line/LineWidth.cpp \
    4525     Source/WebCore/rendering/line/TrailingObjects.cpp \
     4539        Source/WebCore/rendering/line/TrailingObjects.h \
     4540        Source/WebCore/rendering/line/TrailingObjects.cpp \
    45264541        Source/WebCore/rendering/mathml/RenderMathMLBlock.cpp \
    45274542        Source/WebCore/rendering/mathml/RenderMathMLBlock.h \
     
    54615476        Source/WebCore/platform/network/ResourceResponseBase.cpp \
    54625477        Source/WebCore/platform/network/ResourceResponseBase.h \
     5478        Source/WebCore/platform/network/SynchronousLoaderClient.cpp \
     5479        Source/WebCore/platform/network/SynchronousLoaderClient.h \
    54635480        Source/WebCore/platform/network/soup/AuthenticationChallenge.h \
    54645481        Source/WebCore/platform/network/soup/AuthenticationChallengeSoup.cpp \
  • trunk/Source/WebKit2/ChangeLog

    r160750 r160758  
     12013-12-18  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Fix make distcheck.
     4
     5        * GNUmakefile.list.am:
     6
    172013-12-17  Jae Hyun Park  <jae.park@company100.net>
    28
  • trunk/Source/WebKit2/GNUmakefile.list.am

    r160750 r160758  
    5555        $(WebKit2)/UIProcess/API/C/WKColorPickerResultListener.h \
    5656        $(WebKit2)/UIProcess/API/C/WKContext.h \
     57        $(WebKit2)/UIProcess/API/C/WKContextConnectionClient.h \
     58        $(WebKit2)/UIProcess/API/C/WKContextDownloadClient.h \
     59        $(WebKit2)/UIProcess/API/C/WKContextHistoryClient.h \
     60        $(WebKit2)/UIProcess/API/C/WKContextInjectedBundleClient.h \
    5761        $(WebKit2)/UIProcess/API/C/WKContextPrivate.h \
    5862        $(WebKit2)/UIProcess/API/C/WKCookieManager.h \
     
    8690        $(WebKit2)/UIProcess/API/C/WKPage.h \
    8791        $(WebKit2)/UIProcess/API/C/WKPagePrivate.h \
     92        $(WebKit2)/UIProcess/API/C/WKPageContextMenuClient.h \
     93        $(WebKit2)/UIProcess/API/C/WKPageFindClient.h \
     94        $(WebKit2)/UIProcess/API/C/WKPageFindMatchesClient.h \
     95        $(WebKit2)/UIProcess/API/C/WKPageFormClient.h \
     96        $(WebKit2)/UIProcess/API/C/WKPageLoaderClient.h \
     97        $(WebKit2)/UIProcess/API/C/WKPagePolicyClient.h \
     98        $(WebKit2)/UIProcess/API/C/WKPageUIClient.h \
    8899        $(WebKit2)/UIProcess/API/C/WKPluginSiteDataManager.h \
    89100        $(WebKit2)/UIProcess/API/C/WKPreferences.h \
     
    364375        Source/WebKit2/Shared/APIGeometry.cpp \
    365376        Source/WebKit2/Shared/APIGeometry.h \
     377        Source/WebKit2/Shared/APINumber.h \
    366378        Source/WebKit2/Shared/APIPageHandle.cpp \
    367379        Source/WebKit2/Shared/APIPageHandle.h \
    368380        Source/WebKit2/Shared/APIClient.h \
     381        Source/WebKit2/Shared/APIString.h \
    369382        Source/WebKit2/Shared/API/c/cairo/WKImageCairo.cpp \
    370383        Source/WebKit2/Shared/API/c/cairo/WKImageCairo.h \
     
    558571        Source/WebKit2/Shared/WebCoreArgumentCoders.cpp \
    559572        Source/WebKit2/Shared/WebCoreArgumentCoders.h \
    560         Source/WebKit2/Shared/WebData.h \
    561573        Source/WebKit2/Shared/WebError.cpp \
    562574        Source/WebKit2/Shared/WebError.h \
     
    568580        Source/WebKit2/Shared/WebGeolocationPosition.cpp \
    569581        Source/WebKit2/Shared/WebGeolocationPosition.h \
    570         Source/WebKit2/Shared/WebGeometry.h \
    571582        Source/WebKit2/Shared/WebHitTestResult.cpp \
    572583        Source/WebKit2/Shared/WebHitTestResult.h \
     
    579590        Source/WebKit2/Shared/WebNavigationDataStore.h \
    580591        Source/WebKit2/Shared/WebNetworkInfo.h \
    581         Source/WebKit2/Shared/WebNumber.h \
    582592        Source/WebKit2/Shared/WebOpenPanelParameters.cpp \
    583593        Source/WebKit2/Shared/WebOpenPanelParameters.h \
     
    597607        Source/WebKit2/Shared/WebRenderObject.cpp \
    598608        Source/WebKit2/Shared/WebRenderObject.h \
     609        Source/WebKit2/Shared/WebResourceBuffer.cpp \
     610        Source/WebKit2/Shared/WebResourceBuffer.h \
    599611        Source/WebKit2/Shared/WebSecurityOrigin.h \
    600612        Source/WebKit2/Shared/WebSerializedScriptValue.h \
    601         Source/WebKit2/Shared/WebString.h \
    602613        Source/WebKit2/Shared/WebTouchEvent.cpp \
    603614        Source/WebKit2/Shared/WebURL.h \
     
    640651        Source/WebKit2/UIProcess/API/C/WKContext.h \
    641652        Source/WebKit2/UIProcess/API/C/WKContextPrivate.h \
     653        Source/WebKit2/UIProcess/API/C/WKContextConnectionClient.h \
     654        Source/WebKit2/UIProcess/API/C/WKContextDownloadClient.h \
     655        Source/WebKit2/UIProcess/API/C/WKContextHistoryClient.h \
     656        Source/WebKit2/UIProcess/API/C/WKContextInjectedBundleClient.h \
    642657        Source/WebKit2/UIProcess/API/C/WKCookieManager.h \
    643658        Source/WebKit2/UIProcess/API/C/WKCookieManager.cpp \
     
    698713        Source/WebKit2/UIProcess/API/C/WKPage.h \
    699714        Source/WebKit2/UIProcess/API/C/WKPagePrivate.h \
     715        Source/WebKit2/UIProcess/API/C/WKPageContextMenuClient.h \
     716        Source/WebKit2/UIProcess/API/C/WKPageFindClient.h \
     717        Source/WebKit2/UIProcess/API/C/WKPageFindMatchesClient.h \
     718        Source/WebKit2/UIProcess/API/C/WKPageFormClient.h \
     719        Source/WebKit2/UIProcess/API/C/WKPageLoaderClient.h \
     720        Source/WebKit2/UIProcess/API/C/WKPagePolicyClient.h \
     721        Source/WebKit2/UIProcess/API/C/WKPagePolicyClientInternal.h \
     722        Source/WebKit2/UIProcess/API/C/WKPageUIClient.h \
    700723        Source/WebKit2/UIProcess/API/C/WKPluginSiteDataManager.h \
    701724        Source/WebKit2/UIProcess/API/C/WKPluginSiteDataManager.cpp \
     
    871894        Source/WebKit2/UIProcess/Authentication/WebProtectionSpace.cpp \
    872895        Source/WebKit2/UIProcess/Authentication/WebProtectionSpace.h \
     896        Source/WebKit2/UIProcess/AutoCorrectionCallback.h \
    873897        Source/WebKit2/UIProcess/APINavigationData.cpp \
    874898        Source/WebKit2/UIProcess/APINavigationData.h \
     
    11331157        Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageGroup.h \
    11341158        Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePage.h \
     1159        Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageContextMenuClient.h \
     1160        Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageDiagnosticLoggingClient.h \
     1161        Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageEditorClient.h \
     1162        Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageFormClient.h \
     1163        Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageFullScreenClient.h \
     1164        Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageLoaderClient.h \
     1165        Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePagePolicyClient.h \
     1166        Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageResourceLoadClient.h \
     1167        Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageUIClient.h \
    11351168        Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageOverlay.cpp \
    11361169        Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageOverlay.h \
Note: See TracChangeset for help on using the changeset viewer.