Commit Graph

75 Commits

Author SHA1 Message Date
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
Steffen Wilberg
ce5a8b133a In about:config, make accel+f focus the filter box instead of invoking the find bar; r=neil 2008-10-11 03:10:48 +02:00
Steffen Wilberg
8146baa863 Bug 449669 - use the new search textbox binding in about:config. r=mano 2008-09-07 17:57:24 +02:00
Nickolay_Ponomarev
8e61db4795 Bug 255726 - about:config context menus do not have default options bolded. r=gavin, ui-r=beltzner 2008-09-02 08:47:46 +02:00
Simon Bünzli
563c28c4a0 Bug 440154 – about:config filter not applied after Firefox restarts. r=gavin 2008-07-12 11:03:30 +02:00
8d29c35c13 Bug 429717: use a large warning icon for about:config, patch by Ehsan Akhgari <ehsan.akhgari@gmail.com>, r=me, a=beltzner 2008-05-05 13:52:33 -07:00
5b271b2626 Bug 308564 - No accessibility events when data in a tree row changes, r=evan.yan, olli.pettay, sr=jonas, a=mtschrep 2008-02-08 04:55:57 -08:00
ac7da5b41b Bug 404661 - "Remove "this gun is loaded" from the about:config warning" (take two) [p=beltzner@mozilla.com (Mike Beltzner) ui-r=beltzner r=dolske a=blocking1.9+] 2008-01-28 23:47:31 -08:00
9fe7ff53d2 Bug 404661 - "Remove "this gun is loaded" from the about:config warning" [p=beltzner@mozilla.com (Mike Beltzner) r=dolske ui-r+a1.9=beltzner a=blocking1.9+] 2008-01-26 20:19:23 -08:00
9c471d49f1 Bug 323821: improve about:config filtering performance by ignoring leading asterisks, patch by Simon Bünzli <zeniko@gmail.com>, r=me 2007-08-12 07:06:12 -07:00
960dfd1ef3 New integer pref dialog that only accepts valid input. b=383009 r=neil@httl.net 2007-06-08 02:52:50 -07:00