bzbarsky%mit.edu
adae42c01e
Check the status code of HTTP channels before blindly loading the
...
sheet. Bug 112644, r=bbaetz, sr=darin
2002-06-18 02:46:11 +00:00
bzbarsky%mit.edu
cfece5fdc2
fix rendering of <font size="+0">. Bug 150022, r=doron, sr=jst
2002-06-18 02:42:40 +00:00
kyle.yuan%sun.com
30ad18391d
Bug 133853 why always add <HTML> token into Tokenizer even there is an <HTML> token already?
...
r=harishd, sr=jst
Check in for Jerry Tan(jerry.tan@sun.com )'s fix.
2002-06-18 02:06:29 +00:00
srilatha%netscape.com
c6ca703421
Fix for bug # 118804. Setting the width attribute on the directories List box
...
r=varada, andreww sr=bienvenu
2002-06-18 01:48:27 +00:00
mcafee%netscape.com
34da398ca5
Adding xpcomsample to module map (152312). r=hwaara, sr=alecf. does not affect main seamonkey build.
2002-06-18 01:24:26 +00:00
rods%netscape.com
328acb444b
Needs to be virtual (from sr's comments)
...
Implement the assign method with an "=" operator
Bug 151628 r=ccarlen sr=jst
2002-06-18 01:23:39 +00:00
mcafee%netscape.com
956d3856f5
Explicitly call configure with sh, fixes windows (152312). r/code=hwaara, sr=alecf
2002-06-18 01:18:46 +00:00
bzbarsky%mit.edu
b5ebc8a68e
fix build bustage -- views are not refcounted
2002-06-18 01:01:54 +00:00
seawood%netscape.com
0396fcc9ce
Bump lgot buffer again for MIPS builds.
...
Thanks to Nick Blievers <nickb@adacel.com.au> for the patch.
Bug #152453 r=cls
2002-06-18 01:01:07 +00:00
akkana%netscape.com
ad62b6efae
148713: prevent infinite loop when doing replace all backwards. r=brade sr=kin
2002-06-18 00:16:58 +00:00
rods%netscape.com
caaeae04a4
Implement the assign method with an "=" operator
...
Bug 151628 r=ccarlen sr=jst
BUg CVS: ----------------------------------------------------------------------
2002-06-18 00:06:32 +00:00
alecf%netscape.com
e83eaff6cf
add first-window case - when the window with the new title hasn't been seen, add it to the hashtable
2002-06-17 23:46:29 +00:00
bzbarsky%mit.edu
07bd7dd42b
NS4 measures image.x/image.y from the enclosing layer, not from the
...
body. Bug 130415, r=jkeiser, sr=jst
2002-06-17 23:45:21 +00:00
cavin%netscape.com
d247dadb0e
Fix for 152449. Remember the CRC checksum for the updated card info in PatchHistoryTableWithNewID(). r=naving, sr=bienvenu.
2002-06-17 23:45:10 +00:00
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