| Commit message (Expand) | Author | Age | Files | Lines |
* | [Sync] Replace all instances of ModelTypeSet with ModelEnumSet | akalin@chromium.org | 2011-12-10 | 1 | -1/+1 |
* | When there is a password error and the user clicks the wrench menu to sign in... | lipalani@chromium.org | 2011-11-11 | 1 | -0/+2 |
* | First pass at "async" signin flow. | atwilson@chromium.org | 2011-10-06 | 1 | -3/+3 |
* | This splits the use of GaiaOAuthFetcher such that UI elements are handled by ... | rickcam@chromium.org | 2011-09-12 | 1 | -0/+2 |
* | Now properly handles gaia passphrases changing. | atwilson@chromium.org | 2011-09-10 | 1 | -3/+16 |
* | Moved the handling of the initial passphrase into SyncSetupFlow. | atwilson@chromium.org | 2011-09-03 | 1 | -5/+5 |
* | Sync UI: Fix issue when clicking sync error link twice. | binji@chromium.org | 2011-08-04 | 1 | -0/+3 |
* | Added support for setting gaia_passphrase in SyncSetupFlow::OnUserConfigured. | atwilson@chromium.org | 2011-08-04 | 1 | -0/+1 |
* | sync: listen for missing notifications | tim@chromium.org | 2011-07-21 | 1 | -0/+1 |
* | Correct crash when calling ShowLoginDialog. | qsr@google.com | 2011-07-20 | 1 | -3/+0 |
* | Move UI specific implementation from ProfileSyncService to SyncSetupFlowHandler. | qsr@chromium.org | 2011-07-18 | 1 | -0/+3 |
* | Remove dead code from sync_setup_flow. | mirandac@chromium.org | 2011-06-17 | 1 | -2/+0 |
* | Sync: Refactor HandleAttachHandler by moving out the Step logic into a separate | jhawkins@chromium.org | 2011-06-15 | 1 | -1/+3 |
* | Sync: Refactor the ProfileSyncService and sync setup flow to remove use of We... | jhawkins@chromium.org | 2011-06-14 | 1 | -6/+1 |
* | Sync: Add encryption customization radio. | jhawkins@chromium.org | 2011-05-24 | 1 | -0/+1 |
* | Sync: Remove the now-unused PASSPHRASE_MIGRATION state of SyncSetupWizard. | jhawkins@chromium.org | 2011-05-09 | 1 | -7/+0 |
* | Sync: Inline sync login dialog into Tabbed Options. | jhawkins@chromium.org | 2011-04-22 | 1 | -86/+17 |
* | Moved UI state from ProfileSyncService to SyncUserFlow so it doesn't inapprop... | atwilson@chromium.org | 2011-03-16 | 1 | -1/+7 |
* | Some minor sync cleanup and aftermath. Mostly just removing unused headers an... | andybons@chromium.org | 2011-03-15 | 1 | -1/+0 |
* | WebUI: Move more files from chrome/browser/webui to chrome/browser/ui/webui. | tfarina@chromium.org | 2011-02-27 | 1 | -1/+1 |
* | Reland "WebUI: Move more files from chrome/browser/dom_ui to chrome/browser/w... | tfarina@chromium.org | 2011-02-19 | 1 | -1/+1 |
* | Revert 75453 - WebUI: Move more files from chrome/browser/dom_ui to chrome/br... | scherkus@chromium.org | 2011-02-18 | 1 | -1/+1 |
* | WebUI: Move more files from chrome/browser/dom_ui to chrome/browser/webui. Pa... | tfarina@chromium.org | 2011-02-18 | 1 | -1/+1 |
* | WebUI: Rename DOMMessageHandler to WebMessageHandler. | tfarina@chromium.org | 2011-02-08 | 1 | -5/+5 |
* | Change includes of gfx/* to ui/gfx/* | sail@chromium.org | 2011-02-05 | 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/+4 |
* | From the enter-passphrase screen in sync setup, canceling should only disable... | johnnyg@chromium.org | 2011-01-26 | 1 | -1/+5 |
* | Move l10n_util to ui/base | ben@chromium.org | 2011-01-21 | 1 | -1/+1 |
* | Further tweaks to the passphrase UI to deal with passphrase entry. | johnnyg@chromium.org | 2011-01-13 | 1 | -2/+5 |
* | Add passphrase migration UI according to the flow chart for users who require... | johnnyg@chromium.org | 2011-01-08 | 1 | -6/+8 |
* | Deinline even more destructors. | erg@google.com | 2010-12-14 | 1 | -14/+6 |
* | sync: bake 'explicit' passphrases into the nigori specifics, rather | tim@chromium.org | 2010-11-10 | 1 | -1/+2 |
* | Cloud Print Dialog work. | scottbyer@google.com | 2010-11-02 | 1 | -0/+1 |
* | sync: fix passphrase bootstrapping and more. | tim@chromium.org | 2010-10-20 | 1 | -0/+5 |
* | Fix some problems with the ENTER_PASSPHRASE state in sync setup. | johnnyg@chromium.org | 2010-10-18 | 1 | -0/+1 |
* | Add UI for setting the encryption passphrase. | johnnyg@chromium.org | 2010-10-12 | 1 | -11/+29 |
* | sync: second factor auth support | tim@chromium.org | 2010-10-11 | 1 | -2/+3 |
* | DOM UI: Change DOMMessageHandler callback arg type to ListValue. | estade@chromium.org | 2010-08-19 | 1 | -2/+2 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Set the options dialog as the parent window of the sync wizard when the | albertb@chromium.org | 2010-07-16 | 1 | -1/+2 |
* | Add support for the "clear pending" server / storage backend state. | tim@chromium.org | 2010-07-15 | 1 | -1/+5 |
* | Remove the old 'customize sync' panel from win/mac/linux. And a little bit o... | dantasse@chromium.org | 2010-07-01 | 1 | -42/+0 |
* | New HTML Sync Setup UI. | dantasse@chromium.org | 2010-06-25 | 1 | -0/+13 |
* | Revert r50774 as it introduces valgrind failures | hclam@chromium.org | 2010-06-25 | 1 | -13/+0 |
* | New HTML Sync Setup UI! This paves the way for the Passphrase UI. (coming so... | dantasse@chromium.org | 2010-06-24 | 1 | -0/+13 |
* | [GTTF] Use FRIEND_TEST_ALL_PREFIXES in chrome/browser/sync | phajdan.jr@chromium.org | 2010-06-10 | 1 | -7/+7 |
* | Changes to allow focusing the syncronization dialog, useful for the case wher... | csilv@chromium.org | 2010-06-03 | 1 | -0/+4 |
* | [Large; Chromium OS] Work to host the cloud print dialog when built | maruel@chromium.org | 2010-05-14 | 1 | -0/+3 |
* | Make it impossible to click OK if you've selected 0 datatypes. | dantasse@chromium.org | 2010-04-14 | 1 | -2/+1 |
* | Make it impossible to click OK if you've selected 0 datatypes. | dantasse@chromium.org | 2010-04-13 | 1 | -2/+5 |