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

Issue 574193002: Compile print_preview, part 1: remove all warnings (Closed)

Created:
6 years, 3 months ago by Vitaly Pavlenko
Modified:
6 years, 3 months ago
CC:
chromium-reviews, vitalyp+closure_chromium.org, arv+watch_chromium.org, dbeam+watch-closure_chromium.org, Aleksey Shlyapnikov
Base URL:
https://chromium.googlesource.com/chromium/src.git@true_master
Project:
chromium
Visibility:
Public.

Description

Compile print_preview, part 1: remove all warnings R=dbeam@chromium.org BUG=393873 TEST=GYP_GENERATORS=ninja gyp --depth . chrome/browser/resources/print_preview/compiled_resources.gyp && ninja -C out/Default | grep WARNING Committed: https://crrev.com/f3777e5f4dddcea6036d5e9fca512bacb4abe0e0 Cr-Commit-Position: refs/heads/master@{#296016}

Patch Set 1 #

Total comments: 6

Patch Set 2 : revert processor.py #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -45 lines) Patch
M chrome/browser/resources/pdf/pdf_scripting_api.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/print_preview/cloud_print_interface.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/print_preview/common/search_box.js View 1 chunk +1 line, -1 line 0 comments Download
A + chrome/browser/resources/print_preview/compiled_resources.gyp View 1 chunk +3 lines, -9 lines 0 comments Download
M chrome/browser/resources/print_preview/data/capabilities_holder.js View 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/resources/print_preview/data/cloud_parsers.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/print_preview/data/destination.js View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/print_preview/data/destination_store.js View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/resources/print_preview/data/measurement_system.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/print_preview/data/page_number_set.js View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/print_preview/data/ticket_items/color.js View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/print_preview/data/ticket_items/ticket_item.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/print_preview/native_layer.js View 4 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/resources/print_preview/previewarea/margin_control.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/print_preview/previewarea/margin_control_container.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/print_preview/previewarea/preview_area.js View 2 chunks +1 line, -8 lines 0 comments Download
M chrome/browser/resources/print_preview/search/destination_list.js View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/print_preview/settings/advanced_options_settings.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/print_preview/settings/advanced_settings/advanced_settings_item.js View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/resources/print_preview/settings/page_settings.js View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 25 (7 generated)
Vitaly Pavlenko
6 years, 3 months ago (2014-09-17 00:08:26 UTC) #1
Vitaly Pavlenko
On 2014/09/17 00:08:26, Vitaly Pavlenko wrote: ping dbeam@
6 years, 3 months ago (2014-09-18 23:23:43 UTC) #2
Dan Beam
-dbeam, +dpapad
6 years, 3 months ago (2014-09-18 23:24:45 UTC) #4
Vitaly Pavlenko
-dpapad, +thestig
6 years, 3 months ago (2014-09-19 00:25:10 UTC) #5
Lei Zhang
+alekseys on this one too
6 years, 3 months ago (2014-09-19 05:07:07 UTC) #7
Lei Zhang
https://codereview.chromium.org/574193002/diff/1/chrome/browser/resources/print_preview/compiled_resources.gyp File chrome/browser/resources/print_preview/compiled_resources.gyp (right): https://codereview.chromium.org/574193002/diff/1/chrome/browser/resources/print_preview/compiled_resources.gyp#newcode1 chrome/browser/resources/print_preview/compiled_resources.gyp:1: # Copyright 2014 The Chromium Authors. All rights reserved. ...
6 years, 3 months ago (2014-09-19 21:21:38 UTC) #9
Lei Zhang
re-adding dbeam for third_party/closure_compiler/processor.py
6 years, 3 months ago (2014-09-19 21:22:07 UTC) #11
Vitaly Pavlenko
https://codereview.chromium.org/574193002/diff/1/chrome/browser/resources/print_preview/compiled_resources.gyp File chrome/browser/resources/print_preview/compiled_resources.gyp (right): https://codereview.chromium.org/574193002/diff/1/chrome/browser/resources/print_preview/compiled_resources.gyp#newcode1 chrome/browser/resources/print_preview/compiled_resources.gyp:1: # Copyright 2014 The Chromium Authors. All rights reserved. ...
6 years, 3 months ago (2014-09-19 21:24:55 UTC) #12
Lei Zhang
On 2014/09/19 21:24:55, Vitaly Pavlenko wrote: > No, I usually include gyp file that runs ...
6 years, 3 months ago (2014-09-19 21:28:51 UTC) #15
Dan Beam
https://codereview.chromium.org/574193002/diff/1/third_party/closure_compiler/processor.py File third_party/closure_compiler/processor.py (right): https://codereview.chromium.org/574193002/diff/1/third_party/closure_compiler/processor.py#newcode76 third_party/closure_compiler/processor.py:76: _INCLUDE_REG = "<include[^>]+src=['\"]([^>]*)['\"] ?/?>" remove, https://codereview.chromium.org/588673003
6 years, 3 months ago (2014-09-19 21:51:53 UTC) #16
Vitaly Pavlenko
https://codereview.chromium.org/574193002/diff/1/third_party/closure_compiler/processor.py File third_party/closure_compiler/processor.py (right): https://codereview.chromium.org/574193002/diff/1/third_party/closure_compiler/processor.py#newcode76 third_party/closure_compiler/processor.py:76: _INCLUDE_REG = "<include[^>]+src=['\"]([^>]*)['\"] ?/?>" On 2014/09/19 21:51:53, Dan Beam ...
6 years, 3 months ago (2014-09-19 21:59:33 UTC) #17
Dan Beam
https://codereview.chromium.org/574193002/diff/1/third_party/closure_compiler/processor.py File third_party/closure_compiler/processor.py (right): https://codereview.chromium.org/574193002/diff/1/third_party/closure_compiler/processor.py#newcode76 third_party/closure_compiler/processor.py:76: _INCLUDE_REG = "<include[^>]+src=['\"]([^>]*)['\"] ?/?>" On 2014/09/19 21:59:33, Vitaly Pavlenko ...
6 years, 3 months ago (2014-09-19 22:07:38 UTC) #18
Vitaly Pavlenko
https://codereview.chromium.org/574193002/diff/1/third_party/closure_compiler/processor.py File third_party/closure_compiler/processor.py (right): https://codereview.chromium.org/574193002/diff/1/third_party/closure_compiler/processor.py#newcode76 third_party/closure_compiler/processor.py:76: _INCLUDE_REG = "<include[^>]+src=['\"]([^>]*)['\"] ?/?>" On 2014/09/19 22:07:37, Dan Beam ...
6 years, 3 months ago (2014-09-19 22:20:17 UTC) #19
Vitaly Pavlenko
On 2014/09/19 22:20:17, Vitaly Pavlenko wrote: > https://codereview.chromium.org/574193002/diff/1/third_party/closure_compiler/processor.py > File third_party/closure_compiler/processor.py (right): > > https://codereview.chromium.org/574193002/diff/1/third_party/closure_compiler/processor.py#newcode76 ...
6 years, 3 months ago (2014-09-22 16:16:54 UTC) #20
Aleksey Shlyapnikov
lgtm
6 years, 3 months ago (2014-09-22 17:07:24 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/574193002/40001
6 years, 3 months ago (2014-09-22 17:26:14 UTC) #23
commit-bot: I haz the power
Committed patchset #3 (id:40001) as 8738812aab254beee11d3d77177a88a42baad933
6 years, 3 months ago (2014-09-22 18:26:29 UTC) #24
commit-bot: I haz the power
6 years, 3 months ago (2014-09-22 18:27:02 UTC) #25
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/f3777e5f4dddcea6036d5e9fca512bacb4abe0e0
Cr-Commit-Position: refs/heads/master@{#296016}

Powered by Google App Engine
This is Rietveld 408576698