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
/
printing
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moving files from //chrome to //components/printing
dgn
2015-01-13
9
-3116
/
+4
*
Revert of Remove calls to deprecated SkPDFDevice and SkPDFDocuemnt. (patchset...
halcanary
2015-01-08
1
-2
/
+13
*
Delegates for the printing component
dgn
2015-01-07
4
-41
/
+110
*
Remove calls to deprecated SkPDFDevice and SkPDFDocuemnt.
halcanary
2015-01-06
1
-13
/
+2
*
Cleanup: Update the path to gfx size headers.
tfarina
2015-01-03
2
-2
/
+2
*
Cleanup: Update the path to gfx rect headers.
tfarina
2014-12-31
1
-1
/
+1
*
Make callers of CommandLine use it via the base:: namespace, and remove the g...
avi
2014-12-25
1
-1
/
+1
*
Update legacy Tuple-using code.
Avi Drissman
2014-12-22
1
-16
/
+16
*
OOP PDF: Fix PrintWebViewHelper test issues with OOP PDF enabled.
sammc
2014-12-15
1
-6
/
+5
*
Implement window.print() on Android
dgn
2014-12-15
2
-12
/
+17
*
Fix WeakPtrFactory member ordering in chrome
anujk.sharma
2014-12-11
1
-5
/
+5
*
Change the flag which enables OOP PDF to an enable/disable flag
raymes
2014-11-26
1
-1
/
+1
*
OOP PDF: Print the PDF element instead of the PDF frame.
sammc
2014-11-24
1
-5
/
+37
*
Added alekseys@chromium.org to printing OWNERS.
vitalybuka
2014-11-21
1
-0
/
+1
*
Support NumCopies print preset
n.bansal
2014-11-19
1
-2
/
+9
*
Added #ifdefs around PrintHeaderAndFooter for Windows and Mac.
vitalybuka
2014-11-12
2
-1
/
+4
*
PdfMetafileSkia gives out a SkCanvas, not a SkBaseDevice.
halcanary
2014-11-10
4
-57
/
+24
*
Compile Android using GRIT's new --no-output-all-resource-defines flag.
newt
2014-11-07
3
-6
/
+13
*
Disable basic printing on ChromeOS.
vitalybuka
2014-11-06
1
-2
/
+2
*
Re-factored printing defines and build configs.
vitalybuka
2014-11-05
3
-19
/
+19
*
Standardize usage of virtual/override/final specifiers.
dcheng
2014-10-28
1
-6
/
+4
*
Standardize usage of virtual/override/final in chrome/renderer/
dcheng
2014-10-21
2
-7
/
+6
*
Replacing the OVERRIDE with override and in chrome/renderer
mohan.reddy
2014-10-10
2
-6
/
+6
*
Restored disable print preview policy.
vitalybuka
2014-09-26
1
-0
/
+4
*
Revert of Restored disable print preview policy. (patchset #8 id:140001 of ht...
vitalybuka
2014-09-25
1
-4
/
+0
*
Restored disable print preview policy.
vitalybuka
2014-09-25
1
-0
/
+4
*
Removed unused argument and GetPrintCanvasSize.
vitalybuka
2014-09-18
5
-37
/
+8
*
Refactoring the order of the weak_ptr_factory in chrome/renderer folder
mohan.reddy
2014-09-15
1
-1
/
+3
*
Normalize a couple of print preview browser tests.
japhet
2014-09-13
1
-0
/
+2
*
Extracted MetafilePlayer interface from printing::MetafilePlayer.
vitalybuka
2014-09-12
3
-6
/
+6
*
Replaced Metafile with PdfMetafileSkia in renderer.
vitalybuka
2014-09-12
5
-24
/
+24
*
[gcc 4.8 build-fix] Remove duplicate line for friend declaration in print_web...
vivek.vg
2014-09-10
1
-1
/
+0
*
Fixed print_web_view_helper for CEF.
vitalybuka
2014-09-10
3
-10
/
+183
*
Remove last use of WebFrame::isLoading()
japhet
2014-09-09
1
-1
/
+1
*
More System Dialog printing code disabled on Windows.
vitalybuka
2014-09-08
3
-5
/
+17
*
Revert of More System Dialog printing code disabled on Windows. (patchset #3 ...
vitalybuka
2014-09-08
3
-17
/
+5
*
More System Dialog printing code disabled on Windows.
vitalybuka
2014-08-30
3
-5
/
+17
*
Removed NativeMetafile and PreviewMetafile typedef as it's always PdfMetafile...
vitalybuka
2014-08-29
6
-20
/
+19
*
Removed print_web_view_helper_win.cc
vitalybuka
2014-08-28
4
-272
/
+9
*
Try to use URL and title of the printed frame for header and footer.
vitalybuka
2014-08-28
6
-41
/
+41
*
Use document from preview for System Dialog printing on Windows.
vitalybuka
2014-08-26
1
-1
/
+6
*
Change base/file_utils.h includes to base/files/file_utils.h in chrome/
thestig
2014-08-26
2
-2
/
+2
*
Removed --disable-print-preview switch and policy.
vitalybuka@chromium.org
2014-08-21
3
-244
/
+48
*
Updated PrintWebViewHelper::print_pages_params_ initialization for better rea...
vitalybuka@chromium.org
2014-08-20
2
-35
/
+26
*
Defer request to print a PDF when the user initiates the entire frame and the...
ivandavid@chromium.org
2014-08-15
2
-1
/
+34
*
Use a qualified path for grit includes in various chrome/ directories.
thestig@chromium.org
2014-08-13
1
-1
/
+1
*
Revert of Fix for race condition where print preview hangs when attempting to...
ivandavid@chromium.org
2014-08-13
2
-32
/
+1
*
Fix for race condition where print preview hangs when attempting to print a P...
ivandavid@chromium.org
2014-08-07
2
-1
/
+32
*
Add support to send print preset options in one message
n.bansal@samsung.com
2014-07-24
2
-5
/
+19
*
Ensure pdf plugin sends DidStartLoading() consistently
japhet@chromium.org
2014-07-17
1
-5
/
+2
[next]