commit | f8ee6bd16b2c16b6bd953c484898c38575db7c6f | [log] [tgz] |
---|---|---|
author | Piotr Pawliczek <[email protected]> | Tue Apr 21 17:37:30 2020 |
committer | Commit Bot <[email protected]> | Tue Apr 21 17:37:30 2020 |
tree | 10fe2ee257951a4b0816c1f9e3c1ba345bee7c51 | |
parent | d0e620d5b7bd1b03b5fac8130708e49b75899360 [diff] |
Simple URI: A class representing simplified URI - part 3 This is a part of implementation of class Uri. This CL contains implementation of URI parser along with normalization and validation. The file with unit tests was also included. Other CLs: - https://crrev.com/c/2103143 - https://crrev.com/c/2118426 BUG=chromium:821497 TEST=on my workstation Change-Id: Ieb9f3c105d842d4cb2a8f2678d34130e3b94b374 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2123640 Commit-Queue: Piotr Pawliczek <[email protected]> Reviewed-by: Sean Kau <[email protected]> Cr-Commit-Position: refs/heads/master@{#761030}
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.
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.