Ms2ger
|
9ba463453d
|
Bug 745523 - Part a: prepare for unprefixing transforms by removing the prefix from internal APIs; r=dbaron
|
2012-05-05 11:00:04 +02:00 |
Aryeh Gregor
|
e3c34b7c67
|
Bug 734953 - Remove skew() transformation function; r=dbaron
|
2012-03-20 13:39:57 -04:00 |
Zack Weinberg
|
ba152ecb1a
|
Bug 729142 - Convert layout/style to MOZ_STATIC_ASSERT. r=dbaron
|
2012-02-23 08:19:00 -08:00 |
Lazar Sumar
|
d772174f12
|
Bug 729126 - Make NS_ABORT_IF_FALSE fire on failure for only some callers of AddCSSValuePixelPercentCalc (the existing ones, and not the new ones added in bug 522607). r=dbaron
|
2012-02-23 11:40:41 +13:00 |
Lazar Sumar
|
412efd3c67
|
Bug 522607 - New css3-background background-position syntax. r=dbaron
|
2012-02-20 13:14:42 +13:00 |
Nicholas Nethercote
|
67d30e3fdd
|
Bug 711908 - Fix a bunch of GCC warnings in layout. r=dbaron.
|
2011-12-19 19:46:39 -08:00 |
Ali Juma
|
a2c4c94276
|
Bug 586863 - Eliminate #ifdef GFX_HAS_INVERT blocks since GFX_HAS_INVERT is never defined. r=dbaron
|
2011-12-09 14:18:05 -05:00 |
Daniel Holbert
|
d1899d69d7
|
Bug 696188 followup: Add assertions and functional test for transitioning away from a transform-list. r=bz
|
2011-10-27 15:58:05 -07:00 |
Boris Zbarsky
|
fae52969d9
|
Bug 696188. Fix leak when adding different transform lists for animation. r=dholbert
|
2011-10-25 12:58:35 -04:00 |
Olli Pettay
|
c3c86f516c
|
Bug 682420 - Rename nsINode::GetOwnerDoc to nsINode::OwnerDoc, part 1, r=jst
--HG--
extra : rebase_source : baf1a25cdea68d499a7673fdf96e27b5a12dc83c
|
2011-10-18 13:53:36 +03:00 |
Ehsan Akhgari
|
1deb9f1504
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
Jeff Walden
|
1bb2d1626a
|
Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones
--HG--
extra : rebase_source : b4bae9a0f85abf2feb828609b50e756916b99a6f
|
2011-10-10 22:50:08 -07:00 |
Jeff Walden
|
1872189eac
|
Back out everything since 5435ee09cf7b. Tinderbox compilers hate me. r=epic-fail
|
2011-10-12 12:21:53 -07:00 |
Jeff Walden
|
37f2b96015
|
Bug 639469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. r=cjones
--HG--
extra : rebase_source : 860a8271bf7e51cde358f2a4185c410de1fc2960
|
2011-10-10 22:50:08 -07:00 |
Ms2ger
|
c299dc64ab
|
Bug 693155 - Add parens to clarify operator precedence in TransformFunctionsMatch (nsStyleAnimation.cpp); r=dbaron
|
2011-10-09 20:23:19 +02:00 |
Michael Wu
|
ac54b41b01
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
Matt Woodrow
|
e659707b07
|
Bug 505115 - Part 16 - Implement transitions/animations for 3d transforms. r=dbaron, derf
|
2011-09-27 10:53:33 +13:00 |
Brian Birtles
|
1d82717b5c
|
Bug 562815 part 6 - Check if property is cached in rule tree; r=dbaron
--HG--
extra : rebase_source : 9a7d2388bd00e2c8177cebc9d2a1339626cdd3ab
|
2011-08-23 08:34:12 +09:00 |
Brian Birtles
|
fbbb1a5757
|
Bug 562815 part 5 - Split StyleWithDeclarationAdded; r=dbaron
--HG--
extra : rebase_source : 25e3f4591866e1438eca99f83c6ca3597508344f
|
2011-08-23 08:34:07 +09:00 |
Jeff Muizelaar
|
78bf7a2c9e
|
Bug 660662. Eliminate NS_(ceil|floor). r=roc
These just called the system versions.
|
2011-05-30 15:08:55 -04:00 |
Matt Woodrow
|
24cf6bf62e
|
Bug 675470 - Handle eCSSKeyword_interpolatematrix in AddTransformLists. r=dbaron
|
2011-08-04 14:08:37 +12:00 |
Matt Woodrow
|
874afbd98a
|
Bug 505115 - Part 12a - Implement -moz-perspective-origin style property. r=dbaron
|
2011-08-03 15:04:24 +12:00 |
Matt Woodrow
|
56aa33be88
|
Bug 505115 - Part 11a - Add nsCSSValueTriplet and optionally read a z component to -moz-transform-origin. r=dbaron
|
2011-08-03 15:04:23 +12:00 |
Matt Woodrow
|
591d36e0a6
|
Bug 505115 - Part 3 - Convert nsStyleTransformMatrix to be backed by a 4x4 matrix. r=dbaron
|
2011-07-23 10:28:07 +12:00 |
L. David Baron
|
bf36bd2861
|
Don't assert when interpolating font-weight to a result less than 100. (Bug 664927) r=bzbarsky
|
2011-06-29 14:39:21 -07:00 |
Dominic Fandrey
|
5c71575e07
|
Bug 645398 - Substitute PR_(MAX|MIN|ABS|ROUNDUP) macro calls; r=roc
|
2011-06-02 14:56:50 +02:00 |
Ed Morley
|
b15b8760c6
|
Bug 614515 - Remove MOZ_SVG conditions. r=roc
|
2011-05-30 09:34:50 +02:00 |
Boris Zbarsky
|
d337823867
|
Bug 647885 part 2. Keep better track of whether our computed background-size was specified with percentages. r=dbaron a=sheriff
|
2011-05-23 16:36:18 -04:00 |
Boris Zbarsky
|
e89d1501e5
|
Bug 647885 part 1. Keep better track of whether our computed background-position was specified with percentages. r=dbaron
|
2011-05-23 16:36:18 -04:00 |
L. David Baron
|
ea507d81f2
|
Ensure nsStyleAnimation doesn't produce values outside valid ranges. (Bug 653842, patch 3) r=bzbarsky
|
2011-05-09 15:02:35 -04:00 |
L. David Baron
|
e96d9c92da
|
Remove null-checks of nsCSSParser, since construction is infallible. (Bug 542058, patch 1) r=bzbarsky
Note that many callers already skipped the null-checks.
|
2011-04-21 20:17:31 -07:00 |
Craig Topper
|
5d59874f2f
|
Bug 645956 - Part 1: Remove NS_NewCSSStyleRule, r=bzbarsky
|
2011-03-22 19:56:47 -07:00 |
Masayuki Nakano
|
a9da7d87b4
|
Bug 59109 Part 1: Adding -moz-text-decoration-color and -moz-text-decoration-style r=dbaron, sr=bzbarsky
|
2011-03-31 21:26:35 +09:00 |
Ehsan Akhgari
|
de31d8418a
|
Merge cedar into mozilla-central
|
2011-03-29 10:39:07 -04:00 |
L. David Baron
|
a6b72237ee
|
Remove nsCSSStruct.h/cpp. (Bug 645620, patch 4) r=bzbarsky
|
2011-03-28 16:07:26 -07:00 |
Ms2ger
|
091c1b69fe
|
Bug 562701, part c: Use Element in nsStyleAnimation::ComputeValue; r=dbaron
|
2011-03-28 12:51:59 -04:00 |
Craig Topper
|
1a010af7bd
|
Bug 576831 part 4. Remove nsICSSStyleRule and use mozilla::css::StyleRule instead. r=bzbarsky
--HG--
rename : layout/style/nsCSSStyleRule.cpp => layout/style/StyleRule.cpp
rename : layout/style/nsICSSStyleRule.h => layout/style/StyleRule.h
|
2011-03-10 21:48:57 -05:00 |
Brian Birtles
|
8e4d0b5873
|
Bug 607537 - SVG SMIL: Support paint servers an animation values; r=dholbert,dbaron; a=roc
|
2010-12-29 10:31:14 +09:00 |
timeless@mozdev.org
|
71ef5b1456
|
Bug 617971 nsStyleAnimation::ExtractComputedValue leaks pair when StyleCoordToCSSValue fails.
r=bz a=bz
|
2010-12-10 10:31:37 -08:00 |
Daniel Holbert
|
e90eae0e69
|
Bug 615977: Make nsCSSValue::BufferFromString() return an already_AddRefed pointer. r=dbaron a=roc
--HG--
extra : rebase_source : b4048d8fbde522f05a01df693887e0e26a5afb97
|
2010-12-05 13:17:29 +00:00 |
Daniel Holbert
|
6fd1d10eac
|
Bug 606722 followup: Remove now-unused variable "tfunc" from nsStyleAnimation::ComputeDistance. r+a=dbaron
|
2010-11-16 15:19:21 -08:00 |
L. David Baron
|
ee169de5b8
|
Animate skew in angle space rather than tangent space for interop and to avoid issues with infinite tangents. (Bug 606722) r=bzbarsky a2.0=blocking
|
2010-11-16 09:56:03 -08:00 |
L. David Baron
|
e10fe507c2
|
Add test for nsStyleAnimation::ComputeDistance. (Bug 598099) r=bzbarsky a2.0=blocking-betaN
|
2010-10-23 16:31:55 -07:00 |
L. David Baron
|
fbf88d6c96
|
Change distance computation for transforms so that distance ratios match interpolation. (Bug 598099) r=bzbarsky a2.0=blocking-betaN
|
2010-10-23 16:31:55 -07:00 |
L. David Baron
|
ec6a714586
|
Remove null-checks for infallible array allocations. (Bug 520234) r=bzbarsky a=blocking2.0:beta7
|
2010-09-15 08:11:27 -07:00 |
L. David Baron
|
d8913b0f40
|
Allow calc() as an intermediate common animation unit for background-position and background-size. (Bug 520234) r=bzbarsky a=blocking2.0:beta7
|
2010-09-15 08:11:26 -07:00 |
L. David Baron
|
1de5b14bcc
|
Allow calc() as an intermediate common animation unit between lengths, percentages, and calc(). (Bug 520234) r=bzbarsky a=blocking2.0:beta7
|
2010-09-15 08:11:26 -07:00 |
L. David Baron
|
71575e9a8b
|
Extract calc() values in nsStyleAnimation when needed. (Bug 520234) r=bzbarsky a=blocking2.0:beta7
|
2010-09-15 08:11:26 -07:00 |
L. David Baron
|
7f2cc8aae4
|
Add calc() unit to nsStyleAnimation::Value. (Bug 520234) r=bzbarsky a=blocking2.0:beta7
|
2010-09-15 08:11:26 -07:00 |
L. David Baron
|
1275c97830
|
Support calc() on background-position, background-size, -moz-transform-origin, and background-image gradient stop positions. (Bug 594934) r=bzbarsky a=blocking2.0:betaN
(Note: this also depends on the change to nsStyleAnimation.cpp's StyleCoordToValue in bug 520234 and on other changes in that bug.)
|
2010-09-15 08:11:26 -07:00 |