Commit Graph

78 Commits

Author SHA1 Message Date
Ehsan Akhgari
f4b598bf08 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
eaedd546e8 Bug 758354 Stop unnecessarily preprocessing chrome r=dolske 2012-06-26 00:11:16 +01:00
Ed Morley
f58ad725ea Backout ec9451e9e830 (bug 758354) for PGO linux permaorange in browser_bug422590.js and friends 2012-06-25 19:14:43 +01:00
Neil Rashbrook
aee62bb4bd Bug 758354 Stop unnecessarily preprocessing chrome r=dolske 2012-06-25 09:24:49 +01:00
Gervase Markham
82ff7027aa Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Johan Charlez
948cef81e5 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
d2a90f50d5 Bug 738568 - remove Services.prefs.getBranch(null) occurences. r=gavin 2012-03-29 11:48:40 +02:00
Phil Ringnalda
9b1872fcc9 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
36a12e41b8 Bug 738568 - Remove Services.prefs.getBranch(null) occurences in Toolkit. r=gavin 2012-03-28 21:00:14 -04:00
Gavin Sharp
6bae99c0d1 backout 110452fddc2a (bug 738568) since it broke viewsource 2012-03-27 18:06:10 -07:00
aceman
8e811fc635 Bug 738568 - Remove Services.prefs.getBranch(null) occurences in Toolkit. r=gavin 2012-03-27 19:17:35 -04:00
aceman
7791195812 Bug 714606 - Use Services.prompt instead of gPromptService in Toolkit. r=mossop 2012-03-21 19:52:24 -04:00
Geoff Lankow
a825a1156c 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
bf6c436b0b 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
7c6a6339fd 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
5bd5d4d6c7 Bug 660233 part 1. Fix tests that assume UniversalXPConnect in otherwise-untrusted pages will get one nodePrincipal, documentURIObject, baseURIObject properties. r=mrbkap
--HG--
rename : dom/tests/mochitest/bugs/test_bug396843.html => dom/tests/browser/browser_bug396843.js
2011-09-23 01:03:50 -04:00
Felix Fung
57425932cf 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
c53c4339ff Bug 239533 - Add URL parameter support to about:config. r=gavin 2011-08-04 09:05:29 +02:00
Dão Gottwald
58a69a2ecf Bug 664673 - properly declare arrayIndex. r=neil
--HG--
extra : rebase_source : 1289e8c8e4ac0bfe5d3131f8ef7c271916782f8b
2011-06-16 12:50:56 +02:00
Adam Dane [:hobophobe]
191214497c 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
900e16f795 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
316e4b953b Bug 605089 - Remove uses of the sortDirectionIndicator class. r=enn 2010-10-21 10:15:04 +02:00
David Bolter
314b37831e 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
7a513e4f29 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
b5aa8e5c8e Bug 571567 - use <menupopup> instead of <popup>. r=enn 2010-06-22 08:34:21 +02:00
Smokey Ardisson
b04ac54ae5 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
4b118a2a49 Backed out changeset 33760547ecf7 from bug 569342 to fix the test failure. 2010-06-08 11:20:32 -07:00
Dave Townsend
060d9c9c4d Bug 569342: Find bar should not be enabled in about:addons. r=gavin 2010-06-07 09:31:48 -07:00
Steffen Wilberg
4176601b9a 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
ce43fce6d9 Bug 558059 - Make the search field on about:config a little wider and put the flex attribute back. ui-r=faaborg, r=dao
--HG--
extra : rebase_source : 7f28a0478eccf7bbf0496981d240420e0882e63f
2010-04-19 16:13:54 +02:00
rbs@maths.uq.edu.au
c57f5cef9b Bug 251843: Add alternating background to about:config. r=mconnor 2010-04-18 09:26:31 +02:00
Markus Stange
9396ff4e39 Bug 466642 - Style about:config on OS X. ui-r=faaborg, r=dao 2010-02-20 12:07:31 +01:00
Dão Gottwald
b6e71f34a2 Bug 524270 - Make the second getChildList parameter optional. r=bsmedberg 2009-10-26 21:02:06 +01:00
Serge Gautherie
8fed730f3d 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
fa2d980aa0 Bug 488006 - cocoa-size="small" should be a platform-independent class instead. r=enn 2009-04-13 19:40:00 +02:00
Atsushi Sakai
fba2618bd9 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
1799cbdffc 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
49ce1c4f8d Bug 450800 - Style new search widgets on Mac OS X, CSS changes. r=dao 2008-12-06 12:41:29 +01:00
Kurt Schultz
7a323bd292 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
6021a26e4a 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
ed7c2d84d3 Bug 449669 - use the new search textbox binding in about:config. r=mano 2008-09-07 17:57:24 +02:00
Nickolay_Ponomarev
070a836c00 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
c320663792 Bug 440154 – about:config filter not applied after Firefox restarts. r=gavin 2008-07-12 11:03:30 +02:00
gavin@gavinsharp.com
b5d9e1923b 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
surkov.alexander@gmail.com
ebda15db4d 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
reed@reedloden.com
4e8cf5d396 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
reed@reedloden.com
0448035eb8 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
gavin@gavinsharp.com
21cec864ca 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
mats.palmgren@bredband.net
806be8d22d New integer pref dialog that only accepts valid input. b=383009 r=neil@httl.net 2007-06-08 02:52:50 -07:00
gavin@gavinsharp.com
229e4d0924 Bug 289136: remove lock/unlock pref menu items from about:config, r=mconnor 2007-05-22 12:48:05 -07:00