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
/
cloud_print
/
service
/
win
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move WriteFile and WriteFileDescriptor from file_util to base namespace.
brettw@chromium.org
2014-03-06
3
-5
/
+5
*
Enable CDD in cloud print connector on windows by default.
vitalybuka@chromium.org
2014-02-25
1
-0
/
+1
*
message-pump: Change how MessagePumpDispatchers process events.
sadrul@chromium.org
2014-02-08
1
-6
/
+5
*
Revert "Revert 249234 "Use MessagePumpDispatcher instead of MessageFilter""
yukawa@chromium.org
2014-02-07
1
-11
/
+15
*
Revert 249234 "Use MessagePumpDispatcher instead of MessageFilter"
vitalybuka@chromium.org
2014-02-06
1
-16
/
+11
*
Use MessagePumpDispatcher instead of MessageFilter
yukawa@chromium.org
2014-02-06
1
-11
/
+16
*
Removes MessageLoop::Type checks in favor of IsCurrent on MessageLoops.
sky@chromium.org
2014-01-20
1
-10
/
+10
*
Update some uses of char16 to use the base:: namespace.
avi@chromium.org
2013-12-25
1
-1
/
+1
*
Use base namespace for string16 in components and cloud_print.
brettw@chromium.org
2013-12-06
11
-69
/
+73
*
Move directory creation functions to base namespace.
brettw@chromium.org
2013-12-03
2
-2
/
+2
*
Move temp file functions to base namespace.
brettw@chromium.org
2013-12-03
1
-1
/
+1
*
Base: Remove Receive() from ScopedHandle.
rvargas@chromium.org
2013-11-28
1
-6
/
+7
*
Revert of https://codereview.chromium.org/71013004/
hashimoto@chromium.org
2013-11-27
1
-7
/
+6
*
Base: Remove Receive() from ScopedHandle.
rvargas@chromium.org
2013-11-27
1
-6
/
+7
*
Fixed serial number, service name and firmware version of GCP 2.0 prototype.
vitalybuka@chromium.org
2013-11-21
1
-1
/
+1
*
Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330
bbudge@chromium.org
2013-11-04
1
-1
/
+1
*
Remove unused IPC::Message priority.
bbudge@chromium.org
2013-10-28
1
-1
/
+1
*
test IWYU fixups for base
mostynb@opera.com
2013-09-03
1
-0
/
+3
*
Move ReadFileToString to the base namespace.
brettw@chromium.org
2013-08-30
3
-3
/
+3
*
Move ScopedClosureRunner to callback_helpers, add Reset.
avi@chromium.org
2013-08-30
2
-0
/
+2
*
Make element removal methods in DictionaryValue and ListValue take scoped_ptr...
bauerb@chromium.org
2013-08-06
1
-2
/
+2
*
Update include paths in cloud_print for base/process changes.
rsesek@chromium.org
2013-07-24
1
-2
/
+2
*
Use a direct include of the message_loop header in cc/, chrome_frame/, cloud_...
avi@chromium.org
2013-07-17
1
-1
/
+1
*
Rename base::Delete to base::DeleteFile
brettw@chromium.org
2013-07-16
2
-5
/
+5
*
Migrate from googleurl/ includes to url/ ones in the remaining top-level dire...
tfarina@chromium.org
2013-07-13
1
-1
/
+1
*
Move PathExists to base namespace.
brettw@chromium.org
2013-07-11
2
-3
/
+3
*
Move file_util::Delete to the base namespace
brettw@chromium.org
2013-07-01
2
-5
/
+5
*
Use a direct include of time headers in chrome_frame/, chromeos/, cloud_print...
avi@chromium.org
2013-06-28
1
-1
/
+1
*
Define a LoggingSettings struct to use for InitLogging()
akalin@chromium.org
2013-06-21
1
-5
/
+3
*
Use a direct include of strings headers in cloud_print/.
avi@chromium.org
2013-06-11
8
-8
/
+8
*
Use a direct include of utf_string_conversions.h in chrome_frame/, chromeos/,...
avi@chromium.org
2013-06-07
2
-2
/
+2
*
Deprecate switches gaia-host and gaia-url-path in favor of gaia-url
achuith@chromium.org
2013-05-18
1
-1
/
+1
*
cloud_print: Use base::MessageLoop.
xhwang@chromium.org
2013-05-06
3
-30
/
+36
*
Allow cloud print connector to use test gaia.
vitalybuka@chromium.org
2013-05-03
1
-0
/
+3
*
Pass --cloud-print-service into GCP connector.
vitalybuka@chromium.org
2013-04-30
1
-0
/
+1
*
Cloud print service strings cleanup.
vitalybuka@chromium.org
2013-04-26
3
-141
/
+229
*
Shortcut should be to *config.exe not *setup.exe
vitalybuka@chromium.org
2013-04-26
1
-0
/
+3
*
Removed trailing '.' from some strings in resources.
vitalybuka@chromium.org
2013-04-26
1
-2
/
+2
*
Fixed crash in cloud_print_service_setup.exe, binary needs _AtlModule.
vitalybuka@chromium.org
2013-04-25
2
-5
/
+14
*
Improvements in service setup.
vitalybuka@chromium.org
2013-04-25
7
-46
/
+106
*
Exctracted small setup executable.
vitalybuka@chromium.org
2013-04-24
8
-21
/
+30
*
Added Cloud Print Service installer/uninstaller.
vitalybuka@chromium.org
2013-04-23
8
-18
/
+222
*
Renamed cloud_print_service_setup.exe to cloud_print_service_config.exe to av...
vitalybuka@chromium.org
2013-04-23
3
-3
/
+3
*
Replace .\ in user name with host before calling to ATL::CSid::LoadAccount.
vitalybuka@chromium.org
2013-04-18
3
-2
/
+28
*
Create dir if it does not existst.
vitalybuka@chromium.org
2013-04-18
1
-1
/
+1
*
Move path functions from file_util to FilePath object.
brettw@chromium.org
2013-04-12
2
-6
/
+4
*
Cloud print service setup dialog.
vitalybuka@chromium.org
2013-04-11
4
-0
/
+546
*
Re-factored service controlled for using in new UI.
vitalybuka@chromium.org
2013-04-09
3
-13
/
+115
*
Don't call AbsolutePath for empty values.
vitalybuka@chromium.org
2013-04-09
1
-1
/
+2
*
Common code moved to cloud_print/common/
vitalybuka@chromium.org
2013-04-09
2
-12
/
+9
[next]