servo/components
bors-servo 420cf4c8dc Auto merge of #6495 - jruderman:add_keyboard_shortcuts_2, r=metajack
Add keyboard shortcuts to glutin browser

Supersedes #6488. Changes since then:

* Fix a few places where we needed cfg(feature = "window") in order to compile without the feature.
* Zoom-in shortcut now works both with and without shift. (Uses a guard because I couldn't think of another way to do it without CTFE.)
* Back/forward shortcuts now correctly use Alt on non-Mac platforms.
* The back/forward shortcuts that use square brackets are now non-Windows, rather than Mac-only. This roughly matches XP_UNIX: http://hg.mozilla.org/mozilla-central/file/d4c4ce7f060c/browser/base/content/browser-sets.inc#l354

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6495)
<!-- Reviewable:end -->
2015-06-29 11:44:03 -06:00
..
canvas Update to rustc 2d0cbf3e3e25e092bd9e4c94d08e446b680869f0. 2015-06-25 20:02:36 +02:00
canvas_traits Update to rustc 2d0cbf3e3e25e092bd9e4c94d08e446b680869f0. 2015-06-25 20:02:36 +02:00
compositing Add keyboard shortcuts to glutin browser 2015-06-27 03:06:18 -07:00
devtools Update to rustc 2d0cbf3e3e25e092bd9e4c94d08e446b680869f0. 2015-06-25 20:02:36 +02:00
devtools_traits Move to latest hyper everywhere 2015-06-02 20:12:14 +05:30
gfx Auto merge of #6493 - mrobinson:new-rust-layers, r=pcwalton 2015-06-27 01:30:33 -06:00
gfx_traits Layerize canvas 2015-05-20 19:10:50 +02:00
layout Remove Deref and DerefMut implementations from WeakFlowRef. 2015-06-27 18:09:14 +02:00
layout_traits Use euclid from crates.io 2015-06-19 00:04:24 +02:00
msg Add keyboard shortcuts to glutin browser 2015-06-27 03:06:18 -07:00
net Use Box::into_raw rather than boxed::into_raw. 2015-06-25 23:03:54 +02:00
net_traits Update to rustc 2d0cbf3e3e25e092bd9e4c94d08e446b680869f0. 2015-06-25 20:02:36 +02:00
plugins Update to rustc 2d0cbf3e3e25e092bd9e4c94d08e446b680869f0. 2015-06-25 20:02:36 +02:00
profile Update to rustc 2d0cbf3e3e25e092bd9e4c94d08e446b680869f0. 2015-06-25 20:02:36 +02:00
profile_traits Require documentation for the memory profiling module. 2015-06-18 16:27:32 +02:00
script Prefer HTTPS when linking to GitHub Pages 2015-06-28 23:16:47 -07:00
script_traits Use euclid from crates.io 2015-06-19 00:04:24 +02:00
servo Auto merge of #6493 - mrobinson:new-rust-layers, r=pcwalton 2015-06-27 01:30:33 -06:00
style Update rust-selectors 2015-06-26 12:35:08 -07:00
util Use an atomic bool for EXPERIMENTAL_ENABLED. 2015-06-27 09:06:45 +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