summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/print_web_view_helper_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix print preview clipping issues due to scaling.ctguil@chromium.org2011-04-301-3/+5
* Printing: Catch more printing failures.thestig@chromium.org2011-04-281-4/+4
* Fix scaling issue in windows print preview.ctguil@chromium.org2011-04-201-15/+27
* Cleanup: Use RenderViewObserver::Send() instead of RenderView::Send() in Prin...thestig@chromium.org2011-04-191-12/+6
* Connect the right metafiles for print preview on Linux and Windows.vandebo@chromium.org2011-04-111-72/+65
* Fix accidental overload in r80818.thestig@chromium.org2011-04-071-3/+4
* Rename some printing classes and minor cleanups.vandebo@chromium.org2011-04-041-3/+3
* Added a DCHECK to validate the metafile page count while handling alpha blend...kmadhusu@chromium.org2011-04-011-0/+4
* Adding CreateFromData to NativeMetafileFactorydpapad@chromium.org2011-03-261-3/+0
* Add a ChromeRenderMessageFilter, which is like RenderMessageFilter but outsid...jam@chromium.org2011-03-241-3/+2
* Move printing messages to their own file.jam@chromium.org2011-03-241-9/+9
* Move the rest of the renderer->browser messages that belong in content. Also...jam@chromium.org2011-03-241-1/+1
* Cleanup NativeMetafile (win) interface and EMF class.vandebo@chromium.org2011-03-221-5/+3
* Unfork VectorPlatformCanvas.vandebo@chromium.org2011-03-211-47/+10
* Revert 78859 - Unfork VectorPlatformCanvas.vandebo@chromium.org2011-03-211-10/+47
* Unfork VectorPlatformCanvas.vandebo@chromium.org2011-03-211-47/+10
* Revert 78812 - Unfork VectorPlatformCanvas.vandebo@chromium.org2011-03-191-10/+47
* Unfork VectorPlatformCanvas.vandebo@chromium.org2011-03-191-47/+10
* Renaming NativeMetafile related methods to more appropriate names.dpapad@chromium.org2011-03-191-6/+6
* Unifying StartPage across all platformsdpapad@chromium.org2011-03-181-3/+14
* Revert 78666 - Cleanup NativeMetafile (win) interface and EMF class.vandebo@chromium.org2011-03-181-3/+5
* Cleanup NativeMetafile (win) interface and EMF class.vandebo@chromium.org2011-03-181-5/+3
* Revert 78662 - Unfork VectorPlatformCanvas.vandebo@chromium.org2011-03-181-9/+44
* Unfork VectorPlatformCanvas.vandebo@chromium.org2011-03-181-44/+9
* Move Start/EndPage() from NewPage/PageDone()dpapad@chromium.org2011-03-161-0/+6
* Unifying NativeMetafile class interface (as much as possible) for Linux, Mac,...dpapad@chromium.org2011-03-161-10/+10
* 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-3/+7
* Revert 76553 - Applying factory pattern (through NativeMetafileFactory class)...jam@chromium.org2011-03-021-7/+3
* Applying factory pattern (through NativeMetafileFactory class). It is used to...dpapad@chromium.org2011-03-021-3/+7
* 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-9/+6
* Make code around CopyMetafileDataToSharedMem consistent.thestig@chromium.org2011-02-151-10/+11
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-2/+2
* Move ViewHostMsg_PagesReadyForPreview message to CreatePreviewDocument() func...kmadhusu@chromium.org2011-02-021-9/+10
* Refactor win printing workflow to support print preview.kmadhusu@chromium.org2011-01-271-21/+84
* Refactor win printing workflow.kmadhusu@chromium.org2011-01-251-75/+100
* Clean up windows printing workflow.kmadhusu@chromium.org2011-01-201-61/+41
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-1/+1
* When printing a page containing alpha blending on a printer which doesn't sup...senorblanco@chromium.org2011-01-121-5/+97
* Print Preview: Fix hanging browser process on Windows.thestig@chromium.org2010-11-301-3/+1
* Fix up SharedMemory implementation so that it is more equivalent on Windows v...dmaclach@chromium.org2010-10-271-2/+1
* Refactor printing workflow to handle print preview.kmadhusu@chromium.org2010-10-251-1/+5
* shared_memory: remove wstrings, fix callers.evan@chromium.org2010-09-291-1/+1
* FBTF: Move individual XXXMsg_Params structs to a new file.erg@google.com2010-08-241-0/+1
* Fix for Issue 50923: page is not properly positioned on paper when paper isyuzo@chromium.org2010-08-041-2/+2
* Cleanup: Remove unneeded headers from app/ (part 2)thestig@chromium.org2010-07-311-1/+0
* Implement limited paged media support for win.hamaji@chromium.org2010-07-021-4/+44
* Unfork most of the PrintWebViewHelper code between Mac and Windows.stuartmorgan@chromium.org2010-05-101-163/+0
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-1/+1