Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 1 | -4/+4 |
| | | | | | * strict imports formatting * Reformat all imports | ||||
* | Modify `script` to prevent further violations of snake_case | Kunal Mohan | 2020-01-18 | 1 | -0/+1 |
| | |||||
* | Update MPL license to https (part 3) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Reorder imports | Pyfisch | 2018-11-06 | 1 | -2/+2 |
| | |||||
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 1 | -17/+17 |
| | |||||
* | Implement TimeRanges interface | Fernando Jiménez Moreno | 2018-10-31 | 1 | -0/+4 |
| | |||||
* | Remove unused code for parsing a `sizes` attribute. | Emilio Cobos Álvarez | 2018-07-01 | 1 | -4/+0 |
| | | | | | | We have `SourceSizeList` in components/style/values/specified/source_size_list.rs which does the job and is tested via WPT in Gecko. | ||||
* | Parse srcset attribute | Neha | 2017-10-03 | 1 | -0/+4 |
| | |||||
* | Auto merge of #18714 - jdm:sizes, r=jdm | bors-servo | 2017-10-03 | 1 | -0/+4 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Parse sizes attribute values Squashed version of #17808. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix (partially) #11416 - [x] There are tests for these changes <!-- 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/18714) <!-- Reviewable:end --> | ||||
| * | Parse sizes attribute values. | Rakhi Sharma | 2017-10-02 | 1 | -0/+4 |
| | | |||||
* | | Rename DOMRefCell<T> to DomRefCell<T> | Anthony Ramine | 2017-09-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | I don't want to do such a gratuitous rename, but with all the other types now having "Dom" as part of their name, and especially with "DomOnceCell", I feel like the other cell type that we already have should also follow the convention. That argument loses weight though when we realise there is still DOMString and other things. | ||||
* | | Rename JS<T> to Dom<T> | Anthony Ramine | 2017-09-26 | 1 | -1/+1 |
| | | |||||
* | | Rename dom::bindings::js to dom::bindings::root | Anthony Ramine | 2017-09-26 | 1 | -1/+1 |
|/ | |||||
* | script: Move the layout_wrapper outside of script. | Emilio Cobos Álvarez | 2017-07-15 | 1 | -13/+0 |
| | | | | | | | | This allows us to have ensure_data() and clear_data() functions on the TElement trait, instead of hacking around it adding methods in random traits. This also allows us to do some further cleanup, which I'd rather do in a followup. | ||||
* | Added compiletest to verify TrustedPromise does not implement Clone | Tawhid Hannan | 2017-01-22 | 1 | -0/+1 |
| | |||||
* | Make area structs accessible from area tests | Manish Goregaokar | 2017-01-11 | 1 | -0/+4 |
| | |||||
* | Remove generation, remove filter pop, and add size tests. | Bobby Holley | 2016-12-22 | 1 | -1/+9 |
| | |||||
* | Make the dom module private. | Ms2ger | 2016-12-22 | 1 | -0/+5 |
| | |||||
* | Introduce a script::test module to expose the APIs needed for unit tests. | Ms2ger | 2016-12-22 | 1 | -0/+55 |