| Commit message (Expand) | Author | Age | Files | Lines |
* | WebUI: Rename namespace dom_ui_util to web_ui_util. | tfarina@chromium.org | 2011-01-31 | 1 | -1/+1 |
* | Part 2 of repairing regressions to my old clang check plugins so Nico can | erg@google.com | 2011-01-28 | 1 | -1/+1 |
* | Move l10n_util to ui/base | ben@chromium.org | 2011-01-21 | 6 | -6/+6 |
* | Add Throbber control for DOMUI. Use it everywhere in options and in Sync setu... | sergeyu@chromium.org | 2011-01-21 | 1 | -18/+3 |
* | Move ResourceBundle, DataPack to ui/base | ben@chromium.org | 2011-01-20 | 1 | -1/+1 |
* | Move a bunch of random other files to src/ui/base | ben@chromium.org | 2011-01-20 | 1 | -2/+2 |
* | Show remoting host status on the advanced options page. | sergeyu@chromium.org | 2011-01-14 | 2 | -0/+105 |
* | net: Remove typedef net::URLRequestStatus URLRequestStatus; | tfarina@chromium.org | 2011-01-13 | 2 | -4/+4 |
* | Cleanup: Remove unneeded includes of pref_names.h | thestig@chromium.org | 2011-01-13 | 1 | -1/+0 |
* | Bugfixes for the remoting setup wizard: | sergeyu@chromium.org | 2011-01-13 | 4 | -12/+42 |
* | Revert 71169 - Revert 71167 - Remove wstring from gfx. | avi@chromium.org | 2011-01-12 | 1 | -1/+1 |
* | Revert 71167 - Remove wstring from gfx. | joi@chromium.org | 2011-01-12 | 1 | -1/+1 |
* | Remove wstring from gfx. | avi@chromium.org | 2011-01-12 | 1 | -1/+1 |
* | Add SettingUp page in the Remoting Host setup wizard | sergeyu@chromium.org | 2011-01-10 | 7 | -11/+98 |
* | Cleanups: Remove old RemotingSetupFlow. | sergeyu@chromium.org | 2011-01-06 | 4 | -530/+0 |
* | net: Add namespace net to the remaining files under url_request directory. | tfarina@chromium.org | 2011-01-06 | 1 | -2/+2 |
* | Chromoting setup flow: implemented rest of setup flow steps. | sergeyu@chromium.org | 2011-01-06 | 9 | -8/+426 |
* | Fixes for the Remoting setup flow. | sergeyu@chromium.org | 2011-01-06 | 9 | -79/+267 |
* | Revert 70281 - Revert 70271 - Remove wstring from l10n_util. Part 3. | avi@chromium.org | 2010-12-29 | 2 | -4/+6 |
* | Revert 70271 - Remove wstring from l10n_util. Part 3. | avi@chromium.org | 2010-12-29 | 2 | -6/+4 |
* | Remove wstring from l10n_util. Part 3. | avi@chromium.org | 2010-12-29 | 2 | -4/+6 |
* | New remoting setup flow. | sergeyu@chromium.org | 2010-12-28 | 4 | -0/+544 |
* | Move directory code from chrome/service to chrome/browser. | sergeyu@chromium.org | 2010-12-23 | 3 | -0/+282 |
* | Remove chromoting host registration from service process. More IPCs to control | sergeyu@chromium.org | 2010-12-23 | 1 | -2/+2 |
* | Deinline even more destructors. | erg@google.com | 2010-12-14 | 2 | -3/+6 |
* | Cleanup: Remove unneeded browser_thread.h usage. | thestig@chromium.org | 2010-12-13 | 1 | -1/+3 |
* | Rename all methods accessing Singleton<T> as GetInstance(). | satish@chromium.org | 2010-12-13 | 1 | -1/+1 |
* | Add a new GetInstance() method for singleton classes used in chrome/browser f... | satish@chromium.org | 2010-12-09 | 1 | -1/+1 |
* | Reduce the include footprint of pref_service.h | mnissler@chromium.org | 2010-12-03 | 1 | -0/+1 |
* | Move: | ben@chromium.org | 2010-12-02 | 1 | -1/+1 |
* | Revert 67997 - Reduce the include footprint of pref_service.h | mnissler@chromium.org | 2010-12-02 | 1 | -1/+0 |
* | Reduce the include footprint of pref_service.h | mnissler@chromium.org | 2010-12-02 | 1 | -0/+1 |
* | Cleanup: Include browser.h -> ui/browser.h [Part 4]. | jhawkins@chromium.org | 2010-11-17 | 1 | -2/+2 |
* | Rename GaiaAuthenticator2 to GaiaAuthFetcher. | tfarina@chromium.org | 2010-11-10 | 2 | -7/+7 |
* | Cloud Print Dialog work. | scottbyer@google.com | 2010-11-02 | 2 | -0/+5 |
* | Fixed ServiceProcessControl::Launch to remember the Task supplied to it in a ... | sanjeevr@chromium.org | 2010-10-18 | 1 | -2/+3 |
* | Rename ChromeThread to BrowserThread Part21: | tfarina@chromium.org | 2010-10-12 | 1 | -1/+1 |
* | Rename ChromeThread to BrowserThread Part13: | tfarina@chromium.org | 2010-10-10 | 1 | -3/+3 |
* | Remoting/Cloud Print Proxy authentication success UI cleanup. | scottbyer@chromium.org | 2010-10-07 | 1 | -1/+3 |
* | Removed the ServiceProcessType enum because a single service process should h... | sanjeevr@chromium.org | 2010-10-05 | 1 | -7/+4 |
* | Sync shouldn't allow hosted accounts, but other clients of GaiaAuthenticator2... | johnnyg@chromium.org | 2010-10-02 | 1 | -1/+2 |
* | Cleanup TODOs in RemotingSetupFlow | hclam@chromium.org | 2010-08-31 | 4 | -149/+236 |
* | Move Google-specific code under browser/ into browser/google/. | evan@chromium.org | 2010-08-30 | 1 | -1/+1 |
* | Move prefs-related files under chrome/browser/ into a prefs/ subdir. | evan@chromium.org | 2010-08-26 | 1 | -1/+1 |
* | Resubmit r56600 - Start/stop service process when browser starts and stop | hclam@chromium.org | 2010-08-23 | 2 | -14/+15 |
* | ResourceBundle is loading a wrong resource on Windows for sync | hclam@chromium.org | 2010-08-20 | 2 | -0/+0 |
* | DOM UI: Change DOMMessageHandler callback arg type to ListValue. | estade@chromium.org | 2010-08-19 | 2 | -3/+3 |
* | Switch to GoogleServiceAuthError struct instead of GaiaAuthError. | chron@chromium.org | 2010-08-19 | 2 | -5/+6 |
* | Remove forward declares for ASCIIToUTF16 from string_util. All callers now use | brettw@chromium.org | 2010-08-19 | 1 | -0/+1 |
* | Revert 56600 - ServiceProcessControlBrowserTest.LaunchAndIPC crashes. | rvargas@google.com | 2010-08-18 | 3 | -17/+18 |