index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
url
/
00_url.js
Age
Commit message (
Expand
)
Author
2024-10-01
refactor(ext): align error messages (#25914)
Ian Bull
2024-04-16
feat(ext/url): add `URL.parse` (#23318)
Kenta Moriuchi
2024-03-10
chore: replace 'call' to 'execute' in error messages (#22579)
Kenta Moriuchi
2024-01-26
refactor: migrate extensions to virtual ops module (#22135)
Bartek Iwańczuk
2024-01-10
refactor: use `core.ensureFastOps()` (#21888)
Kenta Moriuchi
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-07
refactor: pull 'core', 'internals', 'primordials' from ES module (#21462)
Bartek Iwańczuk
2023-11-19
fix(ext,runtime): add missing custom inspections (#21219)
Kenta Moriuchi
2023-10-10
fix(ext/web): writability of `ReadableStream.from` (#20836)
Luca Casonato
2023-07-02
feat(ext/url): URLSearchParams two-argument delete() and has() (#19654)
Lino Le Van
2023-06-26
chore: fix typos (#19572)
Martin Fischer
2023-06-05
chore: update deno_lint to 0.46.0 (#19372)
Kenta Moriuchi
2023-05-01
fix(core): Use primordials for methods (#18839)
Kenta Moriuchi
2023-05-01
refactor(webidl): move prefix & context out of converters options bag (#18931)
Leo Kettmeir
2023-04-30
fix(ext/url): throw `TypeError` for empty argument (#18896)
Kenta Moriuchi
2023-04-12
refactor(ext/webidl): remove object from 'requiredArguments' (#18674)
Bartek Iwańczuk
2023-04-04
feat(ext/url): `URL.canParse` (#18286)
Kenta Moriuchi
2023-03-22
chore: update ext/ code to only use ASCII (#18371)
Matt Mastracci
2023-03-14
feat(ext/url): URLSearchParams.size (#17884)
Lino Le Van
2023-03-08
refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...
Bartek Iwańczuk
2023-03-03
feat(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-07
refactor: Use ES modules for internal runtime code (#17648)
Leo Kettmeir
2023-01-16
chore: update dlint to v0.37.0 for GitHub Actions (#17295)
Kenta Moriuchi
2023-01-06
perf(ext,runtime): remove using `SafeArrayIterator` from `for-of` (#17255)
Kenta Moriuchi
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-20
chore: Update dlint (#17031)
Kenta Moriuchi
2022-12-19
fix: display URL in invalid URL error (#17128)
Leo Kettmeir
2022-12-15
Revert "feat(ops): Fast zero copy string arguments (#16777)" (#17063)
Bartek Iwańczuk
2022-12-02
feat(ops): Fast zero copy string arguments (#16777)
Divy Srivastava
2022-09-11
perf(url): return early if url has no query string (#15856)
Andrew Johnston
2022-09-10
perf: optimize URL serialization (#15663)
Divy Srivastava
2022-08-11
perf(ops): Monomorphic sync op calls (#15337)
Aapo Alasuutari
2022-07-28
fix(ext/fetch): resolve TODOs about WebIDL conversions in body init (#15312)
Phosra
2022-07-06
fix(ext/url): missing primordial (#15096)
Garcia
2022-06-15
fix(url): properly indent when inspecting URLs (#14867)
cjihrig
2022-04-03
chore(ext/url): cleanup url ops (#14177)
Divy Srivastava
2022-02-07
refactor: update runtime code for primordial check for iterators (#13510)
Bartek Iwańczuk
2022-02-01
refactor: primordials for instanceof (#13527)
Bartek Iwańczuk
2022-01-27
Revert "refactor: update runtime code for primordial checks for "instanceof" ...
Bartek Iwańczuk
2022-01-27
refactor: update runtime code for primordial checks for "instanceof" (#13497)
Bartek Iwańczuk
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-10-12
chore: upgrade crates based on deno ast 0.3 (#12403)
David Sherret
2021-09-25
fix(ext/webidl): correctly apply [SymbolToStringTag] to interfaces (#11851)
李瑞丰
2021-08-19
perf(ext/url): use DOMString instead of USVString as webidl converter for URL...
Aaron O'Mullan
2021-08-19
perf(ext/url): optimize UrlParts op serialization (#11765)
Aaron O'Mullan
2021-08-18
perf(ext/url): cleanup and optimize url parsing op args (#11763)
Aaron O'Mullan
2021-08-11
Rename extensions/ directory to ext/ (#11643)
Ryan Dahl