Migrate `parseUrlPathname` to `url_util.js`
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:
-
On the first commit, I have remove
parseUrl
utility and simplified theparseUrlPathname
implementation. -
On a second commit, I moved the
parseUrlPathname
fromcommon_utils.js
tourl_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.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Eduardo Sanz García