servo/components/style/values/specified
bors-servo e57187305f
Auto merge of #21181 - nupurbaghel:update_source_set, r=jdm
Implement update source set & select image source

<!-- 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
- [x] These changes fix #11416 (github issue number if applicable).

- [x] These changes require tests but cannot be written until implementation of responsive images is complete

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- 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/21181)
<!-- Reviewable:end -->
2018-07-19 08:18:12 -04:00
..
align.rs style: Manually implement collect_completion_keywords for some types. 2018-04-29 03:28:50 +02:00
angle.rs style: Add a ValueInfo trait for exposing types needed by devtools. 2018-04-29 03:28:34 +02:00
background.rs style: Refactor vector types. 2018-05-28 15:37:28 +02:00
basic_shape.rs Run rustfmt on selectors, servo_arc, and style. 2018-04-10 17:35:15 -07:00
border.rs style: Add a ValueInfo trait for exposing types needed by devtools. 2018-04-29 03:28:34 +02:00
box.rs Add doc comments to specified float and clear CSS property 2018-07-11 08:07:58 +02:00
calc.rs style: Add a ValueInfo trait for exposing types needed by devtools. 2018-04-29 03:28:34 +02:00
color.rs style: Extract {animated,computed}::Color common parts. 2018-06-12 12:15:15 -07:00
column.rs Run rustfmt on selectors, servo_arc, and style. 2018-04-10 17:35:15 -07:00
counters.rs Make servo-tidy happy. 2018-05-19 10:15:17 +02:00
effects.rs style: Change nscolor to StyleComplexColor in nsCSSShadowItem. 2018-07-01 00:03:11 +02:00
flex.rs style: Add support for 'flex-basis:content' in the style system. 2018-04-02 03:17:56 +02:00
font.rs Implement font fallback 2018-05-19 14:33:36 +10:00
gecko.rs Run rustfmt on selectors, servo_arc, and style. 2018-04-10 17:35:15 -07:00
grid.rs style: Add a ValueInfo trait for exposing types needed by devtools. 2018-04-29 03:28:34 +02:00
image.rs style: Change nscolor to StyleComplexColor in nsStyleGradientStop. 2018-06-18 19:15:28 +02:00
length.rs style: Add a ValueInfo trait for exposing types needed by devtools. 2018-04-29 03:28:34 +02:00
list.rs style: Add some attributes for SpecifiedValueInfo to help deriving more from types. 2018-04-29 03:28:48 +02:00
mod.rs style: Remove angle values from image-orientation. 2018-07-16 19:42:12 +02:00
outline.rs style: Add a ValueInfo trait for exposing types needed by devtools. 2018-04-29 03:28:34 +02:00
percentage.rs style: Add a ValueInfo trait for exposing types needed by devtools. 2018-04-29 03:28:34 +02:00
position.rs style: Move represents_keyword to the css attributes. 2018-05-05 16:20:22 +02:00
rect.rs Run rustfmt on selectors, servo_arc, and style. 2018-04-10 17:35:15 -07:00
resolution.rs style: Fix tidy. 2018-06-18 19:17:37 +02:00
source_size_list.rs implement update_source_set, select_image_source 2018-07-19 09:20:46 +05:30
svg.rs style: Change nscolor to StyleComplexColor. 2018-07-16 19:43:50 +02:00
table.rs style: Add a ValueInfo trait for exposing types needed by devtools. 2018-04-29 03:28:34 +02:00
text.rs style: Make StyleStruct.name_lower snake case. 2018-06-23 20:35:49 +02:00
time.rs style: Add a ValueInfo trait for exposing types needed by devtools. 2018-04-29 03:28:34 +02:00
transform.rs style: Add some attributes for SpecifiedValueInfo to help deriving more from types. 2018-04-29 03:28:48 +02:00
ui.rs style: Rename CaretColor to ColorOrAuto for reusing. 2018-05-28 15:36:55 +02:00
url.rs Run rustfmt on selectors, servo_arc, and style. 2018-04-10 17:35:15 -07:00