-
zhaoyangli authored
https://chromium.googlesource.com/external/github.com/google/EarlGrey.git/+log/8fbc948c8479..af46d99e3add $ git log 8fbc948c8..af46d99e3 --date=short --no-merges --format='%ad %ae %s' 2020-06-23 chanheepark Add GREYFailureHandlerHelpers.h to Xcode project. 2020-06-23 tirodkar GREYErroFormatter link up. 2020-06-23 tirodkar Move GREYErrorFormatter to CommonLib 2020-06-22 chanheepark Implement GREYErrorFormatter. 2020-06-22 tirodkar Fix project 2020-06-22 tirodkar rm unused statusBarOrientation / pre iOS8 calls. 2020-06-19 tirodkar Change GREYError keys. 2020-06-18 tirodkar RM new line after Search action info that's printed. 2020-06-17 tirodkar Unused property 2020-06-17 tirodkar Error Formatter Change 0. 2020-06-17 tirodkar Enable the ScrollView Indicator Test to work on any device config. 2020-06-16 tirodkar Failure Formatter update 2020-06-16 tirodkar Scroll Bar Synchronization 2020-06-10 tirodkar Remove Duplicated stack trace 2020-06-10 tirodkar Add animation information for sublayers of a UIView in the UIHierarchy. 2020-06-09 tirodkar https://github.com/google/EarlGrey/pull/1335 2020-06-05 tirodkar Fix doxygen comments for @return in the HostDOCategory. 2020-06-02 tirodkar Remove redundant message from the Keyboard dismissal error. 2020-06-02 chanheepark Remove description glossary from EarlGrey error message: 2020-06-02 tirodkar Revert "keyboard-dismissal-redundancy (#1322)" 2020-06-02 64929355+willsaid-google keyboard-dismissal-redundancy (#1322) 2020-06-02 albertbow Rewrite eDO app port test. 2020-06-01 tirodkar Error printing cleanup for search action & details. 2020-06-01 chanheepark Reformat error message when the app under test crashes. 2020-05-29 64929355+willsaid-google fixed 4 error typos (#1320) 2020-05-29 albertbow Add specific reasons to app-side eDO failure. 2020-05-28 tirodkar Comment update in GREYHostApplicationDistantObject 2020-05-28 mobile-devx-github-bot Add openDeepLinkURL to the Swift EarlGrey wrapper. 2020-05-27 chanheepark Remove tap constraint for checking if the button is enabled or not. 2020-05-27 chanheepark Fix broken error handling test. 2020-05-26 tirodkar Remove attribute constructor from GreyHostAppDO 2020-05-26 chanheepark Removed bundle ID from console output for error handling #1308 2020-05-21 tirodkar Internal GREYAppConfiguration refactor. 2020-05-20 tirodkar https://github.com/google/EarlGrey/pull/1307/files 2020-05-20 64929355+willsaid-google System version error (#1307) 2020-05-12 mobile-devx-github-bot Comments formatting updates 2020-05-11 chanheepark Fix failing functional test due to some eDO bug. 2020-05-11 mobile-devx-github-bot Update comments to match structure, required by doxygen 2020-05-11 tirodkar Patch https://github.com/google/EarlGrey/commit/86065a68f15a1674659b892cba007c76eb7f24d9 2020-05-08 chanheepark Remove test flag. 2020-05-08 mobile-devx-github-bot Replace `import` with `include` for c headers in EarlGrey2 2020-05-07 64929355+willsaid-google cleaned up xc schemes, and updated swift version to 5.0 for build errors (#1294) 2020-05-07 sskhandp Move static into method to scope it more tightly. 2020-05-07 sskhandp import to include for c headers 2020-05-07 tirodkar Fix the DistantObjectBackgroundExecutionTest 2020-05-06 tirodkar Remove did Happen interaction notifications. 2020-05-06 chanheepark Fix operand to AND so it sleeps only for iOS 12 and below with non delete key. 2020-05-06 tirodkar Remove did Happen interaction notifications. 2020-05-05 tirodkar Fix deep link API for iOS 13+ 2020-05-05 chanheepark Revert workaround for the automatic keyplane change when backspace is tapped. (...) 2019-12-04 mobile-devx-github-bot Pass in GREYTraversalObject directly to GREYVisibilityCheckerTarget. 2019-12-02 albertbow Translates eDO connection failure to application crash when the situation is met. 2019-12-02 mobile-devx-github-bot Change orders of the condition check. 2019-12-02 mobile-devx-github-bot Add initializers to GREYTraversalObject and make the properties readonly. 2019-11-30 tirodkar Fix xcode proj. 2019-11-29 sskhandp Rename last vestiges of GREYHierarchyObject. 2019-11-28 szymonkaz fix for GREYTraversalProperties 2019-11-27 sskhandp Remove unused method in default failure handler. 2019-11-27 mobile-devx-github-bot Integrate traversal properties to quick visibility checker. 2019-11-27 mobile-devx-github-bot Have accessibility elements to use traversal properties as well. 2019-11-26 sskhandp Format GREYKeyboard.m. 2019-11-26 tirodkar Formatting fix. 2019-11-25 mobile-devx-github-bot Have accessibility elements to use traversal properties as well. 2019-11-25 mobile-devx-github-bot Have accessibility elements to use traversal properties as well. 2019-11-25 mobile-devx-github-bot Support retrieving the interactionPoint of the target in quick visibility checker. 2019-11-25 tirodkar Fix podspec 2019-11-24 konrad.zdunczyk Fix EarlGreyTest.podspec 2019-11-22 mobile-devx-github-bot Change core actions' diagnosticsID. 2019-11-22 mobile-devx-github-bot Create a metadata class that stores useful information about the traversal element. 2019-11-18 tirodkar Expand interaction error legend. 2019-11-15 mobile-devx-github-bot In progress of implementing quick GREYVisibilityChecker::visibleInteractionPointForElement 2019-11-15 mobile-devx-github-bot Mark unused variable in failure handler 2019-11-14 mobile-devx-github-bot Move out some method to visibility utility file. 2019-11-13 tirodkar Fix project 2019-11-12 mobile-devx-github-bot Removing glossary and replacing [K] with the actual character string. 2019-11-11 tirodkar Remove @synthesize calls form v2 code where not needed. 2019-11-11 mobile-devx-github-bot Checking for zPosition is done on the higher level during traversal. 2019-11-11 mobile-devx-github-bot Add back-to-front traversal that sorts its sibling views by their zPositions. 2019-11-08 sskhandp Move block into variable for nicer formatting. 2019-11-08 mobile-devx-github-bot Initializing performFallback to NO as a default value. 2019-11-08 mobile-devx-github-bot Rename directory for VisibilityChecker. 2019-11-08 mobile-devx-github-bot Add corner case for updating boundingRect. 2019-11-06 tirodkar Fix warnings. 2019-11-06 tirodkar Update Podspecs for EG 2.1.0 release. 2019-11-06 mobile-devx-github-bot Changing the order of the view hierarchy back to front. 2019-11-06 tirodkar Clean up EDO imports. 2019-11-05 tirodkar Add EG 2 Changelog. 2019-11-05 tirodkar Experiment for draining before shifted view after-screenshot 2019-11-05 mobile-devx-github-bot Restructure visibility checker files to accommodate GREYQuickVisibilityChecker. 2019-11-05 mobile-devx-github-bot Changing the order of the view hierarchy back to front. 2019-11-05 mobile-devx-github-bot Internal change 2019-11-04 mobile-devx-github-bot Check q/Q instead of e/E to determine if keyboard is showing alphabetical keyplane. 2019-11-04 sskhandp Fix broken link in README and minor grammar changes. 2019-10-31 tirodkar Fix project break. 2019-10-31 mobile-devx-github-bot Added fast visibility checker files to VisibilityChecker. 2019-10-30 albertbow Remove invocation on keyWindow in iOS 13 and use alternative. 2019-10-30 tirodkar Remove grey_md5. 2019-10-29 tirodkar Initializer cleanup. 2019-10-29 tirodkar Remove unused key. 2019-10-29 tirodkar Duplicate Matcher for UITextField iOS 13 fix. Created with: roll-dep src/ios/third_party/earl_grey2/src Besides the roll: - Changed BUILD.gn file to build with file/directory changes. - Fixed the OWNERS file in ios/third_party/earl_grey2. - Disabled failing tests from this roll. Bug: 1097387, 1030701, 1099361, 1099358, 1099425, 1099429, 1099430, 1099432, 1099435, 1099436 Change-Id: I048899b3fe758d7e08124c4a3f5ac8cfe5449a85 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2264942Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: Zhaoyang Li <zhaoyangli@chromium.org> Cr-Commit-Position: refs/heads/master@{#783056}
93807e14