haikuwebkit/WebKit.xcworkspace/contents.xcworkspacedata

50 lines
1.5 KiB
Plaintext
Raw Permalink Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "group:Source/bmalloc/bmalloc.xcodeproj">
</FileRef>
<FileRef
location = "group:Source/WTF/WTF.xcodeproj">
</FileRef>
<FileRef
location = "group:Source/JavaScriptCore/JavaScriptCore.xcodeproj">
</FileRef>
<FileRef
location = "group:Source/ThirdParty/ANGLE/ANGLE.xcodeproj">
</FileRef>
<FileRef
location = "group:Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj">
</FileRef>
<FileRef
location = "group:Source/WebCore/WebCore.xcodeproj">
</FileRef>
<FileRef
location = "group:Source/WebInspectorUI/WebInspectorUI.xcodeproj">
</FileRef>
<FileRef
location = "group:Source/WebKitLegacy/WebKitLegacy.xcodeproj">
</FileRef>
<FileRef
location = "group:Source/WebKit/WebKit.xcodeproj">
</FileRef>
<FileRef
location = "group:Source/ThirdParty/gtest/xcode/gtest.xcodeproj">
</FileRef>
<FileRef
location = "group:Tools/DumpRenderTree/DumpRenderTree.xcodeproj">
</FileRef>
<FileRef
location = "group:Tools/MiniBrowser/MiniBrowser.xcodeproj">
</FileRef>
Add a test harness for running UI tests on the iOS Simulator https://bugs.webkit.org/show_bug.cgi?id=161265 .: Add the new MobileMiniBrowser project to the WebKit workspace. Reviewed by Simon Fraser. * WebKit.xcworkspace/contents.xcworkspacedata: Tools: Reviewed by Simon Fraser. Add a new iOS Simulator application which uses WKWebView to implement a basic browser, and which can serve as a test harness for WebKit UI tests. Also add a basic media playback test which verifies that a <video> element will begin playing in fullscreen on an iPhone device, but will play inline on an iPad device. * Makefile: Add MobileMiniBrowser as a Module for iOS builds. * MobileMiniBrowser/Configurations/Base.xcconfig: Added. * MobileMiniBrowser/Configurations/DebugRelease.xcconfig: Added. * MobileMiniBrowser/Configurations/MobileMiniBrowser.xcconfig: Added. * MobileMiniBrowser/Makefile: Added. * MobileMiniBrowser/MobileMiniBrowser.xcodeproj/project.pbxproj: Added. * MobileMiniBrowser/MobileMiniBrowser/AppDelegate.h: Added. * MobileMiniBrowser/MobileMiniBrowser/AppDelegate.m: Added. (-[AppDelegate application:didFinishLaunchingWithOptions:]): (-[AppDelegate applicationWillResignActive:]): (-[AppDelegate applicationDidEnterBackground:]): (-[AppDelegate applicationWillEnterForeground:]): (-[AppDelegate applicationDidBecomeActive:]): (-[AppDelegate applicationWillTerminate:]): * MobileMiniBrowser/MobileMiniBrowser/Assets.xcassets/AppIcon.appiconset/Contents.json: Added. * MobileMiniBrowser/MobileMiniBrowser/Base.lproj/LaunchScreen.storyboard: Added. * MobileMiniBrowser/MobileMiniBrowser/Base.lproj/Main.storyboard: Added. * MobileMiniBrowser/MobileMiniBrowser/Info.plist: Added. * MobileMiniBrowser/MobileMiniBrowser/TabViewController.h: Added. * MobileMiniBrowser/MobileMiniBrowser/TabViewController.m: Added. (-[TabViewController dealloc]): (-[TabViewController viewDidLoad]): (-[TabViewController observeValueForKeyPath:ofObject:change:context:]): (-[TabViewController tableView:cellForRowAtIndexPath:]): (-[TabViewController tableView:numberOfRowsInSection:]): (-[TabViewController numberOfSectionsInTableView:]): (-[TabViewController tableView:canEditRowAtIndexPath:]): (-[TabViewController tableView:canMoveRowAtIndexPath:]): (-[TabViewController tableView:commitEditingStyle:forRowAtIndexPath:]): (-[TabViewController tableView:didSelectRowAtIndexPath:]): * MobileMiniBrowser/MobileMiniBrowser/WebViewController.h: Added. * MobileMiniBrowser/MobileMiniBrowser/WebViewController.m: Added. (-[WebViewController viewDidLoad]): (-[WebViewController didReceiveMemoryWarning]): (-[WebViewController reload:]): (-[WebViewController goBack:]): (-[WebViewController goForward:]): (-[WebViewController urlFieldEditingBegan:]): (-[WebViewController navigateTo:]): (-[WebViewController showTabs:]): (-[WebViewController selectWebViewAtIndex:]): (-[WebViewController removeWebViewAtIndex:]): (-[WebViewController addWebView]): (-[WebViewController createWebView]): (-[WebViewController removeWebView:]): (-[WebViewController setCurrentWebView:]): (-[WebViewController webView:didFailNavigation:withError:]): (-[WebViewController observeValueForKeyPath:ofObject:change:context:]): * MobileMiniBrowser/MobileMiniBrowser/main.m: Added. (main): * MobileMiniBrowser/MobileMiniBrowserUITests/Info.plist: Added. * MobileMiniBrowser/MobileMiniBrowserUITests/MobileMiniBrowserUITests.m: Added. (-[MobileMiniBrowserUITests setUp]): (-[MobileMiniBrowserUITests tearDown]): (-[MobileMiniBrowserUITests testBasicVideoPlayback]): Canonical link: https://commits.webkit.org/179433@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@205057 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2016-08-26 23:28:59 +00:00
<FileRef
location = "group:Tools/MobileMiniBrowser/MobileMiniBrowser.xcodeproj">
</FileRef>
<FileRef
location = "group:Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj">
</FileRef>
<FileRef
location = "group:Tools/WebKitTestRunner/WebKitTestRunner.xcodeproj">
</FileRef>
</Workspace>