diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-10-19 12:54:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-19 12:54:40 -0500 |
commit | e667e62f0ca8cd5fd21282333808cccaed8c957c (patch) | |
tree | 6b1169f6447d8fbb074f63a60f523996cd47fd45 /components/script_traits/script_msg.rs | |
parent | 350c60b62d077cb19c4bd2cb7433c18ca08791bd (diff) | |
parent | 2219b14be97b4a4d2708b9b5e3d1df184b6601df (diff) | |
download | servo-e667e62f0ca8cd5fd21282333808cccaed8c957c.tar.gz servo-e667e62f0ca8cd5fd21282333808cccaed8c957c.zip |
Auto merge of #13820 - mrobinson:remove-nesting, r=glennw
Remove the concept of nested stacking contexts from display list builder
<!-- 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 they 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. -->
With the removal of the legacy rendering path, we don't need to worry
about nested stacking contexts. This change just pushes the
complication to the WebRender conversion step, but a later change will
remove the concept from WebRender as well.
This also helps to prepare for the introduction of ids for particular
scrolling regions, an integral part of multiple ScrollLayers per block.
<!-- 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/13820)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script_traits/script_msg.rs')
0 files changed, 0 insertions, 0 deletions