New issue
Advanced search Search tips

Issue 775612 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Android , Windows , Chrome , Mac
Pri: 3
Type: Bug


Participants' hotlists:
Payments-Dedupe


Sign in to add a comment

Share Code for URIUtils

Project Member Reported by tmartino@chromium.org, Oct 17 2017

Issue description

The Java URIUtils class:

https://cs.chromium.org/chromium/src/chrome/android/java/src/org/chromium/chrome/browser/payments/UriUtils.java?q=uriutils.java&dr

is needlessly bespoke. We make a lot of similar decisions in, e.g., payment_manifest_parser:

https://cs.chromium.org/chromium/src/components/payments/content/utility/payment_manifest_parser.cc

using GURLs and friends, and could extract much of this into a friendly util.
 
Status: Assigned (was: Untriaged)

Sign in to add a comment