brendan%mozilla.org
2ba4c7d57c
Null pointer defense in FUN_CALLER fun_getProperty case (117307, r/sr skipped, trivial).
2002-01-01 21:12:21 +00:00
brendan%mozilla.org
8962b0ec01
Fix old bug introduced by rev 3.2, where this() crashes due to uninitialized obj register (116228, r=timeless, sr=shaver).
2001-12-27 08:47:33 +00:00
timeless%mac.com
61a97fd94a
Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
...
r='s from many people. sr=jst
2001-12-23 23:23:41 +00:00
igor%mir2.org
30dfb0a96f
Use Vector.elementAt instead of Vector.getfor jdk 1.1 complience
2001-12-20 22:05:42 +00:00
igor%mir2.org
d6078a18da
Fixes to allow to use jikes to compile and produce less warnings:
...
1. Replace catch(Exception) by catch(RuntimeException) when only RuntimeException can be throws
2. Make sure that inner classes does not use the same name for parameters as parent scope, see http://domino.watson.ibm.com/syssftpr/JavaTech/Jikes.nsf/Named/SunQuery8
2001-12-20 21:15:02 +00:00
dougt%netscape.com
3a73c9be8d
fixing dumbass error. This could should have returned null if obsoleteManager was null, not the inverse. r=jband@netscape.com
2001-12-20 00:26:28 +00:00
nboyd%atg.com
c348be84db
Added comment about bug 115717.
2001-12-19 15:31:56 +00:00
brendan%mozilla.org
de1592438e
Don't double-drop a property when strict-warning about duplicate formals (115436, r=khanson, sr=jband).
2001-12-19 02:10:26 +00:00
beard%netscape.com
21b53b29a8
fix for bug #115545 . r=sdagley, sr=sfraser
2001-12-19 00:23:05 +00:00
dougt%netscape.com
849d297364
nsIComponentManager API Changes (bug 98553)
...
a) create a new nsIComponentManager with only four functions on it:
CreateInstance CreateInstanceByContractID GetClassInfo GetClassInfoByContractID.
b) rename the old nsIComponentManager to nsIComponentManagerObsolete.
c) fixes callers which use to access the nsIComponentManager for component
registration functionality. These callers will temporary use the
nsIComponentManagerObsolete interface.
d) Create a new API NS_GetComponentManager() which mirrors the
NS_GetServiceManager()
e) Perserves the old NS_GetGlobalComponentManager(). Note the cast usage.
r/sr = rpotts@netscape.com alecf@netscape.com brendan@mozilla.org
2001-12-19 00:12:41 +00:00
seawood%netscape.com
45bfbf0658
Landing the rest of the win32 gmake changes:
...
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup
Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
pschwartau%netscape.com
3f93033176
Updating bug number reference in test. The original bug has outgrown.
2001-12-18 01:23:15 +00:00
jaggernaut%netscape.com
ee12112b29
Remove timer from REQUIRES, the makefile.win edition
2001-12-16 18:08:20 +00:00
pavlov%netscape.com
15273ea50a
bug 78611. New XP threadsafe timer implementation. r=dougt sr=brendan
2001-12-16 06:13:17 +00:00
seawood%netscape.com
51fa852613
Make OS/2 use the win32 build changes and finish LIB_PREFIX substitution.
...
Thanks to Javier Pedemonte (pedemont@us.ibm.com ) for the patch.
Bug #58981 r=cls
2001-12-14 23:49:04 +00:00
nboyd%atg.com
8114e3ffba
Fix formatting.
2001-12-13 15:27:16 +00:00
sfraser%netscape.com
7ff0b7c27c
Fix bug 114915 -- app not starting up in Mac opt builds. Work around a CodeWarrior optimizer bug by bumping down the optimization level for the optimized target. r=brendan, sr=shaver, a=Roto-rooter
2001-12-13 07:11:28 +00:00
brendan%mozilla.org
74151505f6
Long ago, mccabe copied the principals setting code in Function from late to early in the function (should've moved, but no one noticed); last month, I fixed bug 90546 in the original site but not in the copy; this change eliminates the duplication, moving the fix up to the copy's site (90546, r=jst, sr=jband, a=chofmann).
2001-12-13 00:27:20 +00:00
nboyd%atg.com
cd3ab305ae
Fix bug 114491: if (true) function f(){}()
2001-12-12 14:16:57 +00:00
brendan%mozilla.org
7b2b1b44ad
Fix try/finally and try/guarded-catches/finally hard cases (104077, r=jband, sr=shaver).
2001-12-12 05:00:29 +00:00
brendan%mozilla.org
140631bce2
Checking in rogerl@netscape.com's patch for bug 100199 (r=rginda, sr=me).
2001-12-12 04:27:50 +00:00
nboyd%atg.com
1bd9822564
Fix bug 114493: "3"[5]();
2001-12-11 14:16:13 +00:00
nboyd%atg.com
d120758a27
Fix memory leak of class names--reset every time we get a new ClassLoader.
2001-12-11 14:13:55 +00:00
ccarlen%netscape.com
af646e6f1f
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 05:45:45 +00:00
ccarlen%netscape.com
f810f656cc
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 05:10:45 +00:00
pschwartau%netscape.com
bb9cd805fe
Initial add. Regression test for bug 114493.
2001-12-11 01:59:58 +00:00
pschwartau%netscape.com
c0a324bd7e
Initial add. Regression test for bug 114491.
2001-12-11 01:59:22 +00:00
ccarlen%netscape.com
884be5f4c2
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 21:32:41 +00:00
ccarlen%netscape.com
baca6ece31
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 20:42:22 +00:00
pschwartau%netscape.com
0e3eb87c82
Adding new cases to test
2001-12-10 00:43:13 +00:00
dbaron%fas.harvard.edu
f7b755c4e0
Prevent XPCReadableJSStringWrapper from having a null buffer handle. b=112496 r=shaver, jag sr=jst
2001-12-08 22:49:05 +00:00
pschwartau%netscape.com
60b99db82a
Adding one more case to test
2001-12-08 03:29:52 +00:00
dbradley%netscape.com
944c82b990
Bug104843 - Added requires to makefile
2001-12-07 13:34:48 +00:00
seawood%netscape.com
16e4f2d4d9
Drop optimization level for select files on Irix when compiling with MIPSpro to workaround suspected compiler bug.
...
Thanks to Nick Blievers <nickb@adacel.com.au> for the patch.
Bug #79562 r=brendan sr=cls
2001-12-07 09:12:16 +00:00
pschwartau%netscape.com
45b92fe8f8
Added three more cases to test
2001-12-07 07:23:57 +00:00
nboyd%atg.com
bbc1ee2679
Updates for Rhino1.5R3.
2001-12-06 14:53:59 +00:00
nboyd%atg.com
e795599799
Update release number, date.
2001-12-06 14:33:44 +00:00
nboyd%atg.com
44b02edcc8
Change version to 1.5R3.
2001-12-06 14:27:26 +00:00
nboyd%atg.com
82fd57b5aa
Hello !
...
I'm the maintainer of JPackage project rhino package (see
jpackage.sourceforge.net). I just found two problems for building it (version
1.52 from cvs):
- the property src.debugger is badly initialised in toolsrc/build.xml. See
patch attached for correction. Moreover, this was a real pain to make offline
building possible. I guess it's a licensing problem that prevents you
including those files in rhino sources ?
- the produced javadoc has an empty (0 sized) package-list file. Have you got
any idea why ?
-- Guillaume Rousse <rousse@ccr.jussieu.fr>
GPG key http://lis.snv.jussieu.fr/~rousse/gpgkey.html
2001-12-06 14:26:26 +00:00
rogerl%netscape.com
5586bf8bdc
Bugs #100199 & 78156. r=khanson, sr=brendan. Fixing multiline matching and
...
pathological character class cases in regular expression handling.
2001-12-05 23:58:51 +00:00
pschwartau%netscape.com
eb9c1aae74
not part of default build
...
bug 111365, JS standalone doesn't build on solaris.
point AS to /usr/ccs/bin/as
2001-12-05 19:32:16 +00:00
pschwartau%netscape.com
c59566e1a8
not part of default build
...
bug 111365, JS standalone doesn't build on solaris.
point AS to /usr/ccs/bin/as
2001-12-05 00:31:55 +00:00
seawood%netscape.com
c8994a7ac0
Initial landing of win32 support for autoconf builds.
...
Bug #58981 sr=alecf
2001-12-04 21:17:48 +00:00
pschwartau%netscape.com
922f8539d0
Adding one more case to test.
2001-12-04 00:54:00 +00:00
pschwartau%netscape.com
d06c77d845
Added more cases to test; updated the license at top.
2001-12-01 03:29:24 +00:00
dbaron%fas.harvard.edu
824e7d22ca
Make nsSharable[C]String writable by overriding appropriate methods. Ensure that it doesn't store null buffer handle pointer internally, and override get() on nsXPIDL[C]String for backwards-compatibility. Collapse nsSharedBufferHandle and nsFlexBufferHandle into nsSharedBufferHandle which knows its length but can't have a storage start distinct from its data start. Convert string users who were working around broken nsSharableString::Assign back to using it. b=104663, 100751, 74726 r=jag sr=scc
2001-11-28 05:22:57 +00:00
brendan%mozilla.org
25f3ad4fb3
Update all pointers to an arena that moved when it was reallocated (111557, r=shaver, sr=jband).
2001-11-27 21:27:59 +00:00
pschwartau%netscape.com
a216201eba
Skipping a new, big test that exceeds Java classfile size limitations
2001-11-27 04:21:28 +00:00
pschwartau%netscape.com
dcf76be5c0
Initial add. Regression test for bug 111557.
2001-11-27 04:13:03 +00:00
timeless%mac.com
51a4520c4a
Bugzilla Bug 107823 change nsIFile
...
to use 'Modified' instead of 'Modification'
r=akkana sr=brendan
2001-11-26 08:05:05 +00:00