Sebastian Hengst
1cbe4ffff3
Bug 997625 - Sync panel: Checkbox for syncing passwords enabled (not disabled) while sync credentials need reauth r=ttaubert
2014-04-17 13:55:31 +02:00
Mark Hammond
f65bef3293
Bug 970167 - Disable passwords engine when a master password is set. r=rnewman
2014-03-21 14:22:02 +11:00
Mark Hammond
12eb0933da
Bug 969528 - only show the 'login needed' UI state when in a LOGIN_FAILED_LOGIN_REJECTED state. r=ttaubert
2014-03-07 15:41:33 +11:00
Steven MacLeod
c087494bc6
Bug 971778 - Remove the richlistbox from the sync datatype selection in preferences. r=ttaubert
2014-03-03 16:55:34 -05:00
Mark Hammond
ae0dc3da66
Bug 975894 - sync prefs listens for weave:service:start-over:finish instead of weave:service:start-over. r=ttaubert.
2014-02-27 10:43:31 +11:00
Tim Taubert
0f98e74c72
Bug 967197 - "Create Account" and "Sign In" links in Sync preferences should go to separate pages r=markh
2014-02-18 12:05:13 +01:00
Gavin Sharp
970320af84
Bug 966511: Tweak Sync UI, r=ttaubert
...
Changes:
- rename browser-fxaccounts.js "toggle" to onMenuPanelCommand
- rename openSignInPage->openSignInAgainPage and change it to point to about:accounts?signin=true
- introduce openAccountsPage and change the menu panel "signed in"'s UI to call it
- remove period at the end of "Firefox is now syncing" in the success doorhanger
- rename syncErrorPanel.title->syncErrorPanel.heading for consistency
- remove the "Preferences" button from the "you need to sign in again" doorhanger
- "manage"->"change" in the "What would you like to Sync" dialog
- change "Unlink Browser" to "Disconnect", in both the prefs button and confirmation dialog title
- adjust string in the "Disconnect" confirmation dialog
- change "Device"->"computer" in the relink verification dialog
- fix success panel heading styling (should be bold)
--HG--
extra : rebase_source : 358c93e1123e11200523b96d97ecd25421edaca4
2014-01-31 17:20:21 -08:00
Mark Hammond
bf712b98a7
Bug 966520 - have sync prefs pane open the new "force sign in" page. r=gavin
2014-01-31 17:27:59 -08:00
Mark Hammond
297d793733
Bug 966123 - have sync prefs listen for the onverified observer and update accordingly. t=ttaubert.
2014-01-30 20:07:49 -08:00
Mark Hammond
98d4c9b8e8
Bug 965474 - allow for an initial sync on new user signin. r=ckarlof
...
--HG--
extra : rebase_source : f5fd22db384606112900b2caef11cc7bdc262f98
2014-01-30 19:02:46 -08:00
Gavin Sharp
9380c7d80a
Backed out changeset 00cead8f21d4 (bug 965464, should have been bug 965474)
...
--HG--
extra : rebase_source : 43997ecb392c716aa147407985b6f823ac087db8
2014-01-30 19:08:08 -08:00
Mark Hammond
9a83695045
Bug 965464 - allow for an initial sync on new user signin. r=ckarlof
2014-01-30 19:02:46 -08:00
Mark Hammond
8a50b148fc
Bug 965461 - ensure sync itself and sync prefs pane considers we are logged in after key fetch. r=ttaubert
2014-01-30 14:50:31 -08:00
Carsten "Tomcat" Book
bddabadbe2
Backed out changeset 2b4f723f6c60 (bug 965461) for XPC Bustage on a CLOSED TREE
2014-01-30 10:39:40 +01:00
Mark Hammond
701d4b0045
Bug 965461 - ensure sync itself and sync prefs pane considers we are logged in after key fetch. r=ttaubert
2014-01-30 00:22:55 -08:00
Wes Kocher
9f96220b89
Backed out changeset 2bfa24370b7c (bug 965461)
2014-01-29 21:04:08 -08:00
Mark Hammond
b107d4328f
Bug 965461 - ensure sync itself and sync prefs pane considers we are logged in after key fetch. r=ttaubert
2014-01-29 19:26:01 -08:00
Mark Hammond
e595dddc14
Bug 958927 - XUL dialogs for sync unlink and relink confirmation dialogs. r=gavin
...
Conflicts:
browser/base/content/aboutaccounts/aboutaccounts.js
--HG--
extra : rebase_source : 2c81fe29d3b85eb8174b988cbaff516e71c39358
2014-01-28 20:43:01 -08:00
Mark Hammond
c428a82013
Bug 957426 - Update Sync Options for Firefox Accounts. r=rnewman
2014-01-28 17:51:09 -08:00
Mark Hammond
96724917cd
Have the sync setup dialog do the right thing if identity.fxaccounts.enabled=true
2013-12-19 16:38:35 +11:00
Tim Taubert
e84978acf6
Bug 951857 - Bring back UI entry points and the setup dialog for old sync r=markh
...
From 046c19dae155a175cf6fa5e480f1fa1882f7d51f Mon Sep 17 00:00:00 2001
2013-12-18 23:10:11 +01:00
Tim Taubert
14e427ccc4
Bug 926709 - Replace UI entry points for sync setup with opening about:accounts; r=gavin
2013-10-16 17:42:01 -07:00
Sunny
13e0d9a6c5
Bug 689821 - Clean up browser/components/preferences/sync.js. r=rnewman
2013-02-12 15:16:32 -08:00
Gregory Szorc
3a3280675a
Bug 836120 - Reduce memory overhead of Sync when it's not configured; r=rnewman
...
If Sync is (likely) not configured, the only loaded JS is for the XPCOM
service itself.
The UI code is now smart enough to initialize the Sync service if it
isn't yet loaded. This addresses bug 825728.
2013-01-30 07:05:12 -08:00
Richard Newman
fa14b470a4
Bug 695127 - missing ; in chrome://browser/content/preferences/sync.js. r=trivial
2012-12-19 15:19:25 -08:00
Gregory Szorc
1a2fe1cd7f
Bug 787273 - Part 9: Adjust frontend code to use main.js; r=rnewman
...
Nothing outside of the core Sync code should import anything other than
main.js.
2012-09-18 12:32:10 -07:00
Gregory Szorc
aa883d0730
Bug 785225 - Part 5: Partial removal of Clients singleton; r=rnewman
...
Clients was being exported and used as a singleton. We still use Clients
as a singleton in some places, but only in test code. The preferred
method to access Clients is now through a service instance.
Weave.Clients is no longer exposed. Callers go through Weave.Service
now.
2012-08-29 14:43:40 -07:00
Gervase Markham
ca171eec44
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Gregory Szorc
ad57a51ea3
Bug 730989 - Remove references to now defunct Weave.Service.* properties; r=rnewman
2012-03-26 13:03:14 -07:00
Dão Gottwald
5536c5c95d
Bug 730271 - Create sync folder for Sync-related content files. r=mak
...
--HG--
rename : browser/base/content/aboutSyncTabs-bindings.xml => browser/base/content/sync/aboutSyncTabs-bindings.xml
rename : browser/base/content/aboutSyncTabs.css => browser/base/content/sync/aboutSyncTabs.css
rename : browser/base/content/aboutSyncTabs.js => browser/base/content/sync/aboutSyncTabs.js
rename : browser/base/content/aboutSyncTabs.xul => browser/base/content/sync/aboutSyncTabs.xul
rename : browser/base/content/syncAddDevice.js => browser/base/content/sync/addDevice.js
rename : browser/base/content/syncAddDevice.xul => browser/base/content/sync/addDevice.xul
rename : browser/base/content/syncGenericChange.js => browser/base/content/sync/genericChange.js
rename : browser/base/content/syncGenericChange.xul => browser/base/content/sync/genericChange.xul
rename : browser/base/content/syncKey.xhtml => browser/base/content/sync/key.xhtml
rename : browser/base/content/syncNotification.xml => browser/base/content/sync/notification.xml
rename : browser/base/content/syncProgress.js => browser/base/content/sync/progress.js
rename : browser/base/content/syncProgress.xhtml => browser/base/content/sync/progress.xhtml
rename : browser/base/content/syncQuota.js => browser/base/content/sync/quota.js
rename : browser/base/content/syncQuota.xul => browser/base/content/sync/quota.xul
rename : browser/base/content/syncSetup.js => browser/base/content/sync/setup.js
rename : browser/base/content/syncSetup.xul => browser/base/content/sync/setup.xul
rename : browser/base/content/syncUtils.js => browser/base/content/sync/utils.js
extra : rebase_source : ca9eb20410f5a5640819ce9d68f5c51277ae5f35
2012-02-28 17:03:35 +01:00
Philipp von Weitershausen
54e6d4e307
Bug 689311 - "Pair a Device" and "Set up Sync" links in the Sync prefpane. r=rnewman
2011-10-02 01:16:06 -07:00
Philipp von Weitershausen
dd4248643b
Bug 645152 - Deactivate this device warning is confusing and too dramatic. r=rnewman
2011-07-07 09:22:50 -07:00
Marina Samuel
d1684b79dd
Bug 645883 - "Deactivate this device" should not default to action. r=rnewman
2011-04-29 01:21:06 -07:00
Richard Newman
6c80443dc0
Bug 623795 - Sync setup and Add a Device wizard should trigger master password dialog. r=philikon a=blocking-betaN
2011-01-13 21:43:25 -08:00
Philipp von Weitershausen
b2ba42f0de
Bug 526445 - Sync pref pane: Get rid of Connect/Disconnect button. r=mconnor a=blocking-betaN
2011-01-11 23:50:13 -08:00
Philipp von Weitershausen
96aa49648e
Bug 526445 - Rearrange Sync prefs panel. r=mconnor a=blocking-betaN
...
Also fixes bug 616488: Wrong Sync Key error should direct user to Update Sync Key dialog
2011-01-11 23:50:13 -08:00
Philipp von Weitershausen
79f517f7b6
Bug 602682 - Sync UI: Implement easy setup. r=mconnor a=blocking-beta8
...
This adds the Add a Device wizard.
2010-12-09 18:28:41 -08:00
Philipp von Weitershausen
970ec13fed
Bug 595854 - Improve Sync pref pane messaging. r=mconnor a=blocking-beta7
2010-09-15 15:55:04 +02:00
Philipp von Weitershausen
75abcd9a30
Bug 595066 - Sync UI: Ask for email address instead of username. r=mconnor a=blocking-beta7
2010-09-15 15:55:04 +02:00
Philipp von Weitershausen
8244efc67c
Bug 594620 - Sync: Implement quota UI. r=mconnor a=blocking-beta7
2010-09-15 15:55:04 +02:00
Philipp von Weitershausen
aec0175d67
Bug 590805 - Sync UI: Revamp setup wizard (part 4), r=mconnor a=blocking2.0
...
Change flow of setup wizard
2010-09-08 03:37:46 +02:00
Paul O’Shannessy
5164885541
Bug 571897 (Sync UI) - Part 6: Pref Pane [r=dolske]
2010-08-02 16:37:56 -07:00