nboyd%atg.com
|
4033cc55a3
|
Fix bug: scope of initializer in for statement should be outside of the scope
introduced by the for.
|
2007-09-06 20:11:20 +00:00 |
nboyd%atg.com
|
4a306c65cb
|
small tweak to commented-out debug code
|
2007-09-06 20:08:52 +00:00 |
crowder%fiverocks.com
|
9590fad35f
|
Bug 375651 - "Assertion failure: nbytes != 0" with regexp quantifiers, r=mrbkap, a=brendan
|
2007-09-06 04:26:11 +00:00 |
benjamin%smedbergs.us
|
a15ec2f78c
|
Bug 394329 - Ship the JS import library in the SDK, and stop linking it from browsercomps which doesn't use it, r=luser a=NPDB
|
2007-09-05 15:56:56 +00:00 |
igor%mir2.org
|
b8c524181a
|
Bug 394975: properly initializing JSContext for evalx. r=mrbkap. No 1.9 aproval as the file is outside browser's build tree.
|
2007-09-05 09:45:31 +00:00 |
jag%tty.nl
|
6ec1e0acee
|
Bug 271824: do_GetFastLoadService should use nsGetServiceByCID. r=/sr=/a=bsmedberg
|
2007-09-05 09:13:58 +00:00 |
jwalden%mit.edu
|
f49fc51830
|
Bug 348748 - Cleanup from the handful of patches which have landed since the initial landing that have readded cast macros; I intend to remove the rest of the instances Very Soon, all but certainly before the M8 freeze, so the macro definitions can be removed, again all but certainly before the M8 freeze, if people are okay with them being removed. Still r=bsmedberg, a=no-functionality-change
|
2007-09-05 06:41:37 +00:00 |
igor%mir2.org
|
9837cdb31e
|
Bug 362641: patch from Edward Lee to fix wrong precision warning. r=myself,brendan
|
2007-09-02 22:20:41 +00:00 |
nboyd%atg.com
|
a768bc8035
|
We want to suppress strict mode warnings for undefined property o.p for the
following constructs:
typeof o.p, if (o.p), if (!o.p), if (o.p == undefined), if (undefined == o.p)
|
2007-08-31 20:49:51 +00:00 |
nboyd%atg.com
|
521023ff87
|
Fix typo in error message.
|
2007-08-31 20:46:25 +00:00 |
nboyd%atg.com
|
fa366a1600
|
Wrapped Java objects won't have "toSource" and will report
errors for get()s of nonexistent name, so use has() first
|
2007-08-31 13:11:30 +00:00 |
nboyd%atg.com
|
229274f6b1
|
Fix whitespace to match rest of Rhino
|
2007-08-31 12:47:56 +00:00 |
nboyd%atg.com
|
882a45d120
|
Fix reported NPE on dereference of lib member variable by moving initialization
into the constructors.
|
2007-08-31 12:30:10 +00:00 |
bent.mozilla%gmail.com
|
26316ec800
|
Bug 304048 - Backing out patch due to TXUL regression.
|
2007-08-31 00:52:59 +00:00 |
nboyd%atg.com
|
18a3742c4c
|
Remove duplicate line number member variable.
|
2007-08-30 13:53:09 +00:00 |
nboyd%atg.com
|
f0b0ba2ded
|
* No need to report both an error to the console and throw and exception.
* Prettier message for uncaught EvaluatorExceptions
|
2007-08-30 13:48:13 +00:00 |
nboyd%atg.com
|
21d35d6867
|
fix spelling error in comment
|
2007-08-30 13:45:33 +00:00 |
nboyd%atg.com
|
c41c7eec10
|
Fix bug https://bugzilla.mozilla.org/show_bug.cgi?id=393848: Need better error
message for methods that exceed 64K
|
2007-08-30 13:43:06 +00:00 |
bent.mozilla%gmail.com
|
a913a959d2
|
Bug 304048 - "xpconnect getters/setters don't have principals until after they pass or fail their security check." Patch by jst, sr=bzbarsky, a=jst.
|
2007-08-29 00:16:21 +00:00 |
igor%mir2.org
|
4e8cbb8974
|
Bug 393368: new API to limit heap consumption by stack-like data structures used by compiler, decompiler and interpreter.
|
2007-08-27 22:21:55 +00:00 |
igor%mir2.org
|
d042223c1d
|
Bug 393537: arena handling cleanup. r=brendan
|
2007-08-25 07:18:35 +00:00 |
nboyd%atg.com
|
1e203eb2de
|
nit: add missing space
|
2007-08-24 20:17:21 +00:00 |
nboyd%atg.com
|
475e7bc024
|
Fix bug: syntax error on legal construct:
var evens = [i for (i in range(0, 21)) if (i % 2 == 0)];
|
2007-08-24 15:01:09 +00:00 |
rflint%ryanflint.com
|
b19c24f258
|
Bug 386536 - Add category manager helpers to XPCOMUtils. Patch by Nickolay Ponomarev <asqueella@gmail.com>, r=sayrer/mark.finkle a=jst
|
2007-08-24 00:21:10 +00:00 |
igor%mir2.org
|
8e10844ad2
|
Bug 393364: Patch from Jason Orendorff to restore ability to compile SpiderMonkey with C++ compiler. r=me
|
2007-08-23 19:02:42 +00:00 |
nboyd%atg.com
|
5a9bda4d8c
|
Fix a bunch of warnings, mostly javadoc.
|
2007-08-23 14:46:26 +00:00 |
dbaron%dbaron.org
|
c13d4e5ee3
|
When doing ExplainLiveExpectedGarbage, suspect all nsXPCWrappedJS so that we get more objects in the graph. b=387224 r=graydon a=brendan
|
2007-08-23 00:48:27 +00:00 |
dbaron%dbaron.org
|
f757dfe784
|
Make ExplainLiveExpectedGarbage print *all* references to JS objects with refcount imbalances. b=387224 r=graydon a=brendan
|
2007-08-23 00:48:26 +00:00 |
igor%mir2.org
|
429e2108f1
|
Bug 393184: js_NewGCThing no longer zeros the allocated thing. r=brendan
|
2007-08-22 20:56:08 +00:00 |
bclary%bclary.com
|
9773e82e14
|
JavaScript Tests - destructuring assignment tests, by Norris Boyd, bug 393272, not part of the build
|
2007-08-22 19:43:31 +00:00 |
gavin%gavinsharp.com
|
9877bd0e79
|
Bug 393206: fix JSON tests, patch by Simon B��nzli <zeniko@gmail.com>, r=me
|
2007-08-22 18:16:01 +00:00 |
gavin%gavinsharp.com
|
0e4c2e9e2e
|
disable failing tests for the moment (bug 393206)
|
2007-08-22 15:34:15 +00:00 |
gavin%gavinsharp.com
|
2d6097eb61
|
Bug 386789: create JSON utilities module and use it for search suggest/sessionstore/Places, patch by Simon B�nzli <zeniko@gmail.com>, r=sspitzer, sr+a=brendan
|
2007-08-22 14:49:34 +00:00 |
brendan%mozilla.org
|
437b5e4ba2
|
Remove MAX_INLINE_CALL_COUNT policing, plus old MAX_INTERP_LEVEL deadwood (392973, r=crowder).
|
2007-08-22 00:04:24 +00:00 |
igor%mir2.org
|
02bfaf128f
|
Bug 325202: XDR uses lossless encoding for all string. r=brendan
|
2007-08-21 21:22:26 +00:00 |
nboyd%atg.com
|
d3f4418bd4
|
Tests for fix for bug 392481.
Contributed by donnamalayeri@google.com.
|
2007-08-21 13:05:08 +00:00 |
nboyd%atg.com
|
3a0fe41e05
|
Fix bug 392481 - Feature request: selectively allowing access to non-public
Java methods and fields
|
2007-08-21 12:59:29 +00:00 |
brendan%mozilla.org
|
d27c809685
|
One-char fix to recent regression (392944, r=mrbkap).
|
2007-08-21 01:24:51 +00:00 |
nboyd%atg.com
|
e2d5c78875
|
Fix warning due to member hiding a superclass member.
|
2007-08-20 20:38:30 +00:00 |
nboyd%atg.com
|
53461e6a53
|
Skip bad test that will occaisionally fail due to changes in system clock
|
2007-08-20 20:37:43 +00:00 |
bclary%bclary.com
|
bd403d9b6c
|
JavaScript Tests - update spidermonkey-gc.tests, bug 392596, by Jason Orendorff, not part of the build
|
2007-08-20 16:15:33 +00:00 |
nboyd%atg.com
|
66d881fb6a
|
Fix miscellaneous Java compilation warnings.
|
2007-08-20 14:16:25 +00:00 |
nboyd%atg.com
|
ae40068799
|
Add SAX ErrorHandler that throws Rhino TypeErrors and doesn't print to console
for better error handling.
|
2007-08-20 12:57:03 +00:00 |
nboyd%atg.com
|
f6dd12fef8
|
Update for latest tests.
|
2007-08-20 12:53:16 +00:00 |
nboyd%atg.com
|
5f2c390c4e
|
rerun idswitch tool to remove unused label declarations
|
2007-08-20 12:31:34 +00:00 |
nboyd%atg.com
|
37a3c89764
|
Remove unused import
|
2007-08-20 12:29:59 +00:00 |
nboyd%atg.com
|
a52dbca16d
|
Fix warning, spelling error in comment
|
2007-08-20 12:29:13 +00:00 |
nboyd%atg.com
|
c0a7401915
|
Removed unused private member.
|
2007-08-20 00:32:12 +00:00 |
nboyd%atg.com
|
0da7d231a5
|
Fix bug 392825 - ClassShutter doesn't prevent access through Java reflection
APIs
|
2007-08-20 00:30:05 +00:00 |
bclary%bclary.com
|
cb586fb6c0
|
JavaScript Tests - regression test for bug 392308, by Norris Boyd, not part of the build
|
2007-08-18 10:18:40 +00:00 |