Граф коммитов

9841 Коммитов

Автор SHA1 Сообщение Дата
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
mrbkap%gmail.com d4ea359c06 Get the right class -- off of obj2, not obj and ensure that we propagate failure from outerObject. bug 375344, r=brendan a=sicking 2007-08-18 01:24:51 +00:00
jwalden%mit.edu 100820ab18 Bug 296653 - mkdepend takes more than 10 hours on Solaris for nsIconChannel.cpp. Patch by Ginn Chen <ginn.chen@sun.com>, r=cls, a=bz 2007-08-17 23:07:40 +00:00
nboyd%atg.com e0c35131f2 Remove unused import. 2007-08-17 13:47:00 +00:00
nboyd%atg.com 7fffd5bccb Fix spelling error in comment. 2007-08-17 13:45:27 +00:00
mrbkap%gmail.com 955165285a Get the right property attributes and actually look up the prototype chain. bug 390948, r+sr+a=jst 2007-08-16 20:32:27 +00:00
szegedia%freemail.hu 40fb43d1ad Make sure all *Tests.class classes are picked up 2007-08-16 13:14:33 +00:00
igor%mir2.org 2b623d5109 Bug 391290: mutability flag for strings is stored inside strings. r=brendan 2007-08-16 06:23:06 +00:00
bclary%bclary.com 9c24b8c226 JavaScript Test - regression test for bug 392310, by Norris Boyd, not part of the build 2007-08-15 23:27:35 +00:00
bclary%bclary.com dee57de550 JavaScript Test - regression test for bug 363578, by nanto_vi (TOYAMA Nao), not part of the build 2007-08-15 22:48:16 +00:00
mrbkap%gmail.com 558bd1811f Allow 'this' to not be a wrapped object. bug 390560, r+sr+a=jst 2007-08-15 21:20:45 +00:00
mrbkap%gmail.com 94594eaf9a Make XPCSafeJSObjectWrapper usage in PAC actually work correctly for the common case. bug 391515, r=jst sr+a=brendan 2007-08-15 21:16:52 +00:00
mrbkap%gmail.com dca97a5087 Don't assume that all XOWs are equal. bug 391497, r+sr=jst 2007-08-15 21:13:49 +00:00
mrbkap%gmail.com 81de10686a Don't wrap everything that comes out of a wrapped function, if that function is same-origin. bug 390946, r+sr+a=jst 2007-08-15 21:09:27 +00:00
igor%mir2.org bbf251b6c9 Bug 392305: restoring pinning of the lazy atoms to fix various regressions. r=brendan 2007-08-15 18:57:44 +00:00
nboyd%atg.com 2fc24ec7da Fix bug 392310 - send(undefined) on newborn generator shouldn't cause error 2007-08-15 12:41:44 +00:00
nboyd%atg.com 923dbbc726 Fix 392308 - bad StopIteration instanceof behavior 2007-08-15 12:37:10 +00:00
nboyd%atg.com 643e7abd10 Implement correct semantics of storage class (global, var, let) for
destructuring assignment.
2007-08-15 12:00:05 +00:00
mrbkap%gmail.com 07623359bf Fix compile warning. No bug, r+a=brendan 2007-08-13 22:44:37 +00:00
mrbkap%gmail.com 81f122bb5a Date.UTC returns incorrect value if date is less than or equal to 0. bug 363578, patch from jag, r=mrbkap a=brendan 2007-08-13 20:45:32 +00:00
igor%mir2.org 47e2ef0f47 Bug 392074: JS_IS_VALID_TRACE_KIND no longer refers to the removed JSTRACE_ATOM. r=brendan 2007-08-13 20:23:34 +00:00
igor%mir2.org 8f260a7697 Bug 392041: js_PutEscapedStringImpl gets JS_FRIEND to permit usage outside js lib. r=brendan 2007-08-13 19:35:08 +00:00
igor%mir2.org 1a6c673230 Bug 391851: JS_ResolveStandardClass now does nothing on shutdown. r=brendan 2007-08-12 22:11:38 +00:00
brendan%mozilla.org 1304e21f5c Update #if 0'd code to work (helpful for debugging; r/a=self). 2007-08-12 05:10:02 +00:00