servo/components
bors-servo b6475cf433 Auto merge of #19057 - mrobinson:update-wr-sticky-api, r=glennw
Update WR to use the new sticky positioning API

<!-- 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 do not change behavior.

<!-- 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/19057)
<!-- Reviewable:end -->
2017-10-30 15:58:07 -05:00
..
allocator FreeType: don’t use usable_size() as deallocation size 2017-10-30 18:22:30 +01:00
atoms Use env::var_os to read paths from the environment 2017-10-20 09:03:21 -07:00
bluetooth Auto merge of #18968 - mbrubeck:try, r=emilio 2017-10-21 03:31:21 -05:00
bluetooth_traits Update WR (details below): 2017-10-16 16:33:24 +10:00
canvas Kick off WebGL 2.0 implementation 2017-10-27 12:53:11 +02:00
canvas_traits Kick off WebGL 2.0 implementation 2017-10-27 12:53:11 +02:00
compositing Update WR (render notifier API changes). 2017-10-24 09:22:21 +10:00
config Kick off WebGL 2.0 implementation 2017-10-27 12:53:11 +02:00
constellation Merge functionality of WebsocketConnect into Fetch 2017-10-24 20:54:19 -07:00
debugger
deny_public_fields
devtools Auto merge of #18968 - mbrubeck:try, r=emilio 2017-10-21 03:31:21 -05:00
devtools_traits Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest failures, e.g. in layout/reftests/bugs/392435-1.html. r=backout on a CLOSED TREE 2017-10-19 21:26:51 +00:00
dom_struct Replace all uses of the heapsize crate with malloc_size_of. 2017-10-18 22:20:37 +11:00
domobject_derive Fix quote dependency version 2017-08-23 18:35:42 +02:00
fallible Bug 1400754 - stylo: crash on Win64 Asan build. r=manishearth, dmajor. 2017-10-02 20:53:23 +02:00
geometry Replace all uses of the heapsize crate with malloc_size_of. 2017-10-18 22:20:37 +11:00
gfx Auto merge of #19057 - mrobinson:update-wr-sticky-api, r=glennw 2017-10-30 15:58:07 -05:00
gfx_traits Auto merge of #18921 - mrobinson:incremental-stacking-context-ids, r=emilio 2017-10-18 21:34:23 -05:00
hashglobe Revert "Poison hashtable buffers." 2017-10-23 13:51:51 -07:00
jstraceable_derive Fix quote dependency version 2017-08-23 18:35:42 +02:00
layout Auto merge of #19057 - mrobinson:update-wr-sticky-api, r=glennw 2017-10-30 15:58:07 -05:00
layout_thread style: Introduce TDocument::is_html_element and TDocument::quirks_mode. 2017-10-26 13:22:31 +02:00
layout_traits Update WR (details below): 2017-10-16 16:33:24 +10:00
lru_cache Hoist lookup() into lru_cache. 2017-09-20 23:22:33 -07:00
malloc_size_of Update WR to use the new sticky positioning API 2017-10-30 10:15:30 +01:00
malloc_size_of_derive Overhaul MallocSizeOf and related things. 2017-09-12 12:37:51 +10:00
metrics added pipelines to all task sources 2017-10-25 14:25:58 +01:00
msg Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest failures, e.g. in layout/reftests/bugs/392435-1.html. r=backout on a CLOSED TREE 2017-10-19 21:26:51 +00:00
net Merge functionality of WebsocketConnect into Fetch 2017-10-24 20:54:19 -07:00
net_traits Merge functionality of WebsocketConnect into Fetch 2017-10-24 20:54:19 -07:00
nonzero Replace NonZeroU32 and NonZeroUsize with a generic NonZero 2017-10-16 20:19:19 +02:00
profile added time to interactive metrics, refactored metrics to use traits 2017-10-24 21:02:56 +01:00
profile_traits added time to interactive metrics, refactored metrics to use traits 2017-10-24 21:02:56 +01:00
rand
range Replace all uses of the heapsize crate with malloc_size_of. 2017-10-18 22:20:37 +11:00
remutex Replace NonZeroU32 and NonZeroUsize with a generic NonZero 2017-10-16 20:19:19 +02:00
script Kick off WebGL 2.0 implementation 2017-10-27 12:53:11 +02:00
script_layout_interface style: Remove PresentationalHintsSynthesizer. 2017-10-26 11:45:28 +02:00
script_plugins Remove usage of unstable box syntax, except in the script crate 2017-10-12 12:10:56 +02:00
script_traits added pipelines to all task sources 2017-10-25 14:25:58 +01:00
selectors style: inline a local-variable which is no longer used more than once. 2017-10-26 18:31:03 +02:00
servo Update WR (render notifier API changes). 2017-10-24 09:22:21 +10:00
servo_arc Replace all uses of the heapsize crate with malloc_size_of. 2017-10-18 22:20:37 +11:00
size_of_test
style Auto merge of #19051 - CYBAI:moz-script-min-size-no-mako, r=emilio,canaltinova 2017-10-30 15:00:05 -05:00
style_derive style: Remove HasViewportPercentage. 2017-08-29 23:51:21 +02:00
style_traits style: Do not require to import ToCss in define_css_keyword_enum. 2017-10-24 14:30:51 +02:00
url Replace all uses of the heapsize crate with malloc_size_of. 2017-10-18 22:20:37 +11:00
webdriver_server Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest failures, e.g. in layout/reftests/bugs/392435-1.html. r=backout on a CLOSED TREE 2017-10-19 21:26:51 +00:00
webvr Update WR (details below): 2017-10-16 16:33:24 +10:00
webvr_traits Update WR (details below): 2017-10-16 16:33:24 +10:00