brendan%mozilla.org
517b250fd9
Fix SetFunctionSlot to cope with the second shawdowed arg or var (289094, r=shaver).
2005-04-05 23:10:43 +00:00
brendan%mozilla.org
c70649a04e
Don't bellow, below
2005-04-05 22:47:41 +00:00
bob%bclary.com
364190fdcf
Regress test for bug 289094, by Jonas Jonsson <mozilla.nospam@fatbrain.org>, Brendan Eich <brendan@mozilla.org>
2005-04-05 22:30:49 +00:00
bsmedberg%covad.net
34605abce4
Static build bustage from bug 288955 - MODULE_NAME is incompatible with FORCE_SHARED_LIB in static builds.
2005-04-05 18:26:06 +00:00
bsmedberg%covad.net
3ebcd593c5
Bug 288955 - move jsdebugger to tier 50, integrate with libxul r=darin
2005-04-05 16:34:09 +00:00
bob%bclary.com
da8332f7a2
Testcase for XML Descendants, by Martin Honnen <martin.honnen@gmx.de>
2005-04-05 15:22:58 +00:00
bsmedberg%covad.net
a38f42348d
Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
2005-04-05 12:36:03 +00:00
brendan%mozilla.org
ef7120db92
JS_FRIEND_API for js_DumpGCStats (#ifdef JS_GCMETER only, not part of build).
2005-04-04 20:43:47 +00:00
bob%bclary.com
4bba88fd71
15.5.4.14 - String.prototype.split(/()/), by Karten Sperling <spiff@phreax.net
2005-04-04 15:51:25 +00:00
brendan%mozilla.org
4bfcb89d50
Fix for regression from 288688's patch (288818, tachyonal r=shaver/sr=dbaron).
2005-04-03 07:56:54 +00:00
brendan%mozilla.org
f47d1fa4a3
Followup to last patch: JS_free is null-safe.
2005-04-02 06:39:16 +00:00
bob%bclary.com
b203ffe785
Regression test for bug 288688
2005-04-02 06:38:32 +00:00
brendan%mozilla.org
60314129a3
Fix property lookup so function::name can be found in a filtering predicate expression.
2005-04-02 06:37:45 +00:00
brendan%mozilla.org
c57026ec04
Fix 8-year-old bug with lambda replace clobbering cx->regExpStatics (288688, r=shaver, sr=dbaron).
2005-04-02 02:48:16 +00:00
brendan%mozilla.org
0b45156a21
Fix unique attribute {uri, localName} bug (283972) and follow the spec on escaping > (264369).
2005-04-01 17:23:12 +00:00
timeless%mozdev.org
ee7af6f699
Bug 288532 OOM crash [@ XPCConvert::JSErrorToXPCException]
...
r=dbradley sr=rbs
2005-04-01 04:36:44 +00:00
igor%mir2.org
da975bcfa0
*** empty log message ***
2005-03-31 13:16:07 +00:00
bob%bclary.com
2b79db60f1
Add test cases for XML literals: comment, processing instruction. No bug, issue found by Martin Honnen
2005-03-30 14:56:03 +00:00
bsmedberg%covad.net
4e7256ad3f
Bug 286450 - Make nsIScriptError.message display a formatted message with file/line information, for future logging purposes r=dbradley sr=bz
2005-03-30 11:34:59 +00:00
brendan%mozilla.org
0d87e318d8
Fix ancient misordering of addProperty before slot store (279289, r=shaver).
2005-03-29 19:24:33 +00:00
brendan%mozilla.org
adf436987a
Make js_GetScriptLineExtent JS_FRIEND_API for the js shell's sake.
2005-03-29 16:55:43 +00:00
brendan%mozilla.org
acfbf271cb
Fix EmitJump to AddSpanDep if in all necessary cases (155081, the small crash-fix patch).
2005-03-29 02:45:03 +00:00
brendan%mozilla.org
5330862d15
Fix bogus assertion reported a while ago (sorry, I forgot by whom).
2005-03-29 02:40:23 +00:00
brendan%mozilla.org
2ce3bc9c0d
Add getslx for testing js_GetScriptLineExtent, and make GetTrapArgs work as ValueToScript does.
2005-03-29 02:39:01 +00:00
brendan%mozilla.org
03428adbbe
- Fix longstanding goof in js_PushLocalRoot, where m (n % local-root-chunk)
...
was returned rather than n (the index of lrs->scopeMark). I'm mortified.
- Followup fix to GC local rooting fix in ParseNodeToXML -- missed a few
early returns from what used to be no-local-roots switch cases.
2005-03-29 01:40:30 +00:00
brendan%mozilla.org
a55482b90a
- Revert recent change to js_NewXMLSpecialObject API, it was based on me
...
misreading the spec.
- Improve XML constant folding by decompiling CDATA, comments, and PIs in
non-constant XML literals -- those containing {embedded-expressions}.
- Fix GC local rooting in ParseNodeToXML, it was pretty broken.
2005-03-28 23:12:42 +00:00
brendan%mozilla.org
a976083473
Back out recent attempts to fix 287107 and follow-on bugs; back to drawing board.
2005-03-28 08:25:30 +00:00
brendan%mozilla.org
bc87e38439
Comment tweak.
2005-03-27 20:30:46 +00:00
brendan%mozilla.org
0120c22ebc
Make top-level PIs and comments respect their XML.ignore* flags (246441 cont'd).
2005-03-27 20:18:51 +00:00
brendan%mozilla.org
de47825124
Maintain XMLPI target and content as non-null -- if no content, use empty string (private communcation w/ bclary).
2005-03-27 16:08:42 +00:00
brendan%mozilla.org
89d3070223
Clear pending results after fetching 'em in XPCWrappedJSClass::CallMethod (287490, r=dbradley, sr=jst).
2005-03-24 23:37:47 +00:00
brendan%mozilla.org
a64a9d93c1
Fix so JSNewResolveOp can define id in an unrelated object and return it (not needed now for 274784, may be useful later, good for js, r=shaver).
2005-03-24 22:28:09 +00:00
shaver%mozilla.org
9becf054e2
Bug 287441: add __LOCATION__ property so JS components can tell where they're
...
loaded from. r=dbradley.
2005-03-24 18:24:09 +00:00
brendan%mozilla.org
a48523b662
Unregress 1.73's breakage of NS_COMFALSE return from a JS method (287107, r=dbradley, sr=jst).
2005-03-23 02:39:47 +00:00
cbiesinger%web.de
f6c5f13bb9
270224 create nsIPropertyBag2 for easier getting of values from a propertybag
...
r=shaver sr=darin
2005-03-22 18:16:53 +00:00
bob%bclary.com
3a1fc4546b
Update Martin's email
2005-03-21 19:09:10 +00:00
brendan%mozilla.org
50b7b41cf9
Remove dead code pointed out by njaguar@gmail.com.
2005-03-20 05:00:15 +00:00
bob%bclary.com
4218d0f595
Add ability to run js/tests from browsers. Bug 263119
2005-03-18 19:09:59 +00:00
brendan%mozilla.org
56197d45f3
Kludge tracing code (DEBUG only) to cope with JSOP_FORELEM oddment (286216).
2005-03-15 22:22:45 +00:00
igor%mir2.org
b62a161c65
Fixing bug 286251: removal of double call to initFunction which was spotted by Gilles Barnier <gilles.barnier@veritas.com>.
2005-03-15 17:13:02 +00:00
bob%bclary.com
7a651eaca7
modify to follow ecma3 specification. See bug 281606
2005-03-15 00:28:38 +00:00
bryner%brianryner.com
a821ecc6cf
Inline access to XPCWrappedNative's nsISupports pointer, with do_QueryWrappedNative nsCOMPtr helper (bug 285404). r=jst, sr=darin.
2005-03-10 00:39:28 +00:00
bob%bclary.com
1b89a28222
Update changed line number in function testRealError()
2005-03-09 20:23:55 +00:00
brendan%mozilla.org
ae25f3cc23
Propagate special and compile-n-go flags from top frame when pushing a compiler frame, EXCEPT when pushing a frame for a function body -- there, propagate compile-n-go (285219, r=shaver).
2005-03-09 01:02:27 +00:00
brendan%mozilla.org
80cc46ef48
Back out last change, reopening bug 285219 (see bug 285244).
2005-03-08 22:35:30 +00:00
dmose%mozilla.org
a153f8ebe8
Fix MinGW build bustage. Thanks to sharparrow1@yahoo.com for the patch. r=dbradley, sr=dmose.
2005-03-08 22:24:08 +00:00
brendan%mozilla.org
9802bc0ab5
Propagate special and compile-n-go flags from top frame when pushing a compiler frame (285219, r=shaver).
2005-03-08 06:23:10 +00:00
bob%bclary.com
4ffb4e1c8d
tweak function arguments to match use.
2005-03-07 04:54:52 +00:00
bob%bclary.com
56359ef5a8
Initial add. Regression test for bug 155081, by ajschult@verizon.net
2005-03-07 04:48:08 +00:00
bob%bclary.com
1bd1eade04
Initial add. Test for __noSuchMethod__ handler, by brendan@mozilla.org
2005-03-07 04:43:16 +00:00