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

Issue 1438113002: Factor CSS3 matching rules. (Closed)

Created:
5 years, 1 month ago by bungeman-skia
Modified:
5 years, 1 month ago
Reviewers:
mtklein
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Factor CSS3 matching rules. This factors out the CSS3 matching rules, creates tests for it, and uses it with the GDI font manager. BUG=chromium:554238, skia:4037 TBR=reed@google.com No public API changes. Committed: https://skia.googlesource.com/skia/+/147ea2fb7ad9adeeb52fe5549f7ba20953296f6f

Patch Set 1 #

Patch Set 2 : A few whitespace issues. #

Patch Set 3 : Allow tests to use C++11. #

Total comments: 2

Patch Set 4 : Tests can use C++11. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+635 lines, -104 lines) Patch
M include/ports/SkFontMgr.h View 2 chunks +3 lines, -6 lines 0 comments Download
M src/core/SkFontMgr.cpp View 1 chunk +101 lines, -0 lines 0 comments Download
M src/fonts/SkFontMgr_indirect.cpp View 1 1 chunk +1 line, -96 lines 0 comments Download
M src/ports/SkFontHost_win.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M tests/FontMgrTest.cpp View 1 2 3 2 chunks +529 lines, -0 lines 0 comments Download

Messages

Total messages: 29 (12 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1438113002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1438113002/20001
5 years, 1 month ago (2015-11-11 23:41:15 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Mac10.8-Clang-x86_64-Release-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Mac10.8-Clang-x86_64-Release-Trybot/builds/6550)
5 years, 1 month ago (2015-11-11 23:42:34 UTC) #4
bungeman-skia
Now that someone wants to use this, make the implementation available, test it, and use ...
5 years, 1 month ago (2015-11-11 23:42:38 UTC) #6
bungeman-skia
On 2015/11/11 23:42:38, bungeman1 wrote: > Now that someone wants to use this, make the ...
5 years, 1 month ago (2015-11-11 23:43:34 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1438113002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1438113002/40001
5 years, 1 month ago (2015-11-12 15:22:18 UTC) #10
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Mac10.8-Clang-x86_64-Release-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Mac10.8-Clang-x86_64-Release-Trybot/builds/6555)
5 years, 1 month ago (2015-11-12 15:24:13 UTC) #12
mtklein
https://codereview.chromium.org/1438113002/diff/40001/gyp/tests.gypi File gyp/tests.gypi (right): https://codereview.chromium.org/1438113002/diff/40001/gyp/tests.gypi#newcode52 gyp/tests.gypi:52: 'xcode_settings': { Let's do this globally?
5 years, 1 month ago (2015-11-12 15:27:29 UTC) #13
mtklein
https://codereview.chromium.org/1438113002/diff/40001/gyp/tests.gypi File gyp/tests.gypi (right): https://codereview.chromium.org/1438113002/diff/40001/gyp/tests.gypi#newcode52 gyp/tests.gypi:52: 'xcode_settings': { On 2015/11/12 at 15:27:29, mtklein wrote: > ...
5 years, 1 month ago (2015-11-12 15:28:45 UTC) #14
bungeman-skia
On 2015/11/12 15:28:45, mtklein wrote: > https://codereview.chromium.org/1438113002/diff/40001/gyp/tests.gypi > File gyp/tests.gypi (right): > > https://codereview.chromium.org/1438113002/diff/40001/gyp/tests.gypi#newcode52 > ...
5 years, 1 month ago (2015-11-12 15:36:53 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1438113002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1438113002/60001
5 years, 1 month ago (2015-11-12 17:00:38 UTC) #17
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-11-12 17:11:44 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1438113002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1438113002/60001
5 years, 1 month ago (2015-11-12 17:30:04 UTC) #21
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
5 years, 1 month ago (2015-11-12 17:30:05 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: skia_presubmit-Trybot on client.skia.fyi (JOB_FAILED, http://build.chromium.org/p/client.skia.fyi/builders/skia_presubmit-Trybot/builds/3847)
5 years, 1 month ago (2015-11-12 17:31:21 UTC) #24
mtklein
lgtm
5 years, 1 month ago (2015-11-12 17:49:22 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1438113002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1438113002/60001
5 years, 1 month ago (2015-11-12 17:49:33 UTC) #28
commit-bot: I haz the power
5 years, 1 month ago (2015-11-12 17:50:11 UTC) #29
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://skia.googlesource.com/skia/+/147ea2fb7ad9adeeb52fe5549f7ba20953296f6f

Powered by Google App Engine
This is Rietveld 408576698