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

Issue 23542021: Explicit space required around NOT/ONLY/AND in CSS MQ. (Closed)

Created:
7 years, 3 months ago by rune
Modified:
7 years, 2 months ago
Reviewers:
TabAtkins, apavlov, SeRya
CC:
blink-reviews, apavlov+blink_chromium.org, dglazkov+blink, eae+blinkwatch, darktears
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Explicit space required around NOT/ONLY/AND in CSS MQ. The Media Queries errata[1] dated 2013-08-30 changes from S* to S+ around NOT, ONLY, and AND tokens. In practice, it means these tokens cannot be separated from other tokens using comments alone anymore. [1] http://www.w3.org/Style/2012/REC-mediaqueries-20120619-errata.html BUG=288803 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=158717

Patch Set 1 #

Total comments: 6

Patch Set 2 : Rebase #

Patch Set 3 : Fixed review issues. #

Total comments: 2

Patch Set 4 : Fixed review issue. #

Patch Set 5 : Removed unrelated whitespace fixes. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -16 lines) Patch
M LayoutTests/fast/media/media-query-and.html View 1 chunk +14 lines, -3 lines 0 comments Download
M LayoutTests/fast/media/media-query-and-expected.html View 1 chunk +2 lines, -2 lines 0 comments Download
A LayoutTests/fast/media/media-query-only-not.html View 1 chunk +31 lines, -0 lines 0 comments Download
A LayoutTests/fast/media/media-query-only-not-expected.html View 1 chunk +3 lines, -0 lines 0 comments Download
M Source/core/css/CSSGrammar.y.in View 1 2 3 4 5 chunks +16 lines, -11 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
rune
7 years, 3 months ago (2013-09-10 16:51:49 UTC) #1
rune
7 years, 3 months ago (2013-09-17 07:29:12 UTC) #2
SeRya
https://codereview.chromium.org/23542021/diff/1/Source/core/css/CSSGrammar.y.in File Source/core/css/CSSGrammar.y.in (right): https://codereview.chromium.org/23542021/diff/1/Source/core/css/CSSGrammar.y.in#newcode402 Source/core/css/CSSGrammar.y.in:402: spaces: It should be 'space' for consistency with 'maybe_space'. ...
7 years, 3 months ago (2013-09-23 09:12:43 UTC) #3
rune
https://codereview.chromium.org/23542021/diff/1/Source/core/css/CSSGrammar.y.in File Source/core/css/CSSGrammar.y.in (right): https://codereview.chromium.org/23542021/diff/1/Source/core/css/CSSGrammar.y.in#newcode402 Source/core/css/CSSGrammar.y.in:402: spaces: On 2013/09/23 09:12:43, SeRya wrote: > It should ...
7 years, 2 months ago (2013-10-01 12:04:48 UTC) #4
SeRya
https://codereview.chromium.org/23542021/diff/11001/Source/core/css/CSSGrammar.y.in File Source/core/css/CSSGrammar.y.in (right): https://codereview.chromium.org/23542021/diff/11001/Source/core/css/CSSGrammar.y.in#newcode629 Source/core/css/CSSGrammar.y.in:629: /*empty*/ { "maybe_space" instead of "/*empty*/ | space". The ...
7 years, 2 months ago (2013-10-01 13:41:35 UTC) #5
rune
https://codereview.chromium.org/23542021/diff/11001/Source/core/css/CSSGrammar.y.in File Source/core/css/CSSGrammar.y.in (right): https://codereview.chromium.org/23542021/diff/11001/Source/core/css/CSSGrammar.y.in#newcode629 Source/core/css/CSSGrammar.y.in:629: /*empty*/ { On 2013/10/01 13:41:35, SeRya wrote: > "maybe_space" ...
7 years, 2 months ago (2013-10-01 13:59:53 UTC) #6
SeRya
lgtm
7 years, 2 months ago (2013-10-01 15:23:27 UTC) #7
apavlov
lgtm
7 years, 2 months ago (2013-10-02 11:08:28 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rune@opera.com/23542021/23001
7 years, 2 months ago (2013-10-02 11:08:51 UTC) #9
commit-bot: I haz the power
Change committed as 158717
7 years, 2 months ago (2013-10-02 12:29:22 UTC) #10
rune
7 years, 2 months ago (2013-10-02 20:28:51 UTC) #11
Message was sent while issue was closed.
On 2013/10/01 15:23:27, SeRya wrote:
> lgtm

The other WHITESPACE fixes were split out as a separate CL on request from
apavlov:

https://codereview.chromium.org/25607005/

Powered by Google App Engine
This is Rietveld 408576698