aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/url.rs
Commit message (Expand)AuthorAgeFilesLines
* Put Blob URL onlineZhen Zhang2016-07-151-17/+5
* Add FileID validity setting/checking logic to Blob URL implementationZhen Zhang2016-07-111-5/+4
* Spawn threads for requests in file manager and other style fixesZhen Zhang2016-07-081-11/+11
* Integration and improvements of File API backendsZhen Zhang2016-07-041-32/+8
* Fix Blob URL origin when scheme is fileZhen Zhang2016-07-031-1/+14
* Implement Blob URL's DOM interfacesZhen Zhang2016-06-171-0/+91
* Implement URL.domainToUnicodeAchal Shah2016-06-061-0/+5
* Move DOMString back to scriptAnthony Ramine2016-05-241-2/+1
* Reset searchParam in URL.href setterSimon Sapin2016-04-231-0/+1
* Correctly initialize URL.searchParamsSimon Sapin2016-04-231-0/+4
* Upgrade to rust-url 1.0 and hyper 0.9Simon Sapin2016-04-231-15/+10
* Remove URL.base (it was removed from the spec)Stjepan Glavina2016-04-061-24/+18
* Implement URL.searchParamsStjepan Glavina2016-04-051-4/+27
* add origin to location and url apiChandler Abraham2016-01-211-0/+5
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-1/+1
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-1/+1
* merge from masterrohan.prinja2015-11-031-3/+3
|\
| * Remove JSTraceable implementation from RefCell.Eli Friedman2015-11-021-3/+3
* | rearrange imports to be in alphabetical orderrohan.prinja2015-10-301-1/+1
* | more refactoringrohan.prinja2015-10-301-1/+1
|/
* Update URL-related interfaces and their tests up to specAnthony Ramine2015-10-191-21/+21
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-4/+2
* Implement setters in URLUtilsAnthony Ramine2015-08-301-21/+84
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-12/+12
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* sort all usesJohann Tuffe2015-08-201-1/+1
* 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-0/+150