summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/printing
Commit message (Expand)AuthorAgeFilesLines
* Remove the OOP PDF flagraymes2015-05-072-6/+0
* Move renderer print browser tests to componentdgn2015-02-053-1477/+0
* OOP PDF: Override printing for MimeHandlerViewContainers.sammc2015-01-242-0/+28
* Move switches into PrintWebViewHelperDelegatedgn2015-01-222-0/+15
* Moving files from //chrome to //components/printingdgn2015-01-139-3116/+4
* Revert of Remove calls to deprecated SkPDFDevice and SkPDFDocuemnt. (patchset...halcanary2015-01-081-2/+13
* Delegates for the printing componentdgn2015-01-074-41/+110
* Remove calls to deprecated SkPDFDevice and SkPDFDocuemnt.halcanary2015-01-061-13/+2
* Cleanup: Update the path to gfx size headers.tfarina2015-01-032-2/+2
* Cleanup: Update the path to gfx rect headers.tfarina2014-12-311-1/+1
* Make callers of CommandLine use it via the base:: namespace, and remove the g...avi2014-12-251-1/+1
* Update legacy Tuple-using code.Avi Drissman2014-12-221-16/+16
* OOP PDF: Fix PrintWebViewHelper test issues with OOP PDF enabled.sammc2014-12-151-6/+5
* Implement window.print() on Androiddgn2014-12-152-12/+17
* Fix WeakPtrFactory member ordering in chromeanujk.sharma2014-12-111-5/+5
* Change the flag which enables OOP PDF to an enable/disable flagraymes2014-11-261-1/+1
* OOP PDF: Print the PDF element instead of the PDF frame.sammc2014-11-241-5/+37
* Added alekseys@chromium.org to printing OWNERS.vitalybuka2014-11-211-0/+1
* Support NumCopies print presetn.bansal2014-11-191-2/+9
* Added #ifdefs around PrintHeaderAndFooter for Windows and Mac.vitalybuka2014-11-122-1/+4
* PdfMetafileSkia gives out a SkCanvas, not a SkBaseDevice.halcanary2014-11-104-57/+24
* Compile Android using GRIT's new --no-output-all-resource-defines flag.newt2014-11-073-6/+13
* Disable basic printing on ChromeOS.vitalybuka2014-11-061-2/+2
* Re-factored printing defines and build configs.vitalybuka2014-11-053-19/+19
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-281-6/+4
* Standardize usage of virtual/override/final in chrome/renderer/dcheng2014-10-212-7/+6
* Replacing the OVERRIDE with override and in chrome/renderermohan.reddy2014-10-102-6/+6
* Restored disable print preview policy.vitalybuka2014-09-261-0/+4
* Revert of Restored disable print preview policy. (patchset #8 id:140001 of ht...vitalybuka2014-09-251-4/+0
* Restored disable print preview policy.vitalybuka2014-09-251-0/+4
* Removed unused argument and GetPrintCanvasSize.vitalybuka2014-09-185-37/+8
* Refactoring the order of the weak_ptr_factory in chrome/renderer foldermohan.reddy2014-09-151-1/+3
* Normalize a couple of print preview browser tests.japhet2014-09-131-0/+2
* Extracted MetafilePlayer interface from printing::MetafilePlayer.vitalybuka2014-09-123-6/+6
* Replaced Metafile with PdfMetafileSkia in renderer.vitalybuka2014-09-125-24/+24
* [gcc 4.8 build-fix] Remove duplicate line for friend declaration in print_web...vivek.vg2014-09-101-1/+0
* Fixed print_web_view_helper for CEF.vitalybuka2014-09-103-10/+183
* Remove last use of WebFrame::isLoading()japhet2014-09-091-1/+1
* More System Dialog printing code disabled on Windows.vitalybuka2014-09-083-5/+17
* Revert of More System Dialog printing code disabled on Windows. (patchset #3 ...vitalybuka2014-09-083-17/+5
* More System Dialog printing code disabled on Windows.vitalybuka2014-08-303-5/+17
* Removed NativeMetafile and PreviewMetafile typedef as it's always PdfMetafile...vitalybuka2014-08-296-20/+19
* Removed print_web_view_helper_win.ccvitalybuka2014-08-284-272/+9
* Try to use URL and title of the printed frame for header and footer.vitalybuka2014-08-286-41/+41
* Use document from preview for System Dialog printing on Windows.vitalybuka2014-08-261-1/+6
* Change base/file_utils.h includes to base/files/file_utils.h in chrome/thestig2014-08-262-2/+2
* Removed --disable-print-preview switch and policy.vitalybuka@chromium.org2014-08-213-244/+48
* Updated PrintWebViewHelper::print_pages_params_ initialization for better rea...vitalybuka@chromium.org2014-08-202-35/+26
* Defer request to print a PDF when the user initiates the entire frame and the...ivandavid@chromium.org2014-08-152-1/+34
* Use a qualified path for grit includes in various chrome/ directories.thestig@chromium.org2014-08-131-1/+1