summaryrefslogtreecommitdiff
path: root/ext/url/00_url.js
AgeCommit message (Expand)Author
2023-04-12refactor(ext/webidl): remove object from 'requiredArguments' (#18674)Bartek Iwańczuk
2023-04-04feat(ext/url): `URL.canParse` (#18286)Kenta Moriuchi
2023-03-22chore: update ext/ code to only use ASCII (#18371)Matt Mastracci
2023-03-14feat(ext/url): URLSearchParams.size (#17884)Lino Le Van
2023-03-08refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...Bartek Iwańczuk
2023-03-03feat(ops): reland fast zero copy string arguments (#17996)Divy Srivastava
2023-02-07 refactor: remove prefix from include_js_files & use extension name (#17683)Leo Kettmeir
2023-02-07refactor: Use ES modules for internal runtime code (#17648)Leo Kettmeir
2023-01-16chore: update dlint to v0.37.0 for GitHub Actions (#17295)Kenta Moriuchi
2023-01-06perf(ext,runtime): remove using `SafeArrayIterator` from `for-of` (#17255)Kenta Moriuchi
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-20chore: Update dlint (#17031)Kenta Moriuchi
2022-12-19fix: display URL in invalid URL error (#17128)Leo Kettmeir
2022-12-15Revert "feat(ops): Fast zero copy string arguments (#16777)" (#17063)Bartek Iwańczuk
2022-12-02feat(ops): Fast zero copy string arguments (#16777)Divy Srivastava
2022-09-11perf(url): return early if url has no query string (#15856)Andrew Johnston
2022-09-10perf: optimize URL serialization (#15663)Divy Srivastava
2022-08-11perf(ops): Monomorphic sync op calls (#15337)Aapo Alasuutari
2022-07-28fix(ext/fetch): resolve TODOs about WebIDL conversions in body init (#15312)Phosra
2022-07-06fix(ext/url): missing primordial (#15096)Garcia
2022-06-15fix(url): properly indent when inspecting URLs (#14867)cjihrig
2022-04-03chore(ext/url): cleanup url ops (#14177)Divy Srivastava
2022-02-07refactor: update runtime code for primordial check for iterators (#13510)Bartek Iwańczuk
2022-02-01refactor: primordials for instanceof (#13527)Bartek Iwańczuk
2022-01-27Revert "refactor: update runtime code for primordial checks for "instanceof" ...Bartek Iwańczuk
2022-01-27refactor: update runtime code for primordial checks for "instanceof" (#13497)Bartek Iwańczuk
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-10-12chore: upgrade crates based on deno ast 0.3 (#12403)David Sherret
2021-09-25fix(ext/webidl): correctly apply [SymbolToStringTag] to interfaces (#11851)李瑞丰
2021-08-19perf(ext/url): use DOMString instead of USVString as webidl converter for URL...Aaron O'Mullan
2021-08-19perf(ext/url): optimize UrlParts op serialization (#11765)Aaron O'Mullan
2021-08-18perf(ext/url): cleanup and optimize url parsing op args (#11763)Aaron O'Mullan
2021-08-11Rename extensions/ directory to ext/ (#11643)Ryan Dahl