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
/
printing
Commit message (
Expand
)
Author
Age
Files
Lines
*
PrintPreview: [MAC] Set the specified orientation in the print ticket.
kmadhusu@chromium.org
2011-04-05
2
-2
/
+20
*
PrintPreview: Set number of copies and collate in print ticket.
kmadhusu@chromium.org
2011-04-05
8
-27
/
+51
*
Rename some printing classes and minor cleanups.
vandebo@chromium.org
2011-04-04
10
-92
/
+92
*
roll skia
reed@google.com
2011-04-01
1
-8
/
+8
*
Added a DCHECK to validate the metafile page count while handling alpha blend...
kmadhusu@chromium.org
2011-04-01
3
-3
/
+6
*
Preselecting default printer in print preview tab drop down list in Linux, Ma...
dpapad@chromium.org
2011-04-01
3
-0
/
+10
*
PrintPreview: Added a helper function to get print job settings from dictionary.
kmadhusu@chromium.org
2011-03-31
5
-12
/
+31
*
Adding "Print to PDF" functionality in the print preview tab.
dpapad@chromium.org
2011-03-31
2
-0
/
+4
*
PrintPreview: Add a print job constant for "printerName".
kmadhusu@chromium.org
2011-03-30
3
-1
/
+5
*
Print Preview: Implement basic settings.
thestig@chromium.org
2011-03-29
10
-5
/
+83
*
PrintPreview: Remove NOTIMPLEMENTED() function call in PrintingContextWin::Up...
kmadhusu@chromium.org
2011-03-28
1
-3
/
+4
*
Add the ability to write comments to PNGCodec::Encode.
tony@chromium.org
2011-03-28
1
-2
/
+2
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
11
-17
/
+17
*
Adding CreateFromData to NativeMetafileFactory
dpapad@chromium.org
2011-03-26
3
-4
/
+37
*
PrintPreview: Remove NOTIMPLEMENTED() function call in PrintingContextCairo::...
kmadhusu@chromium.org
2011-03-25
1
-2
/
+3
*
Make PluginInstance::PrintPDFOutput metafile-implementation agnostic on Linux.
vandebo@chromium.org
2011-03-25
6
-17
/
+93
*
Removing GetData helper from NativeMetafile interface and also renaming it to...
dpapad@chromium.org
2011-03-24
4
-10
/
+12
*
PrintPreview: Added a helper function 'SetPrinter' in printing/printing_conte...
kmadhusu@chromium.org
2011-03-23
2
-10
/
+20
*
Removing method printing::PdfPsMetafile::SetRawData().
dpapad@chromium.org
2011-03-23
4
-57
/
+34
*
Cleanup NativeMetafile (win) interface and EMF class.
vandebo@chromium.org
2011-03-22
4
-117
/
+78
*
Printing: Use const reference instead of a const pointer.
thestig@chromium.org
2011-03-22
7
-8
/
+8
*
Unfork VectorPlatformCanvas.
vandebo@chromium.org
2011-03-21
7
-1
/
+53
*
PrintPreview: [MAC] Set the selected printer for the current print job.
kmadhusu@chromium.org
2011-03-21
7
-20
/
+54
*
Revert 78859 - Unfork VectorPlatformCanvas.
vandebo@chromium.org
2011-03-21
7
-53
/
+1
*
Unfork VectorPlatformCanvas.
vandebo@chromium.org
2011-03-21
7
-1
/
+53
*
Revert 78812 - Unfork VectorPlatformCanvas.
vandebo@chromium.org
2011-03-19
7
-53
/
+1
*
Unfork VectorPlatformCanvas.
vandebo@chromium.org
2011-03-19
7
-1
/
+53
*
Renaming NativeMetafile related methods to more appropriate names.
dpapad@chromium.org
2011-03-19
13
-16
/
+16
*
Unifying StartPage across all platforms
dpapad@chromium.org
2011-03-18
9
-46
/
+54
*
Revert 78666 - Cleanup NativeMetafile (win) interface and EMF class.
vandebo@chromium.org
2011-03-18
4
-78
/
+117
*
Cleanup NativeMetafile (win) interface and EMF class.
vandebo@chromium.org
2011-03-18
4
-117
/
+78
*
Revert 78662 - Unfork VectorPlatformCanvas.
vandebo@chromium.org
2011-03-18
7
-55
/
+0
*
Unfork VectorPlatformCanvas.
vandebo@chromium.org
2011-03-18
7
-0
/
+55
*
Stop overloading Init() in NativeMetafile.
vandebo@chromium.org
2011-03-17
11
-16
/
+17
*
Printing: Disable printing the header/footer on Windows.
thestig@chromium.org
2011-03-16
1
-0
/
+5
*
Move Start/EndPage() from NewPage/PageDone()
dpapad@chromium.org
2011-03-16
1
-6
/
+5
*
Unifying NativeMetafile class interface (as much as possible) for Linux, Mac,...
dpapad@chromium.org
2011-03-16
16
-500
/
+330
*
Cleanup: Modify 'NSPrintInfo' raw pointer to a scoped_nsobject.
kmadhusu@chromium.org
2011-03-15
2
-19
/
+16
*
Printing: Move the default margin constants out of PdfPsMetafile.
thestig@chromium.org
2011-03-15
5
-36
/
+24
*
Remove wstrings from ui/base/text_elider.h functions.
tony@chromium.org
2011-03-08
1
-1
/
+1
*
(1) Hook up the print button to send the pages to the default printer for pri...
kmadhusu@chromium.org
2011-03-05
7
-4
/
+46
*
Linux Printing: Properly print a subset of all pages.
thestig@chromium.org
2011-03-03
3
-7
/
+23
*
Applying factory pattern (through NativeMetafileFactory class). It is used to...
dpapad@chromium.org
2011-03-02
17
-121
/
+473
*
Revert 76553 - Applying factory pattern (through NativeMetafileFactory class)...
jam@chromium.org
2011-03-02
17
-473
/
+121
*
Applying factory pattern (through NativeMetafileFactory class). It is used to...
dpapad@chromium.org
2011-03-02
17
-121
/
+473
*
Removing PS option from PdsPsMetafile
dpapad@chromium.org
2011-02-25
3
-122
/
+28
*
Linux: Refactor printing to be more linux Windows/Mac.
thestig@chromium.org
2011-02-19
5
-33
/
+121
*
Added support to the Windows cloud print proxy to print XPS documents directl...
sanjeevr@chromium.org
2011-02-17
2
-0
/
+78
*
Fix some of the more common chromium-style errors on the mac clang builder.
erg@google.com
2011-02-16
2
-1
/
+3
*
Printing: Delete dead code in PrintJob and cleanup corresponding code in Prin...
thestig@chromium.org
2011-02-14
7
-18
/
+0
[next]