L. David Baron
|
32ccfc5fe1
|
Simplify storage of computed calc() as a result of removing min() and max(). (Bug 363249) r=bzbarsky a2.0=blocking2.0:beta6
|
2010-09-11 09:27:13 -07:00 |
L. David Baron
|
1654926e66
|
Remove support for min() and max() in calc(): remove support for parsing and storage. (Bug 363249) r=bzbarsky a2.0=blocking2.0:beta6
|
2010-09-11 09:27:12 -07:00 |
L. David Baron
|
fd28c5ef83
|
Distinguish between 50% and calc(50%), etc., in computed style calc expressions. (Bug 585715) r=bzbarsky a2.0=blocking2.0+
|
2010-08-11 12:32:52 -07:00 |
L. David Baron
|
4eb073d6ef
|
Make a common base class for calc ops that use nsStyleCoord as input. (Bug 585715) r=bzbarsky a2.0=blocking2.0+
|
2010-08-11 12:32:52 -07:00 |
L. David Baron
|
acd1a50bda
|
Convert calc() serialization code to a template so it can also be used for nsStyleCoord. (Bug 363249) r=bzbarsky
|
2010-07-02 21:18:55 -07:00 |
L. David Baron
|
8b3a8f5ce4
|
Add additional template parameter expectations to ComputeCalc so that its input can be nsCSSValue or nsStyleCoord. (Bug 363249) r=bzbarsky
|
2010-07-02 21:18:55 -07:00 |
L. David Baron
|
4f166703a8
|
Add code to compute a computed-value calc() expression from a specified-value calc() expression, and make it reachable from SetCoord in nsRuleNode. (Bug 363249) r=bzbarsky
|
2010-07-02 21:18:55 -07:00 |
L. David Baron
|
70fcc02dd8
|
Switch calc() to saturating operations on nscoord. (Bug 363249) r=bzbarsky
|
2010-07-02 21:18:55 -07:00 |
L. David Baron
|
4464e4e9d0
|
Don't bother with 16-bit reference count and index in nsCSSValue::Array. (Bug 574059) r=bzbarsky
|
2010-06-24 14:53:44 -07:00 |
L. David Baron
|
882a575ae4
|
Instantiate the calc ops struct rather than a nested data struct inside of it. (Bug 363249) r=bzbarsky
|
2010-05-11 08:49:44 -07:00 |
L. David Baron
|
51b0edeb07
|
Add template-based mechanism for computing a calc() tree. (Bug 363249) r=bzbarsky
|
2010-05-11 08:49:43 -07:00 |