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

Issue 7408004: Printer dropdown cleanup (Closed)

Created:
9 years, 5 months ago by Albert Bodenhamer
Modified:
9 years, 5 months ago
CC:
chromium-reviews, arv (Not doing code reviews)
Visibility:
Public.

Description

Printer dropdown cleanup Prevents default printer value from being overridden when the printer list comes back from GCP. Will now populate the printer drops down with ALL printers (up to 10) rather than just recents Got the MORE_PRINTERS dropdown option working. BUG=http://code.google.com/p/chromium-os/issues/detail?id=16082 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=93216

Patch Set 1 #

Patch Set 2 : Fix issue with Signin appearing twice. #

Patch Set 3 : Fixed issue with signing appearing twice #

Total comments: 16

Patch Set 4 : Review related changes #

Total comments: 18

Patch Set 5 : More review feedback #

Total comments: 4

Patch Set 6 : More review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+134 lines, -80 lines) Patch
M chrome/browser/resources/print_preview/print_preview.js View 1 2 3 4 5 13 chunks +117 lines, -67 lines 0 comments Download
M chrome/browser/resources/print_preview/print_preview_cloud.js View 1 2 3 4 4 chunks +17 lines, -13 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
Albert Bodenhamer
9 years, 5 months ago (2011-07-19 00:45:24 UTC) #1
Scott Byer
Logic looks good, need someone with JS readability now. On 2011/07/19 00:45:24, Albert Bodenhamer wrote:
9 years, 5 months ago (2011-07-19 17:36:09 UTC) #2
Albert Bodenhamer
Adding Demetrios for JS readability.
9 years, 5 months ago (2011-07-19 18:02:18 UTC) #3
dpapad
http://codereview.chromium.org/7408004/diff/4001/chrome/browser/resources/print_preview/print_preview.js File chrome/browser/resources/print_preview/print_preview.js (right): http://codereview.chromium.org/7408004/diff/4001/chrome/browser/resources/print_preview/print_preview.js#newcode21 chrome/browser/resources/print_preview/print_preview.js:21: var previewRequested = false; Instead of adding another state ...
9 years, 5 months ago (2011-07-19 18:44:54 UTC) #4
dpapad
Also I think the Bug ID in the description is probably not the right one?
9 years, 5 months ago (2011-07-19 18:46:58 UTC) #5
Albert Bodenhamer
On 2011/07/19 18:46:58, dpapad wrote: > Also I think the Bug ID in the description ...
9 years, 5 months ago (2011-07-19 19:05:03 UTC) #6
Albert Bodenhamer
Updated. Please take another look. http://codereview.chromium.org/7408004/diff/4001/chrome/browser/resources/print_preview/print_preview.js File chrome/browser/resources/print_preview/print_preview.js (right): http://codereview.chromium.org/7408004/diff/4001/chrome/browser/resources/print_preview/print_preview.js#newcode21 chrome/browser/resources/print_preview/print_preview.js:21: var previewRequested = false; ...
9 years, 5 months ago (2011-07-19 21:53:18 UTC) #7
dpapad
http://codereview.chromium.org/7408004/diff/4001/chrome/browser/resources/print_preview/print_preview.js File chrome/browser/resources/print_preview/print_preview.js (right): http://codereview.chromium.org/7408004/diff/4001/chrome/browser/resources/print_preview/print_preview.js#newcode68 chrome/browser/resources/print_preview/print_preview.js:68: var addedCloudPrinters = {}; On 2011/07/19 21:53:19, Albert Bodenhamer ...
9 years, 5 months ago (2011-07-19 22:22:58 UTC) #8
Albert Bodenhamer
http://codereview.chromium.org/7408004/diff/10001/chrome/browser/resources/print_preview/print_preview.js File chrome/browser/resources/print_preview/print_preview.js (right): http://codereview.chromium.org/7408004/diff/10001/chrome/browser/resources/print_preview/print_preview.js#newcode63 chrome/browser/resources/print_preview/print_preview.js:63: //TODO(abodenha@chromium.org) A lot of cloud print specific logic has ...
9 years, 5 months ago (2011-07-19 22:43:48 UTC) #9
dpapad
LGTM with nits and 2 questions. 1) When I sign in order to use cloud ...
9 years, 5 months ago (2011-07-19 23:01:35 UTC) #10
Albert Bodenhamer
On Tue, Jul 19, 2011 at 4:01 PM, <dpapad@chromium.org> wrote: > LGTM with nits and ...
9 years, 5 months ago (2011-07-19 23:10:18 UTC) #11
Albert Bodenhamer
And now to wait on the trybots. http://codereview.chromium.org/7408004/diff/16001/chrome/browser/resources/print_preview/print_preview.js File chrome/browser/resources/print_preview/print_preview.js (right): http://codereview.chromium.org/7408004/diff/16001/chrome/browser/resources/print_preview/print_preview.js#newcode607 chrome/browser/resources/print_preview/print_preview.js:607: * @return ...
9 years, 5 months ago (2011-07-19 23:17:33 UTC) #12
dpapad
Ok. The preview ID with each request was added in http://codereview.chromium.org/7313035 by me a week ...
9 years, 5 months ago (2011-07-19 23:21:53 UTC) #13
Albert Bodenhamer
I see it. If the user causes a new preview request to be generated while ...
9 years, 5 months ago (2011-07-19 23:42:30 UTC) #14
commit-bot: I haz the power
9 years, 5 months ago (2011-07-20 17:44:31 UTC) #15
Change committed as 93216

Powered by Google App Engine
This is Rietveld 408576698