summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/print_web_view_helper.cc
Commit message (Expand)AuthorAgeFilesLines
* Guard against the same PrintWebViewHelper being re-entered.tsepez@chromium.org2012-11-031-1/+13
* Code cleanup. No functional changes.vitalybuka@chromium.org2012-11-011-132/+111
* Reign in print throttling.scottbyer@chromium.org2012-09-191-4/+19
* Fixing printing from preview PDF to device on Windows.vitalybuka@chromium.org2012-09-011-0/+12
* Enable RenderText path in print_web_view_helper.cc on the Mac.asvitkine@chromium.org2012-08-281-1/+1
* Print preview: Use an ID instead of memory pointer string in WebUI.thestig@chromium.org2012-08-241-7/+7
* Work-around Windows 8 bug causing print footers and headers to have incorrect...asvitkine@chromium.org2012-08-071-2/+7
* Cleanup gfx::Canvas now that 10562027 has landedpkotwicz@chromium.org2012-07-241-2/+3
* Revert 147915 - Cleanup gfx::Canvas now that 10562027 has landedacolwell@chromium.org2012-07-231-3/+2
* Cleanup gfx::Canvas now that 10562027 has landedpkotwicz@chromium.org2012-07-231-2/+3
* Rewrite use of RenderText in print_web_view_helper.cc.asvitkine@chromium.org2012-07-121-60/+59
* Rename RenderText::CreateRenderText() to RenderText::CreateInstance().asvitkine@chromium.org2012-07-091-1/+1
* Workaround Skia clipping bug in print_web_view_helper.cc.asvitkine@chromium.org2012-06-281-0/+3
* Delete obsolete and unused CoreText code from print_web_view_helper.cc.asvitkine@chromium.org2012-06-271-79/+6
* Add ability to build a canvas with a target scale factor.pkotwicz@chromium.org2012-06-271-2/+6
* Fix crash when displaying system print dialog on Linux.abodenha@chromium.org2012-06-121-4/+0
* Clean up display of print errors to avoid use of BrowserList::GetLastActive().ben@chromium.org2012-05-301-14/+0
* Fix and simplify calculation of y-coordinate of header/footer rendertext rect.arthurhsu@chromium.org2012-05-291-10/+10
* Use overloaded printBegin() chromium-webkit api in PrepareFrameAndViewPrint c...kmadhusu@chromium.org2012-05-171-53/+91
* [Print Preview]: Added code to support pdf fit to page functionality.kmadhusu@chromium.org2012-05-161-23/+58
* Fix RenderText display rect y-axis adjustment in print previewxji@chromium.org2012-05-141-15/+11
* Quote WebPreferences in namespace webkit_glue.wangxianzhu@chromium.org2012-05-111-1/+1
* Fix RTL and complex script title in print preview header/footer.arthurhsu@chromium.org2012-05-071-0/+70
* [Print Preview] Refactored code to support auto fit to page functionality.kmadhusu@chromium.org2012-04-201-24/+20
* Remove support for bitmap printing in pepperbrettw@chromium.org2012-04-191-2/+8
* Code cleanup. Addressing TODO from the previous CL.gene@chromium.org2012-04-161-13/+10
* Fixed issue with shrink output when using system print dialog.gene@chromium.org2012-04-141-2/+11
* PrintPreview: Fix extra margins issue.kmadhusu@chromium.org2012-03-241-9/+16
* Block printing from blocked popup. abodenha@chromium.org2012-03-231-1/+15
* PrintPreview: Hide/Show the header footer option based on print frame margins.kmadhusu@chromium.org2012-03-201-0/+14
* Printing: Handle a case of a NULL WebFrame without crashing.thestig@chromium.org2012-03-191-8/+11
* PrintPreview: Modify PrintMsg_Print_Params data validation check.kmadhusu@chromium.org2012-03-151-8/+7
* Printing: Handle more error conditions and remove more cruft.thestig@chromium.org2012-03-151-32/+41
* Cleanup: Remove some unneeded fluff in printing code.thestig@chromium.org2012-03-071-19/+11
* Printing: Release the PrinterQuery when a renderer crashes.thestig@chromium.org2012-02-251-1/+1
* [Coverity] pass string by const-reftbreisacher@chromium.org2012-02-081-1/+1
* Print preview: Do not exit the window.print() nested loop too early when savi...thestig@chromium.org2012-01-241-11/+26
* Print Preview: Refactor and cleanup parts of PrintPreviewHandler and PrintWeb...thestig@chromium.org2012-01-191-11/+13
* Print Preview: Add a non-user-visible pref for controlling print preview. Hoo...thestig@chromium.org2012-01-181-1/+6
* Adding functionality to print PDF embedded in the html page.gene@chromium.org2012-01-131-12/+16
* PrintPreview: Honor print media page orientation settings.kmadhusu@chromium.org2012-01-121-16/+39
* PrintPreview: Honor the print media page size and margin values.kmadhusu@chromium.org2012-01-101-111/+279
* Revert 115245 - Coverity: Fixing pass by value, 101350.cmp@chromium.org2011-12-211-11/+11
* Coverity: Fixing pass by value, 101350.dpapad@chromium.org2011-12-211-11/+11
* 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