commit | 314acd5ff54b8de3e76add6188b5cae7688e0ab1 | [log] [tgz] |
---|---|---|
author | Hwanseung Lee <[email protected]> | Mon Apr 20 08:08:37 2020 |
committer | Commit Bot <[email protected]> | Mon Apr 20 08:08:37 2020 |
tree | 86a494ab1413e8d5e964d142768da1eacc9db809 | |
parent | 48125e9338d198fbc4c4391059e1dc0b3f872e1b [diff] |
[Payments] Use org.chromium.url.GURL class -2- Currently payments uses the deprecated org.chromium.url.URI class, so we should replace URL class with GURL class. it chagned to pass GURL instead of string uri as a parameter. and add isURLValid() function in order to check validation of GURL. Bug: 1065577 Change-Id: I25ba336ea740b83e8672723c242c0a580d549a16 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2141472 Reviewed-by: Kinuko Yasuda <[email protected]> Reviewed-by: Rouslan Solomakhin <[email protected]> Commit-Queue: Hwanseung Lee <[email protected]> Cr-Commit-Position: refs/heads/master@{#760405}
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.