summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/mock_printer.h
Commit message (Expand)AuthorAgeFilesLines
* Use base namespace for string16 in chrome/renderer.brettw@chromium.org2013-12-041-2/+2
* Rename WebKit namespace to blink (part 4)abarth@chromium.org2013-11-071-1/+1
* Use JS Date().toLocaleDateString() to format date in header. Fixed issues wit...vitalybuka@chromium.org2013-10-231-1/+0
* Update Blink include pathsabarth@chromium.org2013-06-171-1/+1
* Use a direct include of strings headers in chrome/renderer/.avi@chromium.org2013-06-111-1/+1
* Rewrite scoped_array<T> to scoped_ptr<T[]> in chrome, Linux edition.dcheng@chromium.org2013-04-061-1/+1
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-2/+2
* Async frame preparation for Preview with support if selection.vitalybuka@chromium.org2013-01-291-0/+3
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Use overloaded printBegin() chromium-webkit api in PrepareFrameAndViewPrint c...kmadhusu@chromium.org2012-05-171-2/+4
* [Print Preview] Refactored code to support auto fit to page functionality.kmadhusu@chromium.org2012-04-201-0/+3
* PrintPreview: Modify PrintMsg_Print_Params data validation check.kmadhusu@chromium.org2012-03-151-1/+3
* PrintPreview: Honor the print media page size and margin values.kmadhusu@chromium.org2012-01-101-1/+5
* PrintPreview: Rename PrintMsg_Print_Params struct member variable (printable_...kmadhusu@chromium.org2011-12-041-1/+1
* Print preview not showing if default print is invalid.arthurhsu@chromium.org2011-09-011-0/+4
* Print preview page selection should not require a rerendering of draft pages.kmadhusu@chromium.org2011-08-311-1/+2
* Added a 'Reset' method in PrintMsg_Print_Params struct that is responsible fo...aayushkumar@chromium.org2011-08-221-51/+0
* Added Header and Footer support in Linux, Windows and Mac for Skiaaayushkumar@chromium.org2011-08-171-0/+58
* Revert 97219 - Added Header and Footer support in Linux, Windows and Mac for ...aayushkumar@chromium.org2011-08-171-58/+0
* Added Header and Footer support in Linux, Windows and Mac for Skiaaayushkumar@chromium.org2011-08-171-0/+58
* Print Preview: Fixing behavior of event listeners.dpapad@chromium.org2011-08-121-0/+5
* Revert 96567 - Reland 96406 - Print preview page selection should not require...kmadhusu@chromium.org2011-08-121-2/+1
* Reland 96406 - Print preview page selection should not require a rerendering ...kmadhusu@chromium.org2011-08-121-1/+2
* Revert 96406 - Print preview page selection should not require a rerendering ...kmadhusu@chromium.org2011-08-111-2/+1
* Print preview page selection should not require a rerendering of draft pages.kmadhusu@chromium.org2011-08-111-1/+2
* Add tests for print preview code in PrintWebViewHelper.thestig@chromium.org2011-05-051-1/+4
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Move printing messages to their own file.jam@chromium.org2011-03-241-7/+7
* Printing: MockPrinter should return valid default printer settings.thestig@chromium.org2011-03-151-3/+6
* FBTF: Even more ctor/virtual deinlining.erg@google.com2010-10-191-11/+4
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* More code cleanups found by -Wextra.evan@chromium.org2010-03-091-1/+1
* Make SharedMemory use uint32 instead of size_t. This removes the remaining s...jam@chromium.org2010-02-161-12/+12
* Enable the RenderViewTest printing tests on the Mac.stuartmorgan@chromium.org2009-10-141-2/+2
* Print only the focused frame. This makes more sense than trying to print all...sverrir@chromium.org2009-07-161-39/+17
* Add support for printing selection only flag. This only adds the flag to the ...sverrir@google.com2009-06-081-0/+4
* Adds a RenderViewTest.PrintLayoutTest.hbono@chromium.org2009-05-231-0/+155