Gavin Sharp
9c3c787f78
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
26d5aedfa8
Bug 965464 - allow for an initial sync on new user signin. r=ckarlof
2014-01-30 19:02:46 -08:00
Mark Hammond
f080b05c6a
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
7a50e514a8
Backed out changeset 2b4f723f6c60 (bug 965461) for XPC Bustage on a CLOSED TREE
2014-01-30 10:39:40 +01:00
Mark Hammond
b7d23f8385
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
404574a634
Backed out changeset 2bfa24370b7c (bug 965461)
2014-01-29 21:04:08 -08:00
Mark Hammond
a7be140967
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
b21501e4dc
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
75afa10dbb
Bug 957426 - Update Sync Options for Firefox Accounts. r=rnewman
2014-01-28 17:51:09 -08:00
Mark Hammond
e0a80a7417
Have the sync setup dialog do the right thing if identity.fxaccounts.enabled=true
2013-12-19 16:38:35 +11:00
Tim Taubert
1216e66e74
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
a17a006bcc
Bug 926709 - Replace UI entry points for sync setup with opening about:accounts; r=gavin
2013-10-16 17:42:01 -07:00
Sunny
023fcf43e5
Bug 689821 - Clean up browser/components/preferences/sync.js. r=rnewman
2013-02-12 15:16:32 -08:00
Gregory Szorc
c47eb8f3a2
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
3604f4a33d
Bug 695127 - missing ; in chrome://browser/content/preferences/sync.js. r=trivial
2012-12-19 15:19:25 -08:00
Gregory Szorc
60c8e52def
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
19432e05ab
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
82ff7027aa
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Gregory Szorc
64dfef9ab2
Bug 730989 - Remove references to now defunct Weave.Service.* properties; r=rnewman
2012-03-26 13:03:14 -07:00
Dão Gottwald
1ee35fea16
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
4deb1d48af
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
74a01ac483
Bug 645152 - Deactivate this device warning is confusing and too dramatic. r=rnewman
2011-07-07 09:22:50 -07:00
Marina Samuel
81975c5596
Bug 645883 - "Deactivate this device" should not default to action. r=rnewman
2011-04-29 01:21:06 -07:00
Richard Newman
fbf56820b5
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
ef5b1db23b
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
ed6a24afc2
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
7757aca5d3
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
e43e2fcaa9
Bug 595854 - Improve Sync pref pane messaging. r=mconnor a=blocking-beta7
2010-09-15 15:55:04 +02:00
Philipp von Weitershausen
b4d4d3aa8f
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
5e710d4849
Bug 594620 - Sync: Implement quota UI. r=mconnor a=blocking-beta7
2010-09-15 15:55:04 +02:00
Philipp von Weitershausen
676450c72d
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
397f02fadf
Bug 571897 (Sync UI) - Part 6: Pref Pane [r=dolske]
2010-08-02 16:37:56 -07:00