alecf%netscape.com
4b02557811
Not part of build
...
backing out my last change - totally unnecessary
2002-06-17 23:41:42 +00:00
kmcclusk%netscape.com
4c676a798c
Save and restore transformation matrix translation components instead of setting a negative translation while painting to eliminate off by one pixel rendering errors in 120DPI display mode. bug=80530 r=dbaron sr=waterson
2002-06-17 23:35:15 +00:00
alecf%netscape.com
9a7dd9689f
Not part of build
...
add category name to nsIWindowMediatorListener so listeners are created at startup
2002-06-17 23:25:21 +00:00
bzbarsky%mit.edu
c6b1e39242
Bug 136670, bug 132688, add PR_LOG capability. r=jkeiser,sr=darin
2002-06-17 23:20:46 +00:00
mkaply%us.ibm.com
47b2a3cd20
#128127
...
r=peterl, sr=beard
Add framework for plugin and java windowtypes
2002-06-17 22:52:48 +00:00
gerv%gerv.net
b8b9508e38
Bug 150955 - confirmation doesn't propagate when reassigning to new product/component. Patch by gerv; 2xr=bbaetz.
2002-06-17 21:52:00 +00:00
ssu%netscape.com
f66b8ba40b
fixing bug 134745 - mail notification icon in system tray is the wrong icon (yellow triangle). r=bhuvan, sr=mscott
2002-06-17 21:51:50 +00:00
nhotta%netscape.com
006d4e404b
Check null pointer for arguments of Unicode conversion util functions,
...
bug 151769, r=ducarroz, sr=bienvenu.
2002-06-17 21:44:51 +00:00
seawood%netscape.com
a1cd8f96db
Fix srcdir copy race condition by explicitly doing a cmp between the srcfile and the target.
...
Fixing tinderbox bustage.
2002-06-17 21:39:35 +00:00
tor%cs.brown.edu
71c21a4e59
Bug 135579 - small interlaced PNGs not decoded correctly.
...
Patch from randeg@alum.rpi.edu , rs=tor.
2002-06-17 21:32:03 +00:00
ducarroz%netscape.com
58c348747f
Fix for bug 151954. Fix bogus PR_Malloc check. Patch submitted by dbradley@netscape.com. R=ducarroz, SR=bienvenu
2002-06-17 21:22:29 +00:00
ducarroz%netscape.com
cab907b920
Fix for bug 150440. Change strings to be conform to spec. Patch submitted by mybugzilla@juima.org. R=ducarroz, SR=bienvenu
2002-06-17 21:16:48 +00:00
darin%netscape.com
ac9620787e
fixes bug 140107 "HTTP headers show in frame [when server pipelines chunked
...
responses]" r=dougt sr=rpotts
2002-06-17 21:08:46 +00:00
ducarroz%netscape.com
2672f3f8eb
Fix for bug 145291. We must generate the headers of all the children of an multipart/appledouble attachment when doing parts-on-demand in order to have all the needed information to generate the attachment entry in the UI. R=cavin, SR=bienvenu
2002-06-17 21:07:55 +00:00
mkaply%us.ibm.com
c2e045538d
#150735
...
r=jeffreyj@us.ibm.com , sr=blizzard
OS/2 only - remove unnecessary class nsCanvas
2002-06-17 21:06:09 +00:00
shaver%mozilla.org
fb0d67af5b
Bug 76968: expand ~/ into NS_OS_HOME_DIR in nsLocalFileUnix. r=bzbarsky,
...
sr=blizzard.
2002-06-17 21:03:43 +00:00
mkaply%us.ibm.com
22eb59e7a5
#147702
...
r=jeffreyj@us.ibm.com , sr=blizzard
OS/2 only - rewrite window proc to better handle things happening during deletion
2002-06-17 20:54:08 +00:00
naving%netscape.com
beaafb6638
bugscape 15244 r=cavin sr=bienvenu Make webmail folder "Draft" show Recipient instead of Sender
2002-06-17 20:49:44 +00:00
bzbarsky%mit.edu
c4fd9838f8
Don't send HEAD to FTP servers behind HTTP proxies. Bug 148813,
...
r=bbaetz, sr=darin
2002-06-17 20:49:42 +00:00
mkaply%us.ibm.com
348e7da0d7
#150679
...
r=jeffreyj@us.ibm.com , sr=mscott
OS/2 only - add OS mail integration
2002-06-17 20:49:26 +00:00
cmanske%netscape.com
650497023f
Fixed crash when inserting column in table, b=152320, r=brade, sr=kin
2002-06-17 20:40:47 +00:00
shaver%mozilla.org
c621eb112c
Bug 116653: Teach x-remote about openURL(,new-tab). r=blizzard, sr=jag.
2002-06-17 20:39:54 +00:00
relyea%netscape.com
27153b6afb
Standardize the open flags as 'enums' when using multiaccess databases, no matter
...
if we are using PR_ versions of the flags or O_ versions of the flags.
2002-06-17 18:46:27 +00:00
seawood%netscape.com
5b89bfd6bb
Re-adding with executable bit set.
2002-06-17 17:30:22 +00:00
seawood%netscape.com
42f3e16064
Oops. These need to be executable by default
2002-06-17 17:28:34 +00:00
pinkerton%netscape.com
061b79e460
Hookup copy/paste/etc context menus for text areas. (bug 151662)
2002-06-17 17:14:51 +00:00
leaf%mozilla.org
a202b9d722
Automated update
2002-06-17 17:10:43 +00:00
seawood%netscape.com
6de5b59159
Fixing win32 gmake builds lack of debugging information problem by working around a combination MSVC & cygwin make deficiencies:
...
* We must use the full path to the source file when calling MSVC so that debugging information shows up in the object files.
* Because of cygwin's use of /cygdrive when using full paths, we must use a cygwin-wrapper script in some cases to allow native win32 programs to use a fully qualified cygwin path.
* We have to call configure using the full path so that $(srcdir) contains the
full path in the Makefiles. The rules have been changed for win32 so that it
always use $(srcdir)/$*.{c,cpp} as the sourcefile name even when the file is in
the cwd. This works around both the /cygdrive issue and the msvc's path info
optimization.
* We still use the wrapper when calling rc.exe & nsinstall. nsinstall
frequently takes multiple args and is called all over the tree so changing each
calling site is going to be expensive. (I'll have to check the logs again but
I think the rc wrapping can go.)
* nspr & ldap still use the wrappers for all native win32 progs. Neither nspr
nor ldap uses the acoutput-fast.pl script to speed up the substitution of
@srcdir@ into their Makefiles so, makefile substitution will break if we use
dos-paths.
* In the handful of directories where we copy srcfiles from another directory
in lieu of using VPATHs, we have to now copy those files to $(srcdir) so that
the default rules can find them.
Bug #141834 r=leaf,wtc,dmose,mcs
2002-06-17 17:09:57 +00:00
myk%mozilla.org
b38ebe63a2
Fix for bug 150792: Locks profiles table so adding a CC while creating a bug doesn't fail.
...
2xr=bbaetz
2002-06-17 15:54:50 +00:00
pinkerton%netscape.com
ae2d20be15
Strip whitespace around url (bug 149082)
2002-06-17 15:24:29 +00:00
pinkerton%netscape.com
2fd744fdef
fixing up locked profile error text.
2002-06-17 15:16:46 +00:00
pinkerton%netscape.com
1163e6ec98
Fix for crash launching when another version is already running. bug 148556
2002-06-17 15:10:37 +00:00
dcone%netscape.com
7cbd379e5b
b=142513 r=kmmclusk sr=waterson Fixed blue text, used correct type for calculation.
2002-06-17 14:03:39 +00:00
mikep%oeone.com
aac432de05
Adding in check for calendar window to remove js error.
2002-06-17 13:39:29 +00:00
mikep%oeone.com
03dc4f0d25
Adding fix from bug 146212, allowing silent import of events.
2002-06-17 13:38:57 +00:00
mostafah%oeone.com
cdda83d729
Fixed bug 152274: Calling fetchEvent with null parameter crashes Mozilla
2002-06-17 12:42:24 +00:00
bbaetz%student.usyd.edu.au
3327303fbe
Bug 151529 - No list of votes shown if there is a + sign in the address
...
r=jouni x2
2002-06-17 11:29:45 +00:00
kaie%netscape.com
549e28cb1f
b=148610 Lock icon should be updated as early as possible.
...
r=javi sr=rpotts
2002-06-17 09:56:14 +00:00
bbaetz%student.usyd.edu.au
693d63dda2
Bug 151053, ConnectToDatabase/quietly_check_login sometimes not called
...
early enough
r=mattyt, jouni
2002-06-17 09:39:00 +00:00
rogerl%netscape.com
9b201c7f13
Start.
2002-06-17 06:40:50 +00:00
shanjian%netscape.com
e200d89fdb
#84668 Ugly Chinese font in dialogs and menu on simplified chinese windows
...
Force system font to be 9 when default is 8. This only applies to simplified
chinese system.
r=ftang, sr=alecf
2002-06-17 05:22:34 +00:00
henry.jia%sun.com
17c7eb88ae
Bug 150627 inconsistant between display and action(modifier) of short cut key for function 'Select All'
...
r=Akkana
sr=hewitt
2002-06-17 01:43:29 +00:00
nboyd%atg.com
a4cf45ee33
Patch from morten@nvg.org :
...
I keep getting syntax errors with no line numbers as well.
That happens when I use Context.compileReader(..) to compile the script. The
DefaultErrorReporter will throw an exception with only the message and not the
line it happened on.
It is of course easy to workaround using your own error reporter, but I've
attached a patch to add on the line and source name so the DefaultErrorReporter
gives the similar output as EcmaError if that is wanted.
2002-06-17 00:49:47 +00:00
nboyd%atg.com
a8fcbf98a8
Update last qualified release statement.
2002-06-16 23:51:15 +00:00
stephend%netscape.com
f16abb505b
Bug145409. JS strict warnings in certManager.js. Patch by Stephen Walker <walk84@yahoo.com> r=kaie@netscape.com, sr=jaggernaut@netscape.com
2002-06-16 21:19:25 +00:00
sicking%bigfoot.com
1c08ef6d4f
Attribute axis should not include namespace declarations.
...
b=123357 r=peterv sr=jst
2002-06-16 16:58:13 +00:00
bernd.mielke%snafu.de
62e25755e2
running the layout regression tests - a description not part of any build
2002-06-16 10:38:06 +00:00
cbiesinger%web.de
955f728b23
bug 150002 r=paper sr=tor
...
make XBM images transparent
2002-06-16 08:27:25 +00:00
samuel%sieb.net
b5d844e513
Bug 143039 - Typo in nsXmlRpcClient.js
...
r=samuel@sieb.net
sr=heikki
2002-06-16 06:17:54 +00:00
samuel%sieb.net
e428d8afb1
Bug 137171 - XML-RPC bug handling dates with months 10 and over
...
r=rginda
sr=sspitzer
2002-06-16 06:14:31 +00:00