commit | 7fc7b1beb91d1c5dbb6b017e02553d898d504e83 | [log] [tgz] |
---|---|---|
author | Rohit Rao <[email protected]> | Thu Jul 07 15:41:49 2022 |
committer | Chromium LUCI CQ <[email protected]> | Thu Jul 07 15:41:49 2022 |
tree | b7956b539aa35db421a5bd1b625679689dc32912 | |
parent | 0375117eb8580f1253bcf9e28efb8afef6a39d05 [diff] |
[ios] Fixes testTabGridBulkActionShare on iOS 16. iOS 16 adds a confirmation dialog when pasting content from another process. This CL updates testTabGridBulkActionShare to verify the pasteboard content via eDO, avoiding the confirmation dialog. To support verifying multiple pasteboard URLs, the [ChromeEarlGrey pasteboardString] method is renamed to [ChromeEarlGrey pasteboardStrings] and updated to return multiple strings, if there are multiple strings on the pasteboard. BUG=1331347 Change-Id: I84719a3578aa4691921b796947589cc4b205b5d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3751296 Reviewed-by: Justin Cohen <[email protected]> Commit-Queue: Rohit Rao <[email protected]> Cr-Commit-Position: refs/heads/main@{#1021694}
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.