forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert 249561 "Don't run internal message loop from PrintJob::Co..."
> Don't run internal message loop from PrintJob::ControlledWorkerShutdown() > > If loops is running, and render is closed, the RenderViewHostImpl that called ControlledWorkerShutdown is going to be destroyed. So RenderViewHostImpl crashes immediately after returning from ControlledWorkerShutdown. > > Solution it to use delayed messages instead of nested loop. > > BUG=313274 > NOTRY=true > > Review URL: https://codereview.chromium.org/136733005 Suspect CL for http://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%28dbg%29%281%29/builds/26310/steps/unit_tests/logs/stdio [ RUN ] PrintJobTest.SimplePrint c:\b\build\slave\cr-win-dbg\build\src\chrome\browser\printing\print_job_unittest.cc(110): error: Value of: job->is_stopping() Actual: false Expected: true [ FAILED ] PrintJobTest.SimplePrint (218 ms) TBR=vitalybuka@chromium.org Review URL: https://codereview.chromium.org/150653005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@249585 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information
piman@chromium.org
committed
Feb 7, 2014
1 parent
04b5b37
commit f068891
Showing
2 changed files
with
39 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters