New issue
Advanced search Search tips

Issue 680447 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jan 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Windows , Chrome , Mac
Pri: 2
Type: Bug-Regression



Sign in to add a comment

[Missing Tests]: Fix CrOS reverting to Save as PDF and random PDF preview fail

Project Member Reported by kavvaru@chromium.org, Jan 12 2017

Issue description

thestig@, Automated tests for the below commit have been missing and would be really great to add them ASAP since these issues are high priority regressions.

Commit:  https://codereview.chromium.org/2516523002

Ref. Bug: https://bugs.chromium.org/p/chromium/issues/detail?id=666595

Thanks,
 
Labels: -Pri-1 OS-Chrome OS-Mac OS-Windows Pri-2
Owner: rbpotter@chromium.org
Will take this as the commit linked is mine and I don't think thestig@ is taking bugs currently, but missing tests are not P1. 
***Bulk Edit***

Considering Missing tests are P2, but please prioritize and add them asap.
Project Member

Comment 3 by bugdroid1@chromium.org, Jan 17 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/0b28591edaa17ce6bc1e2c951c568066dd2e8ae2

commit 0b28591edaa17ce6bc1e2c951c568066dd2e8ae2
Author: rbpotter <rbpotter@chromium.org>
Date: Tue Jan 17 20:31:31 2017

Add print preview test to ensure only 1 preview is started at init

This adds a test to ensure only one DOCUMENT_CHANGE and one
CAPABILITIES_CHANGE event are issued on initialization of print preview.
This ensures that only one preview will be started. Multiple preview
starts cause a race condition that created  bug 666595 .

BUG= 680447 

Review-Url: https://codereview.chromium.org/2628393002
Cr-Commit-Position: refs/heads/master@{#444126}

[modify] https://crrev.com/0b28591edaa17ce6bc1e2c951c568066dd2e8ae2/chrome/test/data/webui/print_preview.js

Status: Fixed (was: Assigned)
These regressions were caused by multiple preview requests being issued on initialization whenever there were multiple recent destinations. Added new test that verifies only one request is sent.

Sign in to add a comment