summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/print_web_view_helper.h
Commit message (Expand)AuthorAgeFilesLines
* Print preview: Do not exit the window.print() nested loop too early when savi...thestig@chromium.org2012-01-241-2/+7
* Print Preview: Refactor and cleanup parts of PrintPreviewHandler and PrintWeb...thestig@chromium.org2012-01-191-21/+22
* Adding functionality to print PDF embedded in the html page.gene@chromium.org2012-01-131-0/+2
* PrintPreview: Honor the print media page size and margin values.kmadhusu@chromium.org2012-01-101-10/+42
* Update includes to new header locations.abarth@chromium.org2011-12-031-1/+1
* Add OVERRIDE to chrome/renderer.avi@chromium.org2011-11-211-2/+2
* PrintPreview: [Cleanup] Remove unwanted function calls.kmadhusu@chromium.org2011-11-191-4/+3
* Cleanup: Remove unneeded forward declarations in chrome/renderer.thestig@chromium.org2011-11-111-5/+0
* When printing a PDF, query and use the print scaling disabled option. Also, ...vandebo@chromium.org2011-10-171-3/+4
* Move margin processing code to the browser process.vandebo@chromium.org2011-10-151-1/+3
* Make RenderView inherit from content::RenderView, and add missing functions t...jam@chromium.org2011-10-101-1/+1
* Cleanup: Fix miscellaneous cleanup issues in the print preview code.thestig@chromium.org2011-10-071-13/+3
* Patch up excessive margins until we can get the real fix plumbed through.vandebo@chromium.org2011-10-071-1/+1
* Move RenderViewObserver and RenderViewObserverTracker to content\public\rende...jam@chromium.org2011-10-031-6/+7
* Reland 103021: Printing preview of a PDF on Mac with Skia only previews the l...kmadhusu@chromium.org2011-09-281-1/+2
* Revert 103021 - PrintPreview: Printing preview of a PDF on Mac with Skia only...kmadhusu@chromium.org2011-09-271-2/+1
* PrintPreview: Printing preview of a PDF on Mac with Skia only previews the la...kmadhusu@chromium.org2011-09-271-1/+2
* PrintWebViewHelper: change WebNode* to const WebNode&vandebo@chromium.org2011-09-261-10/+10
* Fix print preview workflow to reflect settings of selected printer.arthurhsu@chromium.org2011-09-221-3/+5
* Print Preview: Add UMA for renderer failures.thestig@chromium.org2011-09-131-1/+16
* Fix the print preview regression bug caused by r98926.kmadhusu@chromium.org2011-09-021-0/+1
* Print preview not showing if default print is invalid.arthurhsu@chromium.org2011-09-011-1/+7
* Print preview page selection should not require a rerendering of draft pages.kmadhusu@chromium.org2011-08-311-8/+22
* Print Preview: Fix printing from print preview.thestig@chromium.org2011-08-241-1/+2
* Backend changes for custom margins.aayushkumar@chromium.org2011-08-231-12/+5
* Print Preview: Go from event driven print preview back to print preview with ...thestig@chromium.org2011-08-231-28/+15
* Added Headers and Footers support for Core Graphics on Macaayushkumar@chromium.org2011-08-191-4/+2
* Added Header and Footer support in Linux, Windows and Mac for Skiaaayushkumar@chromium.org2011-08-171-0/+22
* Revert 97219 - Added Header and Footer support in Linux, Windows and Mac for ...aayushkumar@chromium.org2011-08-171-22/+0
* Added Header and Footer support in Linux, Windows and Mac for Skiaaayushkumar@chromium.org2011-08-171-0/+22
* Revert 96567 - Reland 96406 - Print preview page selection should not require...kmadhusu@chromium.org2011-08-121-27/+17
* Reland 96406 - Print preview page selection should not require a rerendering ...kmadhusu@chromium.org2011-08-121-17/+27
* Revert 96406 - Print preview page selection should not require a rerendering ...kmadhusu@chromium.org2011-08-111-27/+17
* Print preview page selection should not require a rerendering of draft pages.kmadhusu@chromium.org2011-08-111-17/+27
* Fix smelly scoped_ptr code in print_web_view_helper_win.vandebo@chromium.org2011-08-091-3/+8
* Remove metafile casts.vandebo@chromium.org2011-08-081-2/+3
* Print Preview: Fix crash in PrepareFrameAndViewForPrint.thestig@chromium.org2011-08-041-0/+3
* PrintPreview: Remove |page_number| from StartPageForVectorCanvas function and...kmadhusu@chromium.org2011-08-021-8/+2
* Cleanup for post-commit comments for r93943.ctguil@chromium.org2011-07-271-3/+3
* PrintPreview: backend changes to support pipelining.vandebo@chromium.org2011-07-261-8/+20
* Change printing code to minimize the number of page reflows (3 to 1-2).vandebo@chromium.org2011-07-261-10/+29
* Added a struct to hold page sizes and margins.aayushkumar@chromium.org2011-07-251-6/+11
* Fix issues with cloud printers only getting first page of a doc in print prev...abodenha@chromium.org2011-07-231-10/+0
* Print Preview: Printing with the system dialog should print the same frame/node.thestig@chromium.org2011-07-221-0/+3
* Fix issue in print preview where selecting a cloud printer does not generate ...abodenha@chromium.org2011-07-201-0/+5
* Print Preview: Make preview generation event driven to eliminate synchronous ...thestig@chromium.org2011-07-181-43/+109
* Initial support for cloudprint in print preview.abodenha@chromium.org2011-07-131-1/+10
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-121-5/+8
* Print Preview: Add the ability to cancel an in-flight print preview.thestig@chromium.org2011-07-071-1/+7
* Print Preview: Display a throbber when the user requests the system printjhawkins@chromium.org2011-06-291-3/+2