servo/components
bors-servo d01a866215 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 -->
2016-10-07 14:54:31 -05:00
..
canvas Add OSMesa headless mode, run WPT against Webrender, update tests. 2016-09-28 11:57:33 +10:00
canvas_traits Update cssparser 2016-09-07 14:13:56 +08:00
compositing Allow simulate_mouse_click to work with webrender. 2016-10-06 12:56:36 +10:00
constellation IFrame elements now manage FrameIds rather than the constellation. 2016-10-07 14:11:32 -05:00
debugger Implement a WebSocket server for debugging. 2016-09-12 11:02:09 +02:00
devtools Reorder use statements 2016-09-09 04:55:19 +02:00
devtools_traits Derive the HeapSizeOf on TimelineMarkerType 2016-09-30 16:07:25 -06:00
gfx Minimal Win32 font platform implementation. 2016-10-05 07:46:02 +10:00
gfx_traits Update euclid to 0.10.1 2016-08-21 03:03:45 +02:00
layout layout: Place inline absolute hypothetical boxes properly during block 2016-10-04 18:40:40 -07:00
layout_thread Rename PrivateStyleData to PersistentStyleData and use AtomicRefCell instead of RefCell as a container. 2016-10-02 19:19:52 -07:00
layout_traits Reorder use statements 2016-09-09 04:55:19 +02:00
msg IFrame elements now manage FrameIds rather than the constellation. 2016-10-07 14:11:32 -05:00
net Remove same-origin-data-url flag from fetch implementation 2016-10-01 00:27:03 -07:00
net_traits Remove GlobalRoot and GlobalRef 2016-10-06 21:36:00 +02:00
plugins Revert "Make DOMRefCell use style’s copy of RefCell" 2016-10-04 18:35:01 +02:00
profile Reorder use statements 2016-09-09 04:55:19 +02:00
profile_traits profile: Integrate the time profiler with the macOS signpost 2016-10-01 00:12:49 -07:00
range Update serde to 0.8 (fixes #12659) 2016-08-12 18:37:27 +02:00
script Auto merge of #13498 - asajeffrey:script-iframe-stores-frameid, r=glennw 2016-10-07 14:54:31 -05:00
script_layout_interface Make style build without impl<T: HeapSizeOf> HeapSizeOf for Arc<T>. 2016-10-04 13:45:57 +02:00
script_traits IFrame elements now manage FrameIds rather than the constellation. 2016-10-07 14:11:32 -05:00
servo Update webrender (new gpu profiler support). 2016-10-07 10:14:47 +10:00
style Blind attempt to fix #13626 2016-10-07 14:58:54 +02:00
style_traits Reorder use statements 2016-09-09 04:55:19 +02:00
util Auto merge of #13472 - asajeffrey:util-remutex-dont-log-while-mutating-lock, r=jdm 2016-10-04 16:01:40 -05:00
webdriver_server Use fn pipeline_id consistently, not fn pipeline 2016-09-13 15:17:40 -04:00