Граф коммитов

35 Коммитов

Автор SHA1 Сообщение Дата
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
hg@mozilla.com 05e5d33a57 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00
asqueella%gmail.com a5f42d48cd bug 369613 - Error: entry has no properties in chrome://global/content/config.js when filtering out all entries and right-clicking the empty space in about:config
r=gavin
2007-02-10 23:51:46 +00:00
neil%parkwaycc.co.uk 70ab887343 Support copying from about:config using the browser's Edit/Copy and the Accel+C shortcut as well as the context menu b=239940 r=mats,mano 2007-02-01 13:13:51 +00:00
mats.palmgren%bredband.net 7d987cbc16 Add a "Copy" context menu item that copies pref name and value in about:config list. b=239940 (part 1) r+sr=neil@httl.net 2007-01-26 20:51:12 +00:00
cst%yecc.com 0f99a556d9 Bug 339720 show warning page before showing about:config (toolkit version)
r=mano
2006-12-05 00:15:22 +00:00
mattwillis%gmail.com 739df21535 bug 358287 - Prevents more than one Tb/Sb about:config-like window to be open at once. r1=jminta,r2=gavin 2006-10-31 15:08:49 +00:00
Jan.Varga%gmail.com e5158d88ef Fix for bug 296040. Cell-based selection in trees
r=Neil Deakin, sr=Neil Rashbrook, sponsored by BEToptions
2006-06-06 20:05:13 +00:00
bugzilla%standard8.demon.co.uk e945c386fc Bug 336894 Get rid of window title hacks in toolkit's about:config. r=mconnor 2006-05-25 16:17:01 +00:00
gerv%gerv.net eb50dd44e7 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-12-31 16:02:07 +00:00
gavin%gavinsharp.com 95fbb23132 Bug 213832: about:config filtering enhancement: search for status/type/value and allow wildcards, patch by Christian Franke <Franke@computer.org>, r=neil+mconnor, 2005-12-28 03:02:25 +00:00
aaronleventhal%moonset.net 839211c13f Bug 291074. Fire namechange events for about:config tree items that change. r=mconnor, sr=neil 2005-09-14 16:58:29 +00:00
gavin%gavinsharp.com fcb25dd678 Bug 300963: about:config allows creation of prefs with no name, r+sr=Neil, a=bsmedberg 2005-07-19 20:37:26 +00:00
bsmedberg%covad.net 361daac936 Bug 281414 - global s/nsIPrefBranchInternal/nsIPrefBranch2/ rs=darin (did not change backwards-compatible code in extensions/irc extensions/venkman or extensions/inspector) 2005-02-25 20:46:35 +00:00
ben%bengoodger.com b622819900 274712 - new options dialog 2005-02-25 09:07:58 +00:00
dbaron%dbaron.org d94716da9b Merge cvs removes from aviary branch (in browser and toolkit directories) to the trunk. 2004-12-02 02:46:06 +00:00
steffen.wilberg%web.de c0774a8a5a Bug 272555: invisible prefs in about:config. fix by backing out the branch landing, which restores the trunk-only changes from bug 221619. 2004-12-01 12:26:49 +00:00
ben%bengoodger.com a3b1eda480 Landing the Aviary Branch (Toolkit sections excluding toolkit/content). 2004-11-30 22:54:13 +00:00
steffen.wilberg%web.de 1ce609c4f8 (Seamonkey port) Bug 191410 - modifying bool prefs in about:config should not let the user type a value in. Original patch by neil@parkwaycc.co.uk (with r=caillon, sr=sspitzer). a=mconnor 2004-07-26 17:07:11 +00:00
jruderman%hmc.edu a429b6720a Bug 247606 - Review Firefox JS for dangerous eval() use. r=bryner. 2004-07-07 03:04:09 +00:00
ben%bengoodger.com 6898ec04af winstripe landing 2004-06-18 22:10:49 +00:00
varga%nixcorp.com 2cd056deb1 Fix for bug 221619. Tree widget refactoring and enhancement. r=neil sr=bryner 2004-04-17 05:53:38 +00:00
bzbarsky%mit.edu 7a292c3f22 Make getElementsByAttribute be an nsContentList so that it's got that live
DOMNodeList goodness that all nodelists should have.  Change some JS to not
break, and some other JS to be a little more efficient with the new world of
lazy listness.  Bug 240186, r=neil on the JS changes, r=jst on the content
changes, sr=jst
2004-04-15 01:51:32 +00:00
blakeross%telocity.com 14c74c41d8 Fix 234948: sync our config.js with the trunk's. 2004-02-20 21:09:03 +00:00
neil%parkwaycc.co.uk d56cec2ba4 Bug 218957 about:config should load with focus in filter textbox p=steffen.wilberg@web.de r=me,pch sr=brendan,ben (yes really, four reviews). 2003-11-12 22:21:48 +00:00
chanial%noos.fr 65bdf8906b port textbox fix for bug 197486:
callback method in textbox is no more, use oncommand instead for the same functionality.
2003-08-17 11:17:00 +00:00
chanial%noos.fr cabdc7c5ba remove duplicated config.xul file and update the one in components/viewconfig 2003-08-16 14:11:05 +00:00
chanial%noos.fr 63f4dbdf51 adding .cvsignore files 2003-08-16 11:41:51 +00:00
chanial%noos.fr 6f15f1b68f bug 213228: new toolkit independence bug, part 4.
fork tree based configuration/pref viewer
style config.css
(not part of seamonkey)
2003-08-16 11:22:16 +00:00