Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use a direct include of strings headers in cloud_print/. | avi@chromium.org | 2013-06-11 | 8 | -8/+8 | |
* | Use a direct include of utf_string_conversions.h in chrome_frame/, chromeos/,... | avi@chromium.org | 2013-06-07 | 2 | -2/+2 | |
* | 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 | 3 | -30/+36 | |
* | 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 | 2 | -5/+14 | |
* | Improvements in service setup. | vitalybuka@chromium.org | 2013-04-25 | 7 | -46/+106 | |
* | Exctracted small setup executable. | vitalybuka@chromium.org | 2013-04-24 | 8 | -21/+30 | |
* | Added Cloud Print Service installer/uninstaller. | vitalybuka@chromium.org | 2013-04-23 | 8 | -18/+222 | |
* | Renamed cloud_print_service_setup.exe to cloud_print_service_config.exe to av... | vitalybuka@chromium.org | 2013-04-23 | 3 | -3/+3 | |
* | Replace .\ in user name with host before calling to ATL::CSid::LoadAccount. | vitalybuka@chromium.org | 2013-04-18 | 3 | -2/+28 | |
* | Create dir if it does not existst. | vitalybuka@chromium.org | 2013-04-18 | 1 | -1/+1 | |
* | Move path functions from file_util to FilePath object. | brettw@chromium.org | 2013-04-12 | 2 | -6/+4 | |
* | Cloud print service setup dialog. | vitalybuka@chromium.org | 2013-04-11 | 4 | -0/+546 | |
* | Re-factored service controlled for using in new UI. | vitalybuka@chromium.org | 2013-04-09 | 3 | -13/+115 | |
* | Don't call AbsolutePath for empty values. | vitalybuka@chromium.org | 2013-04-09 | 1 | -1/+2 | |
* | Common code moved to cloud_print/common/ | vitalybuka@chromium.org | 2013-04-09 | 2 | -12/+9 | |
* | Fixed typos. | vitalybuka@chromium.org | 2013-04-09 | 4 | -10/+10 | |
* | Restore proxy_id after generation new Service State file. | vitalybuka@chromium.org | 2013-04-08 | 1 | -5/+7 | |
* | Removed unused xtb files. | vitalybuka@chromium.org | 2013-04-08 | 53 | -334/+37 | |
* | User Chrome to generate service state file. | vitalybuka@chromium.org | 2013-03-28 | 3 | -21/+158 | |
* | Remove autorun values if it points to the same user data as service. | vitalybuka@chromium.org | 2013-03-27 | 2 | -0/+40 | |
* | Additional command line switches for logging and to disable some components. | vitalybuka@chromium.org | 2013-03-27 | 4 | -2/+35 | |
* | Make --user-data-dir optional. | vitalybuka@chromium.org | 2013-03-27 | 2 | -19/+32 | |
* | User grit to process resources. | vitalybuka@chromium.org | 2013-03-27 | 54 | -39/+336 | |
* | User constansts from chrome_switches.h | vitalybuka@chromium.org | 2013-03-27 | 3 | -8/+11 | |
* | Send data back from service using IPC, not file. | vitalybuka@chromium.org | 2013-03-26 | 11 | -67/+455 | |
* | Stops service between status check | vitalybuka@chromium.org | 2013-03-22 | 1 | -0/+1 | |
* | Moved GetCurrentUserName to service_utils.* | vitalybuka@chromium.org | 2013-03-22 | 3 | -13/+37 | |
* | Added app icon and logo. | vitalybuka@chromium.org | 2013-03-20 | 2 | -0/+4 | |
* | Added app icon and logo. | vitalybuka@chromium.org | 2013-03-19 | 2 | -0/+0 | |
* | Moved resources to resources subdir. | vitalybuka@chromium.org | 2013-03-19 | 3 | -20/+5 | |
* | Moved define to gyp file. | vitalybuka@chromium.org | 2013-03-19 | 1 | -5/+0 | |
* | Switched to version generation with ver files. | vitalybuka@chromium.org | 2013-03-12 | 2 | -84/+9 | |
* | Exctracted ServiceController. | vitalybuka@chromium.org | 2013-03-12 | 3 | -169/+249 | |
* | Gyp file cleanup. | vitalybuka@chromium.org | 2013-03-11 | 2 | -31/+5 | |
* | Revert 187205 - Exctracted ServiceController. | dmikurube@chromium.org | 2013-03-10 | 5 | -482/+377 | |
* | Exctracted ServiceController. | vitalybuka@chromium.org | 2013-03-10 | 5 | -377/+482 | |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 2 | -2/+2 | |
* | Fix more remaining FilePath -> base::FilePath. | brettw@chromium.org | 2013-02-18 | 3 | -11/+11 | |
* | Moved chrome detection to service process. | vitalybuka@chromium.org | 2012-09-14 | 1 | -32/+45 | |
* | Improved cloud print service installation. | vitalybuka@chromium.org | 2012-09-14 | 1 | -103/+141 | |
* | Fixed spacing in command line help. | vitalybuka@chromium.org | 2012-08-16 | 1 | -1/+1 | |
* | Removed default account for service. | vitalybuka@chromium.org | 2012-08-15 | 3 | -44/+222 | |
* | Use Chrome version for cloud print targets. | vitalybuka@chromium.org | 2012-07-09 | 1 | -104/+105 | |
* | Factor out logic to find chrome.exe from Omaha client state. | erikwright@chromium.org | 2012-06-21 | 3 | -65/+6 |