summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/print_web_view_helper.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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