fune/servo/components/script
Johannes Linke 38405ee47e servo: Merge #9123 - Fix a bunch of clippy lints (from karyon:clippy_cleanup); r=Manishearth
This fixes about 130 clippy lints. Let me know if i should split up the commit.

I wasn't sure about some of the changes, especially map_or instead of map(...).unwrap_or(...) and if let instead of single arm match were not always a strict improvement in my opinion, but i'll leave that decision to the reviewer :)

There are about 150 lints left which i thought were clippy bugs or i didn't know how to fix.

cc @Manishearth

Source-Repo: https://github.com/servo/servo
Source-Revision: 9da739acefc7d1776bf727c8bf782eb79f241028
2016-01-03 08:47:34 +05:01
..
docs servo: Merge #5745 - Move the DOM memory management blog post into the tree (from servo:gc); r=Manishearth 2015-10-29 21:29:22 +05:01
dom servo: Merge #9123 - Fix a bunch of clippy lints (from karyon:clippy_cleanup); r=Manishearth 2016-01-03 08:47:34 +05:01
parse servo: Merge #8935 - Avoid some rooting in parsing (from Ms2ger:get_or_create); r=Manishearth 2015-12-12 01:09:49 +05:01
build.rs servo: Merge #5262 - Fix some post-rustup warnings (from servo:fix-warnings); r=metajack 2015-03-18 15:21:49 -06:00
Cargo.toml servo: Merge #8938 - Move LayerKind and ScrollPolicy enums to gfx_traits (from nerith:gfx); r=Ms2ger 2015-12-23 18:09:51 +05:01
clipboard_provider.rs servo: Merge #8909 - Move ScriptMsg to script_traits crate, Fixes #8833 (from cnaj:msg_refactoring); r=jdm 2015-12-10 10:55:44 +05:01
cors.rs servo: Merge #9123 - Fix a bunch of clippy lints (from karyon:clippy_cleanup); r=Manishearth 2016-01-03 08:47:34 +05:01
devtools.rs servo: Merge #8569 - Rustfmt some of script (from Ms2ger:fmt-script); r=metajack 2015-11-18 15:15:30 +05:01
document_loader.rs servo: Merge #8190 - Implemementing context-based MIME type sniffing (from jdm:4138); r=eefriedman 2015-12-31 20:44:10 +05:01
layout_interface.rs servo: Merge #9077 - Split the style-related bits out of LayoutContext and hoist more stuff into style/ (from bholley:split_layout_context_etc); r=SimonSapin 2015-12-30 10:32:23 +05:01
lib.rs servo: Merge #9123 - Fix a bunch of clippy lints (from karyon:clippy_cleanup); r=Manishearth 2016-01-03 08:47:34 +05:01
makefile.cargo servo: Merge #7936 - Fix spurious rebuilds of the script crate (from alexcrichton:script-rebuild); r=jdm 2015-10-09 13:23:41 -06:00
mem.rs servo: Merge #8221 - move modules around (from ajnirp:8130-reorganise); r=jdm 2015-11-04 02:27:02 +05:01
network_listener.rs servo: Merge #8043 - Make AsyncResponseListener methods take &mut self (from eefriedman:async-listener-mut); r=jdm 2015-10-16 08:49:13 -06:00
page.rs servo: Merge #8481 - Simplify IterablePage::find (from frewsxcv:iterablepage-iter); r=Ms2ger 2015-11-12 18:00:12 +05:01
reporter.rs servo: Merge #9123 - Fix a bunch of clippy lints (from karyon:clippy_cleanup); r=Manishearth 2016-01-03 08:47:34 +05:01
script_task.rs servo: Merge #9123 - Fix a bunch of clippy lints (from karyon:clippy_cleanup); r=Manishearth 2016-01-03 08:47:34 +05:01
textinput.rs servo: Merge #8922 - Fix warnings: Use Vec.extend_from_slice instead of Vec.push_all (from saneyuki:warning); r=mbrubeck 2015-12-11 04:28:58 +05:01
timers.rs servo: Merge #8768 - fix intermittent Option::unwrap in timers (from vegayours:8616_intermittent_option_unwrap_in_timers); r=jdm 2015-12-04 20:50:58 +05:01
unpremultiplytable.rs servo: Merge #8086 - add (un)premultiply tables for canvas {Get,Put}ImageData operations (from froydnj:premultiply-tables); r=jdm 2015-10-21 17:48:49 -06:00
webdriver_handlers.rs servo: Merge #9123 - Fix a bunch of clippy lints (from karyon:clippy_cleanup); r=Manishearth 2016-01-03 08:47:34 +05:01