DescriptionMake CSSCalcValue work with CSSParserTokenRange
Make CSSCalcValue work with CSSParserTokenRange by using consumeBlock
on the calc() tokens and storing the resulting CSSParserTokenRange in
the args parameter, and then passing these args to CSSCalcValue::create.
The CSSCalcExpressionNodeParser is adjusted to operate on CSSParserTokens.
BUG=499780
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=199741
Patch Set 1 #Patch Set 2 : Fix webkit unit test #Patch Set 3 : Fix autoclose problem #
Total comments: 17
Patch Set 4 : Address review comments #Patch Set 5 : Remove calcDepth #Patch Set 6 : Fix calcFunction deletion #
Total comments: 8
Patch Set 7 : Address review comments and add subtests #
Total comments: 4
Patch Set 8 : Address static eof token problem #Patch Set 9 : Add more subtests #
Messages
Total messages: 24 (7 generated)
|