Richard Marti
f4d9de2ce6
Bug 1036054 - Convert Sync pane dialog to be in-content. r=mattn
2014-07-15 23:05:55 +02:00
Mark Hammond
22e4e7c883
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
Richard Marti
545405568c
Bug 1036044 - Convert Applications pane dialogs to be in-content. r=MattN
2014-07-09 22:24:38 +02:00
David Keeler
9f57ce1f16
bug 1034360 - OCSP preferences UI: remove unnecessary part, improve necessary part r=dao
2014-07-09 13:29:41 -07:00
Richard Marti
a15cc7c723
Bug 1035540 - Convert Security pane dialogs to be in-content. r=MattN
2014-07-08 23:24:11 +02:00
Florian Quèze
870aa8608c
Bug 1032139 - Make the 'Translations by' string localizable, r=felipe.
2014-07-08 15:56:34 +02:00
Gijs Kruitbosch
39a022d850
Bug 1035211 - don't call acceptDialog for privacy pane private browsing change in in-content prefs, r=jaws
...
--HG--
extra : rebase_source : cde84a8a08de69f205b1572d85f270c28b6de56f
2014-07-07 18:40:05 +01:00
40955296c7
Bug 1034043 - Fix remaining use of "awlaysAsk" attribute in applications pref pane. r=Unfocused
2014-07-03 06:04:00 +12:00
Bernardo P. Rittmeyer
4c5adb9545
Bug 1023339 - Fixed in-content preferences clickable areas width to cover only the element and its label. r=mconley
2014-07-03 13:59:08 -04:00
Mike Conley
3ccdee6887
Backout ba704d0b0b09 (Bug 1023339) because there was a much better way to pull this off.
2014-07-03 13:58:26 -04:00
Bernardo P. Rittmeyer
ed9984de01
Bug 1023339 - Fixed in-content preferences clickable areas width to cover only the element and its label. r=mconley
2014-07-02 13:40:00 +02:00
Matthew Noorenberghe
9d92f9b1c8
Bug 1021618 - Create the foundation for converting preference dialogs to be in-content. r=jaws a11y=MarcoZ f=Paenglab,davidb
2014-06-26 13:17:17 -04:00
Carsten "Tomcat" Book
0fedf193db
Backed out changeset 24fb014f1ae3 (bug 1021618) for Linux Memory Leak on a CLOSED TREE
2014-06-25 10:03:44 +02:00
Matthew Noorenberghe
35e13a0727
Bug 1021618 - Create the foundation for converting preference dialogs to be in-content. r=jaws a11y=MarcoZ f=Paenglab,davidb
2014-06-25 02:38:24 -04:00
Jim Blandy
4d6a633bba
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
Brian R. Bondy
9a4073b9a6
Bug 1028575 - Remove brandShortName from Preferences tab title. r=jaws
2014-06-24 09:45:17 -04:00
Vikneshwar
17427924d4
Bug 1027819 - Replace the deprecated initEvent code with the CustomEvent constructor. r=jaws
2014-06-20 11:28:00 +02:00
kernp25@yahoo.com
b5378a6500
Bug 480242 - "Always ask" doesn't work for Plugins. r=Unfocused
2014-06-23 21:44:49 +12:00
Florian Quèze
e27e0ac061
Bug 1022856 - Implement translator provider attribution. r=felipe
...
Parts of the patch written by Felipe, with r=florian
2014-06-20 15:50:41 -03:00
Jared Wein
8242d9a4cc
Bug 754304 - make in-content preferences linkable via URL. r=mattn
2014-06-19 16:12:52 -04:00
Tom Schuster
9b6f587522
Bug 1020651 - about:preferences do not work properly if browser.cache.{disk,memory}.enable is false. r=jaws
2014-06-13 19:13:37 +02:00
Hernan Rodriguez Colmeiro
d866bf7100
Bug 1020245 - Call openPreferences from utilityOverlay.js. r=jaws
2014-06-11 07:39:00 -04:00
Hernan Rodriguez Colmeiro
b1e8460894
Bug 1014698 - Unable to see the keyboard focus indicator on the category list of in-content preferences, r=jaws
2014-06-03 12:06:00 +01:00
Bernardo P. Rittmeyer
559dd18921
Bug 1020422 - Fix the width of some in-content checkbox hit areas that were full block. r=mconley
2014-06-06 11:35:00 -04:00
Bernardo P. Rittmeyer
3b3c9702dc
Bug 1010402- Fix full block width of some hit areas in sync dialogs. r=mconley
2014-06-06 07:47:00 -04:00
Honza Bambas
4f2a59d172
Bug 999577 - disable addon access to cache v1 IDLs, r=michal+jduell
2014-06-05 20:14:07 +02:00
Ryan VanderMeulen
d4516e53a4
Backed out changeset d405928cb934 (bug 999577) and changeset 940d041073c7 (bug 938186) for xpcshell failures.
...
CLOSED TREE
2014-06-05 13:32:04 -04:00
Honza Bambas
b1feb7e13a
Bug 999577 - disable addon access to cache v1 IDLs, r=michal+jduell
2014-06-05 18:27:38 +02:00
Michael Pruett
c15b473706
Bug 1006461
- Fix handling of permission notifications in preference dialogs. r=florian
2014-05-30 19:24:29 -05:00
Phil Ringnalda
61966eed95
Merge f-t to m-c
2014-05-31 20:31:07 -07:00
Tom Schuster
d436bf906b
Bug 795764 - Make in-content preferences work when browser.cache.offline.enable is false. r=jaws
2014-05-31 22:10:50 +02:00
Richard Marti
df483fb347
Bug 1017874 - Switch to "General" page on load to initialize the help link. r=jaws
2014-05-30 08:32:45 +02:00
Asaf Romano
f508b380c8
Bug 1013904 - Text not selectable in in-content prefs. r=jaws.
2014-05-30 20:32:29 +03:00
Richard Marti
280637a6eb
Bug 1014758 - Don't observe Ctrl+Tab in Advanced tabs. r=jaws
2014-05-29 17:10:43 +02:00
Richard Marti
04222ccb4e
Bug 1013718 - In-content preferences: correctly align the class indent. r=jaws
2014-05-28 23:35:11 +02:00
Richard Marti
bce4337462
Bug 1007888 - Move the Cookies button at the end of the row in in-content preferences. r=jaws
2014-05-21 22:51:58 +02:00
Mike de Boer
2ae21c8f45
Bug 1013861
: show translation preferences section if ui.show pref == true. r=felipe
2014-05-23 17:16:28 +02:00
Richard Marti
79da8ebac5
Bug 1013719 - in-content preferences: Leave the buttons also on OS X on one line. r=jaws
2014-05-22 18:33:01 +02:00
Hernan Rodriguez Colmeiro
e73626adeb
Bug 974641 - Favicon for in-content preferences. r=jaws
2014-05-22 20:52:00 +02:00
Richard Marti
b0c5f7f6df
Bug 1013523 - Remove history check in in-content preferences.js. r=jaws
2014-05-20 21:11:13 +02:00
Richard Marti
67d05b603a
Bug 1013516 - Don't ship unneeded in-content preferences files. r=jaws
2014-05-20 20:41:33 +02:00
Jared Wein
095311dd11
Bug 741047 - Implement opening in-content preferences to a given view. r=Gijs
...
--HG--
extra : rebase_source : 9b9c58a967bb52b596457f41b697085c46fb0ba6
2014-05-11 15:52:33 -04:00
Carsten "Tomcat" Book
e3a384e31b
Backed out changeset 49859608dbb8 (bug 741047) for bc1 memory leaks
2014-05-15 10:31:36 +02:00
Jared Wein
e6c1a4102d
Bug 741047 - Implement opening in-content preferences to a given view. r=Gijs
...
--HG--
extra : rebase_source : cf486a6e5c8673d66a57e3b726b58073c694a338
2014-05-11 15:52:33 -04:00
Michael Pruett
3eb6d8afb4
Bug 431901 - Update preference dialogs to treat backspace and delete equivalently on Mac OS X. r=MattN
2014-05-12 23:11:19 -05:00
Florian Quèze
cbc89d175f
Bug 976574 - Implement 'Translation Preferences' option in infobar, r=felipe.
...
--HG--
extra : rebase_source : 240d73d8d852a1868bb96e39d61fc7a80a60621b
2014-05-13 09:57:08 +02:00
Jared Wein
860c0a0f3e
Backed out changeset 0e11a16741bf (bug 741047)
2014-05-11 17:37:57 -04:00
Jared Wein
c0292d419a
Bug 741047 - Implement opening in-content preferences to a given view. r=Gijs
2014-05-11 15:52:33 -04:00
Richard Marti
016cf16d28
Bug 989890 - Port the help button to in-content prefs. r=jaws
2014-05-05 22:54:57 +02:00
Carsten "Tomcat" Book
8c9085d132
Backed out changeset 22347f9e52cd (bug 989890) for bc1 testfailures
2014-05-07 10:38:27 +02:00