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
/
service
/
cloud_print
/
printer_job_handler.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change base/file_utils.h includes to base/files/file_utils.h in chrome/
thestig
2014-08-26
1
-1
/
+1
*
Use a qualified path for grit includes in various chrome/ directories.
thestig@chromium.org
2014-08-13
1
-1
/
+1
*
Move WriteFile and WriteFileDescriptor from file_util to base namespace.
brettw@chromium.org
2014-03-06
1
-2
/
+2
*
Fallback to CDD/CJT if connector can't initialize XPS API.
vitalybuka@chromium.org
2014-02-09
1
-4
/
+14
*
Printer registration using CDD.
vitalybuka@chromium.org
2014-02-09
1
-0
/
+4
*
Revert 249967 "Printer registration using CDD."
vollick@chromium.org
2014-02-09
1
-4
/
+0
*
Printer registration using CDD.
vitalybuka@chromium.org
2014-02-09
1
-0
/
+4
*
Added print_ticket_mime_type into PrintSystem API.
vitalybuka@chromium.org
2014-02-08
1
-1
/
+6
*
Update uses of UTF conversions in chrome/installer, chrome/renderer, chrome/s...
avi@chromium.org
2013-12-25
1
-3
/
+3
*
Update some uses of Value in chrome/ to use the base:: namespace.
avi@chromium.org
2013-12-23
1
-5
/
+5
*
Add base:: to string16s in chrome/.
dbeam@chromium.org
2013-12-20
1
-1
/
+1
*
job_spooler_ should not be deleted from |PrinterJobHandler::OnJobSpool*|
vitalybuka@chromium.org
2013-12-10
1
-0
/
+7
*
Move temp file functions to base namespace.
brettw@chromium.org
2013-12-03
1
-1
/
+1
*
Moved SimplifyDocumentTitle from printing/backend
vitalybuka@chromium.org
2013-11-09
1
-4
/
+3
*
Fixed custom time histogram overflow.
vitalybuka@chromium.org
2013-11-05
1
-1
/
+1
*
Renamed chrome/service/cloud_print/cloud_print_helpers* -> cloud_print_servic...
vitalybuka@chromium.org
2013-11-05
1
-1
/
+1
*
UMA instrumentation for CloudPrint connector.
vitalybuka@chromium.org
2013-11-04
1
-17
/
+103
*
Cloud Print connector is now using local_settings field from GCP 2.0. "curren...
gene@chromium.org
2013-09-26
1
-5
/
+19
*
Set task into IN_PROCESS before sending to printer.
vitalybuka@chromium.org
2013-07-15
1
-41
/
+41
*
chrome: Migrate from googleurl/ includes to url/ ones. Part 3.
tfarina@chromium.org
2013-07-04
1
-1
/
+1
*
Use a direct include of strings headers in chrome/service/.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Use a direct include of utf_string_conversions.h in chrome/renderer/, chrome/...
avi@chromium.org
2013-06-07
1
-1
/
+1
*
Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-02
1
-5
/
+5
*
Move AddMultipartValueForUpload to net/base/mime_util.h/cc.
grunell@chromium.org
2013-05-16
1
-9
/
+9
*
chrome: Use base::MessageLoop. (Part 1)
xhwang@chromium.org
2013-05-10
1
-22
/
+22
*
chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST.
tfarina@chromium.org
2013-05-01
1
-1
/
+1
*
Make PrinterJobHandler handler failure to fetch jobs more gracefully
noamsml@google.com
2013-02-27
1
-19
/
+40
*
Added PrinterJobQueueHandler class and tests
noamsml@google.com
2013-02-23
1
-46
/
+15
*
Changing printer job handler to be more testable
noamsml@google.com
2013-02-12
1
-5
/
+5
*
Rename FilePath to base::FilePath and use new location of string_number_conve...
brettw@chromium.org
2013-02-08
1
-1
/
+1
*
Move common cloud print code from service/cloud_print to common/cloud_print.
chenyu@chromium.org
2012-12-03
1
-27
/
+28
*
Single GenerateProxyId and added printer tags with version info.
vitalybuka@chromium.org
2012-09-25
1
-5
/
+4
*
Simplify document title for Windows printing.
vitalybuka@chromium.org
2012-09-20
1
-7
/
+19
*
Ensure that printer job handler is stopped and task_in_progress_ is reset in ...
alexyu@google.com
2012-07-26
1
-0
/
+2
*
Standardize log message style for cloudprint service and display printer id
alexyu@google.com
2012-07-23
1
-58
/
+73
*
Schedule a check for additional jobs after failure.
abodenha@chromium.org
2012-07-20
1
-0
/
+2
*
Add extra logging in an effort to track down 137962
abodenha@chromium.org
2012-07-19
1
-23
/
+46
*
Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/
akalin@chromium.org
2012-05-11
1
-9
/
+9
*
Added wipeout functionality when Cloud Print Connector get disabled by user i...
gene@chromium.org
2012-05-04
1
-1
/
+1
*
RefCounted types should not have public destructors, chrome/ edition
rsleevi@chromium.org
2012-04-25
1
-213
/
+212
*
Fix a crash if GetPrinterCapsAndDefaults returns after the calling printer is...
abodenha@chromium.org
2012-04-13
1
-2
/
+3
*
Stop processing in case of authentication errors.
gene@chromium.org
2012-04-05
1
-3
/
+5
*
Add Chrome To Mobile Service and Views Page Action.
msw@chromium.org
2012-03-13
1
-27
/
+20
*
Replace chrome/common/net/http_return.h with net/http/http_status_code.h
akalin@chromium.org
2012-02-27
1
-3
/
+3
*
base::Bind: Convert chrome/service/cloud_print.
jhawkins@chromium.org
2011-11-19
1
-5
/
+7
*
base::Bind: Convert chrome/service.
jhawkins@chromium.org
2011-11-15
1
-32
/
+25
*
Chrome proxy refactoring.Adding myself to the OWNERS file for handling cloud ...
gene@chromium.org
2011-10-28
1
-77
/
+43
*
Create a content::UrlFetcher interface that lives in content/public/common an...
jam@chromium.org
2011-10-25
1
-11
/
+11
*
Add MessageLoopProxy::current
nduca@chromium.org
2011-08-15
1
-1
/
+1
*
Fixd issue with accessing null pointer, when print server
gene@google.com
2011-07-28
1
-1
/
+9
[next]