mccabe%netscape.com
b05754f50e
Warning fix for uninitialized structure members. r=fur,slamm.
1999-11-11 01:15:43 +00:00
waterson%netscape.com
bb9d5d0f85
Bug 18408. Use 'ObjectAt()' rather than 'Peek()', which looks at the
...
front of the queue. r=jband
1999-11-10 21:59:05 +00:00
shaver%netscape.com
f7e6426a48
fix build bustage from big dumb shaver
1999-11-10 02:04:58 +00:00
shaver%netscape.com
b986a215d6
- use JSThreadContextStack and JSRuntimeService (more) correctly in loader
...
- teach loader about unloading and deferring components
- turn off some DEBUG_shaver noise
- better error reporting
- use nsXPIDLCString
- use nsCOMPtr
- add missing cxstack->Pop() in the xpcshell
- Components.results.NS_ERROR_FACTORY_REGISTER_AGAIN (want better text for
error message)
- handle thrown-nsresult correctly where C++ calls JS without an active JS
stack
- remove missing cxstack->Pop() from TestXPC
r=jband,brendan
1999-11-10 00:34:26 +00:00
rogerl%netscape.com
a097356fa8
Removed NativeClosure
1999-11-09 18:24:40 +00:00
norris%netscape.com
e054a08198
Fix 18229: Bogus class file names being generated on Windows
1999-11-08 17:24:10 +00:00
dmose%mozilla.org
5312eacf8c
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:40:37 +00:00
dmose%mozilla.org
ec37cbfc25
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 02:47:15 +00:00
taek%netscape.com
8811bbf64e
updated to use /share/builds/components
1999-11-06 02:11:18 +00:00
drapeau%eng.sun.com
69c4e300ac
r=fur@netscape.com, approval=chofmann@netscape.com. Fix for bug 5369
...
("[PP]Crash on startup because of Java Plug-in 1.3 for Netscape
Navigator.") Make the code more bulletproof by checking for NULL
arguments to several methods. If JVM isn't running, jEnv arg should
be NULL.
This doesn't entirely fix the problem of a JVM gone awry in all cases;
in the case of this particular bug, the Sun JDK 1.3 Beta HotSpot VM
caused an error, and there's no way for Mozilla code to detect this
failure mode. The fix for that half of the problem is to use the new
JDK 1.3 Early Access VM, which does not exhibit the problem.
1999-11-06 00:24:42 +00:00
norris%netscape.com
5d10d91ea2
Unify evaluation code to improve consistency and improve code size.
1999-11-05 22:18:24 +00:00
norris%netscape.com
4ad45bf1ec
Remove JSuncaughtExceptionLine, use an error reporter to report line number info instead.
1999-11-05 21:48:05 +00:00
norris%netscape.com
634fa1c351
Improve performance of the non-error call code.
1999-11-05 21:23:10 +00:00
rogerl%netscape.com
6ab8568b72
Removed - not an ECMA thing and supplanted by a different mechanism.
1999-11-04 00:01:00 +00:00
rogerl%netscape.com
5d229c958c
Fix back-reference parsing from going too far in source string
1999-11-04 00:00:14 +00:00
rogerl%netscape.com
dc6e27e8c1
Replaced Closure object with FunctionObject clone
1999-11-03 23:59:35 +00:00
rogerl%netscape.com
1c6d67c9a5
Removed NativeClosure
1999-11-03 23:58:51 +00:00
rogerl%netscape.com
c00cc220c6
Fix nested finally endless loop.
...
Replaced Closure object with FunctionObject clone.
1999-11-03 23:57:56 +00:00
rogerl%netscape.com
6bbeaa9db5
Add closure support
1999-11-03 23:56:28 +00:00
rogerl%netscape.com
dbb9b495e3
Removing NativeClosure
1999-11-03 23:55:59 +00:00
rogerl%netscape.com
34b7dde9b9
Not a part of SeaMonkey Build
...
- new LiveConnect AIX4.3 makefile for server builds
1999-11-03 22:55:03 +00:00
rogerl%netscape.com
4f267dbd77
Added defn of AIX4_3 to help fix dup typedef int8,int16 etc
1999-11-03 18:56:17 +00:00
mccabe%netscape.com
c0c0c3eb35
Fix many nsInterfaceInfo leaks, thanks in part to patches provided by Patrick Beard. Fixes 15855. Some remain.
...
Clear up build warnings, and quiet nsInterfaceInfomanager debug output unless DEBUG_iim. Makes startup a li'l less noisy. Fixes 15628.
r=jband
1999-11-03 07:23:37 +00:00
waldemar%netscape.com
1782ad0c19
Removed distribution restrictions because this is part of the language spec
1999-11-03 03:59:31 +00:00
waldemar%netscape.com
66b4ace8f4
Updated to Mozilla 1.1 license
1999-11-03 03:58:07 +00:00
rogerl%netscape.com
b951635f77
Not a part of SeaMonkey Build
...
- added lnker option for server folks
1999-11-03 00:28:51 +00:00
jband%netscape.com
4c95be4d6a
r=mccabe use NS_NewTimer stuff only on Win32 in this test code. This avoids Unix build order problems that were keeping the xpconnect test components from working at all.
1999-11-02 23:35:54 +00:00
jband%netscape.com
57657db2fc
r=mccabe make output from xpcshell's new 'dump' method go to the same place as output of 'print': stdout rather than stderr
1999-11-02 23:31:09 +00:00
rogerl%netscape.com
20d55df771
Added Kurt Westerfeld's fix for 'undefined is not a function' message.
1999-11-02 22:52:10 +00:00
dmose%mozilla.org
82caef06fd
updated license boilerplate to xPL v1.1
1999-11-02 22:23:59 +00:00
waldemar%netscape.com
e2eca1f9c0
Added more no-line-break constraints, simplified visibility treatment, and added named function arguments
1999-11-02 21:12:04 +00:00
msw%gimp.org
499ae85862
applied patch in 14263 to build xpconnect as a component on
...
Linux/alpha. Should also fix 13601, 11847.
r=jband@netscape.com
1999-11-02 21:03:13 +00:00
waldemar%netscape.com
b8cc67ab4e
Fixed constraint positioning bug
1999-11-02 20:54:44 +00:00
rogerl%netscape.com
6e901af5e4
More RegExp back reference specification mucking about.
1999-11-02 20:04:57 +00:00
rogerl%netscape.com
7a7398396f
Fixed up for Java vs. ECMA definitions in edge cases
1999-11-02 20:04:16 +00:00
mccabe%netscape.com
f38820186b
Reverting lib fix to fix impending bustage.
1999-11-02 07:39:51 +00:00
mccabe%netscape.com
a1af1ed334
Another stab at linking with the timer static library - this time using EXTRA_DSO_LDOPTS.
...
r=jband
1999-11-02 06:53:58 +00:00
jband%netscape.com
a86ed74f9f
- Add test code for calling back via a timer on potentially other JSConetxt
...
to the xpconnect echo interface. This will help fix bug 17736. This includes
using nsITimer which is a pretty messed up xpcom interface w/o a factory.
- Added dump() to xpcshell to make it compatible with browsers debug
output method.
- reformat beard's leak fix to follow 80 column rule.
- Add a missing dont_AddRef to avoid a leak in some debug code.
r=mccabe
1999-11-02 05:55:29 +00:00
brendan%mozilla.org
9d476409b6
Fixed getter/setters, pave way for brutal sharing (15146, r=shaver@mozilla.org,rogerl@netscape.com)
1999-11-02 02:23:50 +00:00
rogerl%netscape.com
b81c6d116b
Changed -n to regular since the error is getting detected in the code now.
1999-11-02 01:55:59 +00:00
waldemar%netscape.com
64dae23dfe
Added basic no-line-break constraints matching JavaScript 1.x
1999-11-02 01:46:05 +00:00
waldemar%netscape.com
94d3bea1b6
Added no-line-break constraints
1999-11-02 01:45:31 +00:00
waldemar%netscape.com
1739e0f0f7
Fixed comment
1999-11-02 01:45:14 +00:00
waldemar%netscape.com
29d8232965
Added :no-line-break
1999-11-02 01:44:24 +00:00
waldemar%netscape.com
f1ffa4b377
Fixed annoying use of *error-output* that would always bring the listener window to the front while compiling a grammar
1999-11-02 01:43:52 +00:00
rogerl%netscape.com
4a6bd615ff
That's much cooler - i'm putting the 0 case back then.
1999-11-02 01:31:45 +00:00
rogerl%netscape.com
e557d8a255
Needed string parameter in order to pass type comparison correctly.
...
Added missing TITLE declaration.
1999-11-02 01:03:52 +00:00
rogerl%netscape.com
ad5e6388c9
Moved nested function out - new ECMA definition.
1999-11-02 01:02:55 +00:00
rogerl%netscape.com
ca81c0e8da
Put test case in eval statement to catch error.
1999-11-02 01:02:03 +00:00
rogerl%netscape.com
5f93dd0a71
Added missing TITLE declaration
1999-11-02 01:01:34 +00:00