summaryrefslogtreecommitdiffstats
path: root/chrome/common/print_messages.cc
Commit message (Collapse)AuthorAgeFilesLines
* Printing selection from context menu.vitalybuka@chromium.org2013-02-051-0/+11
| | | | | | | | BUG=83098 Review URL: https://chromiumcodereview.appspot.com/12177009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180570 0039d316-1c4b-4281-b951-d872f2087c98
* Adds option to enable CSS backgrounds for printing.rltoscano@chromium.org2013-01-141-1/+3
| | | | | | | | BUG=113594 Review URL: https://chromiumcodereview.appspot.com/11818062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176617 0039d316-1c4b-4281-b951-d872f2087c98
* Print preview: Use an ID instead of memory pointer string in WebUI.thestig@chromium.org2012-08-241-2/+2
| | | | | | | | BUG=144051 Review URL: https://chromiumcodereview.appspot.com/10870003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153342 0039d316-1c4b-4281-b951-d872f2087c98
* Use overloaded printBegin() chromium-webkit api in PrepareFrameAndViewPrint ↵kmadhusu@chromium.org2012-05-171-2/+2
| | | | | | | | | | | | class and webkit-glue.cc BUG=85132 TEST=none Review URL: https://chromiumcodereview.appspot.com/10168013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137761 0039d316-1c4b-4281-b951-d872f2087c98
* [Print Preview]: Added code to support pdf fit to page functionality.kmadhusu@chromium.org2012-05-161-2/+2
| | | | | | | | | | BUG=85132 TEST=none Review URL: https://chromiumcodereview.appspot.com/10083060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137498 0039d316-1c4b-4281-b951-d872f2087c98
* [Print Preview] Refactored code to support auto fit to page functionality.kmadhusu@chromium.org2012-04-201-1/+3
| | | | | | | | | | | | | | (1) Added |fit_to_paper_size| member variable in PrintMsg_Print_Params. (2) Removed |fit_to_page_| from PrintWebViewHelper. (3) Modified PrintWebViewHelper member functions accordingly. BUG=85132 TEST=none Review URL: http://codereview.chromium.org/10142002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133131 0039d316-1c4b-4281-b951-d872f2087c98
* PrintPreview: Honor the print media page size and margin values.kmadhusu@chromium.org2012-01-101-0/+4
| | | | | | | | | BUG=104210, 100819 TEST=Added PrintWebViewHelperPreviewTests. Review URL: http://codereview.chromium.org/8585017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117102 0039d316-1c4b-4281-b951-d872f2087c98
* PrintPreview: Rename PrintMsg_Print_Params struct member variable ↵kmadhusu@chromium.org2011-12-041-2/+2
| | | | | | | | | | | | | | (printable_size => content_size). |printable_size| is a misnomer. |content_size| is correct. BUG=none TEST=none Review URL: http://codereview.chromium.org/8784012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112945 0039d316-1c4b-4281-b951-d872f2087c98
* 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