Commit Graph

68 Commits

Author SHA1 Message Date
Shu-yu Guo
37989840cd Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff) 2015-09-15 11:19:45 -07:00
Mark Hammond
e826a116db Bug 1180587 - remove most error handling from browser-syncui now it is shown in the hamburger menu. r=adw 2015-08-06 14:47:31 +10:00
Mark Hammond
7699a33252 Bug 1184005 - Remove readinglist. r=MattN,jaws,adw 2015-08-04 12:00:43 +10:00
Richard Marti
7a59f8f3c9 Bug 1160732 - Remove about:sync-progress. r=markh 2015-05-07 21:18:02 +02:00
ziyunfei
649e7033e4 Bug 1102219 - Part 4: Replace String.prototype.contains with String.prototype.includes in chrome code. r=till 2015-04-30 00:32:05 +09:00
Kartikaya Gupta
ebe4a3e37e Bug 1039866 - Rip out a bunch of metro-only code. r=jimm,gavin,rstrong 2015-04-23 15:10:30 -04:00
Mark Hammond
85c3dc5004 Bug 1131414 (part 2) - add the reading-list engine to Sync prefs. r=adw 2015-03-20 11:08:51 -07:00
Drew Willcoxon
7764bdc1a7 Bug 1120716 - Offer "learn more" links in the legacy-Sync-to-FxA migration UI. r=markh,Unfocused 2015-02-04 13:59:47 -08:00
Chris Peterson
f647d851e3 Bug 1105408 - Remove deprecated for-each-in loop in about:sync-tabs. r=mak 2014-11-25 23:51:03 -08:00
Jon Morton
4a98f87acc Bug 979835: Port BoxObject and its subclasses to WebIDL. r=khuey sr=bz 2014-10-14 13:15:21 -07:00
Till Schneidereit
8219681d97 Bug 1075059 - Part 1: Backout of Array.prototpype.contains usages. r=me 2014-10-02 17:37:48 +02:00
Ayush Mishra
fd3b4210c3 Bug 1072889 - Replace array.indexOf(...) != -1 with array.contains(...) in browser/base/ ; r=dao 2014-09-26 20:51:09 +02:00
Alan K
dc6b1310d3 Bug 993584 - Initial landing for CloudSync. r=rnewman 2014-09-04 21:44:00 +02:00
Carsten "Tomcat" Book
4418e38e70 Backed out changeset c4c2474a4f75 (bug 993584) for suspecion of causing bc1 test failures 2014-09-03 16:04:16 +02:00
Alan K
b0b24d131c Bug 993584 - Initial landing for CloudSync. r=rnewman 2014-09-02 14:51:00 +02:00
Mark Hammond
28f550d7b7 Bug 1013064 (part 5) - stop disabling the password engine when MP enabled. r=ttaubert
From 07aa9cc1fcd5479976effe29f6adf5ad5ba7a8f8 Mon Sep 17 00:00:00 2001
2014-06-12 18:19:49 +10:00
Neil Deakin
20def886cc Bug 1013064, backout e5dfe9801f76, 11f3a97d1d2c, e2374762f521, 91db8acb8d7e, d0050ba0b875 due to sync issues 2014-07-21 09:09:41 -04:00
Mark Hammond
227dea8acd Bug 1013064 (part 5) - stop disabling the password engine when MP enabled. r=ttaubert
From 07aa9cc1fcd5479976effe29f6adf5ad5ba7a8f8 Mon Sep 17 00:00:00 2001
2014-06-12 18:19:49 +10:00
Jim Blandy
39dc0c6097 Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):

 - Never set the buffer's mode.

   Years ago, Emacs did not have a good JavaScript mode, so it made sense
   to use Java or C++ mode in .js files. However, Emacs has had js-mode for
   years now; it's perfectly serviceable, and is available and enabled by
   default in all major Emacs packagings.

   Selecting a mode in the -*- file variable line -*- is almost always the
   wrong thing to do anyway. It overrides Emacs's default choice, which is
   (now) reasonable; and even worse, it overrides settings the user might
   have made in their '.emacs' file for that file extension. It's only
   useful when there's something specific about that particular file that
   makes a particular mode appropriate.

 - Correctly propagate settings that establish the correct indentation
   level for this file: c-basic-offset and js2-basic-offset should be
   js-indent-level. Whatever value they're given should be preserved;
   different parts of our tree use different indentation styles.

 - We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
   Remove tab-width: settings, at least in files that don't contain tab
   characters.

 - Remove js2-mode settings that belong in the user's .emacs file, like
   js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Bernardo P. Rittmeyer
ee8a6ef5d4 Bug 1010402- Fix full block width of some hit areas in sync dialogs. r=mconley 2014-06-06 07:47:00 -04:00
Mark Hammond
d33dd5e8cd Bug 961471 - ensure the initial sync prefs pane writes the sync preferences. r=ttaubert 2014-05-15 12:10:41 +10:00
Richard Newman
b494d2d2b8 Bug 990872 - Eliminate Places dependency in Sync utils. r=gps 2014-04-01 21:33:42 -07:00
Valery Yundin
55e9e336ff Bug 841096 - Part 1: speed up about:sync-tabs. r=rnewman 2014-03-24 16:11:37 -07:00
Mark Hammond
808b0655d3 Bug 970167 - Disable passwords engine when a master password is set. r=rnewman 2014-03-21 14:22:02 +11:00
Steven MacLeod
3579908a93 Bug 971765 - Reorder Sync datatype options to match marketing. r=ttaubert 2014-03-02 20:57:47 -05:00
Gavin Sharp
231c75cc98 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)
2014-01-31 17:20:21 -08:00
Tim Taubert
fe1becb9ac Bug 963384 - Implement modal "Choose What To Sync" dialog r=markh 2014-01-28 18:57:19 -08:00
Mark Hammond
c74602a7a9 Bug 959990 - Add Firefox Accounts specific TOS and PP prefs and have utils functions open them if appropriate. r=rnewman. 2014-01-28 17:51:08 -08:00
Tim Taubert
4cb8bf85fa 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
Nick Alexander
9d927ade9d Merge m-c to elm 2013-11-18 08:22:59 -08:00
Tim Taubert
3706137b0d Bug 926709 - Replace UI entry points for sync setup with opening about:accounts; r=gavin 2013-10-16 17:42:01 -07:00
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