aboutsummaryrefslogtreecommitdiffstats
path: root/components/url
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵Manish Goregaokar2017-01-071-0/+6
| | | | conditionText attribute
* 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 ServoUrl <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [X] These changes do not require tests because refactoring <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> r? @emilio <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14274) <!-- Reviewable:end -->
| * 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
|/ | | | | | | Move the `check_and_scroll_fragment()` method into Document, make the mothod set the fragment of url after navigation, and use the `perform_a_scroll()` method to scroll rather than an individual method. Also removes the broken `Window.fragment` fields.
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-172-0/+172