Commit 3ab0aa5b authored by Rohit Rao's avatar Rohit Rao Committed by Commit Bot

Roll src/ios/third_party/earl_grey2/src/ 6791abc9c..8fbc948c8 (45 commits)

https://chromium.googlesource.com/external/github.com/google/EarlGrey.git/+log/6791abc9c696..8fbc948c8479

$ git log 6791abc9c..8fbc948c8 --date=short --no-merges --format='%ad %ae %s'
2019-10-29 tirodkar Keyboard tutorial fix for iOS 13 iPads.
2019-10-25 tirodkar Rolling back iOS 13 fix.
2019-10-25 tirodkar Duplicate Matcher for UITextField iOS 13 fix.
2019-10-24 tirodkar Revert back UIKeyboardImpl check
2019-10-24 tirodkar Automartion Setup related Cleanups.
2019-10-24 tirodkar UIWebView deprecation.
2019-10-23 sskhandp Use variable to store sharedInstance and reuse.
2019-10-23 tirodkar Cleanup of semi-colon.
2019-10-22 tirodkar Fix rotation from UIDevice to XCUIDevice.
2019-10-22 tirodkar iOS 13 System Alert fixes.
2019-10-21 tirodkar Fix build
2019-10-21 tirodkar Internal
2019-10-16 tirodkar Fix failure.
2019-10-16 tirodkar Internal Change.
2019-10-15 tirodkar Remove UI_USER_INTERFACE_IDIOM completely.
2019-10-15 tirodkar UI_USER_INTERFACE_IDIOM/UIDevice.
2019-10-10 tirodkar iOS 13 Stepper fix.
2019-10-09 tirodkar Disambiguate name
2019-10-07 tirodkar Fix GREYWaitFunctions compilation failure.
2019-10-07 tirodkar Support description glossary in non-tactile actions
2019-10-06 sskhandp Fix some documentation.
2019-10-04 tirodkar Config Cleanup by rm'ing unused method and expanding check.
2019-09-17 tirodkar CocoaPods Setup Doc link.
2019-09-11 tirodkar Spelling fix.
2019-09-09 tirodkar Expose app to idle api.
2019-09-06 tirodkar Fix.
2019-09-06 tirodkar Remote Executor Refactor
2019-09-05 tirodkar Move automation setup to the test.
2019-09-04 tirodkar Rm unused private method interface.
2019-09-03 tirodkar Search Action Error cleanup.
2019-09-03 tirodkar Delete grey_performSearchActionWithError:
2019-08-30 sskhandp Minor formatting.
2019-08-28 tirodkar Move NestedErrorMake to the AppFramework.
2019-08-27 mobile-devx-github-bot Experiment for temporarily fixing the flakiness on visibility checker.
2019-08-27 tirodkar System Alert Cleanup.
2019-08-26 tirodkar Added App side check to System Alerts.
2019-08-26 tirodkar System Alerts Stability Update
2019-08-21 mobile-devx-github-bot Added helper method to get windows above a given window, including itself.
2019-08-21 tirodkar Remove alpha blurb.
2019-08-20 mobile-devx-github-bot GREYUIWindowProvider making the parameters nonnull and adding light weight generics.
2019-08-20 tirodkar Shake API iOS 13 fix.
2019-08-19 tirodkar Docs update.
2019-08-19 mobile-devx-github-bot Optimizing visibility checker by only drawing portions necessary for screenshots.
2019-08-19 tirodkar Project on Device bitcode fix.
2019-08-19 tirodkar Add shake device to EarlGrey.swift.

Created with:
  roll-dep src/ios/third_party/earl_grey2/src

