index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
renderer
/
print_web_view_helper_win.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix print preview clipping issues due to scaling.
ctguil@chromium.org
2011-04-30
1
-3
/
+5
*
Printing: Catch more printing failures.
thestig@chromium.org
2011-04-28
1
-4
/
+4
*
Fix scaling issue in windows print preview.
ctguil@chromium.org
2011-04-20
1
-15
/
+27
*
Cleanup: Use RenderViewObserver::Send() instead of RenderView::Send() in Prin...
thestig@chromium.org
2011-04-19
1
-12
/
+6
*
Connect the right metafiles for print preview on Linux and Windows.
vandebo@chromium.org
2011-04-11
1
-72
/
+65
*
Fix accidental overload in r80818.
thestig@chromium.org
2011-04-07
1
-3
/
+4
*
Rename some printing classes and minor cleanups.
vandebo@chromium.org
2011-04-04
1
-3
/
+3
*
Added a DCHECK to validate the metafile page count while handling alpha blend...
kmadhusu@chromium.org
2011-04-01
1
-0
/
+4
*
Adding CreateFromData to NativeMetafileFactory
dpapad@chromium.org
2011-03-26
1
-3
/
+0
*
Add a ChromeRenderMessageFilter, which is like RenderMessageFilter but outsid...
jam@chromium.org
2011-03-24
1
-3
/
+2
*
Move printing messages to their own file.
jam@chromium.org
2011-03-24
1
-9
/
+9
*
Move the rest of the renderer->browser messages that belong in content. Also...
jam@chromium.org
2011-03-24
1
-1
/
+1
*
Cleanup NativeMetafile (win) interface and EMF class.
vandebo@chromium.org
2011-03-22
1
-5
/
+3
*
Unfork VectorPlatformCanvas.
vandebo@chromium.org
2011-03-21
1
-47
/
+10
*
Revert 78859 - Unfork VectorPlatformCanvas.
vandebo@chromium.org
2011-03-21
1
-10
/
+47
*
Unfork VectorPlatformCanvas.
vandebo@chromium.org
2011-03-21
1
-47
/
+10
*
Revert 78812 - Unfork VectorPlatformCanvas.
vandebo@chromium.org
2011-03-19
1
-10
/
+47
*
Unfork VectorPlatformCanvas.
vandebo@chromium.org
2011-03-19
1
-47
/
+10
*
Renaming NativeMetafile related methods to more appropriate names.
dpapad@chromium.org
2011-03-19
1
-6
/
+6
*
Unifying StartPage across all platforms
dpapad@chromium.org
2011-03-18
1
-3
/
+14
*
Revert 78666 - Cleanup NativeMetafile (win) interface and EMF class.
vandebo@chromium.org
2011-03-18
1
-3
/
+5
*
Cleanup NativeMetafile (win) interface and EMF class.
vandebo@chromium.org
2011-03-18
1
-5
/
+3
*
Revert 78662 - Unfork VectorPlatformCanvas.
vandebo@chromium.org
2011-03-18
1
-9
/
+44
*
Unfork VectorPlatformCanvas.
vandebo@chromium.org
2011-03-18
1
-44
/
+9
*
Move Start/EndPage() from NewPage/PageDone()
dpapad@chromium.org
2011-03-16
1
-0
/
+6
*
Unifying NativeMetafile class interface (as much as possible) for Linux, Mac,...
dpapad@chromium.org
2011-03-16
1
-10
/
+10
*
Printing: Always pass in the WebNode.
thestig@chromium.org
2011-03-14
1
-3
/
+4
*
Applying factory pattern (through NativeMetafileFactory class). It is used to...
dpapad@chromium.org
2011-03-02
1
-3
/
+7
*
Revert 76553 - Applying factory pattern (through NativeMetafileFactory class)...
jam@chromium.org
2011-03-02
1
-7
/
+3
*
Applying factory pattern (through NativeMetafileFactory class). It is used to...
dpapad@chromium.org
2011-03-02
1
-3
/
+7
*
PrintPreview: Send the expected pages count value to Web UI along with previe...
kmadhusu@chromium.org
2011-02-22
1
-0
/
+2
*
Cleanup PrintWebViewHelper.
thestig@chromium.org
2011-02-19
1
-9
/
+6
*
Make code around CopyMetafileDataToSharedMem consistent.
thestig@chromium.org
2011-02-15
1
-10
/
+11
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
1
-2
/
+2
*
Move ViewHostMsg_PagesReadyForPreview message to CreatePreviewDocument() func...
kmadhusu@chromium.org
2011-02-02
1
-9
/
+10
*
Refactor win printing workflow to support print preview.
kmadhusu@chromium.org
2011-01-27
1
-21
/
+84
*
Refactor win printing workflow.
kmadhusu@chromium.org
2011-01-25
1
-75
/
+100
*
Clean up windows printing workflow.
kmadhusu@chromium.org
2011-01-20
1
-61
/
+41
*
Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...
abarth@chromium.org
2011-01-17
1
-1
/
+1
*
When printing a page containing alpha blending on a printer which doesn't sup...
senorblanco@chromium.org
2011-01-12
1
-5
/
+97
*
Print Preview: Fix hanging browser process on Windows.
thestig@chromium.org
2010-11-30
1
-3
/
+1
*
Fix up SharedMemory implementation so that it is more equivalent on Windows v...
dmaclach@chromium.org
2010-10-27
1
-2
/
+1
*
Refactor printing workflow to handle print preview.
kmadhusu@chromium.org
2010-10-25
1
-1
/
+5
*
shared_memory: remove wstrings, fix callers.
evan@chromium.org
2010-09-29
1
-1
/
+1
*
FBTF: Move individual XXXMsg_Params structs to a new file.
erg@google.com
2010-08-24
1
-0
/
+1
*
Fix for Issue 50923: page is not properly positioned on paper when paper is
yuzo@chromium.org
2010-08-04
1
-2
/
+2
*
Cleanup: Remove unneeded headers from app/ (part 2)
thestig@chromium.org
2010-07-31
1
-1
/
+0
*
Implement limited paged media support for win.
hamaji@chromium.org
2010-07-02
1
-4
/
+44
*
Unfork most of the PrintWebViewHelper code between Mac and Windows.
stuartmorgan@chromium.org
2010-05-10
1
-163
/
+0
*
Move base/gfx contents to gfx/
ben@chromium.org
2010-03-14
1
-1
/
+1
[next]