commit | 875905b4fa65cbe8c3d50f38619f1b3e9dad4727 | [log] [tgz] |
---|---|---|
author | Lukasz Anforowicz <[email protected]> | Tue Jan 12 16:54:51 2021 |
committer | Chromium LUCI CQ <[email protected]> | Tue Jan 12 16:54:51 2021 |
tree | f521726c6e2c82e2499a61604e5ec2d9e8379b2b | |
parent | 1134c11e4b425a2fb6a65cb2c8e746272218daaa [diff] |
Test suite covering both KURL and GURL. This CL adds an AbstractUrlTest test suite that covers both KURL and GURL. Having tests that are shared across Blink and //url will help 1) avoid code duplication and 2) ensure that Blink and //url behave in the same way (at least wrt things covered by the shared tests). Bug: 1164416 Change-Id: I6812c0230cc1ef91416aa9a8f967a5db15d4bf77 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2622736 Reviewed-by: Daniel Cheng <[email protected]> Reviewed-by: Tom Sepez <[email protected]> Commit-Queue: Tom Sepez <[email protected]> Auto-Submit: Ćukasz Anforowicz <[email protected]> Cr-Commit-Position: refs/heads/master@{#842560}
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.