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
*
Cleanup various bits of printing code.
thestig@chromium.org
2013-10-14
4
-42
/
+37
*
Cleanup: Use base namespace in printing/.
thestig@chromium.org
2013-10-01
4
-6
/
+7
*
Clean up a few more unused globals.
thakis@chromium.org
2013-09-25
1
-5
/
+0
*
Move text_elider to gfx.
ben@chromium.org
2013-09-09
1
-2
/
+2
*
Move ReadFileToString to the base namespace.
brettw@chromium.org
2013-08-30
2
-2
/
+2
*
Annotate a GnuTLS memory leak in printing/backend/print_backend_cups.cc
earthdok@chromium.org
2013-07-24
1
-2
/
+9
*
Replace third_party/icu/public with third_party/icu/source in the include dir...
jshin@chromium.org
2013-07-18
1
-1
/
+1
*
Rename base::Delete to base::DeleteFile
brettw@chromium.org
2013-07-16
2
-4
/
+4
*
Migrate from googleurl/ includes to url/ ones in the remaining top-level dire...
tfarina@chromium.org
2013-07-13
2
-3
/
+3
*
Move file_util::Delete to the base namespace
brettw@chromium.org
2013-07-01
2
-4
/
+4
*
Use a direct include of strings headers in ppapi/, printing/.
avi@chromium.org
2013-06-11
4
-5
/
+5
*
Don't close handles returned by ::OpenPrinter with error.
vitalybuka@chromium.org
2013-06-11
2
-17
/
+26
*
Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,...
avi@chromium.org
2013-06-07
3
-3
/
+3
*
Update the remaining include paths of base/string_piece.h to its new location.
tfarina@chromium.org
2013-04-17
1
-1
/
+1
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in printing.
dcheng@chromium.org
2013-04-11
3
-6
/
+6
*
src/: Update the remaining include paths of string_split.h to its new location.
tfarina@chromium.org
2013-03-06
1
-1
/
+1
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
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
3
-12
/
+13
*
Roll ICU and convert include style to standard Chromium style,
phajdan.jr@chromium.org
2013-01-07
1
-1
/
+1
*
Renamed color_capable to color_changeable.
vitalybuka@chromium.org
2012-12-20
5
-14
/
+14
*
Add a TODO to clean up libgcrypt & gnutls dependency.
phajdan.jr@chromium.org
2012-12-13
1
-0
/
+4
*
Wrapers for PRINTER_INFO_* and DRIVER_INFO_*.
vitalybuka@chromium.org
2012-12-12
4
-141
/
+210
*
Improving reliability of PrintBackendWin::GetPrinterSemanticCapsAndDefaults. ...
vitalybuka@chromium.org
2012-12-11
1
-21
/
+35
*
Speculative fix of attached bug.
vitalybuka@chromium.org
2012-11-30
1
-7
/
+20
*
Miscellaneous tiny cleanups done while converting files to use ScopedCOMIniti...
pkasting@chromium.org
2012-10-01
1
-23
/
+23
*
Linux: fix build with system ICU.
phajdan.jr@chromium.org
2012-09-28
1
-1
/
+1
*
Set max title size to 50
vitalybuka@chromium.org
2012-09-23
2
-3
/
+4
*
Revert 158193 - Set max title size to 50
vitalybuka@chromium.org
2012-09-22
1
-1
/
+1
*
Set max title size to 50
vitalybuka@chromium.org
2012-09-22
1
-1
/
+1
*
Simplify document title for Windows printing.
vitalybuka@chromium.org
2012-09-20
3
-0
/
+51
*
Valgrind: Fix some leaks in the CUPS printing code and remove a no longer sup...
thestig@chromium.org
2012-09-07
1
-5
/
+4
*
Fix build.
dmazzoni@chromium.org
2012-09-07
1
-0
/
+2
*
Get semantic capabilities from Print Backend.
gene@chromium.org
2012-09-07
8
-1
/
+663
*
It's possible to have system configuration where connector has no permission ...
vitalybuka@chromium.org
2012-08-15
1
-1
/
+0
*
Standardize log message style for cloudprint service and display printer id
alexyu@google.com
2012-07-23
1
-8
/
+12
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
4
-4
/
+0
*
Reland 139885 - Enable the handle verifier.
rvargas@google.com
2012-06-04
1
-2
/
+1
*
Revert 139885 - Enable the handle verifier.
rvargas@google.com
2012-05-31
1
-1
/
+2
*
Enable the handle verifier.
rvargas@google.com
2012-05-31
1
-2
/
+1
*
Base: Add a handle verifier to ScopedHandle.
rvargas@chromium.org
2012-05-31
1
-1
/
+2
*
Adding functionality to specify TLS encryption CUPS print servers for cloudpr...
gene@chromium.org
2012-05-16
5
-11
/
+26
*
Cleanup: Remove unneeded scoped_ptr.h includes from ppapi, printing, remoting...
thestig@chromium.org
2012-05-16
2
-31
/
+32
*
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
[next]