index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
sync
/
sync_setup_flow.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
browser: Abstract message box dialog functions into its own header file.
tfarina@chromium.org
2011-08-09
1
-2
/
+1
*
[Sync] Fix encryption/passphrase handling.
zea@chromium.org
2011-08-06
1
-9
/
+17
*
Sync UI: Fix issue when clicking sync error link twice.
binji@chromium.org
2011-08-04
1
-1
/
+6
*
Added support for setting gaia_passphrase in SyncSetupFlow::OnUserConfigured.
atwilson@chromium.org
2011-08-04
1
-0
/
+7
*
sync: if we've reached the end of the setup wizard, always set setup bit.
tim@chromium.org
2011-07-29
1
-1
/
+3
*
Reintegrating GaiaOAuthFetcher with Sync signin UI. This is essentially a re...
rickcam@chromium.org
2011-07-28
1
-6
/
+15
*
Prevent NOTREACHED when switching from not syncing to syncing passwords.
binji@chromium.org
2011-07-22
1
-1
/
+5
*
[Sync] Support receiving early passphrase required information in Sync UI.
zea@chromium.org
2011-07-22
1
-6
/
+9
*
Correct crash when calling ShowLoginDialog.
qsr@google.com
2011-07-20
1
-4
/
+0
*
[Sync] Enable sync encryption options by default.
zea@chromium.org
2011-07-20
1
-2
/
+2
*
Move UI specific implementation from ProfileSyncService to SyncSetupFlowHandler.
qsr@chromium.org
2011-07-18
1
-0
/
+4
*
Check flow_handler_ before calling SyncSetupFlow::Focus()
stevenjb@google.com
2011-06-28
1
-2
/
+5
*
sync: fetch encryption information before OnBackendInitialized
tim@chromium.org
2011-06-22
1
-2
/
+2
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-06-21
1
-1
/
+2
*
Remove dead code from sync_setup_flow.
mirandac@chromium.org
2011-06-17
1
-5
/
+0
*
Sync: Refactor HandleAttachHandler by moving out the Step logic into a separate
jhawkins@chromium.org
2011-06-15
1
-2
/
+9
*
Sync: Refactor the ProfileSyncService and sync setup flow to remove use of We...
jhawkins@chromium.org
2011-06-14
1
-24
/
+46
*
Sync: Remove the passphrase page and inline passphrase input in the Customize...
jhawkins@chromium.org
2011-06-01
1
-0
/
+2
*
Revert 87509 - Sync: Remove the passphrase page and inline passphrase input i...
joi@chromium.org
2011-06-01
1
-2
/
+0
*
Sync: Remove the passphrase page and inline passphrase input in the Customize...
jhawkins@chromium.org
2011-06-01
1
-0
/
+2
*
Dependency cleanup.
qsr@chromium.org
2011-05-27
1
-5
/
+0
*
Sync: Add encryption customization radio.
jhawkins@chromium.org
2011-05-24
1
-0
/
+18
*
dom-ui sync: Eliminate jank when customizing sync settings. Also, tweak chrom...
csilv@chromium.org
2011-05-23
1
-8
/
+1
*
Sync: Remove the now-unused PASSPHRASE_MIGRATION state of SyncSetupWizard.
jhawkins@chromium.org
2011-05-09
1
-17
/
+1
*
Options: Clean up the sync setup overlay, part 3.
jhawkins@chromium.org
2011-05-05
1
-7
/
+2
*
Sync: Remove the unused DONE_FIRST_TIME state.
jhawkins@chromium.org
2011-05-05
1
-8
/
+1
*
Show the dialog that to try again later if we get a clear pending error from ...
lipalani@chromium.org
2011-04-27
1
-2
/
+3
*
Sync: Inline sync login dialog into Tabbed Options.
jhawkins@chromium.org
2011-04-22
1
-594
/
+177
*
Sync: Fix a few issues with the refrehsed UI.
jhawkins@chromium.org
2011-04-19
1
-8
/
+19
*
Cancels passphrase entry if the user closes the dialog.
atwilson@chromium.org
2011-04-13
1
-3
/
+6
*
Gracefully clean up passphrase_required state when preferred types change.
atwilson@chromium.org
2011-03-31
1
-0
/
+2
*
Move web_ui_util.* to chrome/ from content/
estade@chromium.org
2011-03-30
1
-1
/
+0
*
Moved UI state from ProfileSyncService to SyncUserFlow so it doesn't inapprop...
atwilson@chromium.org
2011-03-16
1
-6
/
+16
*
Some minor sync cleanup and aftermath. Mostly just removing unused headers an...
andybons@chromium.org
2011-03-15
1
-0
/
+1
*
Switch content/browser/webui to string16/std::string, update all callers.
avi@chromium.org
2011-03-09
1
-6
/
+6
*
Fix sync wizard window size for chromeos/linux
stevenjb@google.com
2011-03-08
1
-1
/
+1
*
Remove web_ui_util helper functions.
kmadhusu@chromium.org
2011-03-03
1
-9
/
+22
*
Get rid of temporary render_view_host.h.
jam@chromium.org
2011-03-02
1
-2
/
+2
*
WebUI: Move the core files of WebUI from chrome/browser/webui to content/brow...
tfarina@chromium.org
2011-02-25
1
-1
/
+1
*
Revert 75911 - Remove web_ui_util helper functions.
kmadhusu@chromium.org
2011-02-24
1
-10
/
+10
*
Remove web_ui_util helper functions.
kmadhusu@chromium.org
2011-02-24
1
-10
/
+10
*
When enabling password sync manually, use the passphrase migration flow to cr...
johnnyg@chromium.org
2011-02-23
1
-1
/
+2
*
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 dom_ui_ variable to web_ui_.
tfarina@chromium.org
2011-02-14
1
-20
/
+20
*
Remove wstring from RVH's run Javascript command.
avi@chromium.org
2011-02-09
1
-1
/
+2
*
WebUI: Rename DOMMessageHandler to WebMessageHandler.
tfarina@chromium.org
2011-02-08
1
-2
/
+2
*
Revert 74118 - Remove wstring from RVH's run Javascript command.
avi@chromium.org
2011-02-08
1
-2
/
+1
*
Remove wstring from RVH's run Javascript command.
avi@chromium.org
2011-02-08
1
-1
/
+2
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
1
-1
/
+1
*
Carnitas: Refactor ShowHtmlDialog()
sail@chromium.org
2011-02-02
1
-7
/
+3
[next]