Roll src/ios/third_party/earl_grey2/src/ 8504ed1f0..d68787ee6 (18 commits)

https://chromium.googlesource.com/external/github.com/google/EarlGrey.git/+log/8504ed1f0137..d68787ee6577

$ git log 8504ed1f0..d68787ee6 --date=short --no-merges --format='%ad %ae %s'
2024-10-11 mobile-devx-github-bot Add NS_ASSUME_NONNULL to GREYSyntheticEvents
2024-10-10 mobile-devx-github-bot Add `NS_ASSUME_NONNULL` to GREYTouchInfo
2024-10-07 mobile-devx-github-bot A fix for iOS 18 SwiftUI Tap touch events.
2024-09-27 mobile-devx-github-bot #EarlGreyV2 add new files to project and fix comment format
2024-09-26 mobile-devx-github-bot #nitro #earlgrey Workaround for iOS18 SwiftUI touch event.  UIResponder is incorrectly detected on EG.  (EDO does not encode/decode CGVector so CGPoint is used)
2024-09-26 mobile-devx-github-bot iOS 18 Swift UI Tap fix part 1
2024-09-09 mobile-devx-github-bot Remove WKWebView idling resource estimatedProgress check
2024-09-03 mobile-devx-github-bot Add action type so we can handle type specific errors in testlib.
2024-09-03 mobile-devx-github-bot Add action type so we can handle type specific errors in testlib.
2024-08-30 mobile-devx-github-bot Add version guard to async JavaScript execution.
2024-08-29 mobile-devx-github-bot Add async JavaScript execution.
2024-08-22 mobile-devx-github-bot Assert when appUIHierarchy is inside the userinfo and not in the app hierarchy
2024-08-21 allevato Internal Commit Uploaded
2024-07-23 tirodkar Adding a go link to the verbose logger
2024-07-03 mobile-devx-github-bot UIGestureRecognizer temporary swizzling fix for iOS 18.
2024-06-27 mobile-devx-github-bot #nitro fixing hierarchy test by adding prepend underscore for UINavigationTransitionView.
2024-06-27 mobile-devx-github-bot #nitro Skip testTappingOnShareSheetButtons on iOS18 simulator due to missing message settings.
2024-06-15 mobile-devx-github-bot Fix KeyboardKeysTest for iOS 18.

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

Change-Id: Ia6efafb314576477d9ebb674fa24f4688735ce8c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5931064
Commit-Queue: Justin Cohen <justincohen@chromium.org>
Reviewed-by: Rohit Rao <rohitrao@chromium.org>
Auto-Submit: Justin Cohen <justincohen@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1371562}
4 files changed
tree: 9a075d406aba00607cc9b20241f5fdb40d2dc262
  1. android_webview/
  2. apps/
  3. ash/
  4. base/
  5. build/
  6. build_overrides/
  7. buildtools/
  8. cc/
  9. chrome/
  10. chromecast/
  11. chromeos/
  12. codelabs/
  13. components/
  14. content/
  15. crypto/
  16. dbus/
  17. device/
  18. docs/
  19. extensions/
  20. fuchsia_web/
  21. gin/
  22. google_apis/
  23. google_update/
  24. gpu/
  25. headless/
  26. infra/
  27. ios/
  28. ipc/
  29. media/
  30. mojo/
  31. native_client_sdk/
  32. net/
  33. pdf/
  34. ppapi/
  35. printing/
  36. remoting/
  37. rlz/
  38. sandbox/
  39. services/
  40. skia/
  41. sql/
  42. storage/
  43. styleguide/
  44. testing/
  45. third_party/
  46. tools/
  47. ui/
  48. url/
  49. webkit/
  50. .clang-format
  51. .clang-tidy
  52. .clangd
  53. .git-blame-ignore-revs
  54. .gitallowed
  55. .gitattributes
  56. .gitignore
  57. .gitmodules
  58. .gn
  59. .mailmap
  60. .rustfmt.toml
  61. .vpython3
  62. .yapfignore
  63. ATL_OWNERS
  64. AUTHORS
  65. BUILD.gn
  66. CODE_OF_CONDUCT.md
  67. codereview.settings
  68. CPPLINT.cfg
  69. CRYPTO_OWNERS
  70. DEPS
  71. DIR_METADATA
  72. LICENSE
  73. LICENSE.chromium_os
  74. OWNERS
  75. PRESUBMIT.py
  76. PRESUBMIT_test.py
  77. PRESUBMIT_test_mocks.py
  78. README.md
  79. WATCHLISTS
README.md

Logo Chromium

Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.

The project's web site is https://www.chromium.org.

To check out the source code locally, don't use git clone! Instead, follow the instructions on how to get the code.

Documentation in the source is rooted in docs/README.md.

Learn how to Get Around the Chromium Source Code Directory Structure.

For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.

If you found a bug, please file it at https://crbug.com/new.