| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove uses of KillProcess() | rvargas | 2015-03-18 | 1 | -12/+18 |
* | Refactor chrome_launcher_support::GetAnyChromePath. | mgiuca | 2015-01-14 | 2 | -4/+7 |
* | 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 |
* | Replacing the OVERRIDE with override and FINAL with final in cloud_print | mohan.reddy | 2014-10-06 | 4 | -6/+6 |
* | 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 |
* | 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 |
* | 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 | 2 | -23/+5 |
* | 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 |
* | 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 |