summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/print_web_view_helper_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Renaming NativeMetafile related methods to more appropriate names.dpapad@chromium.org2011-03-191-4/+4
* Unifying StartPage across all platformsdpapad@chromium.org2011-03-181-4/+3
* Printing: Always pass in the WebNode.thestig@chromium.org2011-03-141-3/+4
* Applying factory pattern (through NativeMetafileFactory class). It is used to...dpapad@chromium.org2011-03-021-13/+18
* Revert 76553 - Applying factory pattern (through NativeMetafileFactory class)...jam@chromium.org2011-03-021-18/+13
* Applying factory pattern (through NativeMetafileFactory class). It is used to...dpapad@chromium.org2011-03-021-13/+18
* PrintPreview: Send the expected pages count value to Web UI along with previe...kmadhusu@chromium.org2011-02-221-0/+2
* Cleanup PrintWebViewHelper.thestig@chromium.org2011-02-191-25/+6
* Make code around CopyMetafileDataToSharedMem consistent.thestig@chromium.org2011-02-151-7/+4
* Move ViewHostMsg_PagesReadyForPreview message to CreatePreviewDocument() func...kmadhusu@chromium.org2011-02-021-7/+9
* Rename |print_params| to |preview_params| in CreatePreviewDocument() function.kmadhusu@chromium.org2011-01-261-4/+4
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-4/+4
* Allow printing/saving a plugin through right click menu, even if it's in a fr...jam@chromium.org2011-01-151-2/+2
* Refactor mac printing workflow.kmadhusu@chromium.org2010-12-211-61/+88
* Merge ViewHostMsg_AllocatePDFTransport with ViewHostMsg_AllocateSharedMemoryB...thestig@chromium.org2010-12-171-2/+2
* Print Preview: Fix hanging browser process on Windows.thestig@chromium.org2010-11-301-4/+1
* Refactor printing workflow to handle print preview.kmadhusu@chromium.org2010-10-251-1/+5
* Move scoped_cftyperef from base to base/mac, use the new namespace, and name itbrettw@chromium.org2010-10-171-1/+0
* FBTF: Move individual XXXMsg_Params structs to a new file.erg@google.com2010-08-241-0/+1
* Fix style issues pointed in another change.hamaji@chromium.org2010-07-021-4/+4
* Implement limited paged media support for mac.hamaji@chromium.org2010-07-011-1/+33
* Unfork most of the PrintWebViewHelper code between Mac and Windows.stuartmorgan@chromium.org2010-05-101-161/+0
* Modal loops of joy.darin@chromium.org2010-02-181-2/+4
* Make SharedMemory use uint32 instead of size_t. This removes the remaining s...jam@chromium.org2010-02-161-1/+1
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-3/+3
* Switch to SendAndRunNestedMessageLoop in Mac printingstuartmorgan@chromium.org2009-10-191-6/+1
* Wire up printing on the Macstuartmorgan@chromium.org2009-10-131-0/+238