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

Issue 575333002: Compile print_preview, part 2: reduce down to 260 errors (Closed)

Created:
6 years, 3 months ago by Vitaly Pavlenko
Modified:
6 years, 2 months ago
CC:
chromium-reviews, arv+watch_chromium.org, oshima+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@I_print_preview
Project:
chromium
Visibility:
Public.

Description

Compile print_preview, part 2: reduce down to 260 errors R=dpapad@chromium.org BUG=393873 TEST=GYP_GENERATORS=ninja gyp --depth . chrome/browser/resources/print_preview/compiled_resources.gyp && ninja -C out/Default Committed: https://crrev.com/89e4fb7cebee5cdf71a43941b2e7010fe4462f66 Cr-Commit-Position: refs/heads/master@{#297101}

Patch Set 1 #

Total comments: 12

Patch Set 2 : totalPageCount -> opt_totalPageCount #

Patch Set 3 : add TODO for getChildElement #

Patch Set 4 : rebase #

Patch Set 5 : rebase #

Total comments: 4

Patch Set 6 : node -> target #

Total comments: 2

Patch Set 7 : node -> target #

Total comments: 2

Patch Set 8 : fixed a nit #

Patch Set 9 : revert movement of enums: now handle in compiler pass #

Unified diffs Side-by-side diffs Delta from patch set Stats (+109 lines, -92 lines) Patch
M chrome/browser/resources/print_preview/common/search_box.js View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/resources/print_preview/common/search_bubble.js View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/print_preview/component.js View 1 2 3 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/resources/print_preview/data/destination.js View 1 2 3 4 5 6 7 8 4 chunks +35 lines, -30 lines 0 comments Download
M chrome/browser/resources/print_preview/data/destination_store.js View 1 2 3 4 9 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/resources/print_preview/data/measurement_system.js View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/print_preview/data/ticket_items/color.js View 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/resources/print_preview/data/ticket_items/copies.js View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/print_preview/data/ticket_items/custom_margins.js View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/print_preview/data/ticket_items/ticket_item.js View 4 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/resources/print_preview/metrics.js View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/print_preview/native_layer.js View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/print_preview/previewarea/preview_area.js View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/print_preview/print_preview.js View 1 2 3 4 8 chunks +14 lines, -13 lines 0 comments Download
M chrome/browser/resources/print_preview/print_preview_focus_manager.js View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/print_preview/print_preview_utils.js View 1 3 chunks +8 lines, -7 lines 0 comments Download
M ui/webui/resources/js/cr/event_target.js View 1 chunk +1 line, -0 lines 0 comments Download
M ui/webui/resources/js/event_tracker.js View 1 2 3 4 5 6 7 3 chunks +10 lines, -10 lines 0 comments Download

Messages

