Gijs Kruitbosch
abf35e57f5
Merge mozilla-central and ux
2013-08-29 15:30:00 +02:00
Tim Abraldes
7eb6429775
bug 904230. Make nsIWinMetroUtils available as Services.metro. r=mbrubeck for the metro piece. r=rnewman for the sync piece. r=dolske for the toolkit piece.
2013-08-28 10:27:32 -07:00
Mike Conley
6e40b88b86
Bug 851001 - Update global/icons/close[@2x].png for Australis, r=jaws
2013-06-05 21:39:36 +02:00
Amod Narvekar
cc31ad762c
Bug 757351 - Sync uses deprecated octal literals. r=rnewman
2013-04-22 12:35:07 -07:00
Xin Zhang
0be3f625fe
Bug 849764 - Replace removeObserver() calls with three params with two in browser dir. r=mak
2013-04-06 14:46:35 -04:00
Brian R. Bondy
2a11357ce8
Bug 831614 - Desktop sync UI checkbox for Setting up Sync for Metro at the same time. r=jaws
2013-03-15 10:29:55 -04:00
Trevor Saunders
fdf2a869ea
bug 407956 - make nsITreeView not take a nsISupportsArray* r=neil, bz sr=neil
2013-01-06 19:54:42 -05:00
Jared Wein
6b546b375c
Bug 839701 - Use hidden=true/false instead of display=inline/none for hiding and showing the progress bar. r=rnewman
2013-02-11 15:39:41 -05:00
Jared Wein
f7377733ac
Backed out changeset fe1853b667cc (bug 839701) for failing browser-chrome test.
2013-02-11 15:34:29 -05:00
Jared Wein
bc39d1d729
Bug 839701 - Use hidden=true/false instead of display=inline/none for hiding and showing the progress bar. r=rnewman
2013-02-11 13:49:22 -05:00
Gregory Szorc
1fcdd22f06
Merge mozilla-central into services-central
2012-09-24 13:33:43 -07:00
Gregory Szorc
33187f468f
Bug 787273 - Part 4: Refactor Identity to not be a singleton; r=rnewman
...
Access to IdentityManager functionality now goes through the Service
singleton.
2012-09-14 16:02:33 -07:00
Andres Hernandez
2b51a67583
Bug 781973 - Use filepicker's open() instead of the obsolete show() in /browser. r=bbondy
2012-09-19 17:21:38 -06:00
Richard Newman
a93e5682a6
Merge m-c to s-c.
2012-09-09 12:08:09 -07:00
Amod
21b66bc151
Bug 783025 - Replace String.indexOf(...) != -1 with String.contains(...). r=dao
2012-09-08 22:58:23 +02:00
Ehsan Akhgari
507bfdfb1d
Backed out changeset 9c6782197172 (bug 783025) because of test failures
2012-09-08 16:56:04 -04:00
Amod
fafb80c6ba
Bug 783025 - Replace String.indexOf(...) != -1 with String.contains(...). r=dao
2012-09-08 21:26:25 +02:00
Gregory Szorc
da2fccbb51
Bug 787306 - Fix bitrotted Sync UX code; r=rnewman
...
services-central contains lots of changed code. Sync UX changes which
landed in inbound for bug 762230 are not compatible with the future.
2012-08-31 11:49:38 -07:00
Richard Newman
4b0aa66388
Merge m-c to s-c.
2012-08-30 19:26:53 -07:00
Ally Naaktgeboren
fd0bda9174
Bug 762230 - Add-ons not listed when resetting Sync; r=mconnor
2012-08-30 14:57:15 -07:00
Gregory Szorc
59f2bef831
Bug 785225 - Part 8: Don't expose SyncScheduler as a singleton; r=rnewman
2012-08-29 14:43:41 -07:00
Gregory Szorc
0a2ed85dab
Bug 785225 - Part 7: Bind SendCredentialsController to a Service instance; r=rnewman
2012-08-29 14:43:40 -07:00
Gregory Szorc
eafa132c4a
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
Gregory Szorc
0a81fdbb9d
Bug 785225 - Part 2: Minimize Engines singleton usage; r=rnewman
...
Weave.Engines is no longer exported. Service now exposes an
EngineManager instance, which is the new recommended way to get at the
engine manager. Service was updated to reference the internal instance.
2012-08-29 14:43:40 -07:00
Ally Naaktgeboren
b7b5730eaf
Bug 589468 - Part 2/2: Change "computer" to "device" in all strings regarding desktop Firefox Sync. r=mconnor
2012-08-29 17:09:32 -07:00
Gregory Szorc
0317ad36fa
Merge mozilla-central into services-central
2012-08-23 09:53:48 -07:00
Leonard Camacho
8a74216e0b
Bug 695879 - Use SyncScheduler when adding a new device to sync. r=rnewman
2012-08-21 18:23:42 -04:00
Gregory Szorc
d04cddab2d
Merge mozilla-central into services-central
2012-08-15 16:24:21 -07:00
Gregory Szorc
9e24ce4a7e
Bug 781946 - Clean up notifications usage; r=rnewman
2012-08-13 16:51:58 -07:00
Andres Hernandez
e80b022632
Bug 325901 - fix unnecessarily preprocessed files in browser/, r=gavin
2012-08-10 14:20:25 -06:00
Raymond Lee
d03084cd4b
Bug 710543 - Bring back 'change.password.pwSameAsRecoveryKey' string. r=gps
2012-05-15 09:49:02 +08:00
Gervase Markham
cb6a072c2a
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Gregory Szorc
5eb157b9e5
Bug 731494 - Refactor generic code from services/sync into services/common; r=rnewman
2012-04-05 23:26:06 -07:00
Gregory Szorc
ec38114ada
Bug 739752 - Fix typo in Sync login form; r=sad panda
2012-03-27 13:24:41 -07:00
Gregory Szorc
246a543a7b
Bug 730989 - Refactor identity and authentication in Sync; r=rnewman
2012-03-22 15:49:50 -07:00
Elad Alfassa
663f2ffe49
Bug 713634 - Add dir="&locale.dir;" to Sync completion message. r=philikon
2012-03-01 22:34:49 -05:00
Dão Gottwald
a06e1b4219
Bug 730271 - Create sync folder for Sync-related content files. r=mak
2012-02-28 17:03:35 +01:00