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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update cloud_print for attachment brokering.
erikchen
2015-07-30
1
-2
/
+5
*
Fix -Wswitch warnings in //cloud_print
dcheng
2015-07-24
2
-0
/
+4
*
Revert "Preliminary support for Windows manifests in the GN build."
Nico Weber
2015-07-21
2
-1
/
+9
*
Preliminary support for Windows manifests in the GN build.
brettw
2015-07-21
2
-9
/
+1
*
Remove some legacy versions of StartsWith and EndsWith.
brettw
2015-07-16
1
-1
/
+2
*
Revert of Remove some legacy versions of StartsWith and EndsWith. (patchset #...
yosin
2015-07-16
1
-2
/
+1
*
Remove some legacy versions of StartsWith and EndsWith.
brettw
2015-07-16
1
-1
/
+2
*
Move ReplaceStringPlaceholders to base namespace.
brettw
2015-07-15
1
-1
/
+2
*
Fix remaining warnings for -Wmissing-braces and enable on win clang.
dcheng
2015-07-08
1
-6
/
+4
*
clang/win: Fix warnings to prepare for building without -Wno-reorder.
sammc
2015-07-02
3
-5
/
+10
*
Add local suppresion for -Wparentheses and enable everywhere on Windows.
dcheng
2015-07-01
2
-2
/
+10
*
Replace more Tokenize calls with base::SplitString
brettw
2015-06-29
1
-5
/
+8
*
Only create cloud_print targets for Windows on Windows.
bungeman
2015-06-19
3
-87
/
+120
*
Move StartsWith[ASCII] to base namespace.
brettw
2015-06-12
2
-2
/
+2
*
vs2015: fix const warning in cloud_print_service.cc
scottmg
2015-06-09
1
-1
/
+1
*
Change most uses of Pickle to base::Pickle
brettw
2015-06-03
1
-1
/
+1
*
Convert JsonWriter::Write to taking a const ref for the in-param
estade
2015-05-16
3
-9
/
+7
*
win: Add override I forgot in https://codereview.chromium.org/1119243002
thakis
2015-05-07
1
-1
/
+1
*
win: Work on reducing style plugin warnings in content/, cloud_print/
thakis
2015-05-04
1
-0
/
+4
*
Update {virtual,override} to follow C++11 style in cloud_print.
nick
2015-04-27
4
-10
/
+11
*
Add cloud_print_unittests to the GN build.
dpranke
2015-04-01
1
-0
/
+50
*
Remove prerender cookie store, part 4.
davidben
2015-03-23
1
-1
/
+1
*
Remove uses of KillProcess()
rvargas
2015-03-18
1
-12
/
+18
*
Refactor chrome_launcher_support::GetAnyChromePath.
mgiuca
2015-01-14
2
-4
/
+7
*
Standardize usage of virtual/override/final specifiers in printing code.
dcheng
2014-12-22
1
-3
/
+2
*
Remove implicit conversions from scoped_refptr to T* in cloud_print/
dcheng
2014-11-21
1
-1
/
+1
*
Enable MSVC warning for unused locals.
Peter Kasting
2014-11-20
1
-3
/
+7
*
Prefix CommandLine usage with base namespace (Part 7: cloud_print/)
pgal.u-szeged
2014-11-19
6
-16
/
+19
*
Renamed enable_printing and printing_mode in *.gyp* and .*gn* files.
vitalybuka
2014-11-05
1
-1
/
+1
*
clang/win: Disable -Wwritable-strings for most cloud_print service targets.
thakis
2014-11-03
1
-0
/
+19
*
Turn UploadDataStream into an abstract class, and split the implentation
mmenke
2014-10-09
1
-3
/
+3
*
Replacing the OVERRIDE with override and FINAL with final in cloud_print
mohan.reddy
2014-10-06
5
-8
/
+8
*
Remove implicit HANDLE conversions from cloud_print.
rvargas
2014-09-25
4
-21
/
+23
*
Cleanup: Use base/files/file_util.h instead of base/file_util.h in cc/, chrom...
thestig
2014-09-10
6
-6
/
+6
*
Fix problems in r293393.
Nico Weber
2014-09-05
1
-10
/
+10
*
win/clang: Fix all remaining -Wformat warnings.
Nico Weber
2014-09-05
1
-0
/
+10
*
Revert of Revert of clang/win: Fix a few warnings in targets not in chromium_...
thakis
2014-08-31
1
-4
/
+5
*
Revert of clang/win: Fix a few warnings in targets not in chromium_builder_te...
thakis
2014-08-30
1
-5
/
+4
*
clang/win: Fix a few warnings in targets not in chromium_builder_tests.
Nico Weber
2014-08-29
1
-4
/
+5
*
Allow URLRequests from one context to have different NetworkDelegates.
mmenke@chromium.org
2014-08-21
1
-8
/
+8
*
Don't pass const strings to CreateProcess.
thakis@chromium.org
2014-08-20
1
-1
/
+3
*
Removed --disable-background-mode/restore-background-contents flags.
atwilson@chromium.org
2014-06-07
1
-3
/
+0
*
Introduce IPC::Channel::Create*() to ensure it being heap-allocated.
morrita@chromium.org
2014-05-30
2
-4
/
+4
*
Fixed url to manage specific cloud printers.
vitalybuka@chromium.org
2014-04-24
1
-1
/
+1
*
Moved CloudPrintUrl to components/cloud_devices/cloud_devices_urls.h.
vitalybuka@chromium.org
2014-04-20
3
-23
/
+6
*
Added --cloud-print-xmpp-endpoint to make possible test with non-default XMPP...
vitalybuka@chromium.org
2014-04-15
1
-0
/
+1
*
Fix "unreachable code" warnings (MSVC warning 4702), misc. edition.
pkasting@chromium.org
2014-03-18
1
-17
/
+12
*
Move CommandLine to base namespace.
brettw@chromium.org
2014-03-17
3
-6
/
+6
*
Remove ContainsOnlyWhitespace from string_util and CollapseWhitespace into to...
brettw@chromium.org
2014-03-11
1
-2
/
+2
*
Move WriteFile and WriteFileDescriptor from file_util to base namespace.
brettw@chromium.org
2014-03-06
3
-5
/
+5
[next]