pschwartau%netscape.com
|
ec7e89fcd8
|
Removing this testcase from skip list; I have adapted it to run in Rhino.
|
2002-08-23 22:52:20 +00:00 |
pschwartau%netscape.com
|
77e0403675
|
Editing comments.
|
2002-08-23 22:48:38 +00:00 |
pschwartau%netscape.com
|
039932d264
|
Rhino can't seem to handle the largest array, so we'll skip this case in Rhino -
|
2002-08-23 22:38:45 +00:00 |
pschwartau%netscape.com
|
51db817c7b
|
Re-ordering the sections to try the largest possible array first.
|
2002-08-23 22:12:12 +00:00 |
pschwartau%netscape.com
|
ee72b003cc
|
Editing comments in the test.
|
2002-08-23 21:56:21 +00:00 |
pschwartau%netscape.com
|
647d7d20c4
|
Removing two extraneous lines.
|
2002-08-23 21:47:05 +00:00 |
pschwartau%netscape.com
|
37ee97b3e3
|
Adapted the test to run in Rhino.
|
2002-08-23 21:42:32 +00:00 |
brendan%mozilla.org
|
536fe0ae9f
|
My tweaks on top of a patch from Mark Hawlitzeck <mhawlitzeck1@earthlink.net> to avoid last-ditch gc failure (162779, sr=jband/shaver).
|
2002-08-23 07:56:11 +00:00 |
dbradley%netscape.com
|
a73b830e87
|
Bug 160602 - Patch sets FPU precision to 53 bit mantissa. r=khanson, sr=brendan
|
2002-08-20 12:56:30 +00:00 |
pschwartau%netscape.com
|
c932714aab
|
Re-factoring for greater clarity.
|
2002-08-20 04:42:33 +00:00 |
pschwartau%netscape.com
|
1da0b578de
|
Modifying test to handle Function.prototype.toString() output whether it is escaped or not.
|
2002-08-20 01:57:55 +00:00 |
pschwartau%netscape.com
|
6158fbb29b
|
Adding a comment.
|
2002-08-19 21:46:26 +00:00 |
igor%mir2.org
|
2809a2cb52
|
Fixing line number generation for the empty return statement which was reported by Steven Beal. It was caused by missed update of lineno in statementHelper when dealing with return;.
|
2002-08-16 06:42:27 +00:00 |
rginda%netscape.com
|
4a1468f8c2
|
apply scole@planetweb.com's fix for JS_InitClass (bug 162946)
|
2002-08-16 05:11:36 +00:00 |
igor%mir2.org
|
89b8e4b265
|
Fixing ArrayIndexOutOfBoundsException reported by Steven Beal caused by broken code to setup endLine in SourceInfo.updateLineInfo.
|
2002-08-15 06:42:45 +00:00 |
brendan%mozilla.org
|
27130503a6
|
Avoid reloading rt->interruptHandler on each cycle of the bytecode interpreter (121414, r=rginda, sr=jband).
|
2002-08-14 00:17:27 +00:00 |
pschwartau%netscape.com
|
7ff3de2b85
|
Amending testcase to expect a run-time "out of memory" error. Still tests that we don't crash.
|
2002-08-14 00:12:54 +00:00 |
seawood%netscape.com
|
8ae6c40f5d
|
Removing old nmake build makefiles. Bug #158528 r=pavlov
|
2002-08-10 07:55:43 +00:00 |
timeless%mac.com
|
3b73ee86f9
|
sorting pure js engine includes alphabetically to match js engine prevailing style
rs=brendan
|
2002-08-09 00:49:44 +00:00 |
timeless%mac.com
|
705f6bfa75
|
### Building "Viper1-Disk:Source Tree:mozilla:js:macbuild:_JavaScript.mcp" (Thu Aug 8 15:19:17 2002)
Error : function has no prototype
jslock.c line 854 js_FinishDtoa();
adding an include and hoping it works
|
2002-08-08 22:36:15 +00:00 |
brendan%mozilla.org
|
217cf61257
|
Fix js_NewObject not to share proto's map if proto and obj don't have the same number of reserved slots (112974, r=rogerl, sr=jband).
|
2002-08-08 21:51:54 +00:00 |
seawood%netscape.com
|
4b567239da
|
Misc build cleanup v1:
Cleanup win32 configure output. Remove EMACS
Bug #161461 r=bryner
|
2002-08-08 21:35:45 +00:00 |
timeless%mac.com
|
772ebc1aeb
|
Bug 148171 js_FinishDtoa() not called unless JS_THREADSAFE is set
patch by scole@planetweb.com r=khanson sr=shaver
|
2002-08-08 20:53:14 +00:00 |
jdunn%netscape.com
|
4353c8997d
|
fixing AIX optimization issue with jsatom.c
# 161542
r=cls@seawood.org
submitted by pkw@austin.ibm.com, checking in for khanson@netscape.com
|
2002-08-08 13:22:51 +00:00 |
brendan%mozilla.org
|
8f14f961d9
|
Fix a couple of jsemit.h glitches, and a benign but confusing hard case to do with extended switch jumps in jsemit.c's OptimizeSpanDeps (158382, r=khanson, sr=shaver).
|
2002-08-08 00:30:20 +00:00 |
dbradley%netscape.com
|
317ebffa27
|
Bug 159667 - xpconnect needs support for finding *real* wrapped native methods. r=dbradley, sr=jst patch=jband
|
2002-08-07 23:39:11 +00:00 |
brendan%mozilla.org
|
bfcad6929a
|
Fix a macro name (LIMIT, not MAX -- fencepost, not maximum value; r=lumpy, sr=jack).
|
2002-08-07 20:22:38 +00:00 |
seawood%netscape.com
|
fdafe18afe
|
Remove unused defines:
_IMPL_NS_HTML
_IMPL_NS_RDF
_IMPL_NS_WEB
USE_NSREG
Patches for removing above defines contributed by Stephen Walker <walk84@yahoo.com>.
Bug #125118 r=cls sr=bryner
Bug #160397 r=cls sr=bryner
Bug #160628 r=cls
Bug #160451 r=cls sr=bryner
_IMPL_NS_VIEW
Patches for removing above define contributed by Brian Ryner <bryner@netscape.com>
Bug #160416 r=cls
|
2002-08-07 06:08:00 +00:00 |
alecf%netscape.com
|
3703f3c61b
|
bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately
nsISupportsString -> nsISupportsCString
nsISupportsWString -> nsISupportsString
r=dougt, sr=jag
|
2002-08-06 00:53:19 +00:00 |
pschwartau%netscape.com
|
8e001f3cf3
|
Correcting a mistake in the test.
|
2002-08-02 22:01:35 +00:00 |
pschwartau%netscape.com
|
8ee7b9ec81
|
Initial add. Testing regexps containing octal escape sequences. See bug 141078.
|
2002-08-02 21:27:12 +00:00 |
brendan%mozilla.org
|
df8efa5a0f
|
Steven Don's patch for bug 160592, opt:noicf linker option required for release builds (not part of Mozilla build).
|
2002-08-02 05:34:41 +00:00 |
pschwartau%netscape.com
|
0a859a05e8
|
Adding a comment
|
2002-08-02 00:13:00 +00:00 |
jdunn%netscape.com
|
d83f3bcd52
|
removing antiquated aix/jdk1.1.6 hackery
sr=brendan@mozilla.org
r=rogerl@netscape.com
a=asa@mozilla.org
# 158115
|
2002-08-01 11:04:21 +00:00 |
brendan%mozilla.org
|
6184d85eef
|
khanson's patch with a comment elaboration for bug 157652 (r=rogerl, sr=me, a=rjesup).
|
2002-07-31 21:42:12 +00:00 |
dbradley%netscape.com
|
5481eb216c
|
Added makefile.in to prepare for nmake going away. This is built separately, not part of the mozilla build process.
|
2002-07-29 20:47:02 +00:00 |
brendan%mozilla.org
|
d4bcf5a798
|
Finally fix 137000, which requires working around an MSVC ISO-C violation ('identical COMDAT folding', 151066, r=brendan/jrgm, sr=bryner/shaver, a=asa).
|
2002-07-24 01:48:40 +00:00 |
rogerl%netscape.com
|
c437701852
|
Changed decimal escape handling to backward compatible rather than ECMA3
conforming. (Bug#158159)
|
2002-07-23 21:38:03 +00:00 |
brendan%mozilla.org
|
60cd7dd216
|
Don't return 1 cast to JSProperty* for a property found in a non-LiveConnect prototype object (155740, r=rogerl, sr=jband, a=chofmann/blizzard/scc).
|
2002-07-19 22:00:03 +00:00 |
pschwartau%netscape.com
|
255ceec550
|
Initial add. Regression test for bug 141078.
|
2002-07-18 18:36:44 +00:00 |
seawood%netscape.com
|
7924fa60a6
|
Remove DARWIN define from osx builds as it cripples the feature set provided by OSX headers.
Bug #154232 r=wtc sr=scc a=scc
|
2002-07-18 04:09:30 +00:00 |
pschwartau%netscape.com
|
21bef9048a
|
Skip testcase for bug 157652. Will not fix this in Rhino; the OOM error is reasonable.
|
2002-07-17 18:20:58 +00:00 |
pschwartau%netscape.com
|
c86a38c3f2
|
Changing summary text.
|
2002-07-16 21:35:30 +00:00 |
pschwartau%netscape.com
|
42d131f79e
|
Initial add. Regression test for bug 157652.
|
2002-07-16 21:23:58 +00:00 |
igor%mir2.org
|
7f84dd1785
|
Serialization fixes to correctly restore members and related fields in NativeJavaClass.
|
2002-07-16 21:17:09 +00:00 |
igor%mir2.org
|
05d4e426a8
|
Fixing the bug 157196: custom serialization of ScriptableObject not to save deleted/empty slot.
|
2002-07-16 21:15:51 +00:00 |
igor%mir2.org
|
b0651090a1
|
Checking for 1.2 version in toString for objects and arrays is replaced by calling cx.hasFeature(Context.FEATURE_TO_STRING_AS_SOURCE) to allow to control toString from applications without switching on other JS 1.2 features.
|
2002-07-16 17:42:18 +00:00 |
igor%mir2.org
|
31a00f4fbb
|
I removed startString/getString and their support code as TokenStream uses its own buffer and fixed the bug 151337 which was cause by incorrect getLine
|
2002-07-16 17:37:46 +00:00 |
pschwartau%netscape.com
|
fe4ff91e5e
|
Initial add. Regression test for bug 58274.
|
2002-07-15 23:20:15 +00:00 |
pschwartau%netscape.com
|
cef0524103
|
Initial add. Testing identifiers with double-byte names; see bug 58274.
|
2002-07-15 23:15:52 +00:00 |