| Commit message (Expand) | Author | Age | Files | Lines |
* | Apply automated fixits for Chrome clang plugin to chrome. | dcheng | 2015-04-29 | 1 | -4/+2 |
* | Update {virtual,override} to follow C++11 style in chrome. | nick | 2015-04-24 | 1 | -47/+46 |
* | Remove --check-cloud-print-connector-policy | vitalybuka | 2015-04-15 | 2 | -54/+0 |
* | Cleanup: Remove unused variables in chrome/ found by Scythe. | thestig | 2015-04-04 | 3 | -7/+0 |
* | Don't use --check-cloud-print-connector-policy on MAC | vitalybuka | 2015-04-03 | 1 | -0/+5 |
* | If possible, use the PathService instead of the --user-data-dir flag directly | noms | 2015-03-28 | 1 | -0/+2 |
* | Split bug 418183 into separate bugs for each janky piece and remove the | pkasting | 2015-02-28 | 1 | -11/+0 |
* | Adding instrumentation to locate the source of jankiness. | Peter Kasting | 2015-02-05 | 1 | -1/+1 |
* | Rename base::Process::pid() to Pid() | rvargas | 2015-01-24 | 1 | -1/+1 |
* | Update EnsureProcessGetsReaped to receive a pid. | rvargas | 2015-01-14 | 1 | -3/+3 |
* | Make callers of CommandLine use it via the base:: namespace, and remove the g... | avi | 2014-12-25 | 3 | -5/+6 |
* | Update cloud_print and chrome/service to use the new version of LaunchProcess. | rvargas | 2014-12-13 | 1 | -1/+1 |
* | Remove implicit conversions from scoped_refptr to T* in chrome/ | dcheng | 2014-11-12 | 1 | -5/+5 |
* | Switching profiler instrumentations from ScopedProfile to ScopedTracker. This... | vadimt | 2014-10-29 | 1 | -7/+7 |
* | Standardize usage of virtual/override/final specifiers. | dcheng | 2014-10-28 | 4 | -9/+7 |
* | Standardize usage of virtual/override/final in chrome/ | dcheng | 2014-10-21 | 12 | -126/+117 |
* | Change PDF scaling factor from double to float. | pkasting | 2014-10-09 | 1 | -3/+3 |
* | Replacing the OVERRIDE with override and FINAL with final in chrome/service | mohan.reddy | 2014-10-07 | 14 | -115/+115 |
* | An internal tool shows that the task created by ObjectWatcher::DoneWaiting is... | sergeyu | 2014-10-01 | 1 | -0/+11 |
* | Remove implicit HANDLE conversions from chrome. | rvargas | 2014-09-25 | 2 | -12/+13 |
* | StartPage/EndPage from spooling code. Calling this from metafiles unreliable.... | vitalybuka | 2014-09-24 | 1 | -0/+2 |
* | Fix WeakPtrFactory member ordering in chrome/browser | mohan.reddy | 2014-09-23 | 1 | -1/+2 |
* | Use file handles to interact with utility process. | vitalybuka | 2014-09-17 | 2 | -59/+36 |
* | Fixed indentation. | vitalybuka | 2014-09-16 | 1 | -11/+11 |
* | Extracted MetafilePlayer interface from printing::MetafilePlayer. | vitalybuka | 2014-09-12 | 1 | -1/+1 |
* | Remove implicit conversions from scoped_refptr to T* in chrome/ | dcheng | 2014-08-26 | 1 | -1/+1 |
* | Change base/file_utils.h includes to base/files/file_utils.h in chrome/ | thestig | 2014-08-26 | 3 | -3/+3 |
* | Use a qualified path for grit includes in various chrome/ directories. | thestig@chromium.org | 2014-08-13 | 2 | -2/+2 |
* | Cleanup: Remove unneeded #include from ui/base/l10n/l10n_util.h. | thestig@chromium.org | 2014-08-12 | 1 | -0/+1 |
* | Cleanup: Remove unneeded #includes for grit/, ui/base/l10n/l10n_util.h and ui... | thestig@chromium.org | 2014-08-08 | 3 | -6/+1 |
* | Switch to using URLRequestContextBuilder to create some contexts. | mmenke@chromium.org | 2014-07-08 | 3 | -3/+3 |
* | Clamp down various chrome/ DEPS files. | thestig@chromium.org | 2014-06-24 | 1 | -0/+1 |
* | Add paper size support for local printing on Windows. | vitalybuka@chromium.org | 2014-06-16 | 1 | -3/+6 |
* | Convert local printer capabilites to CDD format to unify with cloud printers ... | alekseys@chromium.org | 2014-06-05 | 3 | -116/+9 |
* | Moved CloudPrintUrl to components/cloud_devices/cloud_devices_urls.h. | vitalybuka@chromium.org | 2014-04-20 | 3 | -17/+4 |
* | Moved current cloud_devices content into cloud_devices/common. | vitalybuka@chromium.org | 2014-04-18 | 2 | -2/+2 |
* | Added --cloud-print-xmpp-endpoint to make possible test with non-default XMPP... | vitalybuka@chromium.org | 2014-04-15 | 1 | -0/+3 |
* | Use service process to collect printers. | vitalybuka@chromium.org | 2014-03-27 | 2 | -12/+28 |
* | scoped_ptr<DEVMODE[]> replaced with scoped_ptr<DEVMODE, base::FreeDeleter>. | vitalybuka@chromium.org | 2014-03-11 | 3 | -16/+17 |
* | Move WriteFile and WriteFileDescriptor from file_util to base namespace. | brettw@chromium.org | 2014-03-06 | 2 | -3/+3 |
* | Enable CDD in cloud print connector on windows by default. | vitalybuka@chromium.org | 2014-02-25 | 1 | -2/+8 |
* | Revert 252221 "Use DocumentProperties to get default DEVMODE ins..." | vitalybuka@chromium.org | 2014-02-21 | 2 | -2/+2 |
* | Use DocumentProperties to get default DEVMODE instead of PRINTER_INFO_*. | vitalybuka@chromium.org | 2014-02-20 | 2 | -2/+2 |
* | Call PTOpenProvider to make sure that XPS works. | vitalybuka@chromium.org | 2014-02-18 | 1 | -4/+12 |
* | Use XPS to set color for HP printers. | vitalybuka@chromium.org | 2014-02-14 | 2 | -89/+19 |
* | Set orientation capability. | vitalybuka@chromium.org | 2014-02-14 | 1 | -0/+7 |
* | Fallback to CDD/CJT if connector can't initialize XPS API. | vitalybuka@chromium.org | 2014-02-09 | 8 | -29/+185 |
* | Printer registration using CDD. | vitalybuka@chromium.org | 2014-02-09 | 6 | -3/+184 |
* | Revert 249967 "Printer registration using CDD." | vollick@chromium.org | 2014-02-09 | 6 | -184/+3 |
* | Fixed GetSupportedMimeTypes. | vitalybuka@chromium.org | 2014-02-09 | 1 | -1/+1 |