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

Issue 588713002: Compile print_preview, part 3: reduce down to 185 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_2
Project:
chromium
Visibility:
Public.

Description

Compile print_preview, part 3: reduce down to 185 errors R=alekseys@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/46e7f9bc4f4bd3ae4d473876db35dc5c225e25a6 Cr-Commit-Position: refs/heads/master@{#297592}

Patch Set 1 #

Total comments: 14

Patch Set 2 : fixed typo #

Patch Set 3 : fixed comments #

Total comments: 2

Patch Set 4 : ?RegExp -> RegExp #

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

Total comments: 20

Patch Set 6 : dbeam@'s review #

Patch Set 7 : fix assert #

Unified diffs Side-by-side diffs Delta from patch set Stats (+130 lines, -93 lines) Patch
M chrome/browser/resources/print_preview/cloud_print_interface.js View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/print_preview/common/search_box.js View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/print_preview/component.js View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/print_preview/data/app_state.js View 1 2 3 4 5 4 chunks +7 lines, -4 lines 0 comments Download
M chrome/browser/resources/print_preview/data/capabilities_holder.js View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/print_preview/data/destination.js View 1 2 3 4 3 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/resources/print_preview/data/destination_store.js View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/print_preview/data/print_ticket_store.js View 1 2 2 chunks +31 lines, -20 lines 0 comments Download
M chrome/browser/resources/print_preview/data/ticket_items/margins_type.js View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/print_preview/data/ticket_items/ticket_item.js View 1 2 3 4 5 5 chunks +11 lines, -9 lines 0 comments Download
M chrome/browser/resources/print_preview/native_layer.js View 1 3 chunks +16 lines, -3 lines 0 comments Download
M chrome/browser/resources/print_preview/previewarea/margin_control.js View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/print_preview/print_preview.js View 1 2 3 4 5 6 chunks +25 lines, -20 lines 0 comments Download
M chrome/browser/resources/print_preview/print_preview_utils.js View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/print_preview/search/destination_list_item.js View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/print_preview/search/destination_search.js View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/print_preview/settings/advanced_settings/advanced_settings.js View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/print_preview/settings/advanced_settings/advanced_settings_item.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/print_preview/settings/copies_settings.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/print_preview/settings/media_size_settings.js View 2 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/resources/print_preview/settings/more_settings.js View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M ui/webui/resources/js/cr/event_target.js View 1 2 3 4 5 2 chunks +1 line, -2 lines 0 comments Download

Messages

Total messages: 25 (8 generated)
Vitaly Pavlenko
6 years, 3 months ago (2014-09-19 20:59:18 UTC) #1
Vitaly Pavlenko
On 2014/09/19 20:59:18, Vitaly Pavlenko wrote: ping alekseys@
6 years, 2 months ago (2014-09-22 17:23:37 UTC) #2
Aleksey Shlyapnikov
https://codereview.chromium.org/588713002/diff/1/chrome/browser/resources/print_preview/data/app_state.js File chrome/browser/resources/print_preview/data/app_state.js (right): https://codereview.chromium.org/588713002/diff/1/chrome/browser/resources/print_preview/data/app_state.js#newcode15 chrome/browser/resources/print_preview/data/app_state.js:15: * @type {Object.<string,print_preview.ValueType>} Space after comma. https://codereview.chromium.org/588713002/diff/1/chrome/browser/resources/print_preview/data/capabilities_holder.js File chrome/browser/resources/print_preview/data/capabilities_holder.js ...
6 years, 2 months ago (2014-09-22 22:00:40 UTC) #3
Vitaly Pavlenko
https://codereview.chromium.org/588713002/diff/1/chrome/browser/resources/print_preview/data/app_state.js File chrome/browser/resources/print_preview/data/app_state.js (right): https://codereview.chromium.org/588713002/diff/1/chrome/browser/resources/print_preview/data/app_state.js#newcode15 chrome/browser/resources/print_preview/data/app_state.js:15: * @type {Object.<string,print_preview.ValueType>} On 2014/09/22 22:00:40, Aleksey Shlyapnikov wrote: ...
6 years, 2 months ago (2014-09-22 22:33:11 UTC) #4
Aleksey Shlyapnikov
lgtm https://codereview.chromium.org/588713002/diff/40001/chrome/browser/resources/print_preview/search/destination_list_item.js File chrome/browser/resources/print_preview/search/destination_list_item.js (right): https://codereview.chromium.org/588713002/diff/40001/chrome/browser/resources/print_preview/search/destination_list_item.js#newcode37 chrome/browser/resources/print_preview/search/destination_list_item.js:37: * @type {?RegExp} RegExp is an object and ...
6 years, 2 months ago (2014-09-22 23:25:13 UTC) #5
Vitaly Pavlenko
https://codereview.chromium.org/588713002/diff/40001/chrome/browser/resources/print_preview/search/destination_list_item.js File chrome/browser/resources/print_preview/search/destination_list_item.js (right): https://codereview.chromium.org/588713002/diff/40001/chrome/browser/resources/print_preview/search/destination_list_item.js#newcode37 chrome/browser/resources/print_preview/search/destination_list_item.js:37: * @type {?RegExp} On 2014/09/22 23:25:13, Aleksey Shlyapnikov wrote: ...
6 years, 2 months ago (2014-09-23 00:11:30 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/588713002/80001
6 years, 2 months ago (2014-09-27 04:47:56 UTC) #8
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
6 years, 2 months ago (2014-09-27 04:47:58 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/588713002/80001
6 years, 2 months ago (2014-09-27 05:03:56 UTC) #12
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
6 years, 2 months ago (2014-09-27 05:03:59 UTC) #14
Dan Beam
https://codereview.chromium.org/588713002/diff/80001/chrome/browser/resources/print_preview/component.js File chrome/browser/resources/print_preview/component.js (right): https://codereview.chromium.org/588713002/diff/80001/chrome/browser/resources/print_preview/component.js#newcode159 chrome/browser/resources/print_preview/component.js:159: * something like getRequiredChildElement. either remove this ^ or ...
6 years, 2 months ago (2014-09-29 18:42:01 UTC) #16
Vitaly Pavlenko
https://codereview.chromium.org/588713002/diff/80001/chrome/browser/resources/print_preview/component.js File chrome/browser/resources/print_preview/component.js (right): https://codereview.chromium.org/588713002/diff/80001/chrome/browser/resources/print_preview/component.js#newcode159 chrome/browser/resources/print_preview/component.js:159: * something like getRequiredChildElement. On 2014/09/29 18:42:00, Dan Beam ...
6 years, 2 months ago (2014-10-01 00:33:38 UTC) #17
Dan Beam
lgtm
6 years, 2 months ago (2014-10-01 00:37:45 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/588713002/100001
6 years, 2 months ago (2014-10-01 00:45:34 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/588713002/120001
6 years, 2 months ago (2014-10-01 02:51:57 UTC) #23
commit-bot: I haz the power
Committed patchset #7 (id:120001) as cd56704315846959d0c90d72e4f37fa2a27ff4d2
6 years, 2 months ago (2014-10-01 03:44:24 UTC) #24
commit-bot: I haz the power
6 years, 2 months ago (2014-10-01 03:48:26 UTC) #25
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/46e7f9bc4f4bd3ae4d473876db35dc5c225e25a6
Cr-Commit-Position: refs/heads/master@{#297592}

Powered by Google App Engine
This is Rietveld 408576698