commit | 13603829cd47facae08774f2fb107ee9f7a63df7 | [log] [tgz] |
---|---|---|
author | Gyuyoung Kim <[email protected]> | Fri Sep 01 01:32:34 2023 |
committer | Chromium LUCI CQ <[email protected]> | Fri Sep 01 01:32:34 2023 |
tree | 46486a9303b4b9c943d38e10a105a21a3b614034 | |
parent | f7f749e54dc7110d9eec100c0b7e40a4ceaae8db [diff] |
[iOS] Add Support for Running Web Tests on iOS Blink Port In the iOS Blink port, running web tests is essential to assess the level of support for various web features and functionalities. This change includes necessary additions to enable the execution of web tests on the iOS Blink port. co-author: mkim@ solved the timeout issue by adding a custom UIApplication that overrides IsRunningTests. Bug: 1421239 Change-Id: I8835097f628280c76d1213a16a29d6cdddd19ecb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4712370 Reviewed-by: Stephen McGruer <[email protected]> Reviewed-by: Dave Tapuska <[email protected]> Reviewed-by: Rohit Rao <[email protected]> Commit-Queue: Gyuyoung Kim <[email protected]> Reviewed-by: Peter Beverloo <[email protected]> Cr-Commit-Position: refs/heads/main@{#1191108}
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.