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 #7496
Merged
+873
−63
Fix ch/em confusion.
b51b7dd
Select commit
9556141
Implement Calc for LengthOrPercentage
dzbarsky cb4d878
Implement Calc for LengthOrPercentageOrAuto
dzbarsky 2bb6b45
Implement proper calc parsing
dzbarsky 5df4b82
Implement font relative and viewport relative units for calc
dzbarsky af4d2e9
Clean up serialization and other hacks
dzbarsky 64dc954
Clean up serialization code a little
dzbarsky cfa1e46
Clean up AST simplification code
dzbarsky 6573e80
Properly serialize % values in calc expressions
dzbarsky 663e0f6
Simplify like terms in all sum expressions, not just toplevel calc
dzbarsky 63d0429
Simplify the calc AST simplification code
dzbarsky 67db4fb
Remove stray changes
dzbarsky f8bd7c4
Fix some calc parsing panics
dzbarsky 164af05
Expand out nested products
dzbarsky dcac654
Use the type system to enforce that product nodes are simplified away
dzbarsky 53e8f7d
Get rid of some cloning
dzbarsky 5ac205b
Clean up some stray lines
dzbarsky cdae523
Address review comments
dzbarsky 25829bb
Add calc reftest
dzbarsky 2591a89
Add calc parsing tests for the other properties
dzbarsky 80d471d
Merge branch 'master' into calc
SimonSapin b30c4f7
Add support for the ch unit in calc()
SimonSapin 9f48dcd
Fix font-size keywords parsing.
SimonSapin b51b7dd
Fix ch/em confusion.
SimonSapin
Merged
Implement CSS3 Calc #7496
Fix ch/em confusion.
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 1, 2015
Sep 1, 2015
Sep 2, 2015
Sep 2, 2015
b51b7dd
Select commit
9556141
Implement Calc for LengthOrPercentage
dzbarsky cb4d878
Implement Calc for LengthOrPercentageOrAuto
dzbarsky 2bb6b45
Implement proper calc parsing
dzbarsky 5df4b82
Implement font relative and viewport relative units for calc
dzbarsky af4d2e9
Clean up serialization and other hacks
dzbarsky 64dc954
Clean up serialization code a little
dzbarsky cfa1e46
Clean up AST simplification code
dzbarsky 6573e80
Properly serialize % values in calc expressions
dzbarsky 663e0f6
Simplify like terms in all sum expressions, not just toplevel calc
dzbarsky 63d0429
Simplify the calc AST simplification code
dzbarsky 67db4fb
Remove stray changes
dzbarsky f8bd7c4
Fix some calc parsing panics
dzbarsky 164af05
Expand out nested products
dzbarsky dcac654
Use the type system to enforce that product nodes are simplified away
dzbarsky 53e8f7d
Get rid of some cloning
dzbarsky 5ac205b
Clean up some stray lines
dzbarsky cdae523
Address review comments
dzbarsky 25829bb
Add calc reftest
dzbarsky 2591a89
Add calc parsing tests for the other properties
dzbarsky 80d471d
Merge branch 'master' into calc
SimonSapin b30c4f7
Add support for the ch unit in calc()
SimonSapin 9f48dcd
Fix font-size keywords parsing.
SimonSapin b51b7dd
Fix ch/em confusion.
SimonSapin