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
/
backend
Commit message (
Expand
)
Author
Age
Files
Lines
*
RefCounted types should not have public destructors, printing/ and ui/
rsleevi@chromium.org
2012-05-02
4
-31
/
+30
*
Fixed null pointer exception.
vitalybuka@chromium.org
2012-03-23
1
-3
/
+5
*
Removed trailing ;
vitalybuka@chromium.org
2012-03-23
1
-1
/
+2
*
Driver related info would be included into PrinterBasicInfo::options so it wo...
vitalybuka@chromium.org
2012-03-22
6
-63
/
+149
*
Fix invalid return value.
vitalybuka@chromium.org
2012-03-18
1
-4
/
+4
*
Fixed return value.
vitalybuka@chromium.org
2012-03-16
1
-2
/
+2
*
ScopedPrinterInfoSetter sets printer related information to be available for ...
vitalybuka@chromium.org
2012-03-16
4
-21
/
+33
*
GetPrinterDriverInfo returns string.
vitalybuka@chromium.org
2012-03-07
5
-27
/
+21
*
Added PrinterDriverInfo and PrintBackend::GetPrinterDriverInfo for windows.
vitalybuka@chromium.org
2012-03-05
5
-5
/
+86
*
Making GenericScopedHandle capable of handling handle types other than HANDLE.
alexeypa@chromium.org
2012-03-05
1
-0
/
+13
*
Improved resource management by using ScopedPrinterHandle.
vitalybuka@chromium.org
2012-03-02
1
-16
/
+9
*
Added ScopedPrinterHandle
vitalybuka@chromium.org
2012-03-02
1
-1
/
+12
*
Cleanup: Remove static storage for variables in an unnamed namespace.
jhawkins@chromium.org
2012-01-28
1
-1
/
+1
*
Linux: Try several different paths to the GnuTls library when trying to dynam...
thestig@chromium.org
2012-01-26
1
-15
/
+23
*
Add OVERRIDE to printing/.
avi@chromium.org
2011-11-16
1
-5
/
+6
*
Allow linker initialization of lazy instance
joth@chromium.org
2011-11-15
1
-2
/
+2
*
Remove 13 exit time constructors and 3 static initializers
thakis@chromium.org
2011-11-07
1
-1
/
+1
*
scoped_ptr and new[] don't mix.
thakis@chromium.org
2011-10-07
1
-1
/
+1
*
CUPS printing: Define CUPS_PRINTER_SCANNER for Linux if CUPS is < 1.4
chrelad@gmail.com
2011-09-22
1
-5
/
+8
*
Add printing.dll to the component build.
darin@chromium.org
2011-09-01
4
-16
/
+23
*
Printing Backend: Check the results from a DocumentProperties() call.
thestig@chromium.org
2011-08-25
1
-2
/
+3
*
CUPS printing: Do not add scanners to the printer list.
thestig@chromium.org
2011-08-09
1
-4
/
+24
*
Initial support for cloudprint in print preview.
abodenha@chromium.org
2011-07-13
1
-0
/
+60
*
Move base/values.h into the base namespace. This includes a cros DEPS roll
dmazzoni@chromium.org
2011-07-12
3
-2
/
+5
*
Coverity: Initialize a variable in PrinterBasicInfo.
thestig@chromium.org
2011-06-22
1
-2
/
+4
*
Print Preview: Remembering last used printer.
dpapad@chromium.org
2011-06-08
1
-4
/
+5
*
Printing: Add ability to get the default printer from the print backend.
thestig@chromium.org
2011-05-28
3
-9
/
+25
*
Cleanup: Fix some style issues in the printing code. Fix misuse of scoped_ptr.
csilv@chromium.org
2011-04-21
1
-1
/
+1
*
Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h.
tfarina@chromium.org
2011-04-12
1
-6
/
+3
*
Preselecting default printer in print preview tab drop down list in Linux, Ma...
dpapad@chromium.org
2011-04-01
3
-0
/
+10
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
2
-4
/
+4
*
Added support to the Windows cloud print proxy to print XPS documents directl...
sanjeevr@chromium.org
2011-02-17
2
-0
/
+78
*
Added CUPS error handling.
gene@google.com
2011-02-03
1
-15
/
+21
*
Part 1 of repairing regressions to my old clang check plugins so Nico can
erg@google.com
2011-01-27
2
-0
/
+7
*
Added a diagnostic user message when enumerating printers fails. Also tweaked...
sanjeevr@chromium.org
2011-01-24
3
-27
/
+34
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
1
-3
/
+3
*
Fixed a crash with some HP printer drivers (when invoking PTGetPrintCapabilit...
sanjeevr@chromium.org
2011-01-07
3
-1
/
+46
*
Remove 'using' declaration of ScopedHGlobal from scoped_handle_win.h
tfarina@chromium.org
2011-01-02
1
-2
/
+1
*
Making CUPS calls non-blocking.
gene@google.com
2010-12-16
3
-7
/
+20
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-14
1
-2
/
+5
*
Revert 68932 - Make members of Singleton<T> private and only visible to the s...
satish@chromium.org
2010-12-11
1
-5
/
+2
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-11
1
-2
/
+5
*
cupsGetPPD got stuck sometime for an infinite time due to network configurati...
gene@google.com
2010-12-06
3
-2
/
+37
*
Used GetProcAddress to load exported functions from prntvpt.dll instead of us...
sanjeevr@chromium.org
2010-11-10
3
-15
/
+224
*
Change LOG(INFO) to VLOG(1).
gene@google.com
2010-10-29
1
-2
/
+2
*
Revert 64454 - Revert 64441 - Mac cloud print proxy work.
scottbyer@google.com
2010-10-29
1
-0
/
+6
*
Revert 64441 - Mac cloud print proxy work.
scottbyer@google.com
2010-10-29
1
-6
/
+0
*
Mac cloud print proxy work.
scottbyer@chromium.org
2010-10-29
1
-0
/
+6
*
Move useful printing backend code from chrome/service/cloud_print to printing...
thestig@chromium.org
2010-10-25
11
-0
/
+641