rogerl%netscape.com
|
02d34752cd
|
Bug #39034. Fixed stupid logic that broke \n, sorry.
|
2000-05-15 21:48:00 +00:00 |
|
brendan%mozilla.org
|
26edd3b893
|
Common a string literal (js_call_str; r=shaver).
|
2000-05-15 20:21:05 +00:00 |
|
brendan%mozilla.org
|
453918e0e2
|
Remove deadwood brought to my attention by tlundeen@webcrossing.com (r=shaver).
|
2000-05-15 20:04:41 +00:00 |
|
brendan%mozilla.org
|
d69376f26f
|
Fix stupid 0-for-enumerator-equal-to-0 warning (r=shaver).
|
2000-05-15 20:03:13 +00:00 |
|
mscott%netscape.com
|
09228d712f
|
backing out rayw's checkin because the tree WAS CLOSED! Shame on you =).
|
2000-05-15 18:07:36 +00:00 |
|
rayw%netscape.com
|
e3232d90a0
|
I needed to add a better comment for the prior version I checked in.
Bug 3690, I added the native character writing / escaping logic to
the javascript components as it was added to native components.
r=dveditz
|
2000-05-15 17:29:20 +00:00 |
|
rayw%netscape.com
|
6e8adc1631
|
The remaining fix for international characters in component names.
|
2000-05-15 17:26:18 +00:00 |
|
brendan%mozilla.org
|
44ffcfa883
|
Enforce interCaps Mozilla XPIDL style (r=shaver).
|
2000-05-15 07:03:46 +00:00 |
|
brendan%mozilla.org
|
2fcf1e1f5e
|
Update JS_InitClass to match signature.
|
2000-05-15 06:07:10 +00:00 |
|
brendan%mozilla.org
|
6d9f9c1954
|
Comment the need for rooted JS_NewScriptObject; whitespace/comment cleanup.
|
2000-05-15 06:06:12 +00:00 |
|
brendan%mozilla.org
|
53e6c7a2fa
|
Cleanups from tlundeen@webcrossing.com, plus fun->call=>native renaming.
|
2000-05-15 03:54:50 +00:00 |
|
brendan%mozilla.org
|
46bb75c8df
|
Forgot to check this in with the last batch!
|
2000-05-14 23:04:33 +00:00 |
|
brendan%mozilla.org
|
1afb3be62c
|
GC synchronization and lock fixes, plus comments (37983, r=waterson@netscape.com).
|
2000-05-14 23:00:51 +00:00 |
|
shaver%mozilla.org
|
ee453f5618
|
remove bogus CHECK_REQUEST in JS_ClearRegexpStatics (16128)
|
2000-05-14 15:38:04 +00:00 |
|
brendan%mozilla.org
|
2152d1c678
|
Set newborn to root of object tree created by literal (followup to waterson nsJSEnvironment.cpp fix).
|
2000-05-14 05:38:51 +00:00 |
|
brendan%mozilla.org
|
48a16c808c
|
Avoid zero-length mallocs (prompted by ped@nospam.cadence.com).
|
2000-05-14 05:35:19 +00:00 |
|
beard%netscape.com
|
312fe40643
|
fix for linux bustage
|
2000-05-13 02:14:52 +00:00 |
|
waldemar%netscape.com
|
e4b1d1c7b0
|
Simplified grammar without changing syntax
|
2000-05-13 00:18:56 +00:00 |
|
beard%netscape.com
|
95c604b7cc
|
added jsc/Main.java.
|
2000-05-12 06:23:43 +00:00 |
|
waldemar%netscape.com
|
1038627ac0
|
Fixed ?: parsing bug and pretty-printing offsets
|
2000-05-12 05:39:28 +00:00 |
|
waldemar%netscape.com
|
e0d60183af
|
Fixed build flags
|
2000-05-12 05:16:08 +00:00 |
|
waldemar%netscape.com
|
4332726ebb
|
Fixed parser errors
|
2000-05-12 05:15:52 +00:00 |
|
waldemar%netscape.com
|
87e3817578
|
Worked around Visual C++ problem
|
2000-05-12 05:15:17 +00:00 |
|
waldemar%netscape.com
|
6f509ed95c
|
Interchanged linearBreak and fillBreak
|
2000-05-12 03:43:35 +00:00 |
|
waldemar%netscape.com
|
0a6fc9df09
|
Turned on expression parsing and printing
|
2000-05-12 03:26:43 +00:00 |
|
waldemar%netscape.com
|
66582beffd
|
Added expression parsing and printing code
|
2000-05-12 03:26:24 +00:00 |
|
waldemar%netscape.com
|
f240e58708
|
Added RawArrayBuffer::reserve_advance_back
|
2000-05-12 03:25:49 +00:00 |
|
beard%netscape.com
|
7e8c26b8ab
|
removed unnecessary #include <iomanip>
|
2000-05-12 01:46:16 +00:00 |
|
beard%netscape.com
|
71c6e11ea9
|
InterpretStage -> Context::Event.
|
2000-05-12 01:20:34 +00:00 |
|
beard%netscape.com
|
5323c7b05c
|
Fixed signed/unsigned warning. InterpretStage -> Context::Event. Context::removeListener now using find() from <algorithm>.
|
2000-05-12 01:19:39 +00:00 |
|
beard%netscape.com
|
04581163ba
|
InterpretStage -> Context::Event. Added typedefs for ListenerList and ListenerIterator.
|
2000-05-12 01:17:32 +00:00 |
|
beard%netscape.com
|
314e712f22
|
turned off extra comma warnings.
|
2000-05-12 00:31:48 +00:00 |
|
rogerl%netscape.com
|
b29b7084fa
|
post inc/dec
|
2000-05-11 00:35:43 +00:00 |
|
rogerl%netscape.com
|
3dd4d8ff15
|
Added post inc/dec for properties & names.
|
2000-05-11 00:35:06 +00:00 |
|
mccabe%netscape.com
|
b97688b654
|
Mark 'clear' function exposed thru shell global object PR_CALLBACK, like other similar functions.
Patch courtesy Skip Nizinski <snizinsk@us.ibm.com>.
|
2000-05-10 23:58:51 +00:00 |
|
rogerl%netscape.com
|
1f1c369c98
|
Bug #38384, fix from norris (which I tweaked a little) to handle a bug in
recursive reseting of the thisObj in InterpreterData.
|
2000-05-10 22:03:15 +00:00 |
|
brendan%mozilla.org
|
d422e712d9
|
Reword comment to fix typo (missing 'to').
|
2000-05-10 20:05:17 +00:00 |
|
brendan%mozilla.org
|
d5cc8fbf14
|
More minor style cleanups, plus a teeny optimization from tlundeen@webcrossing.com.
|
2000-05-10 19:58:28 +00:00 |
|
brendan%mozilla.org
|
e4977c0ede
|
Fix the TOO_MUCH_GC define (optional for GC stress-testing, not part of build).
|
2000-05-10 19:56:21 +00:00 |
|
brendan%mozilla.org
|
df66e6872c
|
Minor style improvements (80th column, over-parenthesization, better variable names).
|
2000-05-10 19:55:48 +00:00 |
|
mccabe%netscape.com
|
e6f060e635
|
Add pithy quote.
|
2000-05-10 00:35:30 +00:00 |
|
rogerl%netscape.com
|
178e8e9fc7
|
Bug #31316, didn't reset paren state after failed alt.
|
2000-05-09 23:47:18 +00:00 |
|
rogerl%netscape.com
|
732442c367
|
Bug #32937, toLocaleString added to Number class.
|
2000-05-09 23:46:13 +00:00 |
|
rogerl%netscape.com
|
a912f99c10
|
Bug #22866, support \u2028 \u2029 line terminators
|
2000-05-09 23:44:49 +00:00 |
|
waldemar%netscape.com
|
7647f38e6f
|
Added 'public' to the list of qualifiers
|
2000-05-09 20:55:09 +00:00 |
|
rogerl%netscape.com
|
f1ae8af483
|
playing with gencode
|
2000-05-09 19:01:00 +00:00 |
|
beard%netscape.com
|
a4dea03835
|
Needed to transfer ownwership of iCode from ICodeGenerator to ICodeModule
|
2000-05-09 18:59:12 +00:00 |
|
beard%netscape.com
|
bcdfb1addd
|
generalized gc_allocator copy constructor
|
2000-05-09 18:32:14 +00:00 |
|
beard%netscape.com
|
6812bcc78f
|
removed JSFunction::operator delete
|
2000-05-09 18:31:43 +00:00 |
|
rogerl%netscape.com
|
d3b5bfb405
|
Fixed leakage of ICodeModule via JSFunction
|
2000-05-09 18:09:33 +00:00 |
|