servo/components/script
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
..
docs
dom Auto merge of #10723 - edunham:modelines, r=Wafflespeanut 2016-04-21 20:05:04 -07:00
parse
task_source refactors entities from script_thread into script_runtime 2016-04-06 12:46:49 +05:30
build.rs
Cargo.toml Use num-traits in script. 2016-04-20 15:23:43 +02:00
clipboard_provider.rs
cors.rs Propagating the load errors from network loader 2016-04-20 12:38:35 -04:00
devtools.rs Auto merge of #10327 - frewsxcv:get-prefix, r=ms2ger 2016-04-02 14:19:39 +05:30
document_loader.rs
layout_interface.rs Auto merge of #9968 - izgzhen:scroll, r=asajeffrey 2016-04-20 18:40:26 +05:30
lib.rs Use num-traits in script. 2016-04-20 15:23:43 +02:00
makefile.cargo
mem.rs
network_listener.rs refactors entities from script_thread into script_runtime 2016-04-06 12:46:49 +05:30
origin.rs Implement origin concept. 2016-04-13 10:37:55 +02:00
page.rs
reporter.rs
script_runtime.rs Update js. 2016-04-20 11:44:32 +02:00
script_thread.rs Auto merge of #10710 - Ms2ger:js, r=nox 2016-04-21 15:41:44 +05:30
textinput.rs Implement HTMLTextArea.setSelectionRange 2016-04-17 17:27:26 +02:00
timers.rs Use num-traits in script. 2016-04-20 15:23:43 +02:00
unpremultiplytable.rs
webdriver_handlers.rs Remove get_* on getters as per RFC 0344. 2016-04-10 22:49:35 -04:00