servo/components
Matt Brubeck 9551363bfb If a mouse event is targeting an iframe, forward it to the iframe's inner window
Fixes #8759.

This adds a slow path for cases where the compositor's layer-based hit testing
is incorrect.  To optimize for this case, we could instead replace the
layer hit testing with display-list hit testing done in the paint task.
2015-12-03 08:19:41 -08:00
..
canvas Add check up on extern crate order and sort extern crates alphabetically 2015-11-28 03:11:08 +01:00
canvas_traits Update ipc-channel to pick up the improved error reporting. 2015-11-23 16:38:39 -08:00
compositing If a mouse event is targeting an iframe, forward it to the iframe's inner window 2015-12-03 08:19:41 -08:00
devtools Use thread::sleep instead of deprecated sleep_ms 2015-11-29 13:41:04 -07:00
devtools_traits Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12) 2015-11-27 00:15:29 -05:00
gfx Auto merge of #8692 - GuillaumeGomez:patch-1, r=Wafflespeanut 2015-11-28 19:34:11 +05:30
gfx_traits Update euclid to 0.3 2015-10-28 21:34:23 +05:30
layout Generalize the rest of layout to operate on generic Layout*. 2015-11-28 18:01:02 -08:00
layout_traits Auto merge of #8692 - GuillaumeGomez:patch-1, r=Wafflespeanut 2015-11-28 19:34:11 +05:30
msg If a mouse event is targeting an iframe, forward it to the iframe's inner window 2015-12-03 08:19:41 -08:00
net Auto merge of #8752 - Manishearth:om-nom, r=metajack 2015-11-30 23:18:39 +05:30
net_traits Auto merge of #8692 - GuillaumeGomez:patch-1, r=Wafflespeanut 2015-11-28 19:34:11 +05:30
plugins Fix false positive in unrooted_must_root lint. 2015-11-30 10:53:32 -08:00
profile Use thread::sleep instead of deprecated sleep_ms 2015-11-29 13:41:04 -07:00
profile_traits Add check up on extern crate order and sort extern crates alphabetically 2015-11-28 03:11:08 +01:00
script If a mouse event is targeting an iframe, forward it to the iframe's inner window 2015-12-03 08:19:41 -08:00
script_traits Minor refactoring of mouse event types 2015-12-03 08:19:40 -08:00
servo Auto merge of #8703 - eefriedman:dom-getter-setter-atom, r=frewsxcv 2015-11-28 20:40:07 +05:30
style Auto merge of #8692 - GuillaumeGomez:patch-1, r=Wafflespeanut 2015-11-28 19:34:11 +05:30
style_traits Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12) 2015-11-27 00:15:29 -05:00
util Add debug option to disable vsync for profiling. 2015-12-01 09:52:13 +10:00
webdriver_server Auto merge of #8705 - jsanders:fix-sleep-ms-deprecations, r=metajack,Wafflespeanut 2015-11-30 09:20:15 +05:30