Skip to content

Migrate `parseUrlPathname` to `url_util.js`

Eduardo Sanz García requested to merge migrate-url-js-utilities into master

What does this MR do and why?

The goal of this MR is to move some of the JavaScript utilities involved in URL parsing to the newer url_util.js file as described in this issue.

I have accomplished that in two steps:

  1. On the first commit, I have remove parseUrl utility and simplified the parseUrlPathname implementation.

  2. On a second commit, I moved the parseUrlPathname from common_utils.js to url_util.js.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Eduardo Sanz García

Merge request reports

Loading