New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement CSS3 Calc #7185
Closed
+877
−65
Add ch support
86249bd
Select commit
ff67233
Implement Calc for LengthOrPercentage
dzbarsky 84e6c2f
Implement Calc for LengthOrPercentageOrAuto
dzbarsky 360c279
Implement proper calc parsing
dzbarsky b8636c4
Implement font relative and viewport relative units for calc
dzbarsky 57f563d
Clean up serialization and other hacks
dzbarsky 7a9d325
Clean up serialization code a little
dzbarsky 2a976c0
Clean up AST simplification code
dzbarsky 1149db2
Properly serialize % values in calc expressions
dzbarsky 8844c02
Simplify like terms in all sum expressions, not just toplevel calc
dzbarsky b183df4
Simplify the calc AST simplification code
dzbarsky d4ac596
Remove stray changes
dzbarsky 1c4a1c2
Fix some calc parsing panics
dzbarsky a76d56b
Expand out nested products
dzbarsky 177b9c8
Use the type system to enforce that product nodes are simplified away
dzbarsky f3f236d
Get rid of some cloning
dzbarsky 79a4369
Clean up some stray lines
dzbarsky 2eceeea
Address review comments
dzbarsky 8e0f076
Add calc reftest
dzbarsky f40f1ee
Add calc parsing tests for the other properties
dzbarsky 86249bd
Add ch support
dzbarsky
Closed
Implement CSS3 Calc #7185
Add ch support
Aug 11, 2015
Aug 12, 2015
Aug 12, 2015
Aug 12, 2015
Aug 13, 2015
Aug 13, 2015
Aug 13, 2015
Aug 13, 2015
Aug 13, 2015
Aug 13, 2015
Aug 13, 2015
Aug 14, 2015
Aug 15, 2015
Aug 15, 2015
Aug 15, 2015
Aug 15, 2015
Aug 23, 2015
Aug 26, 2015
Aug 26, 2015
Sep 2, 2015
86249bd
Select commit
ff67233
Implement Calc for LengthOrPercentage
dzbarsky 84e6c2f
Implement Calc for LengthOrPercentageOrAuto
dzbarsky 360c279
Implement proper calc parsing
dzbarsky b8636c4
Implement font relative and viewport relative units for calc
dzbarsky 57f563d
Clean up serialization and other hacks
dzbarsky 7a9d325
Clean up serialization code a little
dzbarsky 2a976c0
Clean up AST simplification code
dzbarsky 1149db2
Properly serialize % values in calc expressions
dzbarsky 8844c02
Simplify like terms in all sum expressions, not just toplevel calc
dzbarsky b183df4
Simplify the calc AST simplification code
dzbarsky d4ac596
Remove stray changes
dzbarsky 1c4a1c2
Fix some calc parsing panics
dzbarsky a76d56b
Expand out nested products
dzbarsky 177b9c8
Use the type system to enforce that product nodes are simplified away
dzbarsky f3f236d
Get rid of some cloning
dzbarsky 79a4369
Clean up some stray lines
dzbarsky 2eceeea
Address review comments
dzbarsky 8e0f076
Add calc reftest
dzbarsky f40f1ee
Add calc parsing tests for the other properties
dzbarsky 86249bd
Add ch support
dzbarsky