Changeset 219486 in webkit
- Timestamp:
- Jul 13, 2017, 7:29:22 PM (8 years ago)
- Location:
- trunk
- Files:
-
- 23 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r219484 r219486 1 2017-07-13 Matthew Hanson <matthew_hanson@apple.com> 2 3 Update tools and configurations after renaming Source/WebKit2 to Source/WebKit. 4 https://bugs.webkit.org/show_bug.cgi?id=174164 5 rdar://problem/33137595 6 7 Reviewed by Dan Bernstein. 8 9 * Source/Makefile: 10 * Source/PlatformGTK.cmake: 11 * Source/cmake/OptionsGTK.cmake: 12 * Source/cmake/WebKitFS.cmake: 13 * Source/cmake/WebKitPackaging.cmake: 14 * WebKit.xcworkspace/contents.xcworkspacedata: 15 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: 16 1 17 2017-07-05 Matthew Hanson <matthew_hanson@apple.com> 2 18 -
trunk/Source/Makefile
r219483 r219486 1 MODULES = bmalloc WTF JavaScriptCore ThirdParty/ANGLE ThirdParty/libwebrtc WebCore WebInspectorUI WebKitLegacy WebKit 21 MODULES = bmalloc WTF JavaScriptCore ThirdParty/ANGLE ThirdParty/libwebrtc WebCore WebInspectorUI WebKitLegacy WebKit 2 2 3 3 ifneq (,$(SDKROOT)) 4 4 ifeq (,$(findstring macosx,$(SDKROOT))) 5 MODULES = bmalloc WTF JavaScriptCore ThirdParty/ANGLE ThirdParty/libwebrtc WebCore WebKitLegacy WebKit 25 MODULES = bmalloc WTF JavaScriptCore ThirdParty/ANGLE ThirdParty/libwebrtc WebCore WebKitLegacy WebKit 6 6 endif 7 7 endif -
trunk/Source/PlatformGTK.cmake
r205280 r219486 8 8 list(APPEND DocumentationDependencies 9 9 WebKit2 10 "${CMAKE_SOURCE_DIR}/Source/WebKit 2/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml"11 "${CMAKE_SOURCE_DIR}/Source/WebKit 2/UIProcess/API/gtk/docs/webkit2gtk-${WEBKITGTK_API_VERSION}-sections.txt"10 "${CMAKE_SOURCE_DIR}/Source/WebKit/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml" 11 "${CMAKE_SOURCE_DIR}/Source/WebKit/UIProcess/API/gtk/docs/webkit2gtk-${WEBKITGTK_API_VERSION}-sections.txt" 12 12 ) 13 13 -
trunk/Source/WebKit/ChangeLog
r219480 r219486 1 2017-07-13 Matthew Hanson <matthew_hanson@apple.com> 2 3 Update tools and configurations after renaming Source/WebKit2 to Source/WebKit. 4 https://bugs.webkit.org/show_bug.cgi?id=174164 5 rdar://problem/33137595 6 7 Reviewed by Dan Bernstein. 8 9 * PlatformGTK.cmake: 10 * Shared/API/c/wpe/WebKit.h: 11 1 12 2017-07-13 Michael Catanzaro <mcatanzaro@igalia.com> 2 13 -
trunk/Source/WebKit/PlatformGTK.cmake
r219295 r219486 1234 1234 DESTINATION "${LIB_INSTALL_DIR}/webkit2gtk-${WEBKITGTK_API_VERSION}/injected-bundle" 1235 1235 ) 1236 install(FILES "${CMAKE_BINARY_DIR}/Source/WebKit 2/webkit2gtk-${WEBKITGTK_API_VERSION}.pc"1237 "${CMAKE_BINARY_DIR}/Source/WebKit 2/webkit2gtk-web-extension-${WEBKITGTK_API_VERSION}.pc"1236 install(FILES "${CMAKE_BINARY_DIR}/Source/WebKit/webkit2gtk-${WEBKITGTK_API_VERSION}.pc" 1237 "${CMAKE_BINARY_DIR}/Source/WebKit/webkit2gtk-web-extension-${WEBKITGTK_API_VERSION}.pc" 1238 1238 DESTINATION "${LIB_INSTALL_DIR}/pkgconfig" 1239 1239 ) -
trunk/Source/WebKit/Shared/API/c/wpe/WebKit.h
r216497 r219486 32 32 #include <WebKit/WKType.h> 33 33 34 // From Source/WebKit 2/Shared/API/c/34 // From Source/WebKit/Shared/API/c/ 35 35 #include <WebKit/WKArray.h> 36 36 #include <WebKit/WKData.h> … … 50 50 #include <WebKit/WKUserScriptInjectionTime.h> 51 51 52 // From Source/WebKit 2/WebProcess/InjectedBundle/API/c/52 // From Source/WebKit/WebProcess/InjectedBundle/API/c/ 53 53 #include <WebKit/WKBundle.h> 54 54 #include <WebKit/WKBundleBackForwardList.h> … … 76 76 #include <WebKit/WKBundleScriptWorld.h> 77 77 78 // From Source/WebKit 2/UIProcess/API/C78 // From Source/WebKit/UIProcess/API/C 79 79 #include <WebKit/WKBackForwardListItemRef.h> 80 80 #include <WebKit/WKBackForwardListRef.h> -
trunk/Source/cmake/OptionsGTK.cmake
r219483 r219486 441 441 442 442 set(WebKit_PKGCONFIG_FILE ${CMAKE_BINARY_DIR}/Source/WebKitLegacy/gtk/webkitgtk-${WEBKITGTK_API_VERSION}.pc) 443 set(WebKit2_PKGCONFIG_FILE ${CMAKE_BINARY_DIR}/Source/WebKit 2/webkit2gtk-${WEBKITGTK_API_VERSION}.pc)444 set(WebKit2WebExtension_PKGCONFIG_FILE ${CMAKE_BINARY_DIR}/Source/WebKit 2/webkit2gtk-web-extension-${WEBKITGTK_API_VERSION}.pc)443 set(WebKit2_PKGCONFIG_FILE ${CMAKE_BINARY_DIR}/Source/WebKit/webkit2gtk-${WEBKITGTK_API_VERSION}.pc) 444 set(WebKit2WebExtension_PKGCONFIG_FILE ${CMAKE_BINARY_DIR}/Source/WebKit/webkit2gtk-web-extension-${WEBKITGTK_API_VERSION}.pc) 445 445 446 446 set(SHOULD_INSTALL_JS_SHELL ON) -
trunk/Source/cmake/WebKitFS.cmake
r219483 r219486 18 18 endif () 19 19 if (NOT WEBKIT2_DIR) 20 set(WEBKIT2_DIR "${CMAKE_SOURCE_DIR}/Source/WebKit 2")20 set(WEBKIT2_DIR "${CMAKE_SOURCE_DIR}/Source/WebKit") 21 21 endif () 22 22 if (NOT THIRDPARTY_DIR) -
trunk/Source/cmake/WebKitPackaging.cmake
r212550 r219486 111 111 "/WebKitLibraries/" 112 112 "/English\\\\.lproj/" 113 "/Source/WebKit 2/"113 "/Source/WebKit/" 114 114 "\\\\.a$" 115 115 "\\\\.exe$" -
trunk/Tools/BuildSlaveSupport/build.webkit.org-config/wkbuild_unittest.py
r219483 r219486 27 27 class ShouldBuildTest(unittest.TestCase): 28 28 _should_build_tests = [ 29 (["ChangeLog", "Source/WebCore/ChangeLog", "Source/WebKit 2/ChangeLog-2011-02-11"], []),29 (["ChangeLog", "Source/WebCore/ChangeLog", "Source/WebKit/ChangeLog-2011-02-11"], []), 30 30 (["Websites/bugs.webkit.org/foo", "Source/WebCore/bar"], ["*"]), 31 31 (["Websites/bugs.webkit.org/foo"], []), 32 32 (["Source/JavaScriptCore/JavaScriptCore.xcodeproj/foo"], ["mac-yosemite", "mac-elcapitan", "mac-sierra", "mac-highsierra", "ios-10", "ios-simulator-10"]), 33 33 (["Source/JavaScriptCore/Configurations/Base.xcconfig"], ["mac-yosemite", "mac-elcapitan", "mac-sierra", "mac-highsierra", "ios-10", "ios-simulator-10"]), 34 (["Source/JavaScriptCore/JavaScriptCore.vcproj/foo", "Source/WebKit 2/win/WebKit2.vcproj", "Source/WebKitLegacy/win/WebKit.sln", "Tools/WebKitTestRunner/Configurations/WebKitTestRunnerCommon.vsprops"], ["win"]),34 (["Source/JavaScriptCore/JavaScriptCore.vcproj/foo", "Source/WebKit/win/WebKit2.vcproj", "Source/WebKitLegacy/win/WebKit.sln", "Tools/WebKitTestRunner/Configurations/WebKitTestRunnerCommon.vsprops"], ["win"]), 35 35 (["LayoutTests/platform/mac/foo", "Source/WebCore/bar"], ["*"]), 36 36 (["LayoutTests/foo"], ["*"]), -
trunk/Tools/ChangeLog
r219483 r219486 1 2017-07-13 Matthew Hanson <matthew_hanson@apple.com> 2 3 Update tools and configurations after renaming Source/WebKit2 to Source/WebKit. 4 https://bugs.webkit.org/show_bug.cgi?id=174164 5 rdar://problem/33137595 6 7 Reviewed by Dan Bernstein. 8 9 * BuildSlaveSupport/build.webkit.org-config/wkbuild_unittest.py: 10 (ShouldBuildTest): 11 * DumpRenderTree/mac/Configurations/Base.xcconfig: 12 * Scripts/build-webkit: 13 * Scripts/do-file-rename: 14 * Scripts/do-webcore-rename: 15 * Scripts/update-webkit-localizable-strings: 16 * Scripts/webkitpy/common/config/watchlist: 17 * Scripts/webkitpy/style/checker.py: 18 * Scripts/webkitpy/style/checkers/featuredefines.py: 19 * gtk/make-dist.py: 20 (ensure_version_if_possible): 21 * gtk/manifest.txt.in: 22 1 23 2017-07-05 Matthew Hanson <matthew_hanson@apple.com> 2 24 -
trunk/Tools/DumpRenderTree/mac/Configurations/Base.xcconfig
r219155 r219486 44 44 CLANG_WARN_CXX0X_EXTENSIONS = NO; 45 45 HEADER_SEARCH_PATHS = $(BUILT_PRODUCTS_DIR)/usr/local/include $(BUILT_PRODUCTS_DIR)/WebCoreTestSupport ForwardingHeaders $(PLATFORM_HEADER_SEARCH_PATHS); 46 PLATFORM_HEADER_SEARCH_PATHS[sdk=iphone*] = $(SDKROOT)/usr/local/include $(SDKROOT)/usr/local/include/WebCoreTestSupport $(SRCROOT)/../../Source/WebKit 2/Platform/spi/ios;46 PLATFORM_HEADER_SEARCH_PATHS[sdk=iphone*] = $(SDKROOT)/usr/local/include $(SDKROOT)/usr/local/include/WebCoreTestSupport $(SRCROOT)/../../Source/WebKit/Platform/spi/ios; 47 47 PLATFORM_HEADER_SEARCH_PATHS[sdk=macosx*] = mac/InternalHeaders $(NEXT_ROOT)/usr/local/include/WebCoreTestSupport; 48 48 GCC_NO_COMMON_BLOCKS = YES; -
trunk/Tools/Scripts/build-webkit
r219483 r219486 195 195 } 196 196 197 push @projects, ("Source/WebKit 2");197 push @projects, ("Source/WebKit"); 198 198 199 199 if (!isIOSWebKit()) { -
trunk/Tools/Scripts/do-file-rename
r219483 r219486 47 47 find(\&wanted, "Source/WebCore"); 48 48 find(\&wanted, "Source/WebKitLegacy"); 49 find(\&wanted, "Source/WebKit 2");49 find(\&wanted, "Source/WebKit"); 50 50 51 51 sub wanted -
trunk/Tools/Scripts/do-webcore-rename
r219483 r219486 75 75 find(\&wanted, "Source/WebCore"); 76 76 find(\&wanted, "Source/WebKitLegacy"); 77 find(\&wanted, "Source/WebKit 2");77 find(\&wanted, "Source/WebKit"); 78 78 find(\&wanted, "Tools/DumpRenderTree"); 79 79 find(\&wanted, "Tools/TestWebKitAPI"); -
trunk/Tools/Scripts/update-webkit-localizable-strings
r219483 r219486 36 36 37 37 # WebKit and WebKit2 strings go into WebCore's Localizable.strings. 38 my @webKitDirectoriesToScan = ("Source/WebCore", "Source/WebKitLegacy/mac", "Source/WebKitLegacy/win", "Source/WebKit 2", "--skip", "Source/WebCore/icu", "--skip", "Source/WebKitLegacy/mac/icu");38 my @webKitDirectoriesToScan = ("Source/WebCore", "Source/WebKitLegacy/mac", "Source/WebKitLegacy/win", "Source/WebKit", "--skip", "Source/WebCore/icu", "--skip", "Source/WebKitLegacy/mac/icu"); 39 39 my @webInspectorUIDirectoriesToScan = ("Source/WebInspectorUI/UserInterface"); 40 40 -
trunk/Tools/Scripts/webkitpy/common/config/watchlist
r219301 r219486 23 23 r"|Source/WebCore/bindings/js/JSGeolocationCustom.cpp" 24 24 r"|Source/WebCore/platform/mock/GeolocationClientMock.(h|cpp)" 25 r"|Source/WebKit 2/WebProcess/Geolocation/",25 r"|Source/WebKit/WebProcess/Geolocation/", 26 26 }, 27 27 "GStreamerGraphics": { … … 71 71 }, 72 72 "GtkWebKit2PublicAPI": { 73 "filename": r"Source/WebKit 2/UIProcess/API/gtk/"74 r"|Source/WebKit 2/UIProcess/API/glib/"75 r"|Source/WebKit 2/Shared/API/glib/"76 r"|Source/WebKit 2/WebProcess/InjectedBundle/API/gtk/"77 r"|Source/WebKit 2/WebProcess/InjectedBundle/API/glib/",73 "filename": r"Source/WebKit/UIProcess/API/gtk/" 74 r"|Source/WebKit/UIProcess/API/glib/" 75 r"|Source/WebKit/Shared/API/glib/" 76 r"|Source/WebKit/WebProcess/InjectedBundle/API/gtk/" 77 r"|Source/WebKit/WebProcess/InjectedBundle/API/glib/", 78 78 }, 79 79 "CoordinatedGraphics": { 80 "filename": r"Source/WebKit 2/WebProcess/WebPage/CoordinatedGraphics/"81 r"|Source/WebKit 2/UIProcess/CoordinatedGraphics/"82 r"|Source/WebKit 2/Shared/CoordinatedGraphics/"80 "filename": r"Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/" 81 r"|Source/WebKit/UIProcess/CoordinatedGraphics/" 82 r"|Source/WebKit/Shared/CoordinatedGraphics/" 83 83 r"|Source/WebCore/platform/graphics/surfaces/", 84 84 }, … … 320 320 }, 321 321 "NetworkCache": { 322 "filename": r"Source/WebKit 2/NetworkProcess/cache/",322 "filename": r"Source/WebKit/NetworkProcess/cache/", 323 323 }, 324 324 "WebCryptoAPI": { -
trunk/Tools/Scripts/webkitpy/style/checker.py
r218684 r219486 311 311 os.path.join('Tools', 'TestWebKitAPI', 'Tests', 'WebKitGtk'), 312 312 313 # WebKit*.h files in Source/WebKit 2/UIProcess/API/[gtk|wpe], except those ending in Private.h are API headers, which do not follow WebKit coding style.314 re.compile(re.escape(os.path.join('Source', 'WebKit 2', 'UIProcess', 'API', 'gtk') + os.path.sep) + r'WebKit(?!.*Private\.h).*\.h$'),315 re.compile(re.escape(os.path.join('Source', 'WebKit 2', 'UIProcess', 'API', 'wpe') + os.path.sep) + r'WebKit(?!.*Private\.h).*\.h$'),316 re.compile(re.escape(os.path.join('Source', 'WebKit 2', 'WebProcess', 'InjectedBundle', 'API', 'gtk') + os.path.sep) + r'WebKit(?!.*Private\.h).*\.h$'),317 re.compile(re.escape(os.path.join('Source', 'WebKit 2', 'WebProcess', 'InjectedBundle', 'API', 'wpe') + os.path.sep) + r'WebKit(?!.*Private\.h).*\.h$'),313 # WebKit*.h files in Source/WebKit/UIProcess/API/[gtk|wpe], except those ending in Private.h are API headers, which do not follow WebKit coding style. 314 re.compile(re.escape(os.path.join('Source', 'WebKit', 'UIProcess', 'API', 'gtk') + os.path.sep) + r'WebKit(?!.*Private\.h).*\.h$'), 315 re.compile(re.escape(os.path.join('Source', 'WebKit', 'UIProcess', 'API', 'wpe') + os.path.sep) + r'WebKit(?!.*Private\.h).*\.h$'), 316 re.compile(re.escape(os.path.join('Source', 'WebKit', 'WebProcess', 'InjectedBundle', 'API', 'gtk') + os.path.sep) + r'WebKit(?!.*Private\.h).*\.h$'), 317 re.compile(re.escape(os.path.join('Source', 'WebKit', 'WebProcess', 'InjectedBundle', 'API', 'wpe') + os.path.sep) + r'WebKit(?!.*Private\.h).*\.h$'), 318 318 319 319 # GObject DOM bindings copied from generated code using different coding style. 320 os.path.join('Source', 'WebKit 2', 'WebProcess', 'InjectedBundle', 'API', 'gtk', 'DOM'),321 322 os.path.join('Source', 'WebKit 2', 'UIProcess', 'API', 'gtk', 'webkit2.h'),323 os.path.join('Source', 'WebKit 2', 'UIProcess', 'API', 'wpe', 'webkit.h'),324 os.path.join('Source', 'WebKit 2', 'WebProcess', 'InjectedBundle', 'API', 'gtk', 'webkit-web-extension.h'),325 os.path.join('Source', 'WebKit 2', 'WebProcess', 'InjectedBundle', 'API', 'wpe', 'webkit-web-extension.h')]320 os.path.join('Source', 'WebKit', 'WebProcess', 'InjectedBundle', 'API', 'gtk', 'DOM'), 321 322 os.path.join('Source', 'WebKit', 'UIProcess', 'API', 'gtk', 'webkit2.h'), 323 os.path.join('Source', 'WebKit', 'UIProcess', 'API', 'wpe', 'webkit.h'), 324 os.path.join('Source', 'WebKit', 'WebProcess', 'InjectedBundle', 'API', 'gtk', 'webkit-web-extension.h'), 325 os.path.join('Source', 'WebKit', 'WebProcess', 'InjectedBundle', 'API', 'wpe', 'webkit-web-extension.h')] 326 326 327 327 # Files to skip that are more common or obvious. -
trunk/Tools/Scripts/webkitpy/style/checkers/featuredefines.py
r219483 r219486 34 34 "Source/WebCore/PAL/Configurations/FeatureDefines.xcconfig", 35 35 "Source/WebKitLegacy/mac/Configurations/FeatureDefines.xcconfig", 36 "Source/WebKit 2/Configurations/FeatureDefines.xcconfig",36 "Source/WebKit/Configurations/FeatureDefines.xcconfig", 37 37 "Tools/TestWebKitAPI/Configurations/FeatureDefines.xcconfig", 38 38 ] -
trunk/Tools/gtk/make-dist.py
r204460 r219486 284 284 return 285 285 286 pkgconfig_file = os.path.join(arguments.build_dir, "Source/WebKit 2/webkit2gtk-4.0.pc")286 pkgconfig_file = os.path.join(arguments.build_dir, "Source/WebKit/webkitgtk-4.0.pc") 287 287 if os.path.isfile(pkgconfig_file): 288 288 p = subprocess.Popen(['pkg-config', '--modversion', pkgconfig_file], stdout=subprocess.PIPE) -
trunk/Tools/gtk/manifest.txt.in
r219483 r219486 61 61 exclude Source/WebInspectorUI/UserInterface/Images 62 62 63 exclude Source/WebKit 2/Resources64 exclude Source/WebKit 2/gtk/NEWS$63 exclude Source/WebKit/Resources 64 exclude Source/WebKit/gtk/NEWS$ 65 65 66 66 # We do want to include the NEWS, but we want it to be in the root of the archive. 67 file Source/WebKit 2/gtk/NEWS NEWS67 file Source/WebKit/gtk/NEWS NEWS 68 68 69 69 directory Source/WebInspectorUI/UserInterface/Images/gtk -
trunk/WebKit.xcworkspace/contents.xcworkspacedata
r219484 r219486 27 27 </FileRef> 28 28 <FileRef 29 location = "group:Source/WebKit 2/WebKit2.xcodeproj">29 location = "group:Source/WebKit/WebKit2.xcodeproj"> 30 30 </FileRef> 31 31 <FileRef -
trunk/WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme
r219484 r219486 147 147 BuildableName = "All" 148 148 BlueprintName = "All" 149 ReferencedContainer = "container:Source/WebKit 2/WebKit2.xcodeproj">149 ReferencedContainer = "container:Source/WebKit/WebKit2.xcodeproj"> 150 150 </BuildableReference> 151 151 </BuildActionEntry>
Note:
See TracChangeset
for help on using the changeset viewer.