summaryrefslogtreecommitdiffstats
path: root/dom/url
Commit message (Collapse)AuthorAgeLines
* Issue #1656 - Part 6: Clean up the build filesMoonchild2020-09-23-1/+0
|
* Issue #1656 - Part 1: Nuke most vim config lines in the tree.Moonchild2020-09-23-4/+0
| | | | | | Since these are just interpreted comments, there's 0 impact on actual code. This removes all lines that match /* vim: set(.*)tw=80: */ with S&R -- there are a few others scattered around which will be removed manually in a second part.
* Issue #1449 - Implement URLSearchParams's sort()Matt A. Tobin2020-05-02-1/+47
|
* Issue #80 - De-unify dom/urlMatt A. Tobin2020-04-18-4/+2
|
* Use meaningful error message in URLSearchParams::ConstructorJustOff2019-03-14-1/+1
|
* Construct URLSearchParams from record<>JustOff2019-03-13-3/+9
|
* Construct URLSearchParams from sequence or from stringJustOff2019-03-13-41/+23
|
* Bug 604026 - Sync event loops in workers should be created only if ↵janekptacijarabaci2018-07-05-4/+16
| | | | compatible with the worker shutdown status
* Bug 1323683 - Fold nsIURIWithQuery into nsIURIjanekptacijarabaci2018-04-22-32/+8
| | | | native in moebius
* moebius#130: URL parser - fix: don't allow empty host namejanekptacijarabaci2018-04-15-0/+12
| | | | https://github.com/MoonchildProductions/moebius/issues/130
* JS - URL - add toJSON supportjanekptacijarabaci2018-02-21-0/+12
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+5036