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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup: Move several ifdefs into a single function.
thestig@chromium.org
2011-02-15
1
-19
/
+17
*
Move printing code out of RenderView.
jam@chromium.org
2011-02-11
1
-27
/
+71
*
Move ViewHostMsg_PagesReadyForPreview message to CreatePreviewDocument() func...
kmadhusu@chromium.org
2011-02-02
1
-7
/
+6
*
Refactor win printing workflow to support print preview.
kmadhusu@chromium.org
2011-01-27
1
-2
/
+2
*
Rename |print_params| to |preview_params| in CreatePreviewDocument() function.
kmadhusu@chromium.org
2011-01-26
1
-5
/
+5
*
Move l10n_util to ui/base
ben@chromium.org
2011-01-21
1
-1
/
+1
*
Printing: Rename some variables in the two different PrintPages() to be more ...
thestig@chromium.org
2011-01-20
1
-2
/
+4
*
Clean up windows printing workflow.
kmadhusu@chromium.org
2011-01-20
1
-6
/
+9
*
Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...
abarth@chromium.org
2011-01-17
1
-10
/
+10
*
Allow printing/saving a plugin through right click menu, even if it's in a fr...
jam@chromium.org
2011-01-15
1
-22
/
+44
*
Take out temp WEBKIT_HAS_WEB_AUTO_FILL_CLIENT code now that WebKit is rolled.
jam@chromium.org
2011-01-13
1
-5
/
+2
*
Refactor UpdatePrintableSizeInPrintParameters() function in print_web_view_he...
kmadhusu@chromium.org
2011-01-12
1
-16
/
+22
*
Make PrintWebViewHelper work with new WebKit API for printing a plugin.
jam@chromium.org
2011-01-11
1
-0
/
+6
*
Make RenderView implement WebAutoFillClient, in preparation of making WebKit ...
jam@chromium.org
2011-01-10
1
-1
/
+5
*
Remove wstring from l10n_util. Part 2.
avi@chromium.org
2010-12-28
1
-2
/
+1
*
Refactor mac printing workflow.
kmadhusu@chromium.org
2010-12-21
1
-18
/
+65
*
Print Preview: Fix hanging browser process on Windows.
thestig@chromium.org
2010-11-30
1
-3
/
+12
*
Printing: Remove invalid NOTREACHED for the case where user cancels printing.
thestig@chromium.org
2010-11-20
1
-17
/
+13
*
Refactor printing workflow to handle print preview.
kmadhusu@chromium.org
2010-10-25
1
-106
/
+134
*
Remove PrintWebViewHelper::PrintPageAsJPEG. It's dead code.
thestig@chromium.org
2010-10-08
1
-36
/
+0
*
Printing: Implement PrintingContext::UseDefaultSettings for Linux/Cairo.
jhawkins@chromium.org
2010-09-21
1
-2
/
+0
*
FBTF: Move individual XXXMsg_Params structs to a new file.
erg@google.com
2010-08-24
1
-0
/
+1
*
Remove all wstrings from the IPC logging subsystem.
erg@google.com
2010-08-18
1
-0
/
+1
*
Fix for Issue 50923: page is not properly positioned on paper when paper is
yuzo@chromium.org
2010-08-04
1
-3
/
+5
*
Fix for Issue 50340: @page rules inside @media print rules are not properly
yuzo@chromium.org
2010-07-28
1
-0
/
+1
*
render_view.h: Header cleanup.
jhawkins@chromium.org
2010-07-26
1
-0
/
+1
*
Fix a Chrome renderer crash which occurs on closing the print dialog right af...
ananta@chromium.org
2010-07-08
1
-4
/
+2
*
Fix style issues pointed in another change.
hamaji@chromium.org
2010-07-02
1
-10
/
+10
*
Implement limited paged media support for win.
hamaji@chromium.org
2010-07-02
1
-1
/
+8
*
Implement limited paged media support for mac.
hamaji@chromium.org
2010-07-01
1
-4
/
+23
*
Move GetPageSizeAndMarginsInPoints from linux code to generic code.
hamaji@chromium.org
2010-06-30
1
-0
/
+85
*
Create constant variables kPointsPerInch and kPixelsPerInch and conversion fu...
hamaji@chromium.org
2010-06-28
1
-1
/
+1
*
DevTools: migrate to new WebView constructor.
pfeldman@chromium.org
2010-06-25
1
-1
/
+1
*
Revert 50726 "DevTools: Migrate to new WebView initialization (pass devtools ...
pfeldman@chromium.org
2010-06-24
1
-1
/
+1
*
DevTools: Migrate to new WebView initialization (pass devtools client directly).
pfeldman@chromium.org
2010-06-24
1
-1
/
+1
*
Changed printer page setup units to be in device co-ordinates (this is pixels...
sanjeevr@chromium.org
2010-05-29
1
-4
/
+8
*
A plugin can refuse to print, don't throw a JS alert in that case.
jam@chromium.org
2010-05-27
1
-48
/
+55
*
Fix Print Selection.
viettrungluu@chromium.org
2010-05-13
1
-5
/
+2
*
Unfork most of the PrintWebViewHelper code between Mac and Windows.
stuartmorgan@chromium.org
2010-05-10
1
-0
/
+170
*
Move image codec stuff to toplevel gfx.
ben@chromium.org
2010-03-18
1
-1
/
+1
*
Changes made to the printing logic to allow plugins to participate in the bro...
sanjeevr@chromium.org
2010-03-12
1
-2
/
+5
*
Upstreaming WebKit.gyp
yaar@chromium.org
2009-11-12
1
-5
/
+5
*
Add default implementations for WebViewClient and WebWidgetClient
darin@chromium.org
2009-11-04
1
-24
/
+0
*
Delete glue/webview{_delegate}.h
darin@chromium.org
2009-10-19
1
-5
/
+7
*
Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classes
brettw@chromium.org
2009-10-03
1
-3
/
+3
*
Move various methods from glue/webview.h to api/public/WebView.h
darin@chromium.org
2009-10-01
1
-1
/
+1
*
Revert 27705 - Move various methods from glue/webview.h to api/public/WebView.h
mal@chromium.org
2009-10-01
1
-1
/
+1
*
Move various methods from glue/webview.h to api/public/WebView.h
darin@chromium.org
2009-10-01
1
-1
/
+1
*
Hook up webkit/api/public/WebView.h
darin@chromium.org
2009-09-30
1
-3
/
+3
*
Move some more methods from WebViewDelegate to WebViewClient.
darin@chromium.org
2009-09-23
1
-0
/
+4
[next]