Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(146)

Issue 238263008: MediaQueryTokenizer does not parse correctly negative exponents (Closed)

Created:
6 years, 8 months ago by Inactive
Modified:
6 years, 8 months ago
CC:
blink-reviews, kenneth.christiansen, Yoav Weiss, ed+blinkwatch_opera.com, dglazkov+blink, apavlov+blink_chromium.org, darktears, rune+blink, rwlbuis, Mads Ager (chromium)
Visibility:
Public.

Description

MediaQueryTokenizer does not parse correctly negative exponents MediaQueryTokenizer does not parse correctly negative exponents. The sign parameter for getExponent() was passed by value instead of reference. Therefore, setting the sign to -1 in the function had no impact on the caller. TEST=MediaQueryTokenizerTest Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=171836

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -1 line) Patch
M Source/core/css/parser/MediaQueryTokenizer.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/parser/MediaQueryTokenizerTest.cpp View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Inactive
6 years, 8 months ago (2014-04-17 02:28:06 UTC) #1
eseidel
lgtm
6 years, 8 months ago (2014-04-17 02:43:54 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/238263008/1
6 years, 8 months ago (2014-04-17 02:44:08 UTC) #3
commit-bot: I haz the power
6 years, 8 months ago (2014-04-17 03:34:11 UTC) #4
Message was sent while issue was closed.
Change committed as 171836

Powered by Google App Engine
This is Rietveld 408576698