Commit Graph

30 Commits

Author SHA1 Message Date
Deepak Koli
acd44d6f82 Bug 1039540 - In-content preferences: Disable the sorting of rows of sub-dialogs when right clicking. r=MattN, a=sledru
Review comments applied by MattN
2015-03-26 18:02:49 -07: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
Michael Pruett
ed71311c74 Bug 574460 - Fix handling of permission deletion notifications in preference dialogs. Original patch by Mehdi Mulani. r=unfocused 2014-07-06 13:35:00 +02: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
Michael Pruett
9b4f0e2f9f Bug 1006461 - Fix handling of permission notifications in preference dialogs. r=florian 2014-05-30 19:24:29 -05:00
Michael Pruett
e4b3983d54 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
ytx
20bc9a1fc7 Bug 956151 - Remove the perm attribute in permissions.js. r=dao 2014-01-03 09:32:57 -05:00
Blair McBride
20c45a66ba Bug 697314 - Defer importing xpinstall permissions until necessary. r=Mossop 2013-10-25 14:22:32 +13:00
Monica Chew
716311df59 Bug 841212 - Add 'Allow first party only' to permissions.js. r=margaret 2013-03-11 20:24:52 -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
Andres Hernandez
e80b022632 Bug 325901 - fix unnecessarily preprocessed files in browser/, r=gavin 2012-08-10 14:20:25 -06:00
Gervase Markham
cb6a072c2a Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Felix Fung
6907345369 Bug 275223 - Enable Tree View Columns to be Sorted in Page Info. r=db48x 2012-01-26 16:10:00 -05:00
Johannes Buchner
657f822e42 Bug 399998 - Use Escape to close permission manager and cookie manager dialogs, r=sdwilsh, ui-r=faaborg 2011-05-14 16:11:48 -07:00
Dave Townsend
b804b7d355 Bug 553092: Initialise the permissions manager on startup. r=robstrong 2010-04-26 12:19:18 -07:00
Dave Townsend
c92630540b Backout new add-ons manager due to Ts regression on OSX 10.5 2010-05-01 11:04:44 -07:00
Dave Townsend
9c5f64af95 Bug 553092: Initialise the permissions manager on startup. r=robstrong 2010-04-26 12:19:18 -07:00
Dão Gottwald
33a642f2b4 Bug 511771 - Provide a way for Web content to preview and install lightweight themes. r=mconnor, sr=vlad 2009-09-22 10:40:12 +02:00
Ehsan Akhgari
50cd89c8bb Bug 478430 - [RTL] URLs in exceptions dialogs are right-to-left; r=gavin 2009-03-01 20:03:52 +04:30
eb94a9f3aa Bug 399528: Add 'never for this site' option to the offline-app notification bar. r=mconnor, ui-r=beltzner, blocking-firefox3=mconnor 2008-02-21 22:34:15 -08:00
be1fe02d11 Bug 334363 - "can't change existing (cookie, popup blocking, xpi install, images) permissions for site, need to remove and then re-add". r=dwitte, a=beltzner. 2007-12-20 16:26:21 -08:00
philringnalda@gmail.com
4c2b1c83bc Bug 371807: reusing permissions dialog shouldn't keep adding observers, r=mano 2007-02-27 04:15:12 +00:00
gavin@gavinsharp.com
08a496e643 Bug 351591: Pressing Enter in an exceptions dialog adds an unwanted 'scheme:http' entry in the list, r=mano 2006-12-07 21:25:38 +00:00
gavin@gavinsharp.com
9b15b63037 Bug 324187: scheme:http appears in software installation whitelist if no other sites exist, patch by logan <mozilla@gozer.org>, r=mconnor 2006-06-24 13:17:01 +00:00
gerv@gerv.net
5ce3368933 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-09-13 18:40:56 +00:00
timeless@mozdev.org
bfe8f8a746 Bug 293826 whitelist for software install remains empty until visiting a site triggers the notification bar
patch by moz_bugzilla@exchangecode.com r=mconnor a=asa
2005-06-08 23:52:26 +00:00
mconnor@steelgryphon.com
7e41b0025e bug 296865 - fixes for addPermission, a=asa 2005-06-08 15:10:19 +00:00
ben@bengoodger.com
1e656aac84 avoid duplicate permissions from being added to the view 2005-02-27 07:45:00 +00:00
ben@bengoodger.com
39cb09333a 283694 - cannot add cookie permissions. also fix annoying exception on startup 2005-02-27 07:12:05 +00:00
ben@bengoodger.com
210147bf5a 274712 - new options dialog 2005-02-25 09:07:58 +00:00