diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-10-07 14:54:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-07 14:54:31 -0500 |
commit | d01a8662154924a551c8d7a2f12b22bcaf998a7c (patch) | |
tree | ab60b95158c1ce47881f00359d843abd3a843712 /components/script_layout_interface | |
parent | b1c5b9182003cf56b0953a6a1aa01f47b49d3f14 (diff) | |
parent | f53408df80e08ca33d29e664b8512d2696d818fa (diff) | |
download | servo-d01a8662154924a551c8d7a2f12b22bcaf998a7c.tar.gz servo-d01a8662154924a551c8d7a2f12b22bcaf998a7c.zip |
Auto merge of #13498 - asajeffrey:script-iframe-stores-frameid, r=glennw
IFrame elements now manage FrameIds rather than the constellation.
<!-- Please describe your changes on the following line: -->
This PR stores the FrameId as well as the PipelineId in an html iframe. The iframes are now responsible for creating frame ids, not the constellation.
This is the first step in fixing #633, because it means we know the frame id of each script thread when it is created. It also means we can share the frame id, for example using it in the debugger.
cc @jdm, @ConnorGBrewster and @ejpbruel.
---
<!-- 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 do not require tests because it's a refactoring.
<!-- 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/13498)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script_layout_interface')
0 files changed, 0 insertions, 0 deletions