Changeset 160758 in webkit
- Timestamp:
- Dec 18, 2013, 4:24:46 AM (12 years ago)
- Location:
- trunk/Source
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r160703 r160758 1 2013-12-18 Carlos Garcia Campos <cgarcia@igalia.com> 2 3 Unreviewed. Fix make distcheck. 4 5 * GNUmakefile.am: 6 1 7 2013-12-17 Julien Brianceau <jbriance@cisco.com> 2 8 -
trunk/Source/JavaScriptCore/GNUmakefile.am
r160588 r160758 191 191 Source/JavaScriptCore/icu/LICENSE \ 192 192 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 \ 193 200 Source/JavaScriptCore/KeywordLookupGenerator.py \ 194 201 Source/JavaScriptCore/parser/Keywords.table \ -
trunk/Source/ThirdParty/ANGLE/ChangeLog
r160705 r160758 1 2013-12-18 Carlos Garcia Campos <cgarcia@igalia.com> 2 3 Unreviewed. Fix make distcheck. 4 5 * GNUmakefile.am: 6 1 7 2013-12-17 Gustavo Noronha Silva <gustavo.noronha@collabora.com> 2 8 -
trunk/Source/ThirdParty/ANGLE/GNUmakefile.am
r160705 r160758 25 25 Source/ThirdParty/ANGLE/include/EGL/eglext.h \ 26 26 Source/ThirdParty/ANGLE/include/EGL/eglplatform.h \ 27 Source/ThirdParty/ANGLE/include/EGL/eglsoftlinking.h \28 27 Source/ThirdParty/ANGLE/include/GLES2/gl2.h \ 29 28 Source/ThirdParty/ANGLE/include/GLES2/gl2ext.h \ 30 29 Source/ThirdParty/ANGLE/include/GLES2/gl2platform.h \ 31 Source/ThirdParty/ANGLE/include/GLES2/gl2softlinking.h \32 30 Source/ThirdParty/ANGLE/include/GLSLANG/ShaderLang.h \ 33 31 Source/ThirdParty/ANGLE/include/KHR/khrplatform.h \ -
trunk/Source/WebCore/ChangeLog
r160757 r160758 1 2013-12-18 Carlos Garcia Campos <cgarcia@igalia.com> 2 3 Unreviewed. Fix make distcheck. 4 5 * GNUmakefile.am: 6 * GNUmakefile.list.am: 7 1 8 2013-12-18 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com> 2 9 -
trunk/Source/WebCore/GNUmakefile.am
r160588 r160758 710 710 Source/WebCore/html/parser/HTMLEntityNames.in \ 711 711 Source/WebCore/icu/LICENSE \ 712 Source/WebCore/inspector/CodeGeneratorInspector.py \713 Source/WebCore/inspector/CodeGeneratorInspectorStrings.py \714 712 Source/WebCore/inspector/InjectedScriptCanvasModuleSource.js \ 715 713 Source/WebCore/inspector/InjectedScriptSource.js \ -
trunk/Source/WebCore/GNUmakefile.list.am
r160682 r160758 1796 1796 Source/WebCore/Modules/indexeddb/IDBAny.cpp \ 1797 1797 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 \1801 1798 Source/WebCore/Modules/indexeddb/leveldb/IDBBackingStoreCursorLevelDB.cpp \ 1802 1799 Source/WebCore/Modules/indexeddb/leveldb/IDBBackingStoreCursorLevelDB.h \ … … 2502 2499 Source/WebCore/bridge/runtime_root.h \ 2503 2500 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 \ 2504 2507 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 \ 2505 2517 Source/WebCore/css/BasicShapeFunctions.cpp \ 2506 2518 Source/WebCore/css/BasicShapeFunctions.h \ … … 4156 4168 Source/WebCore/page/PageConsole.cpp \ 4157 4169 Source/WebCore/page/PageConsole.h \ 4170 Source/WebCore/page/PageDebuggable.cpp \ 4171 Source/WebCore/page/PageDebuggable.h \ 4158 4172 Source/WebCore/page/PageGroup.cpp \ 4159 4173 Source/WebCore/page/PageGroup.h \ … … 4523 4537 Source/WebCore/rendering/line/LineWidth.h \ 4524 4538 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 \ 4526 4541 Source/WebCore/rendering/mathml/RenderMathMLBlock.cpp \ 4527 4542 Source/WebCore/rendering/mathml/RenderMathMLBlock.h \ … … 5461 5476 Source/WebCore/platform/network/ResourceResponseBase.cpp \ 5462 5477 Source/WebCore/platform/network/ResourceResponseBase.h \ 5478 Source/WebCore/platform/network/SynchronousLoaderClient.cpp \ 5479 Source/WebCore/platform/network/SynchronousLoaderClient.h \ 5463 5480 Source/WebCore/platform/network/soup/AuthenticationChallenge.h \ 5464 5481 Source/WebCore/platform/network/soup/AuthenticationChallengeSoup.cpp \ -
trunk/Source/WebKit2/ChangeLog
r160750 r160758 1 2013-12-18 Carlos Garcia Campos <cgarcia@igalia.com> 2 3 Unreviewed. Fix make distcheck. 4 5 * GNUmakefile.list.am: 6 1 7 2013-12-17 Jae Hyun Park <jae.park@company100.net> 2 8 -
trunk/Source/WebKit2/GNUmakefile.list.am
r160750 r160758 55 55 $(WebKit2)/UIProcess/API/C/WKColorPickerResultListener.h \ 56 56 $(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 \ 57 61 $(WebKit2)/UIProcess/API/C/WKContextPrivate.h \ 58 62 $(WebKit2)/UIProcess/API/C/WKCookieManager.h \ … … 86 90 $(WebKit2)/UIProcess/API/C/WKPage.h \ 87 91 $(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 \ 88 99 $(WebKit2)/UIProcess/API/C/WKPluginSiteDataManager.h \ 89 100 $(WebKit2)/UIProcess/API/C/WKPreferences.h \ … … 364 375 Source/WebKit2/Shared/APIGeometry.cpp \ 365 376 Source/WebKit2/Shared/APIGeometry.h \ 377 Source/WebKit2/Shared/APINumber.h \ 366 378 Source/WebKit2/Shared/APIPageHandle.cpp \ 367 379 Source/WebKit2/Shared/APIPageHandle.h \ 368 380 Source/WebKit2/Shared/APIClient.h \ 381 Source/WebKit2/Shared/APIString.h \ 369 382 Source/WebKit2/Shared/API/c/cairo/WKImageCairo.cpp \ 370 383 Source/WebKit2/Shared/API/c/cairo/WKImageCairo.h \ … … 558 571 Source/WebKit2/Shared/WebCoreArgumentCoders.cpp \ 559 572 Source/WebKit2/Shared/WebCoreArgumentCoders.h \ 560 Source/WebKit2/Shared/WebData.h \561 573 Source/WebKit2/Shared/WebError.cpp \ 562 574 Source/WebKit2/Shared/WebError.h \ … … 568 580 Source/WebKit2/Shared/WebGeolocationPosition.cpp \ 569 581 Source/WebKit2/Shared/WebGeolocationPosition.h \ 570 Source/WebKit2/Shared/WebGeometry.h \571 582 Source/WebKit2/Shared/WebHitTestResult.cpp \ 572 583 Source/WebKit2/Shared/WebHitTestResult.h \ … … 579 590 Source/WebKit2/Shared/WebNavigationDataStore.h \ 580 591 Source/WebKit2/Shared/WebNetworkInfo.h \ 581 Source/WebKit2/Shared/WebNumber.h \582 592 Source/WebKit2/Shared/WebOpenPanelParameters.cpp \ 583 593 Source/WebKit2/Shared/WebOpenPanelParameters.h \ … … 597 607 Source/WebKit2/Shared/WebRenderObject.cpp \ 598 608 Source/WebKit2/Shared/WebRenderObject.h \ 609 Source/WebKit2/Shared/WebResourceBuffer.cpp \ 610 Source/WebKit2/Shared/WebResourceBuffer.h \ 599 611 Source/WebKit2/Shared/WebSecurityOrigin.h \ 600 612 Source/WebKit2/Shared/WebSerializedScriptValue.h \ 601 Source/WebKit2/Shared/WebString.h \602 613 Source/WebKit2/Shared/WebTouchEvent.cpp \ 603 614 Source/WebKit2/Shared/WebURL.h \ … … 640 651 Source/WebKit2/UIProcess/API/C/WKContext.h \ 641 652 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 \ 642 657 Source/WebKit2/UIProcess/API/C/WKCookieManager.h \ 643 658 Source/WebKit2/UIProcess/API/C/WKCookieManager.cpp \ … … 698 713 Source/WebKit2/UIProcess/API/C/WKPage.h \ 699 714 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 \ 700 723 Source/WebKit2/UIProcess/API/C/WKPluginSiteDataManager.h \ 701 724 Source/WebKit2/UIProcess/API/C/WKPluginSiteDataManager.cpp \ … … 871 894 Source/WebKit2/UIProcess/Authentication/WebProtectionSpace.cpp \ 872 895 Source/WebKit2/UIProcess/Authentication/WebProtectionSpace.h \ 896 Source/WebKit2/UIProcess/AutoCorrectionCallback.h \ 873 897 Source/WebKit2/UIProcess/APINavigationData.cpp \ 874 898 Source/WebKit2/UIProcess/APINavigationData.h \ … … 1133 1157 Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageGroup.h \ 1134 1158 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 \ 1135 1168 Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageOverlay.cpp \ 1136 1169 Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageOverlay.h \
Note:
See TracChangeset
for help on using the changeset viewer.