servo/components
bors-servo 7e0f186998 Auto merge of #6373 - robertknight:gh5660-rob-x11_scroll_speed, r=pcwalton
Use a faster scroll speed under X11

Platforms may report scroll deltas either in
chunks/lines/rows or pixels, depending on the
platform API and device capabilities.

If the platform reports a line/chunk-based delta
then the application needs to convert the delta
into a suitable number of pixels. Apple's documentation for example states
that the app should interpret the delta as a number of lines or rows to scroll,
depending on the type of view.

This commit just hardcodes it to 57 as
a starting point which matches the value that
Firefox calculates as the max char height
for the root frame on my system.

This depends on this Glutin PR: https://github.com/tomaka/glutin/pull/483

Fixes #5660

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6373)
<!-- Reviewable:end -->
2015-06-22 13:46:56 -06:00
..
canvas Use euclid from crates.io 2015-06-19 00:04:24 +02:00
canvas_traits Use euclid from crates.io 2015-06-19 00:04:24 +02:00
compositing Use euclid from crates.io 2015-06-19 00:04:24 +02:00
devtools Audit and reduce unstable usage in devtools 2015-06-10 00:14:39 +05:30
devtools_traits Move to latest hyper everywhere 2015-06-02 20:12:14 +05:30
gfx Use euclid from crates.io 2015-06-19 00:04:24 +02:00
gfx_traits Layerize canvas 2015-05-20 19:10:50 +02:00
layout Update rust-selectors 2015-06-20 07:05:43 +02:00
layout_traits Use euclid from crates.io 2015-06-19 00:04:24 +02:00
msg Use euclid from crates.io 2015-06-19 00:04:24 +02:00
net Use euclid from crates.io 2015-06-19 00:04:24 +02:00
net_traits Use euclid from crates.io 2015-06-19 00:04:24 +02:00
plugins Upgrade to SM 39 2015-06-19 18:42:48 -04:00
profile Measure LocalLayoutContexts in LayoutTask and LayoutWorkers. 2015-06-10 21:06:59 -07:00
profile_traits Require documentation for the memory profiling module. 2015-06-18 16:27:32 +02:00
script Auto merge of #6427 - servo:selector-traits-refactor, r=Ms2ger 2015-06-21 11:12:07 -06:00
script_traits Use euclid from crates.io 2015-06-19 00:04:24 +02:00
servo Auto merge of #6373 - robertknight:gh5660-rob-x11_scroll_speed, r=pcwalton 2015-06-22 13:46:56 -06:00
style Update rust-selectors 2015-06-20 07:05:43 +02:00
util Use euclid from crates.io 2015-06-19 00:04:24 +02:00
webdriver_server Implement timeout for url load from WebDriver. 2015-06-17 00:25:23 +01:00
webdriver_traits Add support for switching frames with the webdriver API. 2015-06-01 23:18:55 +01:00