Total messages: 39 (13 generated)
Vitaly Pavlenko
6 years, 3 months ago (2014-09-18 04:22:39 UTC) #1
Dan Beam
-dbeam, +dpapad
6 years, 3 months ago (2014-09-18 17:42:09 UTC) #4
Vitaly Pavlenko
-dpapad, +thestig
6 years, 3 months ago (2014-09-19 00:26:07 UTC) #7
Lei Zhang
6 years, 3 months ago (2014-09-19 00:37:35 UTC) #9
Lei Zhang
lgtm unless Aleksey has any concerns. https://chromiumcodereview.appspot.com/575333002/diff/1/chrome/browser/resources/print_preview/data/destination_store.js File chrome/browser/resources/print_preview/data/destination_store.js (right): https://chromiumcodereview.appspot.com/575333002/diff/1/chrome/browser/resources/print_preview/data/destination_store.js#newcode274 chrome/browser/resources/print_preview/data/destination_store.js:274: return !!this.cloudPrintInterface_ && ...
6 years, 3 months ago (2014-09-19 00:54:21 UTC) #10
Vitaly Pavlenko
https://chromiumcodereview.appspot.com/575333002/diff/1/chrome/browser/resources/print_preview/data/destination_store.js File chrome/browser/resources/print_preview/data/destination_store.js (right): https://chromiumcodereview.appspot.com/575333002/diff/1/chrome/browser/resources/print_preview/data/destination_store.js#newcode274 chrome/browser/resources/print_preview/data/destination_store.js:274: return !!this.cloudPrintInterface_ && On 2014/09/19 00:54:20, Lei Zhang wrote: ...
6 years, 3 months ago (2014-09-19 00:57:59 UTC) #11
Aleksey Shlyapnikov
https://chromiumcodereview.appspot.com/575333002/diff/1/chrome/browser/resources/print_preview/component.js File chrome/browser/resources/print_preview/component.js (right): https://chromiumcodereview.appspot.com/575333002/diff/1/chrome/browser/resources/print_preview/component.js#newcode157 chrome/browser/resources/print_preview/component.js:157: * @return {!HTMLElement} Element selected by the given query. ...
6 years, 3 months ago (2014-09-19 18:54:43 UTC) #12
Vitaly Pavlenko
https://chromiumcodereview.appspot.com/575333002/diff/1/chrome/browser/resources/print_preview/component.js File chrome/browser/resources/print_preview/component.js (right): https://chromiumcodereview.appspot.com/575333002/diff/1/chrome/browser/resources/print_preview/component.js#newcode157 chrome/browser/resources/print_preview/component.js:157: * @return {!HTMLElement} Element selected by the given query. ...
6 years, 3 months ago (2014-09-19 20:33:09 UTC) #13
Aleksey Shlyapnikov
lgtm https://chromiumcodereview.appspot.com/575333002/diff/1/chrome/browser/resources/print_preview/component.js File chrome/browser/resources/print_preview/component.js (right): https://chromiumcodereview.appspot.com/575333002/diff/1/chrome/browser/resources/print_preview/component.js#newcode157 chrome/browser/resources/print_preview/component.js:157: * @return {!HTMLElement} Element selected by the given ...
6 years, 3 months ago (2014-09-19 20:48:59 UTC) #14
Vitaly Pavlenko
https://chromiumcodereview.appspot.com/575333002/diff/1/chrome/browser/resources/print_preview/component.js File chrome/browser/resources/print_preview/component.js (right): https://chromiumcodereview.appspot.com/575333002/diff/1/chrome/browser/resources/print_preview/component.js#newcode157 chrome/browser/resources/print_preview/component.js:157: * @return {!HTMLElement} Element selected by the given query. ...
6 years, 3 months ago (2014-09-19 21:12:54 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/575333002/60001
6 years, 3 months ago (2014-09-22 22:50:53 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu/builds/69918) mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/59230) android_aosp ...
6 years, 3 months ago (2014-09-22 22:55:45 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/575333002/80001
6 years, 3 months ago (2014-09-23 00:00:42 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/12727)
6 years, 3 months ago (2014-09-23 00:15:06 UTC) #23
Vitaly Pavlenko
On 2014/09/23 00:15:06, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
6 years, 3 months ago (2014-09-23 00:27:31 UTC) #25
Dan Beam
https://codereview.chromium.org/575333002/diff/80001/ui/webui/resources/js/cr/event_target.js File ui/webui/resources/js/cr/event_target.js (right): https://codereview.chromium.org/575333002/diff/80001/ui/webui/resources/js/cr/event_target.js#newcode16 ui/webui/resources/js/cr/event_target.js:16: * @implements {EventTarget} this is a confusing statement. i ...
6 years, 3 months ago (2014-09-23 00:46:34 UTC) #26
Vitaly Pavlenko
https://codereview.chromium.org/575333002/diff/80001/ui/webui/resources/js/cr/event_target.js File ui/webui/resources/js/cr/event_target.js (right): https://codereview.chromium.org/575333002/diff/80001/ui/webui/resources/js/cr/event_target.js#newcode16 ui/webui/resources/js/cr/event_target.js:16: * @implements {EventTarget} On 2014/09/23 00:46:34, Dan Beam wrote: ...
6 years, 3 months ago (2014-09-23 01:05:17 UTC) #27
Dan Beam
https://codereview.chromium.org/575333002/diff/100001/ui/webui/resources/js/event_tracker.js File ui/webui/resources/js/event_tracker.js (right): https://codereview.chromium.org/575333002/diff/100001/ui/webui/resources/js/event_tracker.js#newcode51 ui/webui/resources/js/event_tracker.js:51: node: target, does this property make much sense to ...
6 years, 3 months ago (2014-09-23 01:42:28 UTC) #28
Vitaly Pavlenko
https://codereview.chromium.org/575333002/diff/100001/ui/webui/resources/js/event_tracker.js File ui/webui/resources/js/event_tracker.js (right): https://codereview.chromium.org/575333002/diff/100001/ui/webui/resources/js/event_tracker.js#newcode51 ui/webui/resources/js/event_tracker.js:51: node: target, On 2014/09/23 01:42:27, Dan Beam wrote: > ...
6 years, 3 months ago (2014-09-23 19:30:12 UTC) #29
Dan Beam
ui/webui lgtm https://codereview.chromium.org/575333002/diff/120001/ui/webui/resources/js/event_tracker.js File ui/webui/resources/js/event_tracker.js (right): https://codereview.chromium.org/575333002/diff/120001/ui/webui/resources/js/event_tracker.js#newcode42 ui/webui/resources/js/event_tracker.js:42: * Add an event listener - replacement ...
6 years, 3 months ago (2014-09-23 20:19:59 UTC) #30
Vitaly Pavlenko
https://codereview.chromium.org/575333002/diff/120001/ui/webui/resources/js/event_tracker.js File ui/webui/resources/js/event_tracker.js (right): https://codereview.chromium.org/575333002/diff/120001/ui/webui/resources/js/event_tracker.js#newcode42 ui/webui/resources/js/event_tracker.js:42: * Add an event listener - replacement for Node.addEventListener. ...
6 years, 3 months ago (2014-09-23 22:26:02 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/575333002/140001
6 years, 3 months ago (2014-09-23 22:26:40 UTC) #33
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_swarming/builds/17157)
6 years, 3 months ago (2014-09-23 23:49:41 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/575333002/160001
6 years, 2 months ago (2014-09-27 02:13:22 UTC) #37
commit-bot: I haz the power
Committed patchset #9 (id:160001) as f8aa505c51b67195082bc17138eb916343c31c2f
6 years, 2 months ago (2014-09-27 04:04:44 UTC) #38
commit-bot: I haz the power
6 years, 2 months ago (2014-09-27 04:05:25 UTC) #39
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/89e4fb7cebee5cdf71a43941b2e7010fe4462f66
Cr-Commit-Position: refs/heads/master@{#297101}

Powered by Google App Engine
This is Rietveld 408576698