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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Printing: Notify the browser process of renderer print failures. (try 2)
thestig@chromium.org
2011-05-06
1
-1
/
+11
*
Revert 84343 - Printing: Notify the browser process of renderer print failures.
thestig@chromium.org
2011-05-05
1
-11
/
+1
*
Printing: Notify the browser process of renderer print failures.
thestig@chromium.org
2011-05-05
1
-1
/
+11
*
Add tests for print preview code in PrintWebViewHelper.
thestig@chromium.org
2011-05-05
1
-4
/
+7
*
Fix print preview clipping issues due to scaling.
ctguil@chromium.org
2011-04-30
1
-1
/
+1
*
Cleanup: Do not pass the unused document_cookie in the "printing done" IPC me...
thestig@chromium.org
2011-04-29
1
-1
/
+1
*
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
-1
/
+1
*
Print Preview: Check PrintHostMsg_UpdatePrintSettings return results and disp...
thestig@chromium.org
2011-04-20
1
-2
/
+8
*
Connect the right metafiles for print preview on Linux and Windows.
vandebo@chromium.org
2011-04-11
1
-6
/
+6
*
Fix accidental overload in r80818.
thestig@chromium.org
2011-04-07
1
-9
/
+9
*
Cleanup: Stop creating RenderViewObservers from chrome/ in RenderView.
thestig@chromium.org
2011-04-07
1
-3
/
+3
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Move printing messages to their own file.
jam@chromium.org
2011-03-24
1
-14
/
+14
*
Print Preview: Make window.print() and printing a frame work.
thestig@chromium.org
2011-03-21
1
-5
/
+18
*
Move a bunch of remaining files from chrome\renderer to content\renderer.
jam@chromium.org
2011-03-19
1
-1
/
+1
*
Printing: Simplify window.print() blocking code.
thestig@chromium.org
2011-03-18
1
-4
/
+3
*
Printing: Always pass in the WebNode.
thestig@chromium.org
2011-03-14
1
-5
/
+5
*
Printing: Further cleanup of PrintWebViewHelper. PrintWebViewHelper inherentl...
thestig@chromium.org
2011-03-11
1
-21
/
+16
*
Printing: Reorganize PrintWebViewHelper some more.
thestig@chromium.org
2011-03-10
1
-61
/
+70
*
Printing: Refactor the code that blocks frequent script initiated printing.
thestig@chromium.org
2011-03-09
1
-1
/
+11
*
(1) Hook up the print button to send the pages to the default printer for pri...
kmadhusu@chromium.org
2011-03-05
1
-1
/
+12
*
Linux: Print a potential double free in PrintWebViewHelper::PrintPages().
thestig@chromium.org
2011-03-01
1
-1
/
+1
*
Fix for Issue 73274: Printing causes view to scroll
yuzo@chromium.org
2011-02-23
1
-0
/
+1
*
Print Preview: Generate previews on Linux.
thestig@chromium.org
2011-02-22
1
-13
/
+16
*
Cleanup PrintWebViewHelper.
thestig@chromium.org
2011-02-19
1
-2
/
+0
*
Print Preview: Hook up the print button to initiate a normal print operation.
thestig@chromium.org
2011-02-17
1
-0
/
+1
*
Cleanup: Move several ifdefs into a single function.
thestig@chromium.org
2011-02-15
1
-1
/
+0
*
Move printing code out of RenderView.
jam@chromium.org
2011-02-11
1
-23
/
+22
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
1
-1
/
+1
*
Move ViewHostMsg_PagesReadyForPreview message to CreatePreviewDocument() func...
kmadhusu@chromium.org
2011-02-02
1
-4
/
+3
*
Refactor win printing workflow to support print preview.
kmadhusu@chromium.org
2011-01-27
1
-3
/
+6
*
Rename |print_params| to |preview_params| in CreatePreviewDocument() function.
kmadhusu@chromium.org
2011-01-26
1
-1
/
+1
*
Refactor win printing workflow.
kmadhusu@chromium.org
2011-01-25
1
-3
/
+11
*
Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...
abarth@chromium.org
2011-01-17
1
-2
/
+2
*
Allow printing/saving a plugin through right click menu, even if it's in a fr...
jam@chromium.org
2011-01-15
1
-4
/
+23
*
Linux: Trade one hack for another to allow pepper plugins to print only selec...
thestig@chromium.org
2011-01-11
1
-1
/
+8
*
Refactor mac printing workflow.
kmadhusu@chromium.org
2010-12-21
1
-7
/
+19
*
Printing: Remove invalid NOTREACHED for the case where user cancels printing.
thestig@chromium.org
2010-11-20
1
-1
/
+2
*
Refactor printing workflow to handle print preview.
kmadhusu@chromium.org
2010-10-25
1
-3
/
+18
*
Remove PrintWebViewHelper::PrintPageAsJPEG. It's dead code.
thestig@chromium.org
2010-10-08
1
-8
/
+0
*
`#pragma once` for app, base, chrome, gfx, ipc, net, skia, views
thakis@chromium.org
2010-07-26
1
-0
/
+1
*
Implement limited paged media support for mac.
hamaji@chromium.org
2010-07-01
1
-0
/
+3
*
Move GetPageSizeAndMarginsInPoints from linux code to generic code.
hamaji@chromium.org
2010-06-30
1
-0
/
+11
*
Fix Print Selection.
viettrungluu@chromium.org
2010-05-13
1
-1
/
+3
*
Move base/gfx contents to gfx/
ben@chromium.org
2010-03-14
1
-1
/
+1
*
Changes made to the printing logic to allow plugins to participate in the bro...
sanjeevr@chromium.org
2010-03-12
1
-0
/
+5
*
BSD ifdefs, etc. necessary for chrome/
pvalchev@google.com
2010-03-09
1
-2
/
+2
*
Upstreaming WebKit.gyp
yaar@chromium.org
2009-11-12
1
-1
/
+1
*
Add default implementations for WebViewClient and WebWidgetClient
darin@chromium.org
2009-11-04
1
-113
/
+1
[next]