Commit 3ddbb96e authored by zhaoyangli's avatar zhaoyangli Committed by Commit Bot

Roll src/ios/third_party/earl_grey2/src/ 119c1b0ad..a1c3b1271 (11 commits)

https://chromium.googlesource.com/external/github.com/google/EarlGrey.git/+log/119c1b0adbc0..a1c3b1271dcd

$ git log 119c1b0ad..a1c3b1271 --date=short --no-merges --format='%ad %ae %s'
2020-07-16 tirodkar Remove UIWebView loading in GREYAutomationSetup.
2020-07-16 tirodkar Fix comment breakages in the OSS Xcode project.
2020-07-15 chanheepark Remove deeplink error as EarlGrey minimum target os is iOS 11.
2020-07-15 chanheepark Add new error code for deeplink action error.
2020-07-14 chanheepark Look for textField in case the URL field is the first responder.
2020-07-14 tirodkar Remove the UIHierarchy legend
2020-07-14 albertbow Make kGREYIntializationErrorDomain use new error format.
2020-07-13 tirodkar Guard duplicate TextField id's for iOS 14.
2020-07-13 tirodkar Ensure that replaceText calls the valueChanged control event.
2020-07-10 chanheepark Return frame for top level windows when converting to screen coordinate.
2020-07-09 tirodkar Add the keyboard dismissal error code for the new formatter.

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

Change-Id: I64ec59c89d11c617d0f04fdc180e8df1a9db7966
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2304725Reviewed-by: default avatarJustin Cohen <justincohen@chromium.org>
Commit-Queue: Zhaoyang Li <zhaoyangli@chromium.org>
Cr-Commit-Position: refs/heads/master@{#791024}
parent 5a4c9e69
...@@ -520,7 +520,7 @@ deps = { ...@@ -520,7 +520,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' + '@' + '119c1b0adbc05abc0ad3de4eb0c223188e974eeb', 'url': Var('chromium_git') + '/external/github.com/google/EarlGrey.git' + '@' + 'a1c3b1271dcd33d15f2df2324a3ed662ef4c02d5',
'condition': 'checkout_ios', 'condition': 'checkout_ios',
}, },
......
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