summaryrefslogtreecommitdiff
path: root/lib/internal/url.js
Commit message (Expand)AuthorAgeFilesLines
* url: add value argument to has and delete methodsSankalp Shubham2023-05-141-9/+28
* url: improve `isURL` detectionYagiz Nizipli2023-05-071-1/+4
* tools: fix jsdoc lintMoshe Atlow2023-05-021-1/+0
* url: reduce revokeObjectURL cpp callsYagiz Nizipli2023-04-301-16/+3
* url: validate URL constructor arg lengthKhafra2023-04-131-0/+4
* url: validate argument length in canParseKhafra2023-04-131-0/+4
* url: more sophisticated brand check for URLSearchParamsTimothy Gu2023-04-071-186/+166
* url: do not use object as hashmapTimothy Gu2023-04-071-8/+10
* url: use ada::url_aggregator for parsing urlsYagiz Nizipli2023-04-051-60/+194
* url: improve URLSearchParams creation performanceYagiz Nizipli2023-04-031-25/+45
* url: implement URL.canParseKhafra2023-03-221-0/+20
* url: allow extension of user provided URL objectsAntoine du Hamel2023-03-191-13/+19
* lib: distinguish webidl interfaces with the extended property "Exposed"Chengzhong Wu2023-03-161-30/+45
* url: use private properties for brand checkYagiz Nizipli2023-03-031-105/+58
* url: remove unnecessary call to `FunctionPrototypeBind`Antoine du Hamel2023-03-011-2/+0
* url: offload `URLSearchParams` initializationYagiz Nizipli2023-03-011-45/+37
* url: remove unused `kFormat` from urlYagiz Nizipli2023-03-011-2/+0
* url: improve `isURLThis` detectionYagiz Nizipli2023-03-011-2/+2
* lib: add trailing commas to more internal filesAntoine du Hamel2023-02-261-13/+13
* url: implement URLSearchParams size getterJames M Snell2023-02-241-0/+7
* url: simplify and improve url formattingYagiz Nizipli2023-02-241-85/+13
* url: improve performance by removing hostYagiz Nizipli2023-02-181-4/+4
* url: fix url spec compliance issuesYagiz Nizipli2023-02-181-0/+13
* lib: enforce use of trailing commas for functionsAntoine du Hamel2023-02-141-6/+6
* url: replace url-parser with adaYagiz Nizipli2023-02-061-358/+142
* url: remove unused `setURLConstructor` functionYagiz Nizipli2023-02-051-24/+0
* url: refactor to use more primordialsAntoine du Hamel2023-01-221-24/+25
* tools: add `prefer-proto` ruleJordan Harband2023-01-101-5/+4
* url: remove unnecessary object call to kFormatYagiz Nizipli2022-11-171-3/+3
* lib: make properties on Blob and URL enumerableKhafra2022-10-141-0/+5
* lib: reset `RegExp` statics before running user codeAntoine du Hamel2022-08-051-3/+2
* lib: use null-prototype objects for property descriptorsAntoine du Hamel2022-06-031-3/+7
* url: preserve null char in WHATWG URL errorsRich Trott2022-03-111-3/+5
* lib: move kEnumerableProperty to internal/utilMestery2022-02-111-26/+27
* lib: replace validator and errorMohammed Keyvanzadeh2022-02-051-2/+2
* url,lib: pass urlsearchparams-constructor.any.jsXadillaX2022-01-111-1/+11
* lib,url: correct URL's argument to pass idlharnessXadillaX2021-08-261-1/+1
* url: fix performance regressionBrian White2021-08-251-1/+1
* util: expose toUSVStringRobert Nagy2021-08-221-15/+6
* url: throw invalid this on detached accessorsJames M Snell2021-08-151-0/+52
* lib: cleanup instance validationVoltrex2021-08-121-24/+23
* url,buffer: implement URL.createObjectURLJames M Snell2021-08-121-11/+68
* http: decodes url.username and url.password for authorization headerLew Gordon2021-07-281-1/+1
* lib: include url in bootstrap snapshot and remove unnecessary lazy-loadsJoyee Cheung2021-06-021-3/+1
* doc,lib: prepare for stricter multi-line array lintingRich Trott2021-02-191-1/+1
* lib: add URI handling functions to primordialsAntoine du Hamel2021-02-181-0/+1
* url: fix definitions of `URL`/`SearchParams` methods and accessorsExE Boss2021-02-131-316/+304
* url: move `URLSearchParams` method definitionsExE Boss2021-02-131-240/+240
* lib: refactor to use validateObjectZiJian Liu2021-01-281-3/+7
* url: align url format behavior with browsersZiJian Liu2021-01-181-1/+1