aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/urlhelper.rs
Commit message (Expand)AuthorAgeFilesLines
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-21/+21
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-2/+4
* make is_origin_trustworthy a method of ServoUrl + fix localhost handlingAlexandrov Sergey2020-05-191-19/+0
* Update checking origin trustworthy align to specCYBAI2020-04-131-2/+7
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-1/+1
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-1/+1
* Remove some useless Option<T> wrappers from ServoUrl methodsAnthony Ramine2017-03-261-27/+9
* Make ServoUrl::as_url return a &UrlAnthony Ramine2017-03-231-11/+11
* Fix some warnings.Ms2ger2017-01-101-3/+0
* Initial work on job queues for service workersRahul Sharma2016-11-221-0/+14
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-22/+83
* Made fixes for PR.Arthur Marble2016-09-181-21/+21
* Most of the code refactoring needed to be done is done with this commit.Arthur Marble2016-09-181-21/+21
* Upgrade to rust-url 1.0 and hyper 0.9Simon Sapin2016-04-231-157/+22
* Implement HTMLHyperlinkElementUtils for HTMLAnchorElementJaydeep2016-03-241-0/+5
* add origin to location and url apiChandler Abraham2016-01-211-1/+29
* Update URL-related interfaces and their tests up to specAnthony Ramine2015-10-191-19/+0
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-1/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-5/+2
* Implement setters in URLUtilsAnthony Ramine2015-08-301-2/+57
* Cleanup NodeIterator, Range, ServoHTMLParser, TextEncoder, URLHelper, URL, Vi...Manish Goregaokar2015-08-181-1/+1
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+1
* Implement URL and trivially missing URLUtils membersAnthony Ramine2015-06-201-14/+57
* Remove as_slice() calls from script.Ms2ger2015-04-261-2/+2
* Add/update comments with links to specCorey Farwell2015-04-141-2/+5
* Update some URLs.Ms2ger2015-04-141-1/+1
* add readonly pathname function in locationyodalee2015-04-041-1/+10
* Use USVString for URLUtils and URLUtilsReadOnly.Ms2ger2015-03-131-9/+10
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
* Move to to_owned rather than into_string.Ms2ger2015-01-201-4/+6
* script: to_string() -> into_string()Manish Goregaokar2014-12-271-4/+4
* Add contentDocument support for HTMLIFrameElement. Fixes #3808.Tomasz Kołodziejski2014-11-131-0/+14
* Upgrade to rustc d2b30f7d3 2014-09-23Simon Sapin2014-09-291-2/+2
* Share code between Navigator and WorkerNavigatorGilles Leblanc2014-09-201-0/+30