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

Issue 9923005: [WebUI] Fix rest of CSS style nits so I can turn on CSS checker. (Closed)

Created:
8 years, 8 months ago by Dan Beam
Modified:
8 years, 8 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

[WebUI] Fix rest of CSS style nits so I can turn on CSS checker. NOTE: This CL does not convert gray #hex colors to rgb() as this is optional. BUG=120369 TEST=Nothing breaks, chrome/browser/resources/PRESUBMIT.py is happy. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=130317

Patch Set 1 #

Patch Set 2 : fix ALL the nits #

Patch Set 3 : fix bmb #

Patch Set 4 : padding fixes, remove 2xcopyright #

Patch Set 5 : padding fixes, remove a no-op change #

Total comments: 14

Patch Set 6 : maruel review #

Patch Set 7 : re-enable rule for nduca #

Total comments: 6

Patch Set 8 : serya review #

Total comments: 3

Patch Set 9 : more fixes #

Patch Set 10 : removing estade's files #

Patch Set 11 : rebase #

Patch Set 12 : removing PRESUBMIT.py change until ready #

Unified diffs Side-by-side diffs Delta from patch set Stats (+729 lines, -775 lines) Patch
M chrome/browser/resources/file_manager/css/audio_player.css View 1 11 chunks +75 lines, -87 lines 0 comments Download
M chrome/browser/resources/file_manager/css/combobutton.css View 1 6 chunks +27 lines, -30 lines 0 comments Download
M chrome/browser/resources/file_manager/css/common.css View 1 1 chunk +12 lines, -14 lines 0 comments Download
M chrome/browser/resources/file_manager/css/file_manager.css View 1 2 3 4 5 6 7 8 9 10 38 chunks +192 lines, -204 lines 0 comments Download
M chrome/browser/resources/file_manager/css/gallery.css View 1 30 chunks +212 lines, -229 lines 0 comments Download
M chrome/browser/resources/file_manager/css/media_controls.css View 1 14 chunks +89 lines, -103 lines 0 comments Download
M chrome/browser/resources/gpu_internals/info_view.css View 1 2 3 2 chunks +12 lines, -11 lines 0 comments Download
M chrome/browser/resources/print_preview/margins.css View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/print_preview/print_preview.css View 1 7 chunks +9 lines, -8 lines 0 comments Download
M chrome/browser/resources/sync_internals/sync_node_browser.css View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/sync_internals/sync_search.css View 1 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/resources/task_manager/task_manager.css View 3 chunks +4 lines, -5 lines 0 comments Download
M chrome/browser/resources/test_presubmit.py View 1 5 chunks +19 lines, -6 lines 0 comments Download
M chrome/browser/resources/tracing/overlay.css View 1 1 chunk +17 lines, -18 lines 0 comments Download
M chrome/browser/resources/tracing/profiling_view.css View 1 2 chunks +7 lines, -6 lines 0 comments Download
M chrome/browser/resources/tracing/timeline.css View 1 2 3 4 5 6 4 chunks +9 lines, -11 lines 0 comments Download
M chrome/browser/resources/tracing/timeline_view.css View 1 2 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/resources/tracing/tracing_controller.css View 1 1 chunk +21 lines, -21 lines 0 comments Download
M chrome/browser/resources/web_dev_style/css_checker.py View 1 4 chunks +7 lines, -4 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
Dan Beam
maruel: *.py nduca: chrome/browser/resources/gpu_internals/*, chrome/browser/resources/tracing/* dpapad: chrome/browser/resources/print_preview/* atwilson: chrome/browser/resources/sync_internals/* yoshiki: chrome/browser/resources/task_manager/* estade: everything else https://chromiumcodereview.appspot.com/9923005/diff/7049/chrome/browser/resources/bookmark_manager/css/bmm.css ...
8 years, 8 months ago (2012-03-31 07:11:12 UTC) #1
Andrew T Wilson (Slow)
LGTM w/one question. https://chromiumcodereview.appspot.com/9923005/diff/7049/chrome/browser/resources/sync_setup_overlay.css File chrome/browser/resources/sync_setup_overlay.css (right): https://chromiumcodereview.appspot.com/9923005/diff/7049/chrome/browser/resources/sync_setup_overlay.css#newcode127 chrome/browser/resources/sync_setup_overlay.css:127: box-shadow: 0.2em 0.2em 0.5em #888; I'm ...
8 years, 8 months ago (2012-03-31 16:12:08 UTC) #2
Dan Beam
https://chromiumcodereview.appspot.com/9923005/diff/7049/chrome/browser/resources/sync_setup_overlay.css File chrome/browser/resources/sync_setup_overlay.css (right): https://chromiumcodereview.appspot.com/9923005/diff/7049/chrome/browser/resources/sync_setup_overlay.css#newcode127 chrome/browser/resources/sync_setup_overlay.css:127: box-shadow: 0.2em 0.2em 0.5em #888; On 2012/03/31 16:12:09, Andrew ...
8 years, 8 months ago (2012-03-31 19:40:21 UTC) #3
Marc-Antoine Ruel (Google)
https://chromiumcodereview.appspot.com/9923005/diff/7049/chrome/browser/resources/PRESUBMIT.py File chrome/browser/resources/PRESUBMIT.py (right): https://chromiumcodereview.appspot.com/9923005/diff/7049/chrome/browser/resources/PRESUBMIT.py#newcode48 chrome/browser/resources/PRESUBMIT.py:48: return f.AbsoluteLocalPath().endswith(('.css', '.html', '.js')) return f.LocalPath().endswith(('.css', '.html', '.js')) you ...
8 years, 8 months ago (2012-03-31 23:11:17 UTC) #4
Dan Beam
https://chromiumcodereview.appspot.com/9923005/diff/7049/chrome/browser/resources/PRESUBMIT.py File chrome/browser/resources/PRESUBMIT.py (right): https://chromiumcodereview.appspot.com/9923005/diff/7049/chrome/browser/resources/PRESUBMIT.py#newcode48 chrome/browser/resources/PRESUBMIT.py:48: return f.AbsoluteLocalPath().endswith(('.css', '.html', '.js')) On 2012/03/31 23:11:17, Marc-Antoine Ruel ...
8 years, 8 months ago (2012-04-01 01:55:44 UTC) #5
nduca
lgtm and thanks https://chromiumcodereview.appspot.com/9923005/diff/7049/chrome/browser/resources/tracing/timeline.css File chrome/browser/resources/tracing/timeline.css (left): https://chromiumcodereview.appspot.com/9923005/diff/7049/chrome/browser/resources/tracing/timeline.css#oldcode14 chrome/browser/resources/tracing/timeline.css:14: border: 1px solid #000060 Might as ...
8 years, 8 months ago (2012-04-01 04:45:52 UTC) #6
Marc-Antoine Ruel (Google)
https://chromiumcodereview.appspot.com/9923005/diff/7049/chrome/browser/resources/PRESUBMIT.py File chrome/browser/resources/PRESUBMIT.py (right): https://chromiumcodereview.appspot.com/9923005/diff/7049/chrome/browser/resources/PRESUBMIT.py#newcode60 chrome/browser/resources/PRESUBMIT.py:60: return is_resource(f) and f.AbsoluteLocalPath().startswith(dirs) On 2012/04/01 01:55:44, Dan Beam ...
8 years, 8 months ago (2012-04-01 12:40:12 UTC) #7
Dan Beam
https://chromiumcodereview.appspot.com/9923005/diff/7049/chrome/browser/resources/PRESUBMIT.py File chrome/browser/resources/PRESUBMIT.py (right): https://chromiumcodereview.appspot.com/9923005/diff/7049/chrome/browser/resources/PRESUBMIT.py#newcode48 chrome/browser/resources/PRESUBMIT.py:48: return f.AbsoluteLocalPath().endswith(('.css', '.html', '.js')) On 2012/03/31 23:11:17, Marc-Antoine Ruel ...
8 years, 8 months ago (2012-04-01 23:22:01 UTC) #8
yoshiki
task_mananger LGTM.
8 years, 8 months ago (2012-04-02 00:58:19 UTC) #9
Dan Beam
+serya for chrome/browser/resources/file_manager/*
8 years, 8 months ago (2012-04-02 07:02:07 UTC) #10
Dan Beam
+serya for realz
8 years, 8 months ago (2012-04-02 07:02:32 UTC) #11
Dan Beam
https://chromiumcodereview.appspot.com/9923005/diff/7049/chrome/browser/resources/tracing/timeline.css File chrome/browser/resources/tracing/timeline.css (left): https://chromiumcodereview.appspot.com/9923005/diff/7049/chrome/browser/resources/tracing/timeline.css#oldcode14 chrome/browser/resources/tracing/timeline.css:14: border: 1px solid #000060 On 2012/04/01 04:45:52, nduca wrote: ...
8 years, 8 months ago (2012-04-02 07:32:08 UTC) #12
SeRya
LGTM for for chrome/browser/resources/file_manager/* with nits. https://chromiumcodereview.appspot.com/9923005/diff/6100/chrome/browser/resources/file_manager/css/audio_player.css File chrome/browser/resources/file_manager/css/audio_player.css (right): https://chromiumcodereview.appspot.com/9923005/diff/6100/chrome/browser/resources/file_manager/css/audio_player.css#newcode41 chrome/browser/resources/file_manager/css/audio_player.css:41: background-color: rgb(60, 126, ...
8 years, 8 months ago (2012-04-02 09:50:21 UTC) #13
Dan Beam
https://chromiumcodereview.appspot.com/9923005/diff/6100/chrome/browser/resources/file_manager/css/audio_player.css File chrome/browser/resources/file_manager/css/audio_player.css (right): https://chromiumcodereview.appspot.com/9923005/diff/6100/chrome/browser/resources/file_manager/css/audio_player.css#newcode41 chrome/browser/resources/file_manager/css/audio_player.css:41: background-color: rgb(60, 126, 255) !important; On 2012/04/02 09:50:22, SeRya ...
8 years, 8 months ago (2012-04-02 16:47:10 UTC) #14
dpapad
print preview LGTM with question (see below). http://codereview.chromium.org/9923005/diff/10001/chrome/browser/resources/print_preview/print_preview.css File chrome/browser/resources/print_preview/print_preview.css (right): http://codereview.chromium.org/9923005/diff/10001/chrome/browser/resources/print_preview/print_preview.css#newcode345 chrome/browser/resources/print_preview/print_preview.css:345: background: #ccc; ...
8 years, 8 months ago (2012-04-02 16:52:55 UTC) #15
Dan Beam
http://codereview.chromium.org/9923005/diff/10001/chrome/browser/resources/print_preview/print_preview.css File chrome/browser/resources/print_preview/print_preview.css (right): http://codereview.chromium.org/9923005/diff/10001/chrome/browser/resources/print_preview/print_preview.css#newcode345 chrome/browser/resources/print_preview/print_preview.css:345: background: #ccc; On 2012/04/02 16:52:55, dpapad wrote: > in ...
8 years, 8 months ago (2012-04-02 16:58:39 UTC) #16
Evan Stade
rs lgtm
8 years, 8 months ago (2012-04-03 01:54:42 UTC) #17
Dan Beam
https://chromiumcodereview.appspot.com/9923005/diff/10001/chrome/browser/resources/bookmark_manager/css/bmm.css File chrome/browser/resources/bookmark_manager/css/bmm.css (right): https://chromiumcodereview.appspot.com/9923005/diff/10001/chrome/browser/resources/bookmark_manager/css/bmm.css#newcode23 chrome/browser/resources/bookmark_manager/css/bmm.css:23: -webkit-padding-start: 0; this should be 3px, whoops
8 years, 8 months ago (2012-04-03 02:14:59 UTC) #18
Evan Stade
I take it back. Please separate the files you want me to review into a ...
8 years, 8 months ago (2012-04-03 02:23:10 UTC) #19
Dan Beam
8 years, 8 months ago (2012-04-03 02:38:02 UTC) #20
On 2012/04/03 02:23:10, Evan Stade wrote:
> I take it back. Please separate the files you want me to review into a
separate
> CL.

Done. https://chromiumcodereview.appspot.com/9958101/

Powered by Google App Engine
This is Rietveld 408576698