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

10573 Коммитов

Автор SHA1 Сообщение Дата
bclary%bclary.com 41c6659990 JavaScript Tests - regression test for bug 415922, by Joachim Kuebart 2008-02-18 10:48:27 +00:00
bclary%bclary.com 7652e9c04a JavaScript Test - regression test for bug 416460, by Jesse Ruderman 2008-02-18 10:21:39 +00:00
bclary%bclary.com 212910a6cf JavaScript Tests - regression test for bug 416601, by Igor Bukanov 2008-02-18 10:12:46 +00:00
brendan%mozilla.org 5d14114c98 Use JS_PropertyStub for in-language bindings, for best property cache hit rates (416931, r=mrbkap). 2008-02-18 06:31:57 +00:00
brendan%mozilla.org dbb890e9b5 Recover trapped opcode in js_GetIndexFromBytecode (416665, r=igor). 2008-02-18 01:32:12 +00:00
brendan%mozilla.org 4011b63c4d Lazy ComputeGlobalThis required now in fast native implementations (417893, r=mrbkap). 2008-02-18 00:12:34 +00:00
brendan%mozilla.org ea0374d976 Fix misindented code (418049, r=igor). 2008-02-18 00:01:53 +00:00
bclary%bclary.com a9c2c05991 Sisyphus/JavaScript Tests - update known failures, no bug, not part of the build 2008-02-17 18:13:16 +00:00
timeless%mozdev.org 0011b6cc5e Fixing spelling error 2008-02-17 09:02:53 +00:00
timeless%mozdev.org 45d0e0aa38 Bug 416981 CheckLeakedRoots should specify which JSRuntime is leaking
r=brendan a=brendan
2008-02-17 06:56:40 +00:00
reed%reedloden.com 1dc552eb04 Bug 417615 - "js.c doesn't build under MOZ_SHARK" [p=jorendorff@mozilla.com (Jason Orendorff) r+a1.9=brendan] 2008-02-17 03:27:30 +00:00
bclary%bclary.com 8df3cb2f59 Sisyphus/JavaScript Tests - update known failures to match new time out variables, no bug, not part of the build 2008-02-16 22:18:37 +00:00
brendan%mozilla.org 0d85ba1bdd Defend against compiler pseudo-frames (417944, r=shaver). 2008-02-16 21:33:59 +00:00
bclary%bclary.com 62802ed119 Sisyphus/JavaScript Tests - add timeout for js1_6/extensions/regress-385393-08.js due to bug 417916 2008-02-16 17:12:13 +00:00
bclary%bclary.com 7a6ee63c63 Sisyphus/JavaScript Tests - lower timeout to 2 minutes, bug 417932, not part of the build 2008-02-16 16:43:07 +00:00
bclary%bclary.com 94c6f0f763 Sisyphus/JavaScript Tests - update known failures for windows, no bug, not part of the build 2008-02-16 13:55:22 +00:00
brendan%mozilla.org 6b4bb3cf19 Don't lock non-native objects (417819, r=mrbkap). 2008-02-16 06:53:32 +00:00
jruderman%hmc.edu d6ce940277 Add crashtest 2008-02-16 05:29:10 +00:00
brendan%mozilla.org ca57a59b0c Optimize ComputeGlobalThis (395993, r=mrbkap). 2008-02-16 02:46:46 +00:00
igor%mir2.org 377afe3fdd Bug 416601: property cache is properly disabled under with statements with generators. r=brendan a1.9=blocking1.9 2008-02-15 11:38:40 +00:00
shaver%mozilla.org 3460831052 back out for mochitest failures in prototype 2008-02-15 10:31:38 +00:00
shaver%mozilla.org 6dfa0c9265 Bug 322889: implement specialized storage and operations for JS arrays;
r+a=brendan.
2008-02-15 09:48:53 +00:00
gavin%gavinsharp.com af2fba72f7 Back out bug 322889 due to jQuery unit test failures 2008-02-15 02:41:18 +00:00
shaver%mozilla.org c238210cec Bug 322889: implement specialized storage and operations for JS arrays; r+a=brendan 2008-02-15 01:07:53 +00:00
shaver%mozilla.org fc7479b65d Bug 416675: refactor JSScope locking for reuse on non-native objects. r+a=brendan. 2008-02-15 00:44:47 +00:00
jag%tty.nl 1ed9ef33eb Bug 417419: You too can solve global-warming without making the JS_INLINE macro ugly. r=/a=brendan 2008-02-14 23:56:53 +00:00
bclary%bclary.com 8b64aed575 Sisyphus/JavaScript Tests - update known failures list, no bug, not part of the build 2008-02-14 16:29:37 +00:00
igor%mir2.org 275f80315a Bug 417377: optimizing switch cases in the interpreter, r,a1.9=brendan 2008-02-14 15:36:39 +00:00
nboyd%atg.com aa731c19f9 Fix bug reported in newsgroup:
Tail call opimization was interfering with catching exceptions.
The following program should print 7, but was resulting in an uncaught
exception:
function g() {
  throw 3;
}
function f() {
  try {
    return g();
  } catch (e) {
    return  7;
  }
}
print(f())
2008-02-14 13:22:15 +00:00
reed%reedloden.com 40ae3719bc Bug 402898 - "JS_YieldRequest doesn't do scope-sharing" [p=jorendorff@mozilla.com (Jason Orendorff) r+a1.9=brendan] 2008-02-14 11:14:25 +00:00
brendan%mozilla.org 7a479d5337 Optimize wrapper creation via JS_NewObjectWithGivenProto, and avoid cycle-check overhead in JS_Set{Prototype,Parent} (408871, r=mrbkap). 2008-02-14 05:10:43 +00:00
brendan%mozilla.org d9aa83afe2 Must set initial slot value in js_DefineNativeProperty via write barrier (417012, r=shaver). 2008-02-14 03:12:44 +00:00
nboyd%atg.com 4841962d5d Fix spelling errors in comments 2008-02-14 02:41:01 +00:00
bclary%bclary.com 19f7e82647 Sisyphus/JavaScript Tests - update public failures, no bug, not part of the build 2008-02-14 02:25:05 +00:00
bclary%bclary.com ace43b9afc JavaScript Tests - update test due to bug 309894 2008-02-13 23:34:49 +00:00
brendan%mozilla.org cdacd44de0 Fiddle blank lines botched in my last checkin. 2008-02-13 23:07:14 +00:00
crowder%fiverocks.com 7d926d8c3b Bug 417100 - Fixing windows build errors 2008-02-13 22:33:57 +00:00
crowder%fiverocks.com fff6a5fb3b Bug 417100 - more aggressive inlining for jsregexp.c, r=brendan, a1.9=mtschrep 2008-02-13 21:52:17 +00:00
crowder%fiverocks.com 1ca5a5baee Bug 417077 - more rigorous inlining functionality for JS, r/a1.9=brendan 2008-02-13 21:50:05 +00:00
bclary%bclary.com 02fc39ef7b Sisyphus/JavaScript Tests - improve test timeout handling, bug 417260 2008-02-13 20:18:02 +00:00
nboyd%atg.com 91303d00ae Fix bug 413838: Incorrect ScriptRuntime.eq(Object, Object) implementation 2008-02-13 18:33:15 +00:00
szegedia%freemail.hu da8b5e3693 Fix for Bug 190841 � Generated classes have too low privileges 2008-02-13 16:44:05 +00:00
szegedia%freemail.hu e8e13af93a Fix for Bug 190841 � Generated classes have too low privileges 2008-02-13 16:38:54 +00:00
igor%mir2.org 0eb685b3b5 Bug 309894: non-recursive XML-filtering implementation. r,a1.9=brendan 2008-02-13 14:32:32 +00:00
brendan%mozilla.org dced46d371 Patch from Robert Longson <longsonr@gmail.com> for _InterlockedCompareExchange on MSVC7.1 (416813, r=me). 2008-02-13 10:21:50 +00:00
brendan%mozilla.org 069365d602 Fix stupidity from patch for 414452 (417144, r=shaver, thanks to vlad for finding). 2008-02-13 04:17:50 +00:00
brendan%mozilla.org 9b07629426 Cope with GC under js_{Find,Lookup}Property in ASSERT_VALID_PROPERTY_CACHE_HIT (417033, r=shaver). 2008-02-13 02:26:16 +00:00
timeless%mozdev.org e577227d70 Bug 416978 jsdb crashes in js_FindProperty because it isn't using JSOPTION_COMPILE_N_GO
r=brendan a=brendan
2008-02-12 22:36:38 +00:00
bclary%bclary.com 7417fab5fd Sisyphus/JavaScript Tests - fix post-process-logs.pl page, exit status processing, bug 416970 2008-02-12 12:06:14 +00:00
jwalden%mit.edu c5afd9b749 Bug 397929 - Convert GetMessage APIs to GetMessageMoz APIs, at the C++ symbol level only (vtables remain the same), to work around brain-dead, idiotic, insane Windows API macros. r=bsmedberg, a=schrep 2008-02-12 04:11:08 +00:00