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

Issue 123053002: Add very basic CSS3 Syntax compatible tokenizer

Created:
6 years, 11 months ago by eseidel
Modified:
6 years, 10 months ago
Reviewers:
abarth-chromium
CC:
blink-reviews, dglazkov+blink, apavlov+blink_chromium.org, darktears, esprehn, abarth-chromium
Visibility:
Public.

Description

Add very basic CSS3 Syntax compatible tokenizer DO NOT COMMIT. This doesn't actually work yet. This is just to save my work and give others a heads-up on what this might look like. BUG=330389

Patch Set 1 #

Patch Set 2 : Add CSSToken file #

Total comments: 8
Unified diffs Side-by-side diffs Delta from patch set Stats (+627 lines, -35 lines) Patch
M Source/core/core.gypi View 2 chunks +3 lines, -0 lines 0 comments Download
A Source/core/css/parser/CSSToken.h View 1 1 chunk +127 lines, -0 lines 1 comment Download
A + Source/core/css/parser/CSSToken.cpp View 1 1 chunk +34 lines, -15 lines 0 comments Download
A + Source/core/css/parser/NewCSSTokenizer.h View 1 chunk +55 lines, -16 lines 1 comment Download
A Source/core/css/parser/NewCSSTokenizer.cpp View 1 chunk +389 lines, -0 lines 6 comments Download
A + Source/core/css/parser/NewCSSTokenizerTest.cpp View 2 chunks +19 lines, -4 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
eseidel
This is just a skeleton and doesn't actually work yet. No clue when/if I'll find ...
6 years, 11 months ago (2014-01-01 08:20:32 UTC) #1
abarth-chromium
https://codereview.chromium.org/123053002/diff/30002/Source/core/css/parser/CSSToken.h File Source/core/css/parser/CSSToken.h (right): https://codereview.chromium.org/123053002/diff/30002/Source/core/css/parser/CSSToken.h#newcode87 Source/core/css/parser/CSSToken.h:87: CSSToken(CSSTokenType); Please mark one-argument constructors explicit https://codereview.chromium.org/123053002/diff/30002/Source/core/css/parser/NewCSSTokenizer.cpp File Source/core/css/parser/NewCSSTokenizer.cpp ...
6 years, 11 months ago (2014-01-01 18:47:51 UTC) #2
eseidel
Sorry. I should have been more clear. There is no chance in hell this patch ...
6 years, 11 months ago (2014-01-01 19:31:54 UTC) #3
Yoav Weiss
6 years, 10 months ago (2014-02-18 22:26:27 UTC) #4
I started implementing a thread-safe MQ parser based on this CL. It is not yet
ready for an official review (so not yet published for review), but a preview is
at https://codereview.chromium.org/171383002

Powered by Google App Engine
This is Rietveld 408576698