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

121349 Коммитов

Автор SHA1 Сообщение Дата
neil%parkwaycc.co.uk a8d52f6aae Fix bug 207634 bustage - checked in wrong version of mac changes 2003-07-24 21:56:54 +00:00
dbaron%dbaron.org 995c801fa9 Use unsigned type (at brendan's suggestion) for perhaps-more-efficient modulus. r+sr=brendan b=188761 2003-07-24 21:42:53 +00:00
mkaply%us.ibm.com 71e83f7596 #56301
r=mkaply, pedemont, jblanco, sr=kin@netscape.com, a=drivers
Check mozdev spellchecker into Mozilla - hurrah!
Not turned on yet :)
2003-07-24 21:39:28 +00:00
dbaron%dbaron.org d31c40c1ec Make blinkk blink in a 750ms on, 250ms off pattern. b=188761 r+sr=bzbarsky 2003-07-24 21:26:33 +00:00
caillon%returnzero.com 1bcbfbb835 Bug 213341 - Use smart pointer classes for long lived strong references in nsGenericElement and friends.
r=bzbarsky@mit.edu sr=jst@netscape.com
2003-07-24 20:38:08 +00:00
neil%parkwaycc.co.uk 7546e29b67 Bug 207634 Convert GetSortKeyLen/CreateRawSortKey to AllocateRawSortKey r=smontagu sr=sspitzer 2003-07-24 20:31:35 +00:00
bienvenu%nventure.com dd849e1eed fix 213768 reverse sort by threads broken, r/sr=mscott 2003-07-24 20:15:09 +00:00
jaggernaut%netscape.com 0285c25cf5 Bug 209885: Support <tab linkedpanel="panelId"/>. Patch by Alex "WeirdAl" Vincent <ajvincent@juno.com>, r=Neil, sr=jag 2003-07-24 19:02:13 +00:00
mkaply%us.ibm.com 1ac925aeee Ports bustage - remove NS_COM per bsmedberg 2003-07-24 18:58:30 +00:00
dbaron%dbaron.org f1e566c44c Fix firebird bustage more cleanly by moving xpinstall unconditionally into tier 50. r=cls b=212509 2003-07-24 18:34:38 +00:00
smontagu%netscape.com f165e1286f Use a hashtable instead of searching an array, to make RemoveBidiContinuation() not be O(n^2). Bug 212827, r+sr=bzbarsky. 2003-07-24 18:33:50 +00:00
bzbarsky%mit.edu 2710b0cafe This was not supposed to land. Fixing bustage. 2003-07-24 18:30:50 +00:00
scott%scott-macgregor.org 0a0235ee07 fix a regression caused by the new attachment landing where the stand alone message window had no
message pane or attachment box.
2003-07-24 17:38:34 +00:00
bzbarsky%mit.edu 6a1b949d10 Verbiage change. Bug 185536, patch by kairo@kairo.at (Robert Kaiser),
r=gisburn, sr=bzbarsky
2003-07-24 17:37:40 +00:00
bzbarsky%mit.edu 76799ff743 Add an nsIDocument* GetOwnerDocument() to nsGenericElement, deCOMify
nsINodeInfo a tad.  Bug 211634, r=jkeiser, sr=jst
2003-07-24 17:30:52 +00:00
bzbarsky%mit.edu 9915e0fd45 Don't load the image for image inputs till we have all of our attributes. Bug
209242, r=caillon, sr=jst
2003-07-24 17:10:14 +00:00
noririty%jcom.home.ne.jp 2ff4a38fde Fix 207166 - tweak caret browsing button, patch by mconnor@rogers.com. 2003-07-24 16:02:07 +00:00
bmlk%gmx.de ab9bd0c8c3 generate makefiles for layout-debug, bug 137331 r,sr=dbaron 2003-07-24 12:44:24 +00:00
noririty%jcom.home.ne.jp 62d401b64c another oops 2003-07-24 11:21:07 +00:00
noririty%jcom.home.ne.jp 7ed63a2cc5 fix sidebar mid-click regression 2003-07-24 11:01:40 +00:00
igor%mir2.org 5b5659a759 Fixing http://bugzilla.mozilla.org/show_bug.cgi?id=213231 :
All information about exception handlers are stored in exception table eliminating the need to have TRY bytecode.
2003-07-24 10:50:29 +00:00
igor%mir2.org c51b5baef2 Work in progress on http://bugzilla.mozilla.org/show_bug.cgi?id=213231 :
Replacing try stack by static table of exception handlers
2003-07-24 10:46:46 +00:00
igor%mir2.org 1c5587194f Work in progress on http://bugzilla.mozilla.org/show_bug.cgi?id=213231 :
When handling exceptions, restore proper scope without using try stack
2003-07-24 10:45:30 +00:00
noririty%jcom.home.ne.jp 96bc2cd27d Implement AiO ports' autoscroll - patch by boullet@col.bsf.alcatel.fr b=212273,212002 2003-07-24 10:34:54 +00:00
igor%mir2.org 3d44748251 Restoring NativeJavaMethod(Method, String) for backward compatibility. 2003-07-24 09:06:44 +00:00
aaronl%netscape.com 7ac7afd451 Bug 211852 and bug 212626. Tab and shift+tab not working with sub documents. r=bryner, sr=bz 2003-07-24 08:53:48 +00:00
aaronl%netscape.com 62cf551995 Bug 192729. Tabs that are still loading or have error block all keyboard shortcuts. r=bryner, sr=roc+moz 2003-07-24 08:48:59 +00:00
caillon%returnzero.com 1cd5930cac I missed this file as part of my checkin for bug 83536. 2003-07-24 07:23:50 +00:00
caillon%returnzero.com cc77eca6e9 These #includes are obsolete after the landing of bug 83536. 2003-07-24 07:17:38 +00:00
scott%scott-macgregor.org 472932deab When hiding the message pane, be sure to hide the attachments box too! 2003-07-24 07:11:52 +00:00
caillon%returnzero.com 9c22160a4b Bug 83536.
Merge script principal implementations into one class.
Should reduce footprint, speed up calls to caps a little bit, and fixes several memory leaks.
Also fixes bugs 211174 and 211263
r=jst@netscape.com
sr=bzbarsky@mit.edu
moa=mstoltz@netscape.com (he looked at an earlier patch and said it looked fine, and will do a retroactive review when he returns from vacation as well)
2003-07-24 05:15:20 +00:00
jaggernaut%netscape.com ef99140d6d Bug 213601: Switch some users of NS_NewAtom over to do_GetAtom. r=bzbarsky, sr=dbaron 2003-07-24 04:53:13 +00:00
bienvenu%nventure.com afcb9c75c8 fix enabling of collapse/expand all, only affects thunderbird 2003-07-24 03:39:24 +00:00
caillon%returnzero.com e0d1287452 Bug 213595 - Check for OOM. r=bzbarsky@mit.edu sr=darin@meer.net 2003-07-24 02:43:32 +00:00
preed%sigkill.com 5e92c1cd03 Bug 211435 - Fix "Table 'namedqueries' was not locked with LOCK TABLES" error; Patch by jocuri@softhome.net (Vlad Dascalu), r=bbaetz, a=justdave 2003-07-24 01:00:20 +00:00
rbs%maths.uq.edu.au 7f376dc8e2 Leftover from bug 15364. Patch by Christian Schmidt. 2003-07-23 23:26:35 +00:00
bzbarsky%mit.edu 0c05923e45 Make the loop actually deal with observers removing themselves. Bug 213611,
patch by riceman+bmo@mail.rit.edu (Tim), r+sr=bzbarsky
2003-07-23 23:09:33 +00:00
dbaron%dbaron.org 41f64185bd Make margins between tables and captions collapse correctly when negative margins are involved. b=213465 r=bernd sr=roc 2003-07-23 23:04:37 +00:00
dbaron%dbaron.org 5882224147 Back out part of checkin from yesterday due to regressions. b=79315 2003-07-23 22:46:48 +00:00
bienvenu%nventure.com 7689e47d3a fix 103732, sending unsent messages doesn't set replied/forwarded status on original msg, r/sr=mscott 2003-07-23 21:53:05 +00:00
scott%scott-macgregor.org 34f8c11493 thunderbird only change. The command line handler spits back "1" as an argument if there are no arguments following command. Handle
that case accordingly, and don't try to use "1" as the actual window argument.
2003-07-23 21:34:53 +00:00
scott%scott-macgregor.org 4bb1eeb1fc double click should automatically open the attachment 2003-07-23 20:27:13 +00:00
scott%scott-macgregor.org 3f0c6c4cc2 Bug #213036 --> Land new mail attachment display for thunderbird.
If you want the large icon version of this, set: mailnews.attachments.display.largeView to true.

