rbs%maths.uq.edu.au
447c8e4ab3
Report the name of the faulty file when there is an XML parsing error. Useful for popup windows or XUL files. b=47416 r=heikki sr=jst
2001-05-16 02:49:24 +00:00
rbs%maths.uq.edu.au
1c15d53c81
Special fix to enable the WindDings font. Also homogenized identation&printf while there. b=77265 r=shanjian sr=blizzard
2001-05-16 02:38:14 +00:00
peterlubczynski%netscape.com
8ec330a02c
Fix for sample in plugins r=peterl sr=attinasi patch by kens@activestate.com bug 77234
2001-05-16 02:27:18 +00:00
Xiaobin.Lu%eng.Sun.com
c98ddf2454
r=timeless sr=shaver
...
bug 72807 " C++ style comment warning"
2001-05-16 02:26:04 +00:00
Xiaobin.Lu%eng.Sun.com
f56cbe2af5
r=timeless sr=shaver
...
bug 72807 "c++ style comment warning"
2001-05-16 02:24:44 +00:00
peterlubczynski%netscape.com
596df47d91
Fix for plugins not resizing correctly in XUL. r=peterl sr=attinasi patch by kens@activestate.com bug 77234
2001-05-16 02:24:33 +00:00
ducarroz%netscape.com
eb1a2689f8
Fix for bug 77226. Remove usage of NSGetFactory. R=varada, SR=bienvenu
2001-05-16 02:09:02 +00:00
ben%netscape.com
0ae24960cb
Fix for 80392, r=blake, sspitzer
2001-05-16 02:04:14 +00:00
ben%netscape.com
c66e9f062b
Fix for 80392, r=blake, sr=hewitt
2001-05-16 02:03:34 +00:00
ben%netscape.com
97e19783a8
Fix for 80392, poor fit for pref panels. r=blake, sr=hewitt
2001-05-16 02:01:25 +00:00
sfraser%netscape.com
8dbfb7bd45
Fix bug 80660 -- can bring up multiple find dialogs now. r=blake, sr=ben
2001-05-16 01:47:54 +00:00
naving%netscape.com
f91f28622e
79444. r=suresh sr=bienvenu. Set the trash folder flag for cyrus imap servers and when
...
delimiter is not '/' convert name to onlineName
2001-05-16 01:42:57 +00:00
pavlov%netscape.com
d5963adaba
fixing bug 74129 r=shaver sr=blizzard
2001-05-16 01:42:52 +00:00
naving%netscape.com
c4053df510
75936. r=suresh sr=bienvenu. No need to use copy service
2001-05-16 01:40:32 +00:00
ben%netscape.com
6436e54a9c
fix for 74969. r=blake, waterson
2001-05-16 01:37:20 +00:00
bstell%netscape.com
eae93cb70e
bug 67732, 69139, r=ftang, sr=blizzard
...
when searching for fonts to display glyphs consider
sub-planes of the font (bug 67732)
the element's lang group (bug 69139)
the user's locale's lang group (bug 69139)
2001-05-16 01:34:57 +00:00
beard%netscape.com
57509c3b22
Removed:
...
ScopeInitializer.java
2001-05-16 01:10:19 +00:00
sfraser%netscape.com
28e4ca9d58
Fix the build by #including <Scrap.h>
2001-05-16 01:01:19 +00:00
jst%netscape.com
65c16aeb64
Fixing xpcdom landing regression, not sure what this breaks, but it's wrong. r=hyatt@netscape.com, sr=waterson@netscape.com
2001-05-16 01:00:02 +00:00
sonmi%netscape.com
606dbf7f9c
when pk12util -i fails added test for pk12util tmp/lock file
...
when this exists errormessage to the log
2001-05-16 00:56:27 +00:00
javi%netscape.com
68559db3ce
Fix build bustage
2001-05-16 00:32:11 +00:00
javi%netscape.com
14f59de6d6
Add JS libraries to project for linking.
2001-05-16 00:24:43 +00:00
nboyd%atg.com
937f24e4f6
2 additional issues:
...
1. In that patch I forgot to remove "import org.mozilla.classfile.*" and
simply catch Exception in newInvokerMaster which is not a good practice.
The attached patch FunctionObject_patch fixes that and removes other
unused imports.
2. In org.mozilla.classfile.DefiningClassLoader defineClass method first
tries to call via ClassManager the defineClass method in a class loader
that loaded DefiningClassLoader itself. But this would define new
classes in that class loader so they would not be subject of the garbage
collection until a classloader that loads DefiningClassLoader would go
away even if a DefiningClassLoader instance is gone. The
DefiningClassLoader_patch removes that and simply calls super.defineClass.
The patch also change the order of class search in loadClass so the
loader first looks for a class among its defined classes and only after
that in parent loaders.
Regards, Igor
2001-05-16 00:24:37 +00:00
sonmi%netscape.com
227f854124
seperated the output of the client and the server to work around
...
a problem on dump
2001-05-16 00:08:05 +00:00
blakeross%telocity.com
5da2720a05
Backing out anatoliya to fix build bustage. The compiler is your friend. It will help you catch errors.
2001-05-16 00:07:52 +00:00
larryh%netscape.com
11fce31b6f
bugzilla: 80884. PR_Rmdir error
2001-05-16 00:04:34 +00:00
anthonyd%netscape.com
34c0ca3147
Patch around ChangeTable bug (brendan, r=gordon, smoketestblocker).
2001-05-15 23:41:32 +00:00
javi%netscape.com
c10348d2d3
Add nsCrypto.cpp to Mac build.
2001-05-15 23:16:40 +00:00
javi%netscape.com
e4a50bbe8b
Fix for Bug 74340 r=mcgreer, sr=blizzard
...
Add the crypto object back to PSM 2.
2001-05-15 23:15:12 +00:00
wtc%netscape.com
17680c472c
Verified that the autoconf build system is equivalent to the classic
...
build system on AIX, HP-UX, Linux, and Solaris. The 'release' makefile
target still doesn't quite work.
Modified Files:
configure configure.in config/Makefile.in
config/autoconf.mk.in config/config.mk config/nsinstall.c
config/rules.mk lib/ds/Makefile.in lib/libc/src/Makefile.in
pr/include/md/Makefile.in pr/src/misc/Makefile.in
2001-05-15 22:57:39 +00:00
mstoltz%netscape.com
f9c13993e0
Fixing bug 78831 - treat chrome and resource URLs the same in the
...
URL loading check and give them access to each other. r=pavlov,
sr=brendan. This allows us to turn on the fix (already reviewed)
for 69070.
2001-05-15 22:47:21 +00:00
harishd%netscape.com
1a5a83dc13
75641 - Fixing MLK caused by unclosed FONT tags ( penguin.html )
...
r=heikki sr=waterson
77352 - Making sure that the heading tags' size takes precedence over
residual style tags' size info.
r=pollmann sr=attinasi
57248 - Moved attribute entity parsing to the parser land.
r=heikki sr=jst.
2001-05-15 22:32:26 +00:00
radha%netscape.com
f4b65bd7dd
fix for bug # 72197 javascript url casues problems with SH. r=rpotts sr=blizzard
2001-05-15 22:27:01 +00:00
radha%netscape.com
b1eefd23cb
Fix for bug # 72197 javascript urls cause problems with history r= rpotts sr=blizzard
2001-05-15 22:26:19 +00:00
hwaara%chello.se
d4bef6d7ce
#75779 , hide the sidebar by default in mailnews for new profiles. r=suresh, sr=blizzard
2001-05-15 22:24:19 +00:00
dmose%netscape.com
a2287e7a16
Fix for MOZ_TRACK_MODULE_DEPS build (eg senna tinderbox) build bustage
2001-05-15 22:22:59 +00:00
pinkerton%netscape.com
8118d5cf14
replaces 4-char codes with constants from scrap.h. forgot a mapping for 'utxt' in one direction. r=nhotta/sr=sfraser. bug# 81028
2001-05-15 22:21:41 +00:00
mkaply%us.ibm.com
fde4277837
#76670
...
r=mkaply,achimha@innotek.de sr=roc+moz
Implement XP regions - currently only used on OS/2
2001-05-15 22:14:48 +00:00
anatoliya%netscape.com
5faa137abc
bug 76512 r=pchen sr=hyatt
2001-05-15 22:03:51 +00:00
pschwartau%netscape.com
8cd2f18bd6
Initial add. Regression test for bug 74474.
2001-05-15 22:01:39 +00:00
pschwartau%netscape.com
6f0798186c
Renaming this file as regress-74474-001.js
2001-05-15 22:00:42 +00:00
bstell%netscape.com
e6e0a00456
bug 76238, r=ftang, sr=blizzard
...
add font support for ISO-8859-13 (Baltic)
2001-05-15 21:39:24 +00:00
cmanske%netscape.com
3f6ac8a05c
Fixed infinite loop problems in Table Editing, b=79462, r=brade, sr=kin
2001-05-15 21:30:24 +00:00
brendan%mozilla.org
38fa3fed08
Add optional JSDHashTableOps.initEntry hook, spruce up comments (74883, r=waterson, sr=shaver).
2001-05-15 21:07:10 +00:00
rginda%netscape.com
e62a3ac64a
- chatzilla only -
...
bug 80286, channels with colon characters don't work correctly. Patch from samuel@sieb.net . r=me
2001-05-15 21:05:35 +00:00
leaf%mozilla.org
586294a1fa
Automated update
2001-05-15 20:59:50 +00:00
jst%netscape.com
44705c7b56
Fixing the remaining part (xpcdom regression) of bug 61984, r=harishd@netscape.com, sr=vidur@netscape.com
2001-05-15 20:58:58 +00:00
jst%netscape.com
751a6f7ccd
Fixing the remaining part (xpcdom regression) of bug 61984, r=harishd@netscape.com, sr=vidur@netscape.com
2001-05-15 20:58:31 +00:00
sfraser%netscape.com
55b0ea662e
Testing, NOT PART OF ANYTHING
2001-05-15 20:57:01 +00:00
cls%seawood.org
bc083891a7
Update intermodule dependencies to fix senna bustage
2001-05-15 20:53:59 +00:00