fune/servo/components/script_layout_interface
Martin Robinson bc43e4931e servo: Merge #13848 - Remove concept of Layers from Servo (from mrobinson:remove-layers); r=glennw
<!-- 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 this PR should not change behavior.

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

Layers were a feature of the legacy drawing path. If we re-add them at
some point, it probably makes more sense to make them a product of
display list inspection.

This change also remove a bunch of dead painting code.

Source-Repo: https://github.com/servo/servo
Source-Revision: bb271ef4afea02b6b1b5d207e773d1fedccd2906
2016-10-21 01:43:25 -05:00
..
Cargo.toml servo: Merge #13711 - Remove old rendering backend (from glennw:remove-old-renderer); r=larsbergstrom 2016-10-17 19:22:20 -05:00
lib.rs servo: Merge #13711 - Remove old rendering backend (from glennw:remove-old-renderer); r=larsbergstrom 2016-10-17 19:22:20 -05:00
message.rs servo: Merge #13848 - Remove concept of Layers from Servo (from mrobinson:remove-layers); r=glennw 2016-10-21 01:43:25 -05:00
reporter.rs servo: Merge #11754 - Move ServoLayoutNode and related structs to script (from Ms2ger:wrapper-traits-prep2); r=nox 2016-06-20 12:54:20 -05:00
restyle_damage.rs servo: Merge #13346 - layout: Make some major improvements to incremental layout to improve CNN (from pcwalton:cnn); r=notriddle 2016-09-26 20:57:59 -05:00
rpc.rs servo: Merge #13848 - Remove concept of Layers from Servo (from mrobinson:remove-layers); r=glennw 2016-10-21 01:43:25 -05:00
wrapper_traits.rs servo: Merge #13848 - Remove concept of Layers from Servo (from mrobinson:remove-layers); r=glennw 2016-10-21 01:43:25 -05:00