Remove the flex on the message pane. This keeps us from properly remembering the height of the message pane in the various
3-pane configurations now that we generate the 3-pane dynamically.

Remove localstore.rdf information for the alternate 3-pane view xul file which we no longer use.
2003-07-23 19:05:47 +00:00
scott%scott-macgregor.org 65cc3182c4 Bug #213036 --> Thunderbird only! Has no effect on the seamonkey build.
New XBL widget that acts like a horizontal list box for new attachment display in thunderbird. This widget will shortly be moving
to toolkit once verbage & location is worked out with the toolkit folks.

r/sr=bienvenu
2003-07-23 19:03:17 +00:00
cbiesinger%web.de 78d62f68f6 bug 198293 r=tor sr=scott@scott-macgregor.org support ICOs with alpha channel 2003-07-23 18:39:11 +00:00
dbaron%dbaron.org 37c7ec5d1f Remove unused content quality stubs. b=111346 2003-07-23 17:43:25 +00:00
noririty%jcom.home.ne.jp 5a454dfc82 remove unused pref-downloads.xul, pref-downloads.dtd 2003-07-23 16:02:03 +00:00
noririty%jcom.home.ne.jp a0e8a19dfb Fix 202792 - remove startup JS warnings, patch by holyspirit@hkpeople.net and brantgurganus2001@cherokeescouting.org 2003-07-23 14:24:05 +00:00
bsmedberg%covad.net ba5caa9ef9 Bug 198515 - patch by Roland.Mainz r=peterl/leon.sha sr=bz 2003-07-23 14:10:12 +00:00
jake%bugzilla.org 4387dfc010 Bug 206558 - What happened when multiple items were selected on a multi-select box wasn't clear.
Patch by Vlad Dascalu <jocuri@softhome.net>
r=jake
2003-07-23 13:45:40 +00:00