Steffen Wilberg
ea921a2146
Bug 1192540: In about:config, make accel+f focus the filter box again instead of invoking the find bar. r=mossop
2015-08-15 12:06:41 +02:00
Birunthan Mohanathas
fe337d7c5e
Bug 1166840 - Remove unused document argument in uses of nsIClipboardHelper.copyString. r=ehsan
2015-05-21 21:49:30 +01:00
Abdelrhman Ahmed
700b0f2439
Bug 1133002 - Align warning button to left. r=jaws
2015-02-14 18:34:00 -05:00
Tim Nguyen
cfe6efd40c
Bug 1132950 - Don't keep showing sort arrow on a column if another column is selected. r=jaws
2015-02-14 10:41:00 +01:00
Richard Marti
1276f7f3c4
Bug 1125636 - Update about:config to use the new Project Chameleon style. r=Unfocused
2015-02-04 17:52:47 +01: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
Masayuki Nakano
a3ff9acf01
Bug 969247 part.1 Remove or replace DOM_VK_ENTER and NS_VK_ENTER users r=smaug
2014-02-15 09:57:39 +09:00
Marco Zehe
563e9a7ced
Bug 968111 - Fix various accessibility markup issues in Toolkit XUL files, r=da0
2014-02-05 17:33:43 +01:00
Neil Rashbrook
4d6415bcfb
Bug 284673 Followup to bug 913734 to remove sepcial handling for now-removed now-unused policy machinery from about:config r=gavin
2014-01-22 21:38:57 +00: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
Florian Quèze
2ab127f2bd
Bug 771084 - JavaScript Warning: 'TypeError: function FilterPrefs does not always return a value' in chrome://global/content/config.js, r=dao.
2013-02-15 09:00:50 +01:00
Ehsan Akhgari
f4bd388765
Bug 722872 - Part 1: Add nsITransferable::Init(nsILoadContext*), enforce that it's called in debug builds, and add nsIDOMDocument* arguments to nsIClipboardHelper methods; r=roc
...
This patch does the following:
* It adds nsITransferable::Init(nsILoadContext*). The load context
might be null, which means that the transferable is non-private, but
if it's non-null, we extract the boolean value for the privacy mode
and store it in the transferable.
* It adds checks in debug builds to make sure that Init is always
called, in form of fatal assertions.
* It adds nsIDOMDocument* agruments to nsIClipboardHelper methods which
represent the document that the string is coming from.
nsIClipboardHelper implementation internally gets the nsILoadContext
from that and passes it on to the transferable upon creation. The
reason that I did this was that nsIClipboardHelper is supposed to be a
high-level helper, and in most of its call sites, we have easy access
to a document object.
* It modifies all of the call sites of the above interfaces according to
this change.
* It adds a GetLoadContext helper to nsIDocument to help with changing
the call sites.
2012-04-16 22:14:01 -04:00
Neil Rashbrook
3f194429dd
Bug 758354 Stop unnecessarily preprocessing chrome r=dolske
2012-06-26 00:11:16 +01:00
Ed Morley
4bd90ea948
Backout ec9451e9e830 (bug 758354) for PGO linux permaorange in browser_bug422590.js and friends
2012-06-25 19:14:43 +01:00
Neil Rashbrook
d9a10be7eb
Bug 758354 Stop unnecessarily preprocessing chrome r=dolske
2012-06-25 09:24:49 +01:00
Gervase Markham
cb6a072c2a
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Johan Charlez
fa03a684df
Bug 562640 - Error: view.selection is null when undo close tab of about:config. r=mossop
2012-05-04 22:46:35 -04:00
aceman
bd62801033
Bug 738568 - remove Services.prefs.getBranch(null) occurences. r=gavin
2012-03-29 11:48:40 +02:00
Phil Ringnalda
941a3ed11c
Back out 0cb85ff0f764 (bug 738568), 9949bb092303 (bug 730209), 095fd525afa7 (bug 729924), dcf8929a8115 (bug 633602) because of widely scattered and unclear bustage on a CLOSED TREE
2012-03-28 22:37:46 -07:00
aceman
5b045964d6
Bug 738568 - Remove Services.prefs.getBranch(null) occurences in Toolkit. r=gavin
2012-03-28 21:00:14 -04:00
Gavin Sharp
596779abed
backout 110452fddc2a (bug 738568) since it broke viewsource
2012-03-27 18:06:10 -07:00
aceman
7684f16e43
Bug 738568 - Remove Services.prefs.getBranch(null) occurences in Toolkit. r=gavin
2012-03-27 19:17:35 -04:00
aceman
10ad76e9dc
Bug 714606 - Use Services.prompt instead of gPromptService in Toolkit. r=mossop
2012-03-21 19:52:24 -04:00
Geoff Lankow
ea30cec949
Bug 718255 - Merge nsIPrefBranch2 with nsIPrefBranch - Part C, remove uses of nsIPrefBranch2 in toolkit/ ; r=bsmedberg
2012-01-17 14:18:29 +13:00
Tobias Markus
8f4a1bd796
Bug 712698 - view.selection is null in error console when starting Firefox with about:config in a tab. r=Mossop
2011-12-21 19:37:20 +01:00
aceman
fb98300b1c
Bug 502492 - Change about:config text box label to Search:. r=dtownsend ui-r=limi
2011-11-26 14:07:52 +01:00
Boris Zbarsky
a7fb4cc325
Bug 660233 part 1. Fix tests that assume UniversalXPConnect in otherwise-untrusted pages will get one nodePrincipal, documentURIObject, baseURIObject properties. r=mrbkap
2011-09-23 01:03:50 -04:00
Felix Fung
bfc4d50f2c
Bug 675794 - about:config must trim whitespace from the name for a new alphanumeric; r=gavin.sharp f=margaret
2011-09-20 17:20:51 +01:00
Jezreel Ng
75816dd139
Bug 239533 - Add URL parameter support to about:config. r=gavin
2011-08-04 09:05:29 +02:00
Dão Gottwald
f421c339f8
Bug 664673 - properly declare arrayIndex. r=neil
2011-06-16 12:50:56 +02:00
Adam Dane [:hobophobe]
f32bdd4923
bug 619356 - About:config not refreshed when prefs changed, if filter active and sorted by 'status' column, r=neil
2011-06-06 16:53:05 -05:00
Dave Townsend
a80d393dce
Bug 569342: Find bar should not be enabled in about:addons. r=gavin, a=blocks-final
2011-01-11 13:33:51 -08:00
Dão Gottwald
10120ac02c
Bug 605089 - Remove uses of the sortDirectionIndicator class. r=enn
2010-10-21 10:15:04 +02:00
David Bolter
d91d87f6c6
Bug 600860 - Add application role to distinguish our more interactive xul pages; r=enndeakin,marco.zehe a=dtownsend
2010-10-07 13:37:28 -04:00
Mehdi Mulani
b7cdbeeaf8
Bug 251431: about:config doesn't show new prefs while filter is applied. r=neil, a=sdwilsh
2010-08-23 10:23:54 -07:00
Dão Gottwald
53a30b9b4c
Bug 571567 - use <menupopup> instead of <popup>. r=enn
2010-06-22 08:34:21 +02:00
Smokey Ardisson
2bde1b809d
Bug 552596 - about:config's integer validation code is not embedding-friendly, so replace toolkit validation code with embedding-friendly version from a former life in XPFE. r=neil@parkwaycc.co.uk
2010-06-15 22:31:33 -04:00
Dave Townsend
c6f081af59
Backed out changeset 33760547ecf7 from bug 569342 to fix the test failure.
2010-06-08 11:20:32 -07:00
Dave Townsend
0de773807f
Bug 569342: Find bar should not be enabled in about:addons. r=gavin
2010-06-07 09:31:48 -07:00
Steffen Wilberg
6ef9316fcb
Bug 282127: Highlight odd tree rows in trees with multiple columns in Gnomestripe and Pinstripe. Implement and use ::-moz-tree-row(multicol). ui-review=faaborg, r=enndeakin
2010-05-12 20:25:48 +02:00
Markus Stange
137ae11a94
Bug 558059 - Make the search field on about:config a little wider and put the flex attribute back. ui-r=faaborg, r=dao
2010-04-19 16:13:54 +02:00
356298ebf9
Bug 251843: Add alternating background to about:config. r=mconnor
2010-04-18 09:26:31 +02:00
Markus Stange
e504e813a8
Bug 466642 - Style about:config on OS X. ui-r=faaborg, r=dao
2010-02-20 12:07:31 +01:00
Dão Gottwald
9ed8c58506
Bug 524270 - Make the second getChildList parameter optional. r=bsmedberg
2009-10-26 21:02:06 +01:00
Serge Gautherie
ba6dcdc01b
Bug 442577 - Convert toolkit application/x-javascript to application/javascript (take 2); (Av1) Just do it
...
r=gavin.sharp
2009-10-13 15:16:08 +02:00
Dão Gottwald
118204139a
Bug 488006 - cocoa-size="small" should be a platform-independent class instead. r=enn
2009-04-13 19:40:00 +02:00
Atsushi Sakai
a00fb3da93
Bug 484325 - The button in about:config's warning can't be displayed if the window is narrow. r=dao
2009-03-22 09:58:15 +01:00
Marco Zehe
36c91bafeb
bug 469367 - Add ARIA semantics to those search widget types that don't have a Search button, r=dao, r=surkov
2009-02-02 10:38:53 +01:00
Markus Stange
9cfcea006a
Bug 450800 - Style new search widgets on Mac OS X, CSS changes. r=dao
2008-12-06 12:41:29 +01:00
Kurt Schultz
2883937e97
Bug 395898 - remove class="plain focusring" for the tree in about:config, r=gavin a191=beltzner
2008-11-27 12:26:05 -08:00