summaryrefslogtreecommitdiffstats
path: root/cloud_print
Commit message (Expand)AuthorAgeFilesLines
* Replace ToLower calls to the new formatbrettw2015-08-101-1/+1
* 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
* Move JoinString to the base namespace.brettw2015-07-151-1/+1
* Revert of Move JoinString to the base namespace (patchset #9 id:160001 of htt...hongchan2015-07-141-1/+1
* Move JoinString to the base namespace.brettw2015-07-141-1/+1
* Remove mojo::ErrorHandler usage from the mojo/ folder.yzshen2015-07-131-1/+1
* Fix remaining warnings for -Wmissing-braces and enable on win clang.dcheng2015-07-081-6/+4
* Fixed all unused-variable Clang warnings on Windows.mgiuca2015-07-082-3/+0
* 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
* Add more string_util functions to base namespace.brettw2015-06-241-5/+6
* Only create cloud_print targets for Windows on Windows.bungeman2015-06-194-88/+122
* Migrate callers of message_loop_proxy() to task_runner()skyostil2015-06-171-1/+1
* Remove useless use of StringPrintf("%s", ...)ricea2015-06-151-1/+1
* Move StartsWith[ASCII] to base namespace.brettw2015-06-122-2/+2
* vs2015: fix const warning in cloud_print_service.ccscottmg2015-06-091-1/+1
* Allow the cloud print driver to launch external process other than chrome.weitaosu2015-06-044-40/+148
* Change most uses of Pickle to base::Picklebrettw2015-06-031-1/+1
* Removing unused constant.weitaosu2015-05-281-1/+0
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-167-14/+12
* Cleanup: Simplify some checks in tests.thestig2015-05-111-1/+1
* 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
* Apply automated fixits for Chrome clang plugin to cloud_print.dcheng2015-04-292-7/+3
* simplify brandinggburanov2015-04-281-22/+2
* Update {virtual,override} to follow C++11 style in cloud_print.nick2015-04-2710-75/+74
* Add cloud_print_unittests to the GN build.dpranke2015-04-012-0/+79
* Remove prerender cookie store, part 4.davidben2015-03-231-1/+1
* Remove uses of KillProcess()rvargas2015-03-181-12/+18
* Move GetProcessIntegrityLevel to file_info.h and remove the handle argument.rvargas2015-02-131-7/+2
* Refactor chrome_launcher_support::GetAnyChromePath.mgiuca2015-01-143-5/+8
* Standardize usage of virtual/override/final specifiers in printing code.dcheng2014-12-221-3/+2
* Update cloud_print and chrome/service to use the new version of LaunchProcess.rvargas2014-12-133-5/+4
* Fixing error checking of PathService::Get.brucedawson2014-12-081-1/+1
* Remove timing limitation to set Broadcast, ReceiveBuffer, and SendBuffer opti...hidehiko2014-12-082-10/+4
* Upgrade the windows specific version of LaunchProcess to avoid raw handles.rvargas2014-12-051-4/+4
* Revert of Upgrade the windows specific version of LaunchProcess to avoid raw ...rfevang2014-12-031-4/+4
* Upgrade the windows specific version of LaunchProcess to avoid raw handles.rvargas2014-12-031-4/+4
* 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-1915-43/+55
* Cleanup: Remove unneeded path_service.h includes.thestig2014-11-061-1/+0