118389 Commits

Author SHA1 Message Date
aaronl%netscape.com
7ae87df2aa Bug 149654. Send accessibility events for DOM mutations, invalidate appropriate parts of accessibility cache based on DOM mutation events. Also fixes bug 74218, implement DOMSubtreeModified event. r=kyle, sr=jst 2003-04-28 10:24:52 +00:00
igor%mir2.org
3a3c81e016 Fixing http://bugzilla.mozilla.org/show_bug.cgi?id=203402 :
In Codegen do not pass trueLabel, falseLabel to recursive
generateCodeFromNode from ADD node and use -1 , -1 instead to indicate non-jump node.
2003-04-28 09:50:56 +00:00
igor%mir2.org
76c1153fdd Restoring toStringTreeHelper functionality to print nested functions as a part of the tree. The regression was caused by changes to store function reference as index and not function node. 2003-04-28 09:44:19 +00:00
rbs%maths.uq.edu.au
3ffd21db41 Fix a problem with the 'user-defined font' which causes the CPU to spike at 100% followed by a hang, b=147222, r+sr=bzbarsky, a=sspitzer 2003-04-28 04:16:21 +00:00
sspitzer%netscape.com
b142aa35ac fix leak, no bug. 2003-04-27 17:39:23 +00:00
rogerl%netscape.com
2f34abeea3 Fixing function literals 2003-04-27 15:33:13 +00:00
varga%netscape.com
18116b392a Fix for bug 197274. improve text of "enable automatic image resizing" pref
r=varga, sr=alecf, a=sspitzer, patch by Alex Bishop <alex@mozillazine.org>
2003-04-27 14:36:28 +00:00
gerv%gerv.net
e907fbb736 Bug 195607 - Minimum width code gets it wrong. Patch by gerv; r,a=justdave. 2003-04-27 13:44:23 +00:00
gerv%gerv.net
f82c184c9d Bug 197171 - report.cgi: Use of uninitialized value in numeric lt. Patch by gerv; r,a=justdave. 2003-04-27 13:43:15 +00:00
caillon%returnzero.com
731073c19a Backing out previous patch since it was causing addressbook problems. 2003-04-27 10:36:58 +00:00
bryner%netscape.com
0282489c03 more #include cleanup. 2003-04-27 08:41:02 +00:00
igor%mir2.org
bbf1d56821 In debug mode print instruction names, not their bytecode values. 2003-04-27 08:12:18 +00:00
bryner%netscape.com
3da4f2e8fe Removing unneeded includes. 2003-04-27 07:32:14 +00:00
bbaetz%acm.org
30357668b4 Bug 180086 - Rename 'count' column in votes tables
patch by bugzilla@chimpychompy.org (GavinS)
r=bbaetz,justdave
a=justdave
2003-04-27 07:20:39 +00:00
bbaetz%acm.org
f36a56c3bb Bug 203540 - RenameField doesn't get NULL/NOT NULL correct
r,a=justdave
2003-04-27 07:19:28 +00:00
bbaetz%acm.org
5e887399e0 Byg 202463 - prefill 'assign to' with default component owner
patch by slamm@yahoo-inc.com (Steve Lamm)
r=bbaetz, a=justdave
2003-04-27 07:12:53 +00:00
rogerl%netscape.com
a790d10f19 Fixed function literals 2003-04-27 05:53:28 +00:00
chanial%noos.fr
da6e9a8d37 bug 203069: Unable to search in page-source
sync'ing with seamonkey, use gBrowser instead of getBrowser()
2003-04-27 05:02:28 +00:00
caillon%returnzero.com
6221b1ca6c Bug 173430 - flawfinder warnings in libpref
r=alecf, sr=dmose, a=sspitzer
2003-04-27 04:47:46 +00:00
katakai%japan.sun.com
e21fb32718 bug 200084
gbk1988.1989-0 is defined as GBK, but us-ascii
r=ftang,sr=rbs,a=asa for gtk part
r=smontagu,sr=rbs,a=sspitzer for Xlib part
2003-04-27 02:40:56 +00:00
bzbarsky%mit.edu
ecba98ed60 Fix rasdlg on MingW builds. Bug 203300, patch by jonwil@tpgi.com.au (Jonathan
Wilson), r=darin, sr=bzbarsky, a=sspitzer
2003-04-27 01:38:42 +00:00
rogerl%netscape.com
bc11d075ab Super expression with 'op'. 2003-04-27 01:11:01 +00:00
sspitzer%netscape.com
6c8da995fa fix for regression bug #203261
Opening a local forwarded message results in a blank Mail window
r/sr=bienvenu, a=sspitzer
2003-04-27 00:57:08 +00:00
bzbarsky%mit.edu
d738b595b2 Assume X is lying to us if it returns an ex height of 0. Bug 142122, patch by
Hideo Saito <saito@densan.co.jp>, r=dbaron, sr=bzbarsky, a=sspitzer
2003-04-27 00:42:42 +00:00
rogerl%netscape.com
4f10f38ae2 'super' expression. 2003-04-26 23:44:27 +00:00
sspitzer%netscape.com
c0914052a5 some bulletproofing/wallpapering for crasher bug #203431
r=varga, sr=bienvenu, a=sspitzer
2003-04-26 21:57:39 +00:00
caillon%returnzero.com
9f6e7048fb 182099 - lock up on stylesheets tab double-clicking the twisty
r=varga, sr=bzbarsky, a=sspitzer
2003-04-26 21:38:53 +00:00
jake%bugzilla.org
e331c62807 Bug 203080 - New version of LDAP to Bugzilla account sync script.
No review for contrib/
2003-04-26 16:35:04 +00:00
burnus%gmx.de
63447e87dc Bug 203318 - 008filter.t fails to do chdir $topdir - if @Support::Templates::include_paths returns more than one path
r=justdave,gerv
a=justdave
2003-04-26 14:11:59 +00:00
chanial%noos.fr
1fbd2c329a bug 200359: Importing and exporting bookmarks are broken
r=bsmedberg@covad.net sr=alecf a=asa
2003-04-26 13:01:15 +00:00
igor%mir2.org
295fe24122 1. Consistently use ScriptRutime.<ClassName>Class instead of Classname.class to decrease code size and loading time
2. Small optimization in ScriptRuntime.toNuber
2003-04-26 12:01:38 +00:00
katakai%japan.sun.com
00cfa28dc9 bug 159865
Should support ISO-2022-CN-EXT encoding
patch from ervin.yan@sun.com
r=ftang,sr=rbs,a=asa
2003-04-26 10:46:23 +00:00
katakai%japan.sun.com
97ff5af98a bug 190328
Simplified Chinese (ISO-2022-CN) doesn't group together with other Chinese encoding in charset menu
patch from ervin.yan@sun.com
r=ftang,sr=rbs,a=asa
2003-04-26 10:00:22 +00:00
scott%scott-macgregor.org
62ea94837b Bug #202349 --> merge the thunderbird version of loadUrl to match the version Seth added.
Code flow does not effect mozilla.

