timeless%mozdev.org
|
1f363c2e7a
|
Bug 329870 Coverity complains that jsj_EnterJava uselessly null checks envp
r=mrbkap sr=bz
|
2006-03-10 01:06:06 +00:00 |
|
timeless%mozdev.org
|
29d9267216
|
Bug 329879 Coverity complains that QName null checks argv after asserting it can't be null
r=brendan
|
2006-03-09 23:59:40 +00:00 |
|
timeless%mozdev.org
|
eabbe1a513
|
Bug 329877 Coverity complains that js_ErrorToException dereferences reportp before null checking
r=brendan
|
2006-03-09 23:58:35 +00:00 |
|
igor%mir2.org
|
9ed4227b6b
|
Bug 328896: Cleanup of tail recursion elimination for MarkGCThing/MARK_GC_THING from jsgc.c. r=brendan
|
2006-03-09 06:57:01 +00:00 |
|
timeless%mozdev.org
|
6e915855cc
|
Bug 329752 Coverity complains that Statement missed one null check of NewParseNode
r=brendan
|
2006-03-08 17:17:43 +00:00 |
|
timeless%mozdev.org
|
f33a8fbf21
|
Bug 329751 Coverity doesn't think obj_eval should null check caller->pc
r=brendan
|
2006-03-08 17:15:29 +00:00 |
|
timeless%mozdev.org
|
5287fd9a7d
|
Bug 329727 Coverity doesn't like ReportError in jscntxt because it pretends reportp could be null
r=mrbkap
|
2006-03-08 06:16:33 +00:00 |
|
bclary%bclary.com
|
d9589981d2
|
Regression test for bug 329383, by Brendan Eich
|
2006-03-07 23:50:49 +00:00 |
|
brendan%mozilla.org
|
61309696b5
|
Work around MSVC6/7.1 copysign bustage (329383, tachyonal r=mrbkap).
|
2006-03-06 01:32:55 +00:00 |
|
brendan%mozilla.org
|
ff5c26ae8b
|
No C++ comments in C code.
|
2006-03-04 20:44:38 +00:00 |
|
mrbkap%gmail.com
|
17ad69885b
|
Use libm, not fdlibm, on all/most platforms. bug 326842, patch from Josh Aas, r=brendan/shaver
|
2006-03-04 03:58:55 +00:00 |
|
daumling%adobe.com
|
d5368ac242
|
Bug 232182: Backed out bad fix causing leaks
|
2006-03-03 07:03:53 +00:00 |
|
bclary%bclary.com
|
a6660394f9
|
Regression test for bug 325925, by Blake Kaplan
|
2006-03-03 05:59:24 +00:00 |
|
bclary%bclary.com
|
e86dd357ac
|
Regression test for bug 328556, by Jesse Ruderman. No bug, not part of the build
|
2006-03-03 05:53:30 +00:00 |
|
bclary%bclary.com
|
ae1db527de
|
Regression test for bug 327608, make sure to call reportCompare in the onload handler
|
2006-03-02 22:33:28 +00:00 |
|
bclary%bclary.com
|
097f458033
|
Regression test for bug 254296 - tweak reportCompare, no bug not part of the build
|
2006-03-02 22:30:31 +00:00 |
|
bclary%bclary.com
|
f09f68d0c2
|
Regression Test for bug 324422, correct syntax error, no bug, not part of the build
|
2006-03-02 22:07:10 +00:00 |
|
bclary%bclary.com
|
9aff67fad1
|
Regression Test for bug 323338 - add missing TEST(), no bug, not part of the build
|
2006-03-02 22:05:18 +00:00 |
|
bclary%bclary.com
|
2431d2fe01
|
JavaScript Test Library - improve basic gc emulation when other method are unavailable, thanks to Igor Bukanov. no bug, not part of the build
|
2006-03-02 22:00:11 +00:00 |
|
brendan%mozilla.org
|
9875e92b3a
|
Finish separating gcMaxMallocBytes, account for scope hashtables in gcMallocBytes (319980, r/sr=mrbkap/bz).
|
2006-03-02 20:47:04 +00:00 |
|
brendan%mozilla.org
|
060e4a57c2
|
Fast followup to allow arbitrary nesting (328897, r=mrbkap).
|
2006-03-02 20:05:49 +00:00 |
|
brendan%mozilla.org
|
e18de632ae
|
Fix JS_ReportPendingException to when cx has active frames (328897, r=mrbkap).
|
2006-03-02 20:00:47 +00:00 |
|
brendan%mozilla.org
|
e2a19648cc
|
Never mind.
|
2006-03-01 20:37:43 +00:00 |
|
brendan%mozilla.org
|
297ef45fb3
|
Need another auto-mark thingie (326615, r=mrbkap).
|
2006-03-01 20:34:49 +00:00 |
|
neil%parkwaycc.co.uk
|
6b3d137802
|
Followup patch to bug 207327 to move the "service" string from the name to the value of the category entry where it is interpreted to belong r=timeless sr=bz
|
2006-02-28 17:36:58 +00:00 |
|
brendan%mozilla.org
|
ec5bd67e2b
|
Local auto-marker needed (326615, r=mrbkap).
|
2006-02-28 07:41:01 +00:00 |
|
mrbkap%gmail.com
|
09b149ed2f
|
Flatten before ever reaching CheckCycle, since the way things currently are, it could receive lists of arbitrary length. bug 328769, r=brendan
|
2006-02-27 20:33:56 +00:00 |
|
mrbkap%gmail.com
|
4500ca30ad
|
Don't optimize globals access in eval and debugger frames. bug 328765, r=brendan
|
2006-02-27 20:23:04 +00:00 |
|
mrbkap%gmail.com
|
86ab12560e
|
Inspect the correct position in our input stream. bug 325925, r=brendan
|
2006-02-27 19:14:15 +00:00 |
|
igor%mir2.org
|
1b5685357f
|
Bug 328556: Proper accounting for growth in array_join_sub when reallocating
chars array. r=mrbkap
|
2006-02-27 17:32:22 +00:00 |
|
timeless%mozdev.org
|
552ca722ee
|
Bug 327605 [@ JSD_GetContextFlags - jsdService::GetFlags]
r=rginda
|
2006-02-27 04:17:08 +00:00 |
|
bclary%bclary.com
|
5756f43ba9
|
Regression test for bug 328249, by Jesse Ruderman
|
2006-02-26 08:49:46 +00:00 |
|
bclary%bclary.com
|
80ce31944f
|
Regression test for bug 327897, by Jesse Ruderman
|
2006-02-26 08:30:54 +00:00 |
|
bclary%bclary.com
|
1bdeb3fb93
|
Regression test for bug 327697, by Jesse Ruderman
|
2006-02-26 08:17:21 +00:00 |
|
bclary%bclary.com
|
8dc377f8b0
|
Regression test for bug 327608, by Jesse Ruderman
|
2006-02-26 08:00:53 +00:00 |
|
bclary%bclary.com
|
ba91f8794b
|
Regression test for bug 327564, by Jesse Ruderman, Brendan Eich
|
2006-02-26 07:50:53 +00:00 |
|
bclary%bclary.com
|
9b11a71259
|
Regression test for bug 326467, by Alex Vincent, Blake Kaplan
|
2006-02-26 07:37:01 +00:00 |
|
brendan%mozilla.org
|
d57b325123
|
Back out last checkin pending better fix (327869).
|
2006-02-24 23:18:05 +00:00 |
|
mrbkap%gmail.com
|
fd12db55c4
|
Clean up a bracing nitpick.
|
2006-02-24 22:12:32 +00:00 |
|
benjamin%smedbergs.us
|
09d9e206b4
|
Bug 78081 - don't export intermediate libs, initial tree-wide changes blanket-r=mento
|
2006-02-24 17:50:29 +00:00 |
|
daumling%adobe.com
|
23dac53a6f
|
Bug 327869: Implement brute-force fix for Windows strftime()
|
2006-02-24 03:37:46 +00:00 |
|
daumling%adobe.com
|
663a0df9ff
|
Bug 328373: Create local variable and copy value to suppress compiler warning
|
2006-02-24 03:29:57 +00:00 |
|
mrbkap%gmail.com
|
19da7e1561
|
Detect cycles even when we're inserting a degenerate list of length 1. bug 328249, r=brendan
|
2006-02-23 23:00:23 +00:00 |
|
mrbkap%gmail.com
|
e9c0b72378
|
Don't wrap E4X values in XPCWrappedJS since E4X objects have weird semantics, which cause us trouble both elsewhere in XPConnect, and even in the DOM code. bug 327697, r=brendan sr=shaver
|
2006-02-23 22:21:08 +00:00 |
|
igor%mir2.org
|
032597fa19
|
Bug 328294: After enumeration that removes hashtable entries,
the hashtable is shrinked only once. r=brendan
|
2006-02-23 22:20:27 +00:00 |
|
igor%mir2.org
|
11e703be51
|
Bug 328106: Removal of HT_ENUMERATE_UNHASH. Its implementation had a bug
for 11 years which is a good demonstration that it has never been used.
|
2006-02-23 10:11:17 +00:00 |
|
timeless%mozdev.org
|
1ce5986f6b
|
Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
|
2006-02-23 09:36:43 +00:00 |
|
mrbkap%gmail.com
|
80e9555b10
|
Propagate the proper fp, fun, and variables object to special frames so as to not confuse the optimizer and split the common code that does this into a common function from the 3 places that currently do it. r=brendan
|
2006-02-23 02:17:04 +00:00 |
|
brendan%mozilla.org
|
ee6e1f5b38
|
Fix botch in JS_InitClass that passed several rounds of code review.
|
2006-02-22 23:03:37 +00:00 |
|
mrbkap%gmail.com
|
19d24e194f
|
The end request needs to happen before the context gets destroyed -- use C++ to ensure that. bug 328044, r+sr=brendan
|
2006-02-22 19:58:31 +00:00 |
|