summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/print_web_view_helper.cc
Commit message (Expand)AuthorAgeFilesLines
* PrintPreview: Rename PrintMsg_Print_Params struct member variable (printable_...kmadhusu@chromium.org2011-12-041-7/+7
* Update includes to new header locations.abarth@chromium.org2011-12-031-4/+4
* Print Preview: Set source modifiable bit for scripted printing.thestig@chromium.org2011-12-011-1/+3
* Print Preview: Properly handle window.print().thestig@chromium.org2011-11-231-1/+5
* PrintPreview: [Cleanup] Remove unwanted function calls.kmadhusu@chromium.org2011-11-191-23/+11
* Print Preview: Making margin selection sticky (part 2/2, again)dpapad@chromium.org2011-11-151-1/+2
* Revert 110035 - Print Preview: Making margin selection sticky (part 2/2)dpapad@chromium.org2011-11-151-2/+1
* Print Preview: Making margin selection sticky (part 2/2)dpapad@chromium.org2011-11-151-1/+2
* Printing: Remove an unused variable, update some obsolete comments, and remov...thestig@chromium.org2011-11-031-4/+0
* Add checks to narrow down the search space for bug 100890.vandebo@chromium.org2011-10-201-1/+7
* Print Preview: Fix a bad DCHECK.thestig@chromium.org2011-10-191-1/+1
* Fix print media page size by using the value we compute.vandebo@chromium.org2011-10-181-2/+2
* Remove redundant function call, and fix bad var naming.arthurhsu@chromium.org2011-10-181-6/+8
* When printing a PDF, query and use the print scaling disabled option. Also, ...vandebo@chromium.org2011-10-171-41/+74
* Move margin processing code to the browser process.vandebo@chromium.org2011-10-151-100/+38
* More options for the types of margins to add.vandebo@chromium.org2011-10-131-22/+21
* Make RenderView inherit from content::RenderView, and add missing functions t...jam@chromium.org2011-10-101-17/+18
* Sanity check the printable area returned by windows.vandebo@chromium.org2011-10-081-1/+0
* Move HostAllocateSharedMemoryBuffer to content::RenderThread now that we have...jam@chromium.org2011-10-071-1/+2
* Patch up excessive margins until we can get the real fix plumbed through.vandebo@chromium.org2011-10-071-11/+30
* Move RenderViewObserver and RenderViewObserverTracker to content\public\rende...jam@chromium.org2011-10-031-2/+2
* PrintWebViewHelper: change WebNode* to const WebNode&vandebo@chromium.org2011-09-261-32/+24
* Fix print preview workflow to reflect settings of selected printer.arthurhsu@chromium.org2011-09-221-31/+58
* Move sending of the following IPC messages out of Chrome\renderer.ananta@chromium.org2011-09-191-3/+2
* Print Preview: Add UMA for renderer failures.thestig@chromium.org2011-09-131-4/+25
* Add check to debug issue 96063.vandebo@chromium.org2011-09-101-0/+2
* PrintPreview: Set |display_header_footer| to false if it is a first request a...kmadhusu@chromium.org2011-09-091-0/+5
* 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