summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/sync_setup_flow.cc
Commit message (Expand)AuthorAgeFilesLines
* browser: Abstract message box dialog functions into its own header file.tfarina@chromium.org2011-08-091-2/+1
* [Sync] Fix encryption/passphrase handling.zea@chromium.org2011-08-061-9/+17
* Sync UI: Fix issue when clicking sync error link twice.binji@chromium.org2011-08-041-1/+6
* Added support for setting gaia_passphrase in SyncSetupFlow::OnUserConfigured.atwilson@chromium.org2011-08-041-0/+7
* sync: if we've reached the end of the setup wizard, always set setup bit.tim@chromium.org2011-07-291-1/+3
* Reintegrating GaiaOAuthFetcher with Sync signin UI. This is essentially a re...rickcam@chromium.org2011-07-281-6/+15
* Prevent NOTREACHED when switching from not syncing to syncing passwords.binji@chromium.org2011-07-221-1/+5
* [Sync] Support receiving early passphrase required information in Sync UI.zea@chromium.org2011-07-221-6/+9
* Correct crash when calling ShowLoginDialog.qsr@google.com2011-07-201-4/+0
* [Sync] Enable sync encryption options by default.zea@chromium.org2011-07-201-2/+2
* Move UI specific implementation from ProfileSyncService to SyncSetupFlowHandler.qsr@chromium.org2011-07-181-0/+4
* Check flow_handler_ before calling SyncSetupFlow::Focus()stevenjb@google.com2011-06-281-2/+5
* sync: fetch encryption information before OnBackendInitializedtim@chromium.org2011-06-221-2/+2
* Coverity: Initialize member variables.jhawkins@chromium.org2011-06-211-1/+2
* Remove dead code from sync_setup_flow.mirandac@chromium.org2011-06-171-5/+0
* Sync: Refactor HandleAttachHandler by moving out the Step logic into a separatejhawkins@chromium.org2011-06-151-2/+9
* Sync: Refactor the ProfileSyncService and sync setup flow to remove use of We...jhawkins@chromium.org2011-06-141-24/+46
* Sync: Remove the passphrase page and inline passphrase input in the Customize...jhawkins@chromium.org2011-06-011-0/+2
* Revert 87509 - Sync: Remove the passphrase page and inline passphrase input i...joi@chromium.org2011-06-011-2/+0
* Sync: Remove the passphrase page and inline passphrase input in the Customize...jhawkins@chromium.org2011-06-011-0/+2
* Dependency cleanup.qsr@chromium.org2011-05-271-5/+0
* Sync: Add encryption customization radio.jhawkins@chromium.org2011-05-241-0/+18
* dom-ui sync: Eliminate jank when customizing sync settings. Also, tweak chrom...csilv@chromium.org2011-05-231-8/+1
* Sync: Remove the now-unused PASSPHRASE_MIGRATION state of SyncSetupWizard.jhawkins@chromium.org2011-05-091-17/+1
* Options: Clean up the sync setup overlay, part 3.jhawkins@chromium.org2011-05-051-7/+2
* Sync: Remove the unused DONE_FIRST_TIME state.jhawkins@chromium.org2011-05-051-8/+1
* Show the dialog that to try again later if we get a clear pending error from ...lipalani@chromium.org2011-04-271-2/+3
* Sync: Inline sync login dialog into Tabbed Options.jhawkins@chromium.org2011-04-221-594/+177
* Sync: Fix a few issues with the refrehsed UI.jhawkins@chromium.org2011-04-191-8/+19
* Cancels passphrase entry if the user closes the dialog.atwilson@chromium.org2011-04-131-3/+6
* Gracefully clean up passphrase_required state when preferred types change.atwilson@chromium.org2011-03-311-0/+2
* Move web_ui_util.* to chrome/ from content/estade@chromium.org2011-03-301-1/+0
* Moved UI state from ProfileSyncService to SyncUserFlow so it doesn't inapprop...atwilson@chromium.org2011-03-161-6/+16
* Some minor sync cleanup and aftermath. Mostly just removing unused headers an...andybons@chromium.org2011-03-151-0/+1
* Switch content/browser/webui to string16/std::string, update all callers.avi@chromium.org2011-03-091-6/+6
* Fix sync wizard window size for chromeos/linuxstevenjb@google.com2011-03-081-1/+1
* Remove web_ui_util helper functions.kmadhusu@chromium.org2011-03-031-9/+22
* Get rid of temporary render_view_host.h.jam@chromium.org2011-03-021-2/+2
* WebUI: Move the core files of WebUI from chrome/browser/webui to content/brow...tfarina@chromium.org2011-02-251-1/+1
* Revert 75911 - Remove web_ui_util helper functions.kmadhusu@chromium.org2011-02-241-10/+10
* Remove web_ui_util helper functions.kmadhusu@chromium.org2011-02-241-10/+10
* When enabling password sync manually, use the passphrase migration flow to cr...johnnyg@chromium.org2011-02-231-1/+2
* WebUI: Move more files from chrome/browser/dom_ui to chrome/browser/webui. Pa...tfarina@chromium.org2011-02-181-1/+1
* WebUI: Rename dom_ui_ variable to web_ui_.tfarina@chromium.org2011-02-141-20/+20
* Remove wstring from RVH's run Javascript command.avi@chromium.org2011-02-091-1/+2
* WebUI: Rename DOMMessageHandler to WebMessageHandler.tfarina@chromium.org2011-02-081-2/+2
* Revert 74118 - Remove wstring from RVH's run Javascript command.avi@chromium.org2011-02-081-2/+1
* Remove wstring from RVH's run Javascript command.avi@chromium.org2011-02-081-1/+2
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Carnitas: Refactor ShowHtmlDialog()sail@chromium.org2011-02-021-7/+3