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

Issue 9808002: [WebUI] Make CSS presubmit play nice with grit XML. (Closed)

Created:
8 years, 9 months ago by Dan Beam
Modified:
8 years, 9 months ago
CC:
chromium-reviews, arv (Not doing code reviews)
Visibility:
Public.

Description

[WebUI] Make CSS presubmit play nice with grit XML. R=estade@chromium.org,tbreisacher@chromium.org TEST=No presubmit errors when <if> or <include> in CSS. BUG=118508 NOTRY=true Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=128161

Patch Set 1 #

Patch Set 2 : adding chrome://resources/ <include> as well #

Patch Set 3 : and add other files to trigger running tests while I'm at it #

Total comments: 4

Patch Set 4 : s/for/filter/ #

Total comments: 6

Patch Set 5 : dpranke review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -7 lines) Patch
M chrome/browser/resources/PRESUBMIT.py View 1 2 3 4 1 chunk +8 lines, -2 lines 0 comments Download
M chrome/browser/resources/test_presubmit.py View 1 2 3 4 1 chunk +19 lines, -1 line 0 comments Download
M chrome/browser/resources/web_dev_style/css_checker.py View 1 2 3 4 3 chunks +12 lines, -4 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Dan Beam
8 years, 9 months ago (2012-03-21 02:55:29 UTC) #1
Tyler Breisacher (Chromium)
lgtm http://codereview.chromium.org/9808002/diff/5001/chrome/browser/resources/PRESUBMIT.py File chrome/browser/resources/PRESUBMIT.py (right): http://codereview.chromium.org/9808002/diff/5001/chrome/browser/resources/PRESUBMIT.py#newcode35 chrome/browser/resources/PRESUBMIT.py:35: for presubmit in would_affect_tests: I think there might ...
8 years, 9 months ago (2012-03-21 20:19:55 UTC) #2
Dan Beam
http://codereview.chromium.org/9808002/diff/5001/chrome/browser/resources/PRESUBMIT.py File chrome/browser/resources/PRESUBMIT.py (right): http://codereview.chromium.org/9808002/diff/5001/chrome/browser/resources/PRESUBMIT.py#newcode35 chrome/browser/resources/PRESUBMIT.py:35: for presubmit in would_affect_tests: On 2012/03/21 20:19:55, Tyler Breisacher ...
8 years, 9 months ago (2012-03-21 20:44:50 UTC) #3
Evan Stade
lgtm, but I think you need a review from maruel or someone since it's python.
8 years, 9 months ago (2012-03-22 02:42:15 UTC) #4
Dirk Pranke
lgtm with a few nits ... http://codereview.chromium.org/9808002/diff/8002/chrome/browser/resources/PRESUBMIT.py File chrome/browser/resources/PRESUBMIT.py (right): http://codereview.chromium.org/9808002/diff/8002/chrome/browser/resources/PRESUBMIT.py#newcode35 chrome/browser/resources/PRESUBMIT.py:35: if filter(lambda t: ...
8 years, 9 months ago (2012-03-22 03:05:30 UTC) #5
Dan Beam
https://chromiumcodereview.appspot.com/9808002/diff/8002/chrome/browser/resources/PRESUBMIT.py File chrome/browser/resources/PRESUBMIT.py (right): https://chromiumcodereview.appspot.com/9808002/diff/8002/chrome/browser/resources/PRESUBMIT.py#newcode35 chrome/browser/resources/PRESUBMIT.py:35: if filter(lambda t: t in affected_files, would_affect_tests): On 2012/03/22 ...
8 years, 9 months ago (2012-03-22 03:19:31 UTC) #6
Dirk Pranke
On Wed, Mar 21, 2012 at 8:19 PM, <dbeam@chromium.org> wrote: > > https://chromiumcodereview.appspot.com/9808002/diff/8002/chrome/browser/resources/PRESUBMIT.py > File ...
8 years, 9 months ago (2012-03-22 03:23:56 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dbeam@chromium.org/9808002/15001
8 years, 9 months ago (2012-03-22 03:34:47 UTC) #8
commit-bot: I haz the power
8 years, 9 months ago (2012-03-22 03:36:03 UTC) #9
Change committed as 128161

Powered by Google App Engine
This is Rietveld 408576698