servo/components
bors-servo dff217c2e3 Auto merge of #10723 - edunham:modelines, r=Wafflespeanut
Remove some Emacs & Vim modelines

This might be a bad idea, especially on the webidl side. However, we started talking about the idea that modelines are a lint error (https://github.com/servo/servo/issues/10719), and these changes would be required before enabling a modeline lint.

If it bitrots, it's easy to recreate with
```
find * -type f -exec sed '/- Mode:/d' -i {} +
find * -type f -exec sed '/ vim:/d' -i {} +
git checkout -- python/tidy/servo_tidy/tidy.py
git checkout -- python/tidy/servo_tidy_tests/spec.webidl
git commit -a
```

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10723)
<!-- Reviewable:end -->
2016-04-21 20:05:04 -07:00
..
canvas Use num-traits in canvas. 2016-04-20 15:27:35 +02:00
canvas_traits Auto merge of #10291 - jfhumann:10211, r=emilio 2016-04-01 01:57:20 +05:30
compositing Auto merge of #10750 - servo:num, r=nox 2016-04-20 20:40:24 +05:30
devtools Use serde in devtools 2016-03-31 11:07:18 +02:00
devtools_traits Use serde in devtools 2016-03-31 11:07:18 +02:00
gfx Propagating the load errors from network loader 2016-04-20 12:38:35 -04:00
gfx_traits Added a dedicated panic channel. 2016-04-19 09:08:44 -05:00
layout Auto merge of #9968 - izgzhen:scroll, r=asajeffrey 2016-04-20 18:40:26 +05:30
layout_traits Added a dedicated panic channel. 2016-04-19 09:08:44 -05:00
msg Added a dedicated panic channel. 2016-04-19 09:08:44 -05:00
net write cookie_jar, hsts_list, auth_cache, and local_data to file if profile_dir option is present 2016-04-20 18:12:00 -04:00
net_traits Propagating the load errors from network loader 2016-04-20 12:38:35 -04:00
plugins Fix some compile warnings. 2016-04-19 18:15:16 +02:00
profile Take the stdout lock when printing profile data 2016-04-14 12:28:00 -07:00
profile_traits use self.0 instead of destructing single item tuple structs 2016-03-27 11:50:08 +01:00
range Use num-traits in range. 2016-04-20 14:59:05 +02:00
script Auto merge of #10723 - edunham:modelines, r=Wafflespeanut 2016-04-21 20:05:04 -07:00
script_traits Auto merge of #9968 - izgzhen:scroll, r=asajeffrey 2016-04-20 18:40:26 +05:30
servo Auto merge of #10710 - Ms2ger:js, r=nox 2016-04-21 15:41:44 +05:30
style Auto merge of #10791 - servo:explicit-python-path, r=KiChjang 2016-04-21 17:26:11 -07:00
style_traits Drop style_traits's unused dependency on num. 2016-04-20 15:05:04 +02:00
util Remove extra definition of WHITESPACE under components/util/str.rs 2016-04-20 10:40:57 +02:00
webdriver_server Update to byteorder 0.5 2016-04-13 16:36:02 +05:30