brendan%mozilla.org
|
15e8ed8136
|
Update DUMP_CALL_TABLE (NPOTB) code to track 322001.
|
2006-01-14 17:49:58 +00:00 |
|
igor%mir2.org
|
9bb7bef927
|
Fixing bug 323267:
Sweep script's filenames after the main GC sweep loop so the filenames are
still available for a destroy script hook. r=brendan
|
2006-01-14 02:30:49 +00:00 |
|
brendan%mozilla.org
|
8def00c88a
|
Add missing null check (323338, r=mrbkap).
|
2006-01-14 01:09:42 +00:00 |
|
brendan%mozilla.org
|
8ada639a87
|
Fix errors that were JSEXN_NONE to have a valid exception type, so that they can be thrown by default (e.g., strict warnings with the werror option set as well as strict; 323314, r=mrbkap).
|
2006-01-13 22:20:30 +00:00 |
|
bob%bclary.com
|
ae5466f096
|
JS Test Library - handle global object toString containing address in debug builds
|
2006-01-13 19:50:49 +00:00 |
|
bob%bclary.com
|
a5c6dd653b
|
JS Test Library - whitespace fixes
|
2006-01-13 19:47:27 +00:00 |
|
bob%bclary.com
|
aad9bef095
|
JS Test Library - add calls to collect garbage after test completed
|
2006-01-13 19:45:55 +00:00 |
|
bob%bclary.com
|
1115ebbc97
|
JS Test Library - update make file for tests, remove make macros
|
2006-01-13 19:44:20 +00:00 |
|
bob%bclary.com
|
83d0c13b75
|
JS Test Library - properly escape embedded tags in output to browser windows, add call to actual GC from the JSDebugger service
|
2006-01-13 19:26:59 +00:00 |
|
bob%bclary.com
|
93fce770be
|
JS Test Library - move regression test for bug 309242 from js1_6 to js1_5 since it requires that e4x not be explicitly turned on, bug 309242
|
2006-01-13 19:20:34 +00:00 |
|
bob%bclary.com
|
98d595c8f1
|
JS Test Library - fix test suite counts in menu.html, no bug, not part of the build.
|
2006-01-13 16:40:00 +00:00 |
|
bob%bclary.com
|
6cf6cd7ec2
|
Regression test for bug 322430
|
2006-01-13 16:25:56 +00:00 |
|
bob%bclary.com
|
e36b8a8e51
|
JS Test Library - make sure JavaScriptOptions has the appropriate permission, no bug, not part of the build
|
2006-01-13 16:23:39 +00:00 |
|
bob%bclary.com
|
fd437cd2c7
|
Regression test for bug 322836
|
2006-01-13 14:32:01 +00:00 |
|
bob%bclary.com
|
f51470f8d7
|
Regression test for bug 321547, by Biju
|
2006-01-13 11:14:34 +00:00 |
|
bob%bclary.com
|
2575a92058
|
Correct regression test for bug 321874
|
2006-01-12 20:52:44 +00:00 |
|
bob%bclary.com
|
c6e8b2d257
|
Regression test for bug 321874, by Yuh-Ruey Chen, Brendan Eich
|
2006-01-12 19:58:56 +00:00 |
|
bob%bclary.com
|
7a33b91acf
|
Regression test for bug 321971, by Brendan Eich
|
2006-01-12 18:35:41 +00:00 |
|
bob%bclary.com
|
951f819ce0
|
Regression test for bug 322177, by Jesse Ruderman
|
2006-01-12 18:27:08 +00:00 |
|
bob%bclary.com
|
d3959aaebc
|
Regression test for bug 322499, by Brendan Eich
|
2006-01-12 17:00:53 +00:00 |
|
bob%bclary.com
|
b635faf7c5
|
Regression test for bug 322772
|
2006-01-12 16:47:16 +00:00 |
|
bob%bclary.com
|
dbe0af71ef
|
Regression test for bug 322957, by Igor Bukanov
|
2006-01-12 16:35:25 +00:00 |
|
bob%bclary.com
|
39c96a52c6
|
Regression test for bug 320119, by Jason Barnabe
|
2006-01-12 10:21:09 +00:00 |
|
timeless%mozdev.org
|
8397d43a6a
|
Bug 106386 Correct misspellings in source code
patch by philippuryear@gmail.com r=timeless rs=brendan
|
2006-01-12 07:57:31 +00:00 |
|
timeless%mozdev.org
|
afb80273e3
|
Bug 106386 Correct misspellings in source code
patch by ispiked@gmail.com r=timeless r=rginda
|
2006-01-12 06:32:57 +00:00 |
|
timeless%mozdev.org
|
db6058784b
|
Bug 320951 ASSERTION: file too large: 'Error', mozJSComponentLoader.cpp line 1084
r=dbradley sr=darin
|
2006-01-11 08:26:44 +00:00 |
|
brendan%mozilla.org
|
c13b1fee49
|
80th column policing.
|
2006-01-11 05:23:29 +00:00 |
|
brendan%mozilla.org
|
920c7d93ed
|
Fix typo in enum tag.
|
2006-01-11 05:18:30 +00:00 |
|
mrbkap%gmail.com
|
aef4030125
|
bug 322971: Fix this botched return value. r+sr=shaver
|
2006-01-10 21:43:17 +00:00 |
|
mrbkap%gmail.com
|
dccb9e4d1e
|
bug 322836: negative lookahead assertions don't always work correctly (when the first op is simple). r=brendan
|
2006-01-10 18:28:56 +00:00 |
|
brendan%mozilla.org
|
09649658de
|
Remove deprecated with statement usage strict warning (322430, r=shaver).
|
2006-01-09 20:53:06 +00:00 |
|
igor%mir2.org
|
6d3273e94c
|
Implementing bug 322001:
JSFunction is shrinked via removal of nref field
and moving interreter-only or native-only fields into union. r=brendan
|
2006-01-09 08:26:26 +00:00 |
|
brendan%mozilla.org
|
a6da68bcef
|
Allow set-call, grouped, and e4x LHS in for-in loop (321874, r=mrbkap).
|
2006-01-09 05:14:52 +00:00 |
|
mrbkap%gmail.com
|
b694b9110c
|
bug 321522: The sandbox object needs to come from a new context, not the old
context. r=shaver sr=brendan
|
2006-01-06 22:28:18 +00:00 |
|
brendan%mozilla.org
|
de21c01432
|
Better GC_MARK_DEBUG code (315783, NPOTB but r=bz).
|
2006-01-06 06:32:11 +00:00 |
|
shaver%mozilla.org
|
739ee70523
|
bug 315783: fix GC_MARK_DEBUG crash when marking E4X text nodes, r=mrbkap
|
2006-01-06 05:28:19 +00:00 |
|
brendan%mozilla.org
|
37762e3c1d
|
Remove e4x singleton entrainment hazards and hide naked * as value (322499, r=mrbkap).
|
2006-01-06 02:08:35 +00:00 |
|
brendan%mozilla.org
|
4630140dc0
|
Avoid stupid GCC warning introduced by last checkin.
|
2006-01-05 20:32:05 +00:00 |
|
brendan%mozilla.org
|
6012ecfa36
|
Fix up disassembly of 24-bit-immediate formats (DEBUG-only 316862, r=shaver).
|
2006-01-04 05:53:16 +00:00 |
|
brendan%mozilla.org
|
c925fdd1d4
|
Fix bindname/setname extension to 24-bit immediate atom index (321971, r=shaver).
|
2006-01-04 05:42:21 +00:00 |
|
bob%bclary.com
|
136e8d8253
|
Update template boilerplate for 2006, no bug, not part of the build
|
2006-01-03 04:16:14 +00:00 |
|
bob%bclary.com
|
c9e314a303
|
Regression testw fo rbug 322135, by Joaquin Cuenca Abela, Martin Honnen
|
2006-01-03 03:40:42 +00:00 |
|
brendan%mozilla.org
|
dcde3a8d3b
|
Fix from Igor Bukanov <igor.bukanov@gmail.com> to reorder allocations to avoid pigeon-hole problem (322045, r=me).
|
2006-01-03 01:41:46 +00:00 |
|
gerv%gerv.net
|
1dca58927a
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2005-12-31 12:14:46 +00:00 |
|
bob%bclary.com
|
ef4a583e95
|
Regression test for bug 319683, by Jan-Klaas Kollhof
|
2005-12-30 22:26:16 +00:00 |
|
bob%bclary.com
|
92511be465
|
Regression test for bug 321757, by Joaquin Cuenca Abela, Brendan Eich
|
2005-12-30 21:58:27 +00:00 |
|
joshmoz%gmail.com
|
9444c564c2
|
ECMA and C99 specs do not agree on all results for pow(). When using libm for JavaScript math functions, we need to convert libm's differing C99 results to ECMA-compliant results. This change might be all we need to get our libm implementation ECMA compliant, so we can examine moving js math functions over to OS libraries on all platforms. b=320770 r=mento sr=brendan
|
2005-12-29 20:19:54 +00:00 |
|
bob%bclary.com
|
25181e996b
|
Regression test for bug 253150
|
2005-12-28 22:09:13 +00:00 |
|
bob%bclary.com
|
5813f8ba72
|
Correct Regression test for bug 164697, See bug 321669
|
2005-12-28 06:34:58 +00:00 |
|
brendan%mozilla.org
|
48c8a3daba
|
Fix lvalue=>rvalue handling todo with parenthesization and assignment (320032, r=mrbkap).
|
2005-12-28 05:36:29 +00:00 |
|