servo/components
bors-servo da237b4517
Auto merge of #24144 - stephenmuss:event-src-element, r=jdm
Event src element

<!-- Please describe your changes on the following line: -->
This builds on top of the work done in https://github.com/servo/servo/pull/22918

---
<!-- 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 fix #22880
- [X] There are tests for these changes
<!-- 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/24144)
<!-- Reviewable:end -->
2019-09-05 23:41:15 -04:00
..
allocator
atoms Implement ElementClick wd command 2019-08-31 10:14:40 +03:00
background_hang_monitor Deduplicate parking_lot and friends by updating it to 0.9 2019-09-05 10:47:39 +02:00
bluetooth Update ipc-channel and related dependencies 2019-08-27 23:44:04 +02:00
bluetooth_traits Update ipc-channel and related dependencies 2019-08-27 23:44:04 +02:00
canvas Fallback to old extensions API if NUM_EXTENSIONS errors 2019-09-03 11:03:45 -05:00
canvas_traits Update ipc-channel and related dependencies 2019-08-27 23:44:04 +02:00
compositing Auto merge of #24058 - Eijebong:ipc-channel, r=jdm 2019-08-27 18:40:40 -04:00
config Update to url 2.0 2019-08-17 10:03:44 +02:00
config_plugins
constellation Auto merge of #24058 - Eijebong:ipc-channel, r=jdm 2019-08-27 18:40:40 -04:00
debugger Update to url 2.0 2019-08-17 10:03:44 +02:00
deny_public_fields
derive_common Update darling to 0.9 2019-05-23 12:14:56 +02:00
devtools Update ipc-channel and related dependencies 2019-08-27 23:44:04 +02:00
devtools_traits Update ipc-channel and related dependencies 2019-08-27 23:44:04 +02:00
dom_struct Can collect webidl paths. 2019-04-20 22:39:22 +02:00
domobject_derive
embedder_traits Update ipc-channel and related dependencies 2019-08-27 23:44:04 +02:00
fallible
geometry Update euclid. 2019-07-23 23:09:55 +02:00
gfx Update ipc-channel and related dependencies 2019-08-27 23:44:04 +02:00
gfx_traits
hashglobe Upgrade ws. 2019-06-12 15:01:03 -04:00
jstraceable_derive
layout Deduplicate parking_lot and friends by updating it to 0.9 2019-09-05 10:47:39 +02:00
layout_2020 Update ipc-channel and related dependencies 2019-08-27 23:44:04 +02:00
layout_thread Deduplicate parking_lot and friends by updating it to 0.9 2019-09-05 10:47:39 +02:00
layout_thread_2020 Deduplicate parking_lot and friends by updating it to 0.9 2019-09-05 10:47:39 +02:00
layout_traits Update ipc-channel and related dependencies 2019-08-27 23:44:04 +02:00
malloc_size_of Update to url 2.0 2019-08-17 10:03:44 +02:00
media Update ipc-channel and related dependencies 2019-08-27 23:44:04 +02:00
metrics Update ipc-channel and related dependencies 2019-08-27 23:44:04 +02:00
msg Deduplicate parking_lot and friends by updating it to 0.9 2019-09-05 10:47:39 +02:00
net Update hyper to 0.12.33. 2019-08-29 14:51:01 -07:00
net_traits Update ipc-channel and related dependencies 2019-08-27 23:44:04 +02:00
pixels Update euclid. 2019-07-23 23:09:55 +02:00
profile Update ipc-channel and related dependencies 2019-08-27 23:44:04 +02:00
profile_traits Update ipc-channel and related dependencies 2019-08-27 23:44:04 +02:00
rand Update rand to 0.6 2019-08-11 20:50:22 +02:00
range Remove unused code from a bunch of crates 2019-06-03 04:18:12 +02:00
remutex Remove unused code from a bunch of crates 2019-06-03 04:18:12 +02:00
script Auto merge of #24144 - stephenmuss:event-src-element, r=jdm 2019-09-05 23:41:15 -04:00
script_layout_interface Auto merge of #24058 - Eijebong:ipc-channel, r=jdm 2019-08-27 18:40:40 -04:00
script_plugins Upgrade to rustc 1.39.0-nightly (521d78407 2019-08-25) 2019-08-26 14:22:48 +02:00
script_traits Auto merge of #24090 - georgeroman:implement_element_click_wd_command, r=jdm 2019-09-04 12:25:50 -04:00
selectors Rustfmt and fix tidy on recent changes. 2019-06-25 13:11:31 +02:00
servo Auto merge of #24058 - Eijebong:ipc-channel, r=jdm 2019-08-27 18:40:40 -04:00
servo_arc style: Properly refcount-log UniqueArcs created with new_uninitialized(). 2019-07-24 14:52:53 +02:00
size_of_test
std_test_override
style Deduplicate parking_lot and friends by updating it to 0.9 2019-09-05 10:47:39 +02:00
style_derive Update darling to 0.9 2019-05-23 12:14:56 +02:00
style_traits style: Refactor grid types to preserve repeat() at computed value time and use cbindgen. 2019-08-15 16:58:44 +02:00
to_shmem Stylo: replace uses of mem::uninitialized with MaybeUninit 2019-07-16 08:03:54 +02:00
to_shmem_derive Update darling to 0.9 2019-05-23 12:14:56 +02:00
url Update to url 2.0 2019-08-17 10:03:44 +02:00
webdriver_server Auto merge of #24090 - georgeroman:implement_element_click_wd_command, r=jdm 2019-09-04 12:25:50 -04:00
webrender_traits Update euclid. 2019-07-23 23:09:55 +02:00
webvr Update ipc-channel and related dependencies 2019-08-27 23:44:04 +02:00
webvr_traits Update ipc-channel and related dependencies 2019-08-27 23:44:04 +02:00