aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/url.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-3/+3
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* More files with CanGc fixes (#33892)chickenleaf2024-10-181-2/+2
* Some CanGc Fixes (#33865)komuhangi2024-10-161-1/+2
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-27/+23
* clippy: Fix several warnings in `components/script` and `components/webgpu` (...tanishka2024-10-041-0/+1
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-4/+11
* Implement URL::parse() (#32819)shanehandley2024-07-221-1/+24
* clippy: Fix `redundant_*` warnings (#32056)eri2024-04-111-37/+33
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-9/+11
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+1
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-4/+6
* Update step numbers in URL constructorYutaro Ohno2023-05-061-17/+17
* Implement URL.canParseYutaro Ohno2023-04-021-0/+21
* Update nightly rustc.Josh Matthews2021-11-011-1/+1
* Update wpt-tests metadataUtsav Oza2020-05-191-1/+1
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+2
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1
* check same-origin and url against the blob beign revokedShinichi Morimoto2019-11-181-7/+9
* Support stringifier attributesKagami Sascha Rosylight2019-10-291-5/+0
* Set query to None when no search paramsCYBAI2019-01-101-4/+9
* Implement URL's toJSON()CYBAI2018-12-241-0/+5
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Update uuidBastien Orivel2018-11-091-1/+1
* Reorder importsPyfisch2018-11-061-2/+2
* Manually format remaining problemsPyfisch2018-11-061-6/+3
* Format remaining filesPyfisch2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-10/+10
* Format script componentchansuke2018-09-191-18/+26
* Implements profiler for blocked recvNakul Jindal2018-03-221-2/+2
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-4/+4
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-3/+3
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-2/+2
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Upgrade to rustc 1.21.0-nightly (13d94d5fa 2017-08-10)Simon Sapin2017-08-151-2/+2
* Remove some useless Option<T> wrappers from ServoUrl methodsAnthony Ramine2017-03-261-3/+2
* Make ServoUrl::as_url return a &UrlAnthony Ramine2017-03-231-1/+1
* Remove support for Blob::{close, isClosed}Charles Vandevoorde2017-02-281-11/+1
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Remove unused part of the return value of parse_blob_url().Ms2ger2017-01-301-1/+1
* Remove HeapGCValueAnthony Ramine2016-12-121-2/+2
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-12/+13
* Remove URL.domainToASCII and URL.domainToUnicodeMathieu Rheaume2016-10-251-20/+1
* Rename Reflectable::global_scope to globalAnthony Ramine2016-10-061-1/+1
* Pass a &GlobalScope to WebIDL static methods and constructorsAnthony Ramine2016-10-061-11/+9