Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Reorder some dependencies | Anthony Ramine | 2017-02-18 | 1 | -1/+1 | |
| | ||||||
* | Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23). | Ms2ger | 2017-01-24 | 1 | -1/+0 | |
| | ||||||
* | Omit the 'ServoUrl()' wrapping in ServoUrl's Debug implementation. | Ms2ger | 2017-01-18 | 1 | -1/+7 | |
| | ||||||
* | CSSOM bits for @supports: CSSConditionRule and CSSSupportsRule, with ↵ | Manish Goregaokar | 2017-01-07 | 1 | -0/+6 | |
| | | | | conditionText attribute | |||||
* | Upgrade to rustc 1.16.0-nightly (6f1ae663e 2017-01-06) | Simon Sapin | 2017-01-06 | 1 | -1/+0 | |
| | ||||||
* | Implement discarding Document objects to reclaim space. | Alan Jeffrey | 2017-01-04 | 1 | -1/+1 | |
| | ||||||
* | Adds ServoUrl::is_secure_scheme helper | Rohit Burra | 2016-12-25 | 1 | -0/+5 | |
| | ||||||
* | Removed util. | Alan Jeffrey | 2016-12-14 | 1 | -1/+1 | |
| | ||||||
* | Auto merge of #14274 - stshine:servo-url-index, r=emilio | bors-servo | 2016-11-20 | 1 | -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 ServoUrl | Pu Xingyu | 2016-11-18 | 1 | -1/+30 | |
| | | ||||||
* | | Move fragment navigation into Document object | Pu Xingyu | 2016-11-18 | 1 | -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 Álvarez | 2016-11-17 | 2 | -0/+172 | |