Change-Id: I09ff68dce97ae7a4271c35d4e85ff6c0690529a1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1892157Reviewed-by: default avatarJustin Cohen <justincohen@chromium.org>
Commit-Queue: Rohit Rao <rohitrao@chromium.org>
Cr-Commit-Position: refs/heads/master@{#711243}
parent c19ab0d4
...@@ -494,7 +494,7 @@ deps = { ...@@ -494,7 +494,7 @@ deps = {
}, },
'src/ios/third_party/earl_grey2/src': { 'src/ios/third_party/earl_grey2/src': {
'url': Var('chromium_git') + '/external/github.com/google/EarlGrey.git' + '@' + '6791abc9c6967ce01b2c069e36065e59f46994ac', 'url': Var('chromium_git') + '/external/github.com/google/EarlGrey.git' + '@' + '8fbc948c8479f54b7729b0f290c82ca1b5ee4268',
'condition': 'checkout_ios', 'condition': 'checkout_ios',
}, },
......
...@@ -40,6 +40,7 @@ config("config") { ...@@ -40,6 +40,7 @@ config("config") {
"//ios/third_party/earl_grey2/src/TestLib/Condition", "//ios/third_party/earl_grey2/src/TestLib/Condition",
"//ios/third_party/earl_grey2/src/TestLib/Config", "//ios/third_party/earl_grey2/src/TestLib/Config",
"//ios/third_party/earl_grey2/src/TestLib/Exception", "//ios/third_party/earl_grey2/src/TestLib/Exception",
"//ios/third_party/earl_grey2/src/TestLib/Execution",
"//ios/third_party/earl_grey2/src/TestLib/DistantObject", "//ios/third_party/earl_grey2/src/TestLib/DistantObject",
"//ios/third_party/earl_grey2/src/TestLib/XCTestCase", "//ios/third_party/earl_grey2/src/TestLib/XCTestCase",
"//ios/third_party/edo/src", "//ios/third_party/edo/src",
...@@ -160,6 +161,7 @@ source_set("ui_lib_shared_headers") { ...@@ -160,6 +161,7 @@ source_set("ui_lib_shared_headers") {
"src/UILib/GREYElementHierarchy.h", "src/UILib/GREYElementHierarchy.h",
"src/UILib/GREYScreenshotter.h", "src/UILib/GREYScreenshotter.h",
"src/UILib/VisibilityChecker/GREYVisibilityChecker.h", "src/UILib/VisibilityChecker/GREYVisibilityChecker.h",
"src/UILib/VisibilityChecker/GREYVisibilityCheckerDuration.h",
] ]
} }
...@@ -435,6 +437,8 @@ source_set("test_lib") { ...@@ -435,6 +437,8 @@ source_set("test_lib") {
"src/TestLib/AlertHandling/XCTestCase+GREYSystemAlertHandler.m", "src/TestLib/AlertHandling/XCTestCase+GREYSystemAlertHandler.m",
"src/TestLib/AppleInternals/GREYXCTestAppleInternals.h", "src/TestLib/AppleInternals/GREYXCTestAppleInternals.h",
"src/TestLib/Assertion/GREYAssertionDefines.h", "src/TestLib/Assertion/GREYAssertionDefines.h",
"src/TestLib/Assertion/GREYWaitFunctions.h",
"src/TestLib/Assertion/GREYWaitFunctions.m",
"src/TestLib/Condition/GREYCondition.h", "src/TestLib/Condition/GREYCondition.h",
"src/TestLib/Condition/GREYCondition.m", "src/TestLib/Condition/GREYCondition.m",
"src/TestLib/Config/GREYTestConfiguration.h", "src/TestLib/Config/GREYTestConfiguration.h",
...@@ -451,8 +455,6 @@ source_set("test_lib") { ...@@ -451,8 +455,6 @@ source_set("test_lib") {
"src/TestLib/EarlGreyImpl/GREYElementInteractionErrorHandler.m", "src/TestLib/EarlGreyImpl/GREYElementInteractionErrorHandler.m",
"src/TestLib/EarlGreyImpl/GREYElementInteractionProxy.h", "src/TestLib/EarlGreyImpl/GREYElementInteractionProxy.h",
"src/TestLib/EarlGreyImpl/GREYElementInteractionProxy.m", "src/TestLib/EarlGreyImpl/GREYElementInteractionProxy.m",
"src/TestLib/EarlGreyImpl/GREYRemoteExecutor.h",
"src/TestLib/EarlGreyImpl/GREYRemoteExecutor.m",
"src/TestLib/EarlGreyImpl/XCUIApplication+GREYTest.h", "src/TestLib/EarlGreyImpl/XCUIApplication+GREYTest.h",
"src/TestLib/EarlGreyImpl/XCUIApplication+GREYTest.m", "src/TestLib/EarlGreyImpl/XCUIApplication+GREYTest.m",
"src/TestLib/Exception/GREYDefaultFailureHandler.h", "src/TestLib/Exception/GREYDefaultFailureHandler.h",
...@@ -461,6 +463,8 @@ source_set("test_lib") { ...@@ -461,6 +463,8 @@ source_set("test_lib") {
"src/TestLib/Exception/GREYFailureFormatter.m", "src/TestLib/Exception/GREYFailureFormatter.m",
"src/TestLib/Exception/GREYFailureScreenshotSaver.h", "src/TestLib/Exception/GREYFailureScreenshotSaver.h",
"src/TestLib/Exception/GREYFailureScreenshotSaver.m", "src/TestLib/Exception/GREYFailureScreenshotSaver.m",
"src/TestLib/Execution/GREYRemoteExecutor.h",
"src/TestLib/Execution/GREYRemoteExecutor.m",
"src/TestLib/XCTestCase/GREYTestCaseInvocation.h", "src/TestLib/XCTestCase/GREYTestCaseInvocation.h",
"src/TestLib/XCTestCase/GREYTestCaseInvocation.m", "src/TestLib/XCTestCase/GREYTestCaseInvocation.m",
"src/TestLib/XCTestCase/XCTestCase+GREYTest.h", "src/TestLib/XCTestCase/XCTestCase+GREYTest.h",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment