aboutsummaryrefslogtreecommitdiffstats
path: root/components/url
Commit message (Expand)AuthorAgeFilesLines
* Remove servo feature from servo_urlXidorn Quan2017-04-073-29/+17
* Remove some useless Option<T> wrappers from ServoUrl methodsAnthony Ramine2017-03-261-10/+8
* Make ServoUrl::as_url return a &UrlAnthony Ramine2017-03-231-2/+2
* Added some same-origin-domain checks.Alan Jeffrey2017-03-141-0/+2
* Add ImmutableOrigin to allow for serializing originsConnor Brewster2017-02-223-6/+188
* Update serde to 0.9 (fixes #15325)Anthony Ramine2017-02-182-9/+24
* Reorder some dependenciesAnthony Ramine2017-02-181-1/+1
* Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23).Ms2ger2017-01-241-1/+0
* Omit the 'ServoUrl()' wrapping in ServoUrl's Debug implementation.Ms2ger2017-01-181-1/+7
* CSSOM bits for @supports: CSSConditionRule and CSSSupportsRule, with conditi...Manish Goregaokar2017-01-071-0/+6
* Upgrade to rustc 1.16.0-nightly (6f1ae663e 2017-01-06)Simon Sapin2017-01-061-1/+0
* Implement discarding Document objects to reclaim space.Alan Jeffrey2017-01-041-1/+1
* Adds ServoUrl::is_secure_scheme helperRohit Burra2016-12-251-0/+5
* Removed util.Alan Jeffrey2016-12-141-1/+1
* Auto merge of #14274 - stshine:servo-url-index, r=emiliobors-servo2016-11-201-1/+30
|\
| * Implement range index with the Position enum on ServoUrlPu Xingyu2016-11-181-1/+30
* | Move fragment navigation into Document objectPu Xingyu2016-11-181-0/+4
|/
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-172-0/+172