summaryrefslogtreecommitdiffstats
path: root/chrome/common/print_messages.cc
Commit message (Collapse)AuthorAgeFilesLines
* Print Preview: Go from event driven print preview back to print preview with ↵thestig@chromium.org2011-08-231-14/+15
| | | | | | | | | | sync messages. The sync messages now go to the IO thread to avoid the potential deadlock on Windows. BUG=91057, and probably a few more. TEST=included. Review URL: http://codereview.chromium.org/7621087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97820 0039d316-1c4b-4281-b951-d872f2087c98
* Added a 'Reset' method in PrintMsg_Print_Params struct that is responsible ↵aayushkumar@chromium.org2011-08-221-0/+63
for resetting the values of the member vars of the struct (used in place of calling memset(0) ) BUG=93508 TEST= 1. open print preview 2. click advanced 3. cancel the native print dialog Ensure that browser doesn't crash. Review URL: http://codereview.chromium.org/7693017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97702 0039d316-1c4b-4281-b951-d872f2087c98