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

2306 Коммитов

Автор SHA1 Сообщение Дата
gerv@gerv.net 45d731c7bc Bug 380017 - update the list of Initial Developers to be current, and sync up the three copies of license.html in the tree to all have the same bugfixes and the Growl license. 2007-05-30 11:50:46 -07:00
sdwilsh@shawnwilsher.com 441c8f6bd6 Bug 381508 - XUL editable menulist shouldn't use document.commandDispatcher. r=sr=neil 2007-05-23 13:13:22 -07:00
aaronleventhal@moonset.net 15d53db726 Bug 268935. nsIAccessibilityService should not be scriptable -- only the nsIAccessibleRetrieval that it inherits from. r=surkov 2007-05-16 06:38:05 -07:00
enndeakin@sympatico.ca 62ef070803 Bug 371260, cleanup of <radio> code, r=neil 2007-05-09 06:43:26 -07:00
kjh-5727@comcast.net bc93bea324 Bug 377096 - Factor out nsIPrintOptions::AvailablePrinters. r=pavlov, sr=biesi. 2007-05-06 04:29:41 -07:00
enndeakin@sympatico.ca c04abaf92b Bug 372047, support reverse direction scales, r=neil,josh 2007-04-09 15:39:57 -07:00
bugzilla@standard8.demon.co.uk 9173e18288 Bug 376331 Remove some unused strings from xpfe/suite. p=Giacomo Magnini <prometeo.bugs@gmail.com>,r/sr=Neil 2007-04-04 02:37:22 -07:00
bugzilla@standard8.demon.co.uk ee1665021d Part of Bug 374404 Don't ship WidgetStateManager as part of toolkit - make SeaMonkey use xpfe's wsm. r/sr=Neil. 2007-03-23 08:51:53 -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
enndeakin%sympatico.ca 6ccc9fa0b8 Bug 178513, support translucent drag feedback when dragging nodes and selections on Mac and GTK, r=vlad,josh,roc,sr=roc 2007-03-20 12:14:52 +00:00
bugzilla%standard8.demon.co.uk 8f8efb73fd Bug 373240 Uppercase the VK_* bits for consistency with the rest of the codebase. p=Serge Gautherie <sgautherie.bz@free.fr>,r/sr=Neil 2007-03-09 16:43:16 +00:00
bugzilla%standard8.demon.co.uk 682c54e672 Bug 283182 sync xpfe tabbox with toolkit tabbox (Av4-XPFE) tabbox.js (nits) p=Serge Gautherie <sgautherie.bz@free.fr>,r/sr=Neil 2007-03-08 18:44:12 +00:00
cst%yecc.com 555a33d444 Bug 370832 Tab preview doesn't work right in Modern theme
Backing out previous patch (didn't work), checking in new patch
r=neil
2007-02-22 00:22:48 +00:00
neil%parkwaycc.co.uk cf5022f833 Forgot to address Enn's review comment b=370742 2007-02-19 17:30:11 +00:00
neil%parkwaycc.co.uk c91d31104b Port some of toolkit's tabbox cleanup from bug 370742 r=Enn 2007-02-19 16:28:20 +00:00
enndeakin%sympatico.ca 985f7a44f0 Bug 331625, add itemCount/getItemAtIndex/getItemWithIndex to select controls, r+sr=neil 2007-02-16 19:16:13 +00:00
gerv%gerv.net 17a92832c5 Bug 369747 - add link to CVS instructions to about:license. Patch by gerv; r=gavin. 2007-02-09 10:31:26 +00:00
cst%yecc.com 41d302d8f5 Bug 369053 className is a property, not an attribute
r=ajschult sr=neil
2007-02-03 21:11:41 +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
bugzilla%standard8.demon.co.uk 26a36cc8f0 Bug 363491 Stops xul apps needing to build in xpfe/global. r=benjamin,mscott,sr=Neil 2007-01-30 19:16:33 +00:00
cst%yecc.com d0fb218360 Bug 368046 zero-height window messes up tab preview
r+sr=neil
2007-01-30 00:13:37 +00:00
enndeakin%sympatico.ca 7e1440cd65 Bug 92174, add date and time picker widgets to toolkit, r=neil,mano 2007-01-29 17:36:20 +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
enndeakin%sympatico.ca 834ee85de6 Bug 367418, improve page up and page down behaviour in trees, r=neil 2007-01-26 16:02:43 +00:00
enndeakin%sympatico.ca 6265ca7829 Bug 367530, textbox.type should just get and set the type attribute, r=neil 2007-01-24 18:40:19 +00:00
stridey%gmail.com f6b7be57e0 Camino/SeaMonkey only - Bug 353917: Fix MoCo text in xpfe about:license. Patch by Smokey Ardisson <alqahira@ardisson.org> r=CTho sr=neil a=CTho 2007-01-23 07:28:46 +00:00
martijn.martijn%gmail.com 99fbec7a86 Bug 363934 � keyboard tab bar navigation broken, r=gavin, sr=neil 2007-01-23 00:32:20 +00:00
cst%yecc.com 5dfd10c9f9 Bug 367461 Tab Preview Should Be Disabled for Current Tab
r+sr=neil
2007-01-21 20:36:58 +00:00
enndeakin%sympatico.ca 22618321b1 Bug 366473, scroll when editing a cell so that it is visible, r=neil 2007-01-10 16:01:10 +00:00
gavin%gavinsharp.com bf31d58845 Bug 365996: Take advantage of old yes/no constant in nsIPromptService, patch by Ryan Jones <bugs@ryan-jones.com>, r=mscott for /mail, r=neil for /xpfe and /mailnews, r=ctho for /suite, r=me for the rest 2007-01-09 20:29:09 +00:00
gavin%gavinsharp.com f0ca326b71 Bug 365773: radiogroup.selectedItem = null fails if group is focused, patch by Wladimir Palant <trev@gtchat.de>, r=neil 2007-01-04 20:08:52 +00:00
bugzilla%standard8.demon.co.uk be2984f89d Bug 361203 Suiterunner: More Information button doesn't work on Smart Browsing pane. r=KaiRo,sr=Neil 2007-01-03 18:57:20 +00:00
bugzilla%standard8.demon.co.uk 44067db0cb Bug 365576 Update SeaMonkey's copyright strings to 2007 (main strings) r=KaiRo,sr=Neil 2007-01-02 17:51:16 +00:00
neil%parkwaycc.co.uk 88c6676224 Mac's <wizard> buttons should be Go Back, Continue, Done b=360908 p=sugar.waffle@gmail.com (Hiro) r+sr=me 2006-12-30 21:04:38 +00:00
neil%parkwaycc.co.uk 72a195dcf0 Mac's <wizard> buttons should be Go Back, Continue, Done b=360908 p=sugar.waffle@gmail.com (Hiro) r+sr=me 2006-12-30 20:34:15 +00:00
timeless%mozdev.org 890a2338f0 Bug 341955 add some more items to .cvsignore
r=bsmeberg
2006-12-21 07:04:12 +00:00
martijn.martijn%gmail.com be94ffa3fa Bug 312867 - Implement textbox.reset(), expose input's editor, r+sr=neil, r=gavin 2006-12-19 11:17:27 +00:00
cst%yecc.com aed067c2d2 Bug 343893 Add events for watching the addition and removal of tabs (API compatibility w/Firefox)
r=neil
2006-12-17 00:45:08 +00:00
cst%yecc.com 6db82cfbfd Bug 363792 tabbrowser destructor loops over array that's length of tabpanels rather than length of tabs
r=neil
2006-12-16 21:14:38 +00:00
bugzilla%standard8.demon.co.uk aa69d14e7d Bug 361193 In suiterunner preferences, advanced -> Mousewheel pane doesn't display (remove obsolete xpfe strings) r=kairo 2006-12-12 18:03:17 +00:00
gerv%gerv.net caae487a24 Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-12-11 09:45:41 +00:00
cst%yecc.com cc774976bb Bug 362913 Fix regression from bug 354953 that made the undo history store the least-recent tabs rather than the most-recent
r+sr=neil
2006-12-07 23:52:58 +00:00
mozilla%weilbacher.org dafa6a3461 [OS/2] Bug 355067: add Freetype copyright notice to about:license as OS/2 builds with cairo need to ship with it. r=gerv 2006-12-07 22:00:22 +00:00
cst%yecc.com 2c9251c5eb Bug 356805 Undo close tab doesn't show the tab bar if it was hidden
r+sr=neil
2006-12-02 00:29:36 +00:00
bugzilla%standard8.demon.co.uk 02f25aa0f6 Backout xpfe/ changes from bug 361193 to fix regression bug 361883 2006-11-26 21:30:14 +00:00
bugzilla%standard8.demon.co.uk b38196cde5 Bug 361193 In suiterunner preferences, advanced -> Mousewheel pane doesn't display. r=KaiRo,sr=Neil 2006-11-25 13:00:07 +00:00
bugzilla%standard8.demon.co.uk 476827019f Bug 361193 In suiterunner preferences, advanced -> Mousewheel pane doesn't display. r=KaiRo,sr=Neil 2006-11-25 09:58:57 +00:00
smontagu%smontagu.org e77e4f180e More additions and corrections to language names. Bug 178491, r=jshin, blanket sr=roc 2006-11-23 15:59:12 +00:00
cst%yecc.com 02dba40687 Bug 356703 Browsers associated with closed tabs aren't loading a blank document
r=neil sr=jag
2006-11-20 23:39:08 +00:00
ajschult%verizon.net dec6c92b11 Bug 25287: Inappropriate menu items show as enabled when no windows are open. Patch by Stefan Hermes <stefanh@bluebottle.com>, r=mnyromyr, sr=neil. 2006-11-20 00:03:47 +00:00