summaryrefslogtreecommitdiffstats
path: root/cloud_print/service
Commit message (Expand)AuthorAgeFilesLines
* Update cloud_print for attachment brokering.erikchen2015-07-301-2/+5
* Fix -Wswitch warnings in //cloud_printdcheng2015-07-242-0/+4
* Revert "Preliminary support for Windows manifests in the GN build."Nico Weber2015-07-212-1/+9
* Preliminary support for Windows manifests in the GN build.brettw2015-07-212-9/+1
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-161-1/+2
* Revert of Remove some legacy versions of StartsWith and EndsWith. (patchset #...yosin2015-07-161-2/+1
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-161-1/+2
* Move ReplaceStringPlaceholders to base namespace.brettw2015-07-151-1/+2
* Fix remaining warnings for -Wmissing-braces and enable on win clang.dcheng2015-07-081-6/+4
* clang/win: Fix warnings to prepare for building without -Wno-reorder.sammc2015-07-023-5/+10
* Add local suppresion for -Wparentheses and enable everywhere on Windows.dcheng2015-07-012-2/+10
* Replace more Tokenize calls with base::SplitStringbrettw2015-06-291-5/+8
* Only create cloud_print targets for Windows on Windows.bungeman2015-06-193-87/+120
* Move StartsWith[ASCII] to base namespace.brettw2015-06-122-2/+2
* vs2015: fix const warning in cloud_print_service.ccscottmg2015-06-091-1/+1
* Change most uses of Pickle to base::Picklebrettw2015-06-031-1/+1
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-163-9/+7
* win: Add override I forgot in https://codereview.chromium.org/1119243002thakis2015-05-071-1/+1
* win: Work on reducing style plugin warnings in content/, cloud_print/thakis2015-05-041-0/+4
* Update {virtual,override} to follow C++11 style in cloud_print.nick2015-04-274-10/+11
* Add cloud_print_unittests to the GN build.dpranke2015-04-011-0/+50
* Remove prerender cookie store, part 4.davidben2015-03-231-1/+1
* Remove uses of KillProcess()rvargas2015-03-181-12/+18
* Refactor chrome_launcher_support::GetAnyChromePath.mgiuca2015-01-142-4/+7
* Standardize usage of virtual/override/final specifiers in printing code.dcheng2014-12-221-3/+2
* Remove implicit conversions from scoped_refptr to T* in cloud_print/dcheng2014-11-211-1/+1
* Enable MSVC warning for unused locals.Peter Kasting2014-11-201-3/+7
* Prefix CommandLine usage with base namespace (Part 7: cloud_print/)pgal.u-szeged2014-11-196-16/+19
* Renamed enable_printing and printing_mode in *.gyp* and .*gn* files.vitalybuka2014-11-051-1/+1
* clang/win: Disable -Wwritable-strings for most cloud_print service targets.thakis2014-11-031-0/+19
* Turn UploadDataStream into an abstract class, and split the implentationmmenke2014-10-091-3/+3
* Replacing the OVERRIDE with override and FINAL with final in cloud_printmohan.reddy2014-10-065-8/+8
* Remove implicit HANDLE conversions from cloud_print.rvargas2014-09-254-21/+23
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in cc/, chrom...thestig2014-09-106-6/+6
* Fix problems in r293393.Nico Weber2014-09-051-10/+10
* win/clang: Fix all remaining -Wformat warnings.Nico Weber2014-09-051-0/+10
* Revert of Revert of clang/win: Fix a few warnings in targets not in chromium_...thakis2014-08-311-4/+5
* Revert of clang/win: Fix a few warnings in targets not in chromium_builder_te...thakis2014-08-301-5/+4
* clang/win: Fix a few warnings in targets not in chromium_builder_tests.Nico Weber2014-08-291-4/+5
* Allow URLRequests from one context to have different NetworkDelegates.mmenke@chromium.org2014-08-211-8/+8
* Don't pass const strings to CreateProcess.thakis@chromium.org2014-08-201-1/+3
* Removed --disable-background-mode/restore-background-contents flags.atwilson@chromium.org2014-06-071-3/+0
* Introduce IPC::Channel::Create*() to ensure it being heap-allocated.morrita@chromium.org2014-05-302-4/+4
* Fixed url to manage specific cloud printers.vitalybuka@chromium.org2014-04-241-1/+1
* Moved CloudPrintUrl to components/cloud_devices/cloud_devices_urls.h.vitalybuka@chromium.org2014-04-203-23/+6
* Added --cloud-print-xmpp-endpoint to make possible test with non-default XMPP...vitalybuka@chromium.org2014-04-151-0/+1
* Fix "unreachable code" warnings (MSVC warning 4702), misc. edition.pkasting@chromium.org2014-03-181-17/+12
* Move CommandLine to base namespace.brettw@chromium.org2014-03-173-6/+6
* Remove ContainsOnlyWhitespace from string_util and CollapseWhitespace into to...brettw@chromium.org2014-03-111-2/+2
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-063-5/+5