| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Removes MessageLoop::TYPE_XXX where possible | sky@chromium.org | 2014-01-15 | 1 | -1/+1 |
* | Update some uses of char16 to use the base:: namespace. | avi@chromium.org | 2013-12-25 | 1 | -1/+1 |
* | Update uses of Value in chromeos/, cloud_print/, components/, content/ to use... | avi@chromium.org | 2013-12-23 | 1 | -2/+2 |
* | Move cloud_print manifestdependency to external .manifest file | scottmg@chromium.org | 2013-12-11 | 2 | -7/+13 |
* | 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 |
* | [Net] Assert that URLRequests with LOAD_IGNORE_LIMITS have MAXIMUM_PRIORITY | akalin@chromium.org | 2013-11-14 | 1 | -1/+1 |
* | Allow printing component to be removed completely | spang@chromium.org | 2013-11-07 | 1 | -1/+5 |
* | Revert 232802 "[Net] Assert that URLRequests with LOAD_IGNORE_LI..." | scherkus@chromium.org | 2013-11-04 | 1 | -1/+1 |
* | Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330 | bbudge@chromium.org | 2013-11-04 | 1 | -1/+1 |
* | [Net] Assert that URLRequests with LOAD_IGNORE_LIMITS have MAXIMUM_PRIORITY | akalin@chromium.org | 2013-11-04 | 1 | -1/+1 |
* | [Net] Add a priority parameter to URLRequest's constructor | akalin@chromium.org | 2013-10-31 | 1 | -1/+3 |
* | Remove unused IPC::Message priority. | bbudge@chromium.org | 2013-10-28 | 1 | -1/+1 |
* | Clean up remaining unused globals (on mac). | thakis@chromium.org | 2013-09-26 | 1 | -1/+0 |
* | 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 |
* | Remove unused variable declaration. | etienneb@chromium.org | 2013-08-21 | 1 | -1/+0 |
* | 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 | 2 | -2/+2 |
* | 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 |
* | Use a direct include of strings headers in cloud_print/. | avi@chromium.org | 2013-06-11 | 10 | -10/+10 |
* | Use a direct include of utf_string_conversions.h in chrome_frame/, chromeos/,... | avi@chromium.org | 2013-06-07 | 3 | -3/+3 |
* | Roll DEPS for googleurl. Second try. | tfarina@chromium.org | 2013-06-03 | 1 | -1/+1 |
* | Update cloud_print/ to use scoped_refptr<T>::get() rather than implicit "oper... | rsleevi@chromium.org | 2013-06-02 | 1 | -1/+1 |
* | Deprecate switches gaia-host and gaia-url-path in favor of gaia-url | achuith@chromium.org | 2013-05-18 | 1 | -1/+1 |
* | cloud_print: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-06 | 4 | -37/+44 |
* | Allow cloud print connector to use test gaia. | vitalybuka@chromium.org | 2013-05-03 | 1 | -0/+3 |
* | Pass --cloud-print-service into GCP connector. | vitalybuka@chromium.org | 2013-04-30 | 1 | -0/+1 |
* | Cloud print service strings cleanup. | vitalybuka@chromium.org | 2013-04-26 | 3 | -141/+229 |
* | Shortcut should be to *config.exe not *setup.exe | vitalybuka@chromium.org | 2013-04-26 | 1 | -0/+3 |
* | Removed trailing '.' from some strings in resources. | vitalybuka@chromium.org | 2013-04-26 | 1 | -2/+2 |
* | Fixed crash in cloud_print_service_setup.exe, binary needs _AtlModule. | vitalybuka@chromium.org | 2013-04-25 | 3 | -6/+15 |
* | Improvements in service setup. | vitalybuka@chromium.org | 2013-04-25 | 7 | -46/+106 |
* | Exctracted small setup executable. | vitalybuka@chromium.org | 2013-04-24 | 9 | -23/+55 |