servo/components/script
bors-servo b539ae7fe5
Auto merge of #21219 - paavininanda:Update_the_image_data, r=jdm
Complete remaining algo update_the_image_data

<!-- 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.

<!-- Either: -->
- [x] These changes do not require tests

<!-- 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/21219)
<!-- Reviewable:end -->
2018-07-23 14:54:50 -04:00
..
docs
dom Auto merge of #21219 - paavininanda:Update_the_image_data, r=jdm 2018-07-23 14:54:50 -04:00
task_source use remote-event task source in EventSource 2018-07-13 13:56:46 +08:00
body.rs
build.rs
Cargo.toml Update parking_lot to 0.6 2018-07-20 00:44:08 +02:00
clipboard_provider.rs
CMakeLists.txt
devtools.rs
document_loader.rs
fetch.rs introduce "per task source" ignoring of tasks 2018-07-10 13:42:28 +08:00
layout_image.rs introduce "per task source" ignoring of tasks 2018-07-10 13:42:28 +08:00
lib.rs Upgrade to rustc 1.29.0-nightly (1ecf6929d 2018-07-16) 2018-07-18 11:25:30 +02:00
mem.rs
microtask.rs
network_listener.rs
script_runtime.rs
script_thread.rs use remote-event task source in EventSource 2018-07-13 13:56:46 +08:00
serviceworker_manager.rs
serviceworkerjob.rs
stylesheet_loader.rs introduce "per task source" ignoring of tasks 2018-07-10 13:42:28 +08:00
task.rs
test.rs Remove unused code for parsing a sizes attribute. 2018-07-01 10:53:42 +02:00
textinput.rs
timers.rs Updated to mozjs v0.7.1. 2018-05-30 14:44:47 -05:00
unpremultiplytable.rs
webdriver_handlers.rs