servo/components
Behnam Esfahbod 4df0ad2bc5 [script/textinput] Fix warning: unreachable pattern
The `cfg` attribute in use resulted in two match arms for two cases on
`macos`. Since both arms had a main functionality in common, I merged
them and conditions the extra `macos` part.

```
warning: unreachable pattern
   -->
/Users/behnam/code/servo/servo/components/script/textinput.rs:696:13
    |
696 |             (None, Key::Home) => {
    |             ^^^^^^^^^^^^^^^^^
    |
    = note: #[warn(unreachable_patterns)] on by default

warning: unreachable pattern
   -->
/Users/behnam/code/servo/servo/components/script/textinput.rs:700:13
    |
700 |             (None, Key::End) => {
    |             ^^^^^^^^^^^^^^^^
    |
    = note: #[warn(unreachable_patterns)] on by default
```
2017-05-24 01:42:10 -05:00
..
atoms Allow 'decimal' and 'none' in <counter-style-name> 2017-04-26 13:04:27 +09:00
bluetooth Use servo_config::opts only on linux target. 2017-03-21 15:55:45 +01:00
bluetooth_traits
canvas Bump cssparser to 0.13.3 2017-05-11 12:50:40 -07:00
canvas_traits Bump cssparser to 0.13.3 2017-05-11 12:50:40 -07:00
compositing Properly handle scroll offsets in hit testing 2017-05-16 15:27:09 +02:00
config -Z wr-no-batch option 2017-05-19 21:43:35 -04:00
constellation Added a TopLevelBrowsingContextId type. 2017-05-22 09:27:07 -05:00
debugger Enable the debugger on Android 2017-03-17 16:36:06 +01:00
deny_public_fields
devtools Fix indentation errors in servo rust code that tidy now finds. 2017-04-18 14:56:13 -04:00
devtools_traits Update Hyper and OpenSSL 2017-03-31 16:32:21 +02:00
dom_struct
domobject_derive
geometry Silence a warning in servo_geometry 2017-05-20 22:00:36 +02:00
gfx [gfx] [layout] [style] Upgrade unicode-bidi to 0.3 2017-05-22 20:06:19 -05:00
gfx_traits Eliminate ScrollRootId 2017-04-20 08:51:38 +02:00
jstraceable_derive
layout Auto merge of #16999 - bzbarsky:fix-text-overflow-handling, r=Manishearth 2017-05-23 20:39:24 -05:00
layout_thread Auto merge of #16968 - HeyZoos:stylist-accessors, r=emilio 2017-05-22 20:12:46 -05:00
layout_traits Added a TopLevelBrowsingContextId type. 2017-05-22 09:27:07 -05:00
msg Added a TopLevelBrowsingContextId type. 2017-05-22 09:27:07 -05:00
net Use the origin of the actual image response when determining if a canvas is origin clean. 2017-05-19 09:38:50 -04:00
net_traits Use the origin of the actual image response when determining if a canvas is origin clean. 2017-05-19 09:38:50 -04:00
profile Implemented Houdini worklets. 2017-05-17 09:01:05 -05:00
profile_traits Implemented Houdini worklets. 2017-05-17 09:01:05 -05:00
rand
range
remutex Upgrade to rustc 1.19.0-nightly (ced823e26 2017-05-07) 2017-05-08 12:46:03 +02:00
script [script/textinput] Fix warning: unreachable pattern 2017-05-24 01:42:10 -05:00
script_layout_interface layout: Stop mutating the style data from layout. 2017-05-21 17:40:33 +02:00
script_plugins Stop using unstable slice_patterns feature 2017-05-01 14:19:00 -07:00
script_traits Added a TopLevelBrowsingContextId type. 2017-05-22 09:27:07 -05:00
selectors Don’t visit attribute selectors that never match. 2017-05-18 17:13:20 +02:00
servo -Z wr-no-batch option 2017-05-19 21:43:35 -04:00
size_of_test Add size_of_test crate 2017-05-16 10:12:51 +02:00
style Auto merge of #16999 - bzbarsky:fix-text-overflow-handling, r=Manishearth 2017-05-23 20:39:24 -05:00
style_derive Derive ToComputedValue 2017-05-21 15:31:17 +02:00
style_traits Auto merge of #16960 - servo:derive-all-the-things, r=emilio 2017-05-20 11:34:36 -05:00
url Remove servo feature from servo_url 2017-04-07 17:51:49 +10:00
webdriver_server Renamed constellation::Frame to constellation::BrowsingContext. 2017-05-15 21:03:11 -05:00
webvr Update WR (new groove/ridge border path, mix-blend-mode optimizations) 2017-04-26 14:34:07 +10:00
webvr_traits Implement Gamepad API 2017-04-12 15:43:14 +02:00