summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/print_web_view_helper.h
Commit message (Expand)AuthorAgeFilesLines
* Clean up display of print errors to avoid use of BrowserList::GetLastActive().ben@chromium.org2012-05-301-3/+0
* Use overloaded printBegin() chromium-webkit api in PrepareFrameAndViewPrint c...kmadhusu@chromium.org2012-05-171-15/+24
* [Print Preview]: Added code to support pdf fit to page functionality.kmadhusu@chromium.org2012-05-161-0/+11
* [Print Preview] Refactored code to support auto fit to page functionality.kmadhusu@chromium.org2012-04-201-9/+2
* Code cleanup. Addressing TODO from the previous CL.gene@chromium.org2012-04-161-2/+1
* Fixed issue with shrink output when using system print dialog.gene@chromium.org2012-04-141-0/+3
* Block printing from blocked popup. abodenha@chromium.org2012-03-231-1/+10
* Printing: Handle more error conditions and remove more cruft.thestig@chromium.org2012-03-151-1/+3
* Cleanup: Remove some unneeded fluff in printing code.thestig@chromium.org2012-03-071-7/+5
* 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