fune/servo/components/layout
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
..
css servo: Merge #9123 - Fix a bunch of clippy lints (from karyon:clippy_cleanup); r=Manishearth 2016-01-03 08:47:34 +05:01
animation.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
block.rs servo: Merge #9123 - Fix a bunch of clippy lints (from karyon:clippy_cleanup); r=Manishearth 2016-01-03 08:47:34 +05:01
Cargo.toml servo: Merge #9019 - Use Url.join instead of UrlParser.base_url(...).parse (#9002) (from magopian:9002-use-url.join); r=SimonSapin 2015-12-19 01:29:56 +05:01
construct.rs servo: Merge #9123 - Fix a bunch of clippy lints (from karyon:clippy_cleanup); r=Manishearth 2016-01-03 08:47:34 +05:01
context.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
data.rs servo: Merge #9051 - Split layout wrappers into style+layout and layout-only functionality (from bholley:split_style_and_layout_wrappers); r=SimonSapin 2015-12-30 09:35:14 +05:01
display_list_builder.rs servo: Merge #9055 - Issue #9042: Report incorrect number of spaces around => in the style checker (from simartin:issue_9042); r=Wafflespeanut 2015-12-24 10:26:48 +05:01
flex.rs servo: Merge #7795 - Split Au type into separate crate, with minimal dependencies (from glennw:app-units-crate); r=SimonSapin 2015-09-30 15:19:33 -06:00
floats.rs servo: Merge #8562 - Stop exposing the internal details of the layout crate (from Ms2ger:private-layout); r=SimonSapin 2015-11-18 19:04:36 +05:01
flow.rs servo: Merge #8938 - Move LayerKind and ScrollPolicy enums to gfx_traits (from nerith:gfx); r=Ms2ger 2015-12-23 18:09:51 +05:01
flow_list.rs servo: Merge #8562 - Stop exposing the internal details of the layout crate (from Ms2ger:private-layout); r=SimonSapin 2015-11-18 19:04:36 +05:01
flow_ref.rs servo: Merge #8099 - Remove explicit lifetimes which can be elided (from Darktori:master); r=mbrubeck 2015-10-20 17:30:57 -06:00
fragment.rs servo: Merge #9123 - Fix a bunch of clippy lints (from karyon:clippy_cleanup); r=Manishearth 2016-01-03 08:47:34 +05:01
generated_content.rs servo: Merge #9123 - Fix a bunch of clippy lints (from karyon:clippy_cleanup); r=Manishearth 2016-01-03 08:47:34 +05:01
incremental.rs servo: Merge #9051 - Split layout wrappers into style+layout and layout-only functionality (from bholley:split_style_and_layout_wrappers); r=SimonSapin 2015-12-30 09:35:14 +05:01
inline.rs servo: Merge #8795 - Replace ZERO_RECT with Rect::zero() (from pointlessone:zero-rect); r=SimonSapin 2015-12-03 21:12:03 +05:01
layout_debug.rs servo: Merge #7698 - sorted the declarations in various files (from Wafflespeanut:sorting); r=frewsxcv 2015-09-23 15:02:56 -06:00
layout_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
lib.rs servo: Merge #9051 - Split layout wrappers into style+layout and layout-only functionality (from bholley:split_style_and_layout_wrappers); r=SimonSapin 2015-12-30 09:35:14 +05:01
list_item.rs servo: Merge #8145 - Show overflow for #8118 (from notriddle:master); r=pcwalton 2015-10-28 03:28:07 +05:01
model.rs servo: Merge #7400 - Allow more valid use of calc expressions (from dzbarsky:angle); r=mbrubeck 2015-11-02 12:17:43 +05:01
multicol.rs servo: Merge #8632 - Improve readability of flow tree dump (from mrobinson:flow-tree-dump); r=pcwalton 2015-11-24 07:20:07 +05:01
opaque_node.rs servo: Merge #6454 - Make {ThreadSafe,}LayoutNode::get_jsmanaged private (from Ms2ger:opaque); r=metajack 2015-06-24 14:27:11 -06:00
parallel.rs servo: Merge #9051 - Split layout wrappers into style+layout and layout-only functionality (from bholley:split_style_and_layout_wrappers); r=SimonSapin 2015-12-30 09:35:14 +05:01
query.rs servo: Merge #9123 - Fix a bunch of clippy lints (from karyon:clippy_cleanup); r=Manishearth 2016-01-03 08:47:34 +05:01
sequential.rs servo: Merge #8796 - Replaced ZERO_POINT with Point2D::zero() (from pointlessone:zero-point); r=SimonSapin 2015-12-04 10:40:59 +05:01
table.rs servo: Merge #8632 - Improve readability of flow tree dump (from mrobinson:flow-tree-dump); r=pcwalton 2015-11-24 07:20:07 +05:01
table_caption.rs servo: Merge #8632 - Improve readability of flow tree dump (from mrobinson:flow-tree-dump); r=pcwalton 2015-11-24 07:20:07 +05:01
table_cell.rs servo: Merge #8669 - Generalize layout to operate on arbitrary DOMs (from bholley:generalize_layout); r=pcwalton 2015-11-29 07:18:33 +05:01
table_colgroup.rs servo: Merge #8795 - Replace ZERO_RECT with Rect::zero() (from pointlessone:zero-rect); r=SimonSapin 2015-12-03 21:12:03 +05:01
table_row.rs servo: Merge #9123 - Fix a bunch of clippy lints (from karyon:clippy_cleanup); r=Manishearth 2016-01-03 08:47:34 +05:01
table_rowgroup.rs servo: Merge #8632 - Improve readability of flow tree dump (from mrobinson:flow-tree-dump); r=pcwalton 2015-11-24 07:20:07 +05:01
table_wrapper.rs servo: Merge #8632 - Improve readability of flow tree dump (from mrobinson:flow-tree-dump); r=pcwalton 2015-11-24 07:20:07 +05:01
text.rs servo: Merge #9123 - Fix a bunch of clippy lints (from karyon:clippy_cleanup); r=Manishearth 2016-01-03 08:47:34 +05:01
traversal.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
wrapper.rs servo: Merge #9123 - Fix a bunch of clippy lints (from karyon:clippy_cleanup); r=Manishearth 2016-01-03 08:47:34 +05:01