Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Print Preview: Go from event driven print preview back to print preview with ↵ | thestig@chromium.org | 2011-08-23 | 1 | -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.org | 2011-08-22 | 1 | -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 |