summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/print_web_view_helper.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix the print preview regression bug caused by r98926.kmadhusu@chromium.org2011-09-021-7/+24
* Print preview not showing if default print is invalid.arthurhsu@chromium.org2011-09-011-12/+22
* Print preview page selection should not require a rerendering of draft pages.kmadhusu@chromium.org2011-08-311-31/+71
* Fix regression in printing page settings CSS properties.vandebo@chromium.org2011-08-301-1/+2
* Print Preview: Fix an error in error logging.thestig@chromium.org2011-08-301-5/+3
* Print Preview: Prevent a crash and add error logging.thestig@chromium.org2011-08-271-7/+26
* Print Preview: Fix printing from print preview.thestig@chromium.org2011-08-241-34/+36
* Backend changes for custom margins.aayushkumar@chromium.org2011-08-231-6/+96
* Print Preview: Go from event driven print preview back to print preview with ...thestig@chromium.org2011-08-231-108/+68
* Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg...ananta@chromium.org2011-08-191-1/+1
* Added Headers and Footers support for Core Graphics on Macaayushkumar@chromium.org2011-08-191-43/+133
* Added Header and Footer support in Linux, Windows and Mac for Skiaaayushkumar@chromium.org2011-08-171-1/+165
* Revert 97219 - Added Header and Footer support in Linux, Windows and Mac for ...aayushkumar@chromium.org2011-08-171-165/+1
* Added Header and Footer support in Linux, Windows and Mac for Skiaaayushkumar@chromium.org2011-08-171-1/+165
* Print Preview: Fixing behavior of event listeners.dpapad@chromium.org2011-08-121-6/+14
* Revert 96567 - Reland 96406 - Print preview page selection should not require...kmadhusu@chromium.org2011-08-121-88/+55
* Reland 96406 - Print preview page selection should not require a rerendering ...kmadhusu@chromium.org2011-08-121-55/+88
* Revert 96406 - Print preview page selection should not require a rerendering ...kmadhusu@chromium.org2011-08-111-88/+55
* Print preview page selection should not require a rerendering of draft pages.kmadhusu@chromium.org2011-08-111-55/+88
* Remove metafile casts.vandebo@chromium.org2011-08-081-2/+3
* Print Preview: Fix crash in PrepareFrameAndViewForPrint.thestig@chromium.org2011-08-041-1/+7
* PrintPreview: Remove |page_number| from StartPageForVectorCanvas function and...kmadhusu@chromium.org2011-08-021-8/+0
* Made code changes to support print preview pipeline on windows.kmadhusu@chromium.org2011-07-271-7/+0
* PrintPreview: backend changes to support pipelining.vandebo@chromium.org2011-07-261-18/+71
* Change printing code to minimize the number of page reflows (3 to 1-2).vandebo@chromium.org2011-07-261-64/+111
* Added a struct to hold page sizes and margins.aayushkumar@chromium.org2011-07-251-47/+33
* Fix issues with cloud printers only getting first page of a doc in print prev...abodenha@chromium.org2011-07-231-39/+1
* Print Preview: Printing with the system dialog should print the same frame/node.thestig@chromium.org2011-07-221-0/+19
* Fix issue in print preview where selecting a cloud printer does not generate ...abodenha@chromium.org2011-07-201-4/+14
* Printing: Fix DCHECK when printing using the system dialog from print preview.thestig@chromium.org2011-07-181-4/+4
* Print Preview: Make preview generation event driven to eliminate synchronous ...thestig@chromium.org2011-07-181-143/+332
* PrintPreview: [Regression] Fix the preview tab reload issue. kmadhusu@chromium.org2011-07-141-1/+2
* Print Preview: Associating preview requests and responses using an identifierdpapad@chromium.org2011-07-131-0/+8
* Initial support for cloudprint in print preview.abodenha@chromium.org2011-07-131-4/+45
* Do not store the |print_pages_params_| if the preview is cancelled.kmadhusu@chromium.org2011-07-121-1/+8
* Print Preview: Add the ability to cancel an in-flight print preview.thestig@chromium.org2011-07-071-4/+15
* Printing: Store the document cookie of the current PrinterQuery onjhawkins@chromium.org2011-07-011-1/+5
* Print Preview: Display a throbber when the user requests the system printjhawkins@chromium.org2011-06-291-0/+2
* Print Preview: Remove unused draft mode code.thestig@chromium.org2011-06-291-10/+4
* PrintPreview: Fix the regression caused by r90320.kmadhusu@chromium.org2011-06-271-3/+8
* PrintPreview: Regenerate print preview data only when required.kmadhusu@chromium.org2011-06-241-3/+40
* Coverity: Fix unchecked returns.kmadhusu@chromium.org2011-06-221-1/+2
* Print Preview: Move resources into their own subdirectory.thestig@chromium.org2011-06-211-2/+1
* Print preview should use draft PDFs until it is ready to print to improve speed.kmadhusu@chromium.org2011-06-151-3/+8
* PrintPreview: Made code change to display the error messages that occurs whil...kmadhusu@chromium.org2011-06-111-7/+13
* Improve print preview UMAs based on jar's feedback.vandebo@chromium.org2011-05-301-27/+21
* Add the rest of the print preview UMAs that we'd like.vandebo@chromium.org2011-05-291-0/+35
* Print Preview: Print the right WebFrame/WebNode.thestig@chromium.org2011-05-271-10/+18
* Change printing of PDFs for preview on Windows to not rasterize.vandebo@chromium.org2011-05-241-6/+15
* Cancel prerenders for pages that call window.print()dominich@chromium.org2011-05-171-0/+8