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
/
print_backend_cups.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Standardize usage of virtual/override/final in printing/
dcheng
2014-10-22
1
-10
/
+8
*
Replace OVERRIDE with its C++11 counterparts in src/printing
r.nagaraj
2014-10-09
1
-6
/
+6
*
Change base/file_utils.h includes to base/files/file_utils.h in gin, google_a...
thestig
2014-09-05
1
-1
/
+1
*
Print Preview: Enable tests disabled on ASAN once again.
thestig@chromium.org
2014-06-18
1
-2
/
+7
*
Linux: Remove gcrypt initialization workaround.
thestig@chromium.org
2014-05-20
1
-79
/
+0
*
Cleanup various bits of printing code.
thestig@chromium.org
2013-10-14
1
-12
/
+6
*
Move ReadFileToString to the base namespace.
brettw@chromium.org
2013-08-30
1
-1
/
+1
*
Annotate a GnuTLS memory leak in printing/backend/print_backend_cups.cc
earthdok@chromium.org
2013-07-24
1
-2
/
+9
*
Rename base::Delete to base::DeleteFile
brettw@chromium.org
2013-07-16
1
-2
/
+2
*
Migrate from googleurl/ includes to url/ ones in the remaining top-level dire...
tfarina@chromium.org
2013-07-13
1
-1
/
+1
*
Move file_util::Delete to the base namespace
brettw@chromium.org
2013-07-01
1
-2
/
+2
*
Use a direct include of strings headers in ppapi/, printing/.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Replace FilePath with base::FilePath.
brettw@chromium.org
2013-02-17
1
-1
/
+1
*
Replace FilePath with base::FilePath in some more top level directories.
brettw@chromium.org
2013-02-10
1
-5
/
+5
*
Add a TODO to clean up libgcrypt & gnutls dependency.
phajdan.jr@chromium.org
2012-12-13
1
-0
/
+4
*
Valgrind: Fix some leaks in the CUPS printing code and remove a no longer sup...
thestig@chromium.org
2012-09-07
1
-5
/
+4
*
Get semantic capabilities from Print Backend.
gene@chromium.org
2012-09-07
1
-0
/
+14
*
Standardize log message style for cloudprint service and display printer id
alexyu@google.com
2012-07-23
1
-8
/
+12
*
Adding functionality to specify TLS encryption CUPS print servers for cloudpr...
gene@chromium.org
2012-05-16
1
-6
/
+17
*
RefCounted types should not have public destructors, printing/ and ui/
rsleevi@chromium.org
2012-05-02
1
-5
/
+3
*
Driver related info would be included into PrinterBasicInfo::options so it wo...
vitalybuka@chromium.org
2012-03-22
1
-0
/
+6
*
ScopedPrinterInfoSetter sets printer related information to be available for ...
vitalybuka@chromium.org
2012-03-16
1
-6
/
+21
*
GetPrinterDriverInfo returns string.
vitalybuka@chromium.org
2012-03-07
1
-2
/
+2
*
Added PrinterDriverInfo and PrintBackend::GetPrinterDriverInfo for windows.
vitalybuka@chromium.org
2012-03-05
1
-0
/
+9
*
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
*
CUPS printing: Define CUPS_PRINTER_SCANNER for Linux if CUPS is < 1.4
chrelad@gmail.com
2011-09-22
1
-5
/
+8
*
CUPS printing: Do not add scanners to the printer list.
thestig@chromium.org
2011-08-09
1
-4
/
+24
*
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
1
-1
/
+10
*
Preselecting default printer in print preview tab drop down list in Linux, Ma...
dpapad@chromium.org
2011-04-01
1
-0
/
+1
*
Added CUPS error handling.
gene@google.com
2011-02-03
1
-15
/
+21
*
Added a diagnostic user message when enumerating printers fails. Also tweaked...
sanjeevr@chromium.org
2011-01-24
1
-2
/
+5
*
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
*
Making CUPS calls non-blocking.
gene@google.com
2010-12-16
1
-7
/
+12
*
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
1
-2
/
+31
*
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
1
-0
/
+224