Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix reported test-tidy errors for unmerged import blocks | Brandon Fairchild | 2015-09-19 | 1 | -5/+4 | |
| | | | | This merges import blocks that were reported by tidy as unmerged. | |||||
* | CSS 'transformation: skew()' should take <angle> type as parameters | Jinwoo Song | 2015-09-12 | 1 | -1/+8 | |
| | | | | | | | | Current implementation is taking <number> type as parameter so skew() does not work properly. Let the skew() to get <angle> as specification described. Fixes #6237. | |||||
* | Various fixes in style | Manish Goregaokar | 2015-09-03 | 1 | -7/+7 | |
| | ||||||
* | Upgrade to rustc 1.4.0-dev (cb9323ec0 2015-09-01) | Simon Sapin | 2015-09-02 | 1 | -1/+1 | |
| | ||||||
* | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -13/+13 | |
| | ||||||
* | Fix existing syntactics nits. | Josh Matthews | 2015-08-16 | 1 | -1/+1 | |
| | ||||||
* | Replace uses of `for foo in bar.iter()` and `for foo in bar.iter_mut()` | João Oliveira | 2015-08-15 | 1 | -3/+2 | |
| | | | | closes #7197 | |||||
* | style: Switch animation timestamps to be doubles instead of floats. | Patrick Walton | 2015-08-01 | 1 | -35/+37 | |
| | | | | | 32-bit floats are not enough to hold timestamps since the epoch and result in jank. | |||||
* | style: Fix misdirected animation properties. | Patrick Walton | 2015-08-01 | 1 | -18/+18 | |
| | | | | left redirected to top, and padding redirected to margin. | |||||
* | Implement getComputedStyle | David Zbarsky | 2015-07-29 | 1 | -11/+32 | |
| | ||||||
* | Change transforms to use LengthOrPercentage. | Glenn Watson | 2015-07-28 | 1 | -14/+3 | |
| | | | | | | This simplifies an upcoming PR to support serializing transform values for css style declarations. Related to issue #6643. | |||||
* | Partial implementation of transform animations spec. | Glenn Watson | 2015-06-10 | 1 | -1/+176 | |
| | | | | Also tidy up some of the ComputedMatrix code. | |||||
* | Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. | Simon Sapin | 2015-05-05 | 1 | -36/+53 | |
| | ||||||
* | Animate many more CSS properties | Joseph Seaton | 2015-04-16 | 1 | -49/+497 | |
| | ||||||
* | layout: Implement CSS transitions per CSS-TRANSITIONS § 2. | Patrick Walton | 2015-03-31 | 1 | -0/+221 | |
Transition events are not yet supported, and the only animatable properties are `top`, `right`, `bottom`, and `left`. However, all other features of transitions are supported. There are no automated tests at present because I'm not sure how best to test it, but three manual tests are included. |