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

Issue 2862203002: Print Preview: Fix data/ errors (Closed)

Created:
3 years, 7 months ago by rbpotter
Modified:
3 years, 7 months ago
Reviewers:
dpapad
CC:
arv+watch_chromium.org, chromium-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Print Preview: Fix data/ errors Fix closure compiler errors in data/ directory of print_preview. Reduces print preview closure compiler errors to 91, and eliminates all remaining warnings. BUG=717620 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2862203002 Cr-Commit-Position: refs/heads/master@{#470114} Committed: https://chromium.googlesource.com/chromium/src/+/d4356478ea0f780d9aaebefad24439437bc7b13e

Patch Set 1 #

Patch Set 2 : Add file #

Patch Set 3 : Make tests pass #

Total comments: 16

Patch Set 4 : Fix destination test #

Patch Set 5 : Address comments #

Patch Set 6 : Fix bug from new enum #

Patch Set 7 : Fix destination resolver #

Unified diffs Side-by-side diffs Delta from patch set Stats (+687 lines, -618 lines) Patch
M chrome/browser/resources/print_preview/cloud_print_interface.js View 1 2 18 chunks +24 lines, -24 lines 0 comments Download
M chrome/browser/resources/print_preview/data/app_state.js View 1 2 12 chunks +117 lines, -109 lines 0 comments Download
M chrome/browser/resources/print_preview/data/capabilities_holder.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/print_preview/data/cloud_parsers.js View 1 2 5 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/resources/print_preview/data/coordinate2d.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/print_preview/data/destination.js View 1 2 17 chunks +97 lines, -86 lines 0 comments Download
A chrome/browser/resources/print_preview/data/destination_match.js View 1 2 3 4 1 chunk +101 lines, -0 lines 0 comments Download
M chrome/browser/resources/print_preview/data/destination_store.js View 1 2 3 4 36 chunks +79 lines, -157 lines 0 comments Download
M chrome/browser/resources/print_preview/data/document_info.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/print_preview/data/invitation.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/print_preview/data/invitation_store.js View 1 2 3 4 11 chunks +23 lines, -19 lines 0 comments Download
M chrome/browser/resources/print_preview/data/local_parsers.js View 1 2 3 4 4 chunks +21 lines, -21 lines 0 comments Download
M chrome/browser/resources/print_preview/data/margins.js View 1 2 4 chunks +16 lines, -16 lines 0 comments Download
M chrome/browser/resources/print_preview/data/measurement_system.js View 1 2 7 chunks +28 lines, -21 lines 0 comments Download
M chrome/browser/resources/print_preview/data/page_number_set.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/print_preview/data/print_ticket_store.js View 1 2 3 4 6 chunks +32 lines, -32 lines 0 comments Download
M chrome/browser/resources/print_preview/data/printable_area.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/print_preview/data/size.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/print_preview/data/ticket_items/collate.js View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/print_preview/data/ticket_items/color.js View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/print_preview/data/ticket_items/copies.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/print_preview/data/ticket_items/css_background.js View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/print_preview/data/ticket_items/custom_margins.js View 1 2 3 4 8 chunks +41 lines, -36 lines 0 comments Download
M chrome/browser/resources/print_preview/data/ticket_items/dpi.js View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/print_preview/data/ticket_items/duplex.js View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/print_preview/data/ticket_items/fit_to_page.js View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/print_preview/data/ticket_items/header_footer.js View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/print_preview/data/ticket_items/landscape.js View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/print_preview/data/ticket_items/margins_type.js View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/print_preview/data/ticket_items/media_size.js View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/print_preview/data/ticket_items/page_range.js View 1 2 3 4 4 chunks +14 lines, -6 lines 0 comments Download
M chrome/browser/resources/print_preview/data/ticket_items/rasterize.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/print_preview/data/ticket_items/scaling.js View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/print_preview/data/ticket_items/selection_only.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/print_preview/data/ticket_items/ticket_item.js View 1 2 3 4 6 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/resources/print_preview/data/ticket_items/vendor_items.js View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/print_preview/data/user_info.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/print_preview/native_layer.js View 9 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/resources/print_preview/preview_generator.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/print_preview/previewarea/margin_control.js View 5 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/resources/print_preview/previewarea/margin_control_container.js View 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/resources/print_preview/print_preview.js View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/resources/print_preview/print_preview_utils.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/print_preview/search/destination_list_item.js View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/print_preview/search/destination_search.js View 1 2 3 4 5 4 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/resources/print_preview/search/provisional_destination_resolver.js View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/data/webui/print_preview_destination_search_test.js View 1 2 3 2 chunks +7 lines, -7 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 33 (27 generated)
rbpotter
3 years, 7 months ago (2017-05-05 16:29:45 UTC) #11
dpapad
https://codereview.chromium.org/2862203002/diff/40001/chrome/browser/resources/print_preview/data/destination_match.js File chrome/browser/resources/print_preview/data/destination_match.js (right): https://codereview.chromium.org/2862203002/diff/40001/chrome/browser/resources/print_preview/data/destination_match.js#newcode1 chrome/browser/resources/print_preview/data/destination_match.js:1: // Copyright (c) 2017 The Chromium Authors. All rights ...
3 years, 7 months ago (2017-05-05 17:32:54 UTC) #14
rbpotter
https://codereview.chromium.org/2862203002/diff/40001/chrome/browser/resources/print_preview/data/destination_match.js File chrome/browser/resources/print_preview/data/destination_match.js (right): https://codereview.chromium.org/2862203002/diff/40001/chrome/browser/resources/print_preview/data/destination_match.js#newcode1 chrome/browser/resources/print_preview/data/destination_match.js:1: // Copyright (c) 2017 The Chromium Authors. All rights ...
3 years, 7 months ago (2017-05-05 18:25:47 UTC) #18
dpapad
lgtm
3 years, 7 months ago (2017-05-05 19:27:01 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2862203002/120001
3 years, 7 months ago (2017-05-08 19:04:42 UTC) #30
commit-bot: I haz the power
3 years, 7 months ago (2017-05-08 20:44:12 UTC) #33
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/d4356478ea0f780d9aaebefad244...

Powered by Google App Engine
This is Rietveld 408576698