servo/components/layout
bors-servo 6a12f00d6d Auto merge of #7605 - nox:skew, r=mbrubeck
Implement "transform: skew()"

Thanks to @Jinwoo-Song for the original commit, which I just rebased and cleaned up. Fixes #6237.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7605)
<!-- Reviewable:end -->
2015-09-16 06:31:48 -06:00
..
css Auto merge of #7523 - eefriedman:unnecessary-unsafe, r=SimonSapin 2015-09-09 00:05:17 -06:00
animation.rs Upgrade to rustc 1.4.0-dev (cb9323ec0 2015-09-01) 2015-09-02 09:22:17 +02:00
block.rs Auto merge of #7550 - pcwalton:block-formatting-context-overflow, r=mbrubeck 2015-09-11 10:03:39 -06:00
Cargo.toml Bump euclid to 0.2 2015-09-12 01:06:26 +02:00
construct.rs Fix match_refs and let_returns in layout, address review changes 2015-09-04 18:30:46 +05:30
context.rs Remove 'get_*' on getters as per RFC 0344 on various components 2015-09-12 20:14:01 -04:00
data.rs Fix match_refs and let_returns in layout, address review changes 2015-09-04 18:30:46 +05:30
display_list_builder.rs CSS 'transformation: skew()' should take <angle> type as parameters 2015-09-12 01:06:35 +02:00
flex.rs Fix match_refs and let_returns in layout, address review changes 2015-09-04 18:30:46 +05:30
floats.rs sort all uses 2015-08-20 20:47:12 +08:00
flow.rs Layerize StackingContexts that are on top of layers 2015-09-09 09:13:14 -07:00
flow_list.rs Undo elision for trait object; trait objects are strange 2015-09-04 09:24:49 +05:30
flow_ref.rs Don’t mark flow_ref::deref_mut as unsafe. 2015-08-21 21:16:25 +02:00
fragment.rs Include the overflow of the inline block itself. 2015-09-07 20:27:06 -07:00
generated_content.rs layout: Don't crash if quotes: none is specified and generated content 2015-08-24 17:00:23 -07:00
incremental.rs make test-tidy check that = have space after them 2015-09-01 07:18:19 -04:00
inline.rs Auto merge of #7534 - pcwalton:inline-absolute-out-of-flow, r=mbrubeck 2015-09-04 19:59:11 -06:00
layout_debug.rs Fix match_refs and let_returns in layout, address review changes 2015-09-04 18:30:46 +05:30
layout_task.rs layout: Allow the overflow area of the <body> to be scrolled. 2015-09-10 18:07:21 -07:00
lib.rs Create FlexFlow's for 'display: flex' nodes. 2015-08-21 15:59:18 -07:00
list_item.rs Elide most 'a lifetimes 2015-09-04 08:55:51 +05:30
model.rs Auto merge of #7502 - bjwbell:elliptical-borders, r=pcwalton 2015-09-04 18:46:24 -06:00
multicol.rs Elide most 'a lifetimes 2015-09-04 08:55:51 +05:30
opaque_node.rs Replace OpaqueNodeMethods::from_{threadsafe_,}layout_node by opaque methods. 2015-06-24 14:55:43 +02:00
parallel.rs layout: Allow the overflow area of the <body> to be scrolled. 2015-09-10 18:07:21 -07:00
query.rs sort all uses 2015-08-20 20:47:12 +08:00
sequential.rs layout: Allow the overflow area of the <body> to be scrolled. 2015-09-10 18:07:21 -07:00
table.rs Elide most 'a lifetimes 2015-09-04 08:55:51 +05:30
table_caption.rs Elide most 'a lifetimes 2015-09-04 08:55:51 +05:30
table_cell.rs Elide most 'a lifetimes 2015-09-04 08:55:51 +05:30
table_colgroup.rs Elide most 'a lifetimes 2015-09-04 08:55:51 +05:30
table_row.rs Elide most 'a lifetimes 2015-09-04 08:55:51 +05:30
table_rowgroup.rs Elide most 'a lifetimes 2015-09-04 08:55:51 +05:30
table_wrapper.rs Elide most 'a lifetimes 2015-09-04 08:55:51 +05:30
text.rs Remove 'get_*' on getters as per RFC 0344 on various components 2015-09-12 20:14:01 -04:00
traversal.rs layout: Fix tidy failures. 2015-09-01 08:37:41 -07:00
wrapper.rs Fix match_refs and let_returns in layout, address review changes 2015-09-04 18:30:46 +05:30