| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add more string_util functions to base namespace. | brettw | 2015-06-24 | 1 | -5/+6 |
* | Only create cloud_print targets for Windows on Windows. | bungeman | 2015-06-19 | 4 | -88/+122 |
* | Migrate callers of message_loop_proxy() to task_runner() | skyostil | 2015-06-17 | 1 | -1/+1 |
* | Remove useless use of StringPrintf("%s", ...) | ricea | 2015-06-15 | 1 | -1/+1 |
* | 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 |
* | Allow the cloud print driver to launch external process other than chrome. | weitaosu | 2015-06-04 | 4 | -40/+148 |
* | Change most uses of Pickle to base::Pickle | brettw | 2015-06-03 | 1 | -1/+1 |
* | Removing unused constant. | weitaosu | 2015-05-28 | 1 | -1/+0 |
* | Convert JsonWriter::Write to taking a const ref for the in-param | estade | 2015-05-16 | 7 | -14/+12 |
* | Cleanup: Simplify some checks in tests. | thestig | 2015-05-11 | 1 | -1/+1 |
* | 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 |
* | Apply automated fixits for Chrome clang plugin to cloud_print. | dcheng | 2015-04-29 | 2 | -7/+3 |
* | simplify branding | gburanov | 2015-04-28 | 1 | -22/+2 |
* | Update {virtual,override} to follow C++11 style in cloud_print. | nick | 2015-04-27 | 10 | -75/+74 |
* | Add cloud_print_unittests to the GN build. | dpranke | 2015-04-01 | 2 | -0/+79 |
* | Remove prerender cookie store, part 4. | davidben | 2015-03-23 | 1 | -1/+1 |
* | Remove uses of KillProcess() | rvargas | 2015-03-18 | 1 | -12/+18 |
* | Move GetProcessIntegrityLevel to file_info.h and remove the handle argument. | rvargas | 2015-02-13 | 1 | -7/+2 |
* | Refactor chrome_launcher_support::GetAnyChromePath. | mgiuca | 2015-01-14 | 3 | -5/+8 |
* | Standardize usage of virtual/override/final specifiers in printing code. | dcheng | 2014-12-22 | 1 | -3/+2 |
* | Update cloud_print and chrome/service to use the new version of LaunchProcess. | rvargas | 2014-12-13 | 3 | -5/+4 |
* | Fixing error checking of PathService::Get. | brucedawson | 2014-12-08 | 1 | -1/+1 |
* | Remove timing limitation to set Broadcast, ReceiveBuffer, and SendBuffer opti... | hidehiko | 2014-12-08 | 2 | -10/+4 |
* | Upgrade the windows specific version of LaunchProcess to avoid raw handles. | rvargas | 2014-12-05 | 1 | -4/+4 |
* | Revert of Upgrade the windows specific version of LaunchProcess to avoid raw ... | rfevang | 2014-12-03 | 1 | -4/+4 |
* | Upgrade the windows specific version of LaunchProcess to avoid raw handles. | rvargas | 2014-12-03 | 1 | -4/+4 |
* | 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 | 15 | -43/+55 |
* | Cleanup: Remove unneeded path_service.h includes. | thestig | 2014-11-06 | 1 | -1/+0 |
* | 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 |
* | remove DIR_LOCAL_APP_DATA_LOW from base. | cpu | 2014-10-27 | 1 | -6/+14 |
* | Cleanup: Remove trailing whitespaces in gyp files. | thestig | 2014-10-17 | 3 | -6/+6 |
* | 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 | 11 | -61/+61 |
* | Add net::HttpServer::Delegate::OnConnect() function and set ChromeDriver buff... | samuong | 2014-09-26 | 1 | -0/+1 |
* | Remove implicit HANDLE conversions from cloud_print. | rvargas | 2014-09-25 | 6 | -25/+27 |
* | Added --disable-ipv4 and --disable-ipv6 switches. | vitalybuka | 2014-09-23 | 5 | -15/+44 |
* | GCP 2.0 prototype switches code cleanup. | vitalybuka | 2014-09-22 | 8 | -50/+120 |
* | Cleanup: Use base/files/file_util.h instead of base/file_util.h in cc/, chrom... | thestig | 2014-09-10 | 16 | -23/+25 |
* | Fix problems in r293393. | Nico Weber | 2014-09-05 | 1 | -10/+10 |
* | win/clang: Fix all remaining -Wformat warnings. | Nico Weber | 2014-09-05 | 2 | -1/+11 |
* | Revert of Revert of clang/win: Fix a few warnings in targets not in chromium_... | thakis | 2014-08-31 | 2 | -5/+6 |
* | Revert of clang/win: Fix a few warnings in targets not in chromium_builder_te... | thakis | 2014-08-30 | 2 | -6/+5 |