a=sspitzer
2003-04-26 07:11:26 +00:00
ben%netscape.com
de1d482596 203053 - crash on download. Didn't get quite all the changes from the trunk necessary. (Checking in bz's patch to http://bugzilla.mozilla.org/show_bug.cgi?id=188877 ) 2003-04-26 04:28:11 +00:00
nelsonb%netscape.com
d01e78b8c7 Fix two problems that together prevented NSS from reading encrypted
messages from Lotus notes.  bug 202384.
1. Choice no longer treats END_OF_CONTENTS as a missing choice.
2. The code now correctly determines whether we are in an indefinite-
length encoded constructed type.  Instead of merely looking at the
immediate parent and grandparent states, it walks the state stack
until it finds the next higher state that corresponds to a parsed
tag, ignoring inline, pointer, choice, and other non-tag states.
2003-04-26 03:41:24 +00:00
caillon%returnzero.com
cb881d2d31 Bug 155748 - "Can't use a global variable named 'parent'"
r=bzbarsky sr=jst a=asa
2003-04-26 03:27:21 +00:00
jake%bugzilla.org
209b5142be Bug 203160 - mod_throttle has a new URL 2003-04-26 02:58:36 +00:00
nelsonb%netscape.com
1b41efe99c Greatly enhance the debug printing done when conditionally compiled with
DEBUG_ASN1D_STATES defined.
2003-04-26 02:15:50 +00:00
sspitzer%netscape.com
fe7e8ea92d fix for bug #203415
don't use the default smtp server when creating a new account
if the smtp server has a redirector type.
r/sr=bienvenu, a=sspitzer
2003-04-26 02:08:37 +00:00
scott%scott-macgregor.org
c5fe1d2fcd Initial config files for uncompressing the mozilla JARS, picking out just the chrome files we want
and putting them in mail.jar and cute.jar

toolkit, messenger, communicator --> mail.jar
classic.jar --> cute.jar

Still to do: locale jar files
2003-04-26 01:53:35 +00:00
scott%scott-macgregor.org
d7df964f95 Bug #194315 --> for thunderbird, bring up mail chrome as part of ensure 1 window and not a browser window.
does not effect seamonkey builds
sr=bryner
a=sspitzer
2003-04-26 01:50:56 +00:00
nelsonb%netscape.com
fa163f8a45 Change the more recently added "choice" functions to conform to the
coding style used throughout the rest of the file.
2003-04-26 01:40:49 +00:00
scott%scott-macgregor.org
01ac14a0e3 synch up with the trunk 2003-04-26 01:40:48 +00:00
scott%scott-macgregor.org
5284a3219e add downloadmanager.xpt 2003-04-26 01:31:56 +00:00
bzbarsky%mit.edu
47620b7255 Fix insertNode() to work right. Bug 135922, r=caillon, sr=peterv, a=asa 2003-04-26 01:14:42 +00:00
bzbarsky%mit.edu
04d9b57f42 Make sure to flush reflows before trying to scroll so that frame coordinates
will be up-to-date.  Bug 186149, r=peterv, sr=jst, a=asa
2003-04-26 01:13:28 +00:00
bzbarsky%mit.edu
0b19a3bbf0 Pass the content parent frame to ConstructTableFrame so the view that's created
goes in the right place in the z-ordering.  Bug 203086, r+sr=roc, a=asa
2003-04-26 01:08:35 +00:00
mscott%netscape.com
298ae29b93 change a MOZ_PHOENIX ifdef to a MOZ_XUL_APP ifdef because we don't want thunderbird migrating 4.x profiles
either.
2003-04-26 00:50:11 +00:00
bryner%netscape.com
6ccd8581bf sync with some seamonkey default pref changes. 2003-04-26 00:13:03 +00:00