| Commit message (Expand) | Author | Age | Files | Lines |
* | Update include paths in chrome/service for base/process changes. | rsesek@chromium.org | 2013-07-23 | 3 | -3/+5 |
* | [SPDY] Use WeakPtr<HttpServerProperties> instead of raw pointers | akalin@chromium.org | 2013-07-18 | 1 | -1/+3 |
* | Use a direct include of the message_loop header in chrome/app, chrome/common,... | avi@chromium.org | 2013-07-17 | 7 | -7/+7 |
* | Rename base::Delete to base::DeleteFile | brettw@chromium.org | 2013-07-16 | 1 | -1/+1 |
* | std::sort requires strict comparison function. | vitalybuka@chromium.org | 2013-07-15 | 1 | -1/+1 |
* | Set task into IN_PROCESS before sending to printer. | vitalybuka@chromium.org | 2013-07-15 | 2 | -42/+42 |
* | chrome: Migrate from googleurl/ includes to url/ ones. Part 3. | tfarina@chromium.org | 2013-07-04 | 13 | -13/+13 |
* | Move file_util::Delete to the base namespace | brettw@chromium.org | 2013-07-01 | 1 | -1/+1 |
* | Use a direct include of time headers in chrome/common/, chrome/installer, chr... | avi@chromium.org | 2013-06-28 | 2 | -2/+2 |
* | Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-27 | 1 | -4/+3 |
* | mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef. | thakis@chromium.org | 2013-06-24 | 1 | -4/+4 |
* | Device robot refresh token integrity validation. | davidroche@chromium.org | 2013-06-22 | 1 | -3/+2 |
* | Removed LCID authentication from cloud print and cloud print setup dialog. | vitalybuka@chromium.org | 2013-06-19 | 11 | -259/+12 |
* | Give more request types a TransportSecurityState. | palmer@chromium.org | 2013-06-13 | 1 | -0/+1 |
* | Rewrite scoped_ptr<T>(NULL) to use the default ctor in chrome/. | dcheng@chromium.org | 2013-06-12 | 1 | -2/+1 |
* | Don't close handles returned by ::OpenPrinter with error. | vitalybuka@chromium.org | 2013-06-11 | 1 | -4/+2 |
* | Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" | rsleevi@chromium.org | 2013-06-11 | 6 | -14/+18 |
* | Use a direct include of strings headers in chrome/service/. | avi@chromium.org | 2013-06-11 | 11 | -11/+11 |
* | Use a direct include of utf_string_conversions.h in chrome/renderer/, chrome/... | avi@chromium.org | 2013-06-07 | 7 | -7/+7 |
* | Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-02 | 9 | -30/+25 |
* | Move AddMultipartValueForUpload to net/base/mime_util.h/cc. | grunell@chromium.org | 2013-05-16 | 2 | -23/+21 |
* | Cleanup: Remove unneeded base/file_util.h includes in chrome. | thestig@chromium.org | 2013-05-15 | 1 | -1/+0 |
* | chrome: Use base::MessageLoop. (Part 1) | xhwang@chromium.org | 2013-05-10 | 15 | -108/+114 |
* | chrome: Update the include paths of base/message_loop_proxy.h to its new loca... | tfarina@chromium.org | 2013-05-10 | 8 | -8/+8 |
* | Removed static factories for data, ftp, file, and about jobs. | pauljensen@chromium.org | 2013-05-08 | 1 | -3/+0 |
* | Revert 198844 "Move sequenced_task_runner to base/task" | dbeam@chromium.org | 2013-05-08 | 1 | -1/+1 |
* | Move sequenced_task_runner to base/task | brettw@chromium.org | 2013-05-08 | 1 | -1/+1 |
* | Move SpawnedTestServer to its own subdirectory. | phajdan.jr@chromium.org | 2013-05-07 | 1 | -1/+1 |
* | GTTF: rename net::TestServer -> net::SpawnedTestServer | phajdan.jr@chromium.org | 2013-05-03 | 1 | -13/+13 |
* | Allow cloud print connector to use test gaia. | vitalybuka@chromium.org | 2013-05-03 | 2 | -3/+7 |
* | chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST. | tfarina@chromium.org | 2013-05-01 | 2 | -2/+2 |
* | Pass --cloud-print-service into GCP connector. | vitalybuka@chromium.org | 2013-04-30 | 1 | -3/+10 |
* | [Mac] Convert ServiceApplication to not need a custom NSApp class. | shess@chromium.org | 2013-04-26 | 3 | -38/+17 |
* | Fixed value of kCloudPrintConnectNewPrinters. | vitalybuka@chromium.org | 2013-04-25 | 1 | -1/+1 |
* | Changed cloud print private API to pass all page settings as single object. | vitalybuka@chromium.org | 2013-04-18 | 9 | -57/+69 |
* | Allow multiple exits from PrintXPSDocument() for safety and clarity. | pkasting@chromium.org | 2013-04-15 | 1 | -43/+56 |
* | Rewrite scoped_array<T> to scoped_ptr<T[]> in chrome. | dcheng@chromium.org | 2013-04-11 | 1 | -1/+1 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 7 | -20/+22 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 7 | -22/+20 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 7 | -20/+22 |
* | Rewrite scoped_array<T> to scoped_ptr<T[]> in chrome, Linux edition. | dcheng@chromium.org | 2013-04-06 | 1 | -1/+1 |
* | net: extract net/cert out of net/base | phajdan.jr@chromium.org | 2013-03-29 | 1 | -1/+1 |
* | Rename sys_string_conversions in chrome. | brettw@chromium.org | 2013-03-28 | 1 | -1/+1 |
* | net: move host_resolver files from net/base to net/dns | phajdan.jr@chromium.org | 2013-03-21 | 2 | -2/+2 |
* | Refactor sandbox_policy.cc so that it doesn't contain the sandbox policies fo... | jam@chromium.org | 2013-03-20 | 1 | -2/+26 |
* | Switch to shutdown connector just after authentication. | vitalybuka@chromium.org | 2013-03-19 | 1 | -0/+9 |
* | Revert 188912 "Removed static factories for data, ftp, file, and..." | kbr@chromium.org | 2013-03-19 | 1 | -0/+3 |
* | Removed static factories for data, ftp, file, and about jobs. | pauljensen@chromium.org | 2013-03-19 | 1 | -3/+0 |
* | [Cleanup] Remove StringPrintf from global namespace | groby@chromium.org | 2013-03-18 | 3 | -9/+11 |
* | Chromium style checker cleanup | rsleevi@chromium.org | 2013-03-15 | 2 | -5/+5 |