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

Issue 792763003: CSS Parser: Implement selector parsing (pseudo-classes/elements) [3/3] (Closed)

Created:
6 years ago by Timothy Loh
Modified:
5 years, 11 months ago
CC:
blink-reviews, blink-reviews-css, ed+blinkwatch_opera.com, dglazkov+blink, apavlov+blink_chromium.org, darktears, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/blink.git@selector2
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

CSS Parser: Implement selector parsing (pseudo-classes/elements) [3/3] This patch continues implementation of CSS selector parsing with css-syntax tokens. This adds support for parsing most pseudo-classes and pseudo-elements, leaving out :lang and :nth-*. http://dev.w3.org/csswg/selectors4/#grammar BUG=330389 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=187850

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : make it slightly better #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 3

Patch Set 6 : rebase & handle trailing whitespace #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -1 line) Patch
M Source/core/css/parser/CSSParserValues.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/css/parser/CSSParserValues.cpp View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M Source/core/css/parser/CSSSelectorParser.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/css/parser/CSSSelectorParser.cpp View 1 2 3 4 5 2 chunks +77 lines, -1 line 0 comments Download

Messages

Total messages: 7 (2 generated)
Timothy Loh
Part 1: https://codereview.chromium.org/790593004/ Part 2: https://codereview.chromium.org/747283003/
6 years ago (2014-12-10 07:30:38 UTC) #2
alancutter (OOO until 2018)
lgtm after whitespace issues are resolved. https://codereview.chromium.org/792763003/diff/80001/Source/core/css/parser/CSSSelectorParser.cpp File Source/core/css/parser/CSSSelectorParser.cpp (right): https://codereview.chromium.org/792763003/diff/80001/Source/core/css/parser/CSSSelectorParser.cpp#newcode294 Source/core/css/parser/CSSSelectorParser.cpp:294: if (!selectorList->isValid() || ...
5 years, 11 months ago (2014-12-29 02:53:01 UTC) #3
Timothy Loh
https://codereview.chromium.org/792763003/diff/80001/Source/core/css/parser/CSSSelectorParser.cpp File Source/core/css/parser/CSSSelectorParser.cpp (right): https://codereview.chromium.org/792763003/diff/80001/Source/core/css/parser/CSSSelectorParser.cpp#newcode294 Source/core/css/parser/CSSSelectorParser.cpp:294: if (!selectorList->isValid() || (!m_tokenRange.atEnd() && m_tokenRange.consumeIncludingComments().type() != RightParenthesisToken)) On ...
5 years, 11 months ago (2015-01-05 05:24:52 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/792763003/100001
5 years, 11 months ago (2015-01-05 05:25:34 UTC) #6
commit-bot: I haz the power
5 years, 11 months ago (2015-01-05 07:23:29 UTC) #7
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=187850

Powered by Google App Engine
This is Rietveld 408576698