summaryrefslogtreecommitdiff
path: root/cli/js/web/url.ts
AgeCommit message (Expand)Author
2020-07-19Port internal TS code to JS (#6793)Bartek Iwańczuk
2020-07-16fix(cli/js/web): IPv6 hostname should be compressed (#6772)JohannLai
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-07-13fix(cli/js/web/url): Implement IPv4 hostname parsing (#6707)Nayeem Rahman
2020-07-10fix(URL): Implement spec-compliant host parsing (#6689)Nayeem Rahman
2020-07-06clean up code in cli/js (#6611)Stanislav
2020-06-26fix(cli/js/web/url): Support UNC paths on Windows (#6418)Nayeem Rahman
2020-06-10fix(URL): IPv6 hostname support (#5766)Josh Byrnes
2020-05-18Fix URL encoding (#5557)Nayeem Rahman
2020-05-04feat(URL): Support drive letters for file URLs on Windows (#5074)Nayeem Rahman
2020-05-04fix: URL constructor throws confusing error on invalid scheme (#5057)Daniel Lenksjö
2020-05-01BREAKING: remove window.location and self.location (#5034)Bartek Iwańczuk
2020-04-29feat(std/path): Add fromFileUrl() (#4993)Nayeem Rahman
2020-04-28url: Make zero a valid port (#4963)Marcos Casagrande
2020-04-28Change URL.port implementation to match WHATWG specifications (#4954)Marcos Casagrande
2020-04-11dedup URLSearchParams, URL, Location, DOMStringList (#4719)Ryan Dahl
2020-04-11dedup type declarations (#4718)Ryan Dahl
2020-04-11refactor: Event and EventTarget implementations (#4707)Kitson Kelly
2020-03-28Update to Prettier 2 and use ES Private Fields (#4498)Kitson Kelly
2020-03-11reorg: cli/js/compiler/, move more API to cli/js/web/ (#4310)Bartek Iwańczuk
2020-03-08reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264)Bartek Iwańczuk
2020-03-05move Web APIs to cli/js/web/Bartek Iwańczuk