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 |
L. David Baron
|
f8836e152c
|
Change storage of background-size and background-position to allow percentages and lengths. (Bug 594934) r=bzbarsky a=blocking2.0:betaN
|
2010-09-15 08:11:26 -07:00 |
Zack Weinberg
|
9659de771c
|
Bug 576044 (12/12): fix assertions in nsStyleAnimation triggered by part 3. r=dbaron a2.0=dbaron
|
2010-08-19 15:33:45 -04:00 |
Zack Weinberg
|
670ff6c170
|
Bug 576044 (6/12): remove vestiges of nsCSSType. r=dbaron a2.0=dbaron
|
2010-08-19 15:33:44 -04:00 |
Zack Weinberg
|
89773eab2f
|
Bug 576044 (5/12): eliminate ValueList as a storage type. r=dbaron a2.0=dbaron
|
2010-08-19 15:33:44 -04:00 |
Zack Weinberg
|
64071fcbb7
|
Bug 576044 (4/12): eliminate ValuePairList as a storage type. r=dbaron a2.0=dbaron
|
2010-08-19 15:33:44 -04:00 |
Zack Weinberg
|
fdd64e823e
|
Bug 576044 (3/12): eliminate Rect as a storage type. r=dbaron a2.0=dbaron
|
2010-08-19 15:33:44 -04:00 |
Zack Weinberg
|
4fee72c665
|
Bug 576044 (2/12): eliminate ValuePair as a storage type. r=dbaron a2.0=dbaron
|
2010-08-19 15:33:44 -04:00 |
Zack Weinberg
|
6d18186680
|
Bug 569719 part 16: Don't refcount declarations and data blocks; don't have style rules hold direct pointers to data blocks. r+a=dbaron
|
2010-07-23 11:00:52 -07:00 |
Zack Weinberg
|
953eee6c6b
|
Bug 569719 part 9: remove return value from css::Declaration methods that always return NS_OK, and change GetCSSDeclaration to return a css::Declaration instead of an nsresult. r=dbaron
|
2010-07-23 11:00:34 -07:00 |
Zack Weinberg
|
0329297fbc
|
Bug 569719 part 7: Add AppendToString methods to nsCSSRect and friends as well, replacing Declaration::AppendStorageToString. r=dbaron
|
2010-07-23 11:00:29 -07:00 |
Zack Weinberg
|
f975b00bfa
|
Bug 569719 part 5: in nsCSSValueList and nsCSSValuePairList, convert Equal() to operator==, and remove unnecessary argument from Clone(). r=dbaron
|
2010-07-23 11:00:24 -07:00 |
Zack Weinberg
|
ccdce3a45d
|
Bug 569719 part 2: Move headers for the former nsCSSLoader and nsCSSDeclaration into mozilla/css/. r=dbaron
--HG--
rename : layout/style/nsCSSDeclaration.cpp => layout/style/Declaration.cpp
rename : layout/style/nsCSSDeclaration.h => layout/style/Declaration.h
rename : layout/style/nsCSSLoader.cpp => layout/style/Loader.cpp
rename : layout/style/nsCSSLoader.h => layout/style/Loader.h
|
2010-06-28 15:49:35 -07:00 |
Zack Weinberg
|
c1bd367c86
|
Bug 569719 part 1: Rename nsCSSDeclaration to mozilla::css::Declaration. r=dbaron
|
2010-06-28 15:49:35 -07:00 |
L. David Baron
|
e104827655
|
Fix typo in comment as followup from bug 531344.
|
2010-07-16 22:36:34 -07:00 |
timeless@mozdev.org
|
60c6030269
|
Bug 577993 mark debug code in InsertFontFaceRule and nsStyleAnimation::ComputeDistance
r=dbaron
--HG--
extra : rebase_source : a8b1ed0732f8f06a192dbcc485dffe0bb10d4a50
|
2010-07-15 15:55:05 +03:00 |
L. David Baron
|
4096d67a47
|
Make nsStyleAnimation::ComputeDistance not crash when given -moz-transform: none. (Bug 576761) (pending review)
--HG--
extra : transplant_source : _hY%B1%23%2Cb%D2%19R%BB%24%A4%9C%1B%16R%5C%8Ee
|
2010-07-03 12:25:37 -07:00 |
L. David Baron
|
27caf3147c
|
Implement animation of -moz-transform property. (Bug 531344) r=dholbert
|
2010-07-02 21:18:56 -07:00 |
L. David Baron
|
b05f26deef
|
Add some helper functions for common CSS value to CSS value interpolations. (Bug 531344) r=dholbert
|
2010-07-02 21:18:56 -07:00 |
Daniel Holbert
|
1ff3d04ed2
|
Bug 574750: Use size_t for counter, in loops over contents of an nsCSSValue::Array. r=bz
|
2010-06-25 12:38:57 -07:00 |
Ms2ger@gmail.com
|
dad7dafec7
|
Bug 538362 - rename nsIDocument::GetPrimaryShell to nsIDocument::GetShell. r=smaug
|
2010-06-25 15:59:57 +02:00 |
L. David Baron
|
be320f45dc
|
Rename -moz-background-size to background-size. (Bug 549809) r=roc
|
2010-06-08 18:44:33 -07:00 |
Mounir Lamouri
|
370a3b8a92
|
Bug 569337 - Fix compilation issues when SVG and SMIL are disabled. r=dbaron
|
2010-06-06 19:45:18 +02:00 |
Boris Zbarsky
|
e107e963f1
|
Bug 562688 part 13. Eliminate eELEMENT usage in layout/style, except the rule processor. r=dbaron
|
2010-04-30 09:12:06 -04:00 |
timeless
|
b8ead92b6a
|
Bug 334571 Coverity 702, NS_SIDES array limit check - replace NS_FOR_CSS_SIDES defines with enum. r=zwol,mats
|
2010-04-27 18:15:02 +02:00 |
timeless
|
a3ec5f1f96
|
Bug 334571 strip trailing whitespace. r=zwol
|
2010-04-27 18:15:01 +02:00 |