igor%mir2.org
|
b5b71e3898
|
Bug 327129: To calculate ceil(log2(n))/floor(log2(n)) under GCC >=3.4 use
__builtin_clz or count-leading-zeros. r=brendan
|
2006-02-21 11:28:28 +00:00 |
igor%mir2.org
|
c49c6737a6
|
Bug 327896: JS_STATIC_ASSERT is now used to assert constant conditions during compilation time instead of waiting for runtime to check for JS_ASSERT. r=brendan
|
2006-02-21 10:27:50 +00:00 |
igor%mir2.org
|
15106141bf
|
Bug 327129: Reverting the previous commit as it broke GCC builds of
firefox.
|
2006-02-20 10:12:03 +00:00 |
igor%mir2.org
|
9b1c4989bd
|
Bug 327129: To calculate ceil(log2(n))/floor(log2(n)) under GCC use
__builtin_clz or count-leading-zeros. r=brendan
|
2006-02-20 08:57:53 +00:00 |
daumling%adobe.com
|
b680219a3b
|
Bug 232182: Added copying of Unicode elements in js_ExpandErrorArguments()
|
2006-02-20 07:44:25 +00:00 |
daumling%adobe.com
|
521b468de5
|
Bug 318402: Replaced JS_STRINGS_ARE_UTF* with JS_C_STRING_ARE_UTF8
|
2006-02-19 17:52:56 +00:00 |
daumling%adobe.com
|
bbc897b35a
|
Bug 315974: JSprintf functions cannot print jschar characters and strings
|
2006-02-18 07:13:16 +00:00 |
daumling%adobe.com
|
4f5f3e33cb
|
Bug 326201: Added build rule for jskwgen.o/.obj
|
2006-02-18 06:33:31 +00:00 |
mrbkap%gmail.com
|
cf5b965f72
|
We won't always find the prototype property, especially if our __proto__ has been cut off. bug 327608, r=brendan
|
2006-02-18 03:02:32 +00:00 |
mrbkap%gmail.com
|
c8b08f2c7d
|
Protect the sandbox object from GC and make the sandbox code request-safe. bug 265740, r=brendan sr=jst
|
2006-02-18 03:00:33 +00:00 |
mrbkap%gmail.com
|
9fb5725b97
|
Make toString mirror GetOrSetProperty in how it gets wrapped object's toString function. bug 323367, r=bzbarsky sr=jst
|
2006-02-18 00:11:32 +00:00 |
brendan%mozilla.org
|
a13ac56a77
|
Fix duplicate kid overwrite case that avoided cycle detection (327564, r=mrbkap).
|
2006-02-17 21:40:04 +00:00 |
bclary%bclary.com
|
57d6764427
|
Regression test for ecma 15.1.2.7, fix bug number
|
2006-02-15 19:45:05 +00:00 |
bclary%bclary.com
|
77fcfdad5d
|
Regression test for ecma 15.1.2.6, fix bug number
|
2006-02-15 19:08:31 +00:00 |
bclary%bclary.com
|
fe7fa17d22
|
Regression test for ecma 15.1.2.3, fix bug number
|
2006-02-15 19:06:33 +00:00 |
bclary%bclary.com
|
99f7cc8f52
|
Regresion test for ecma 15.1.2.2, fix bug number
|
2006-02-15 19:04:00 +00:00 |
bclary%bclary.com
|
d0c44f2dab
|
Regresion test for ecma 15.1.2.1, fix bug number
|
2006-02-15 19:01:28 +00:00 |
bclary%bclary.com
|
530fc366cd
|
Regression test for bug 324688, fix Components detection
|
2006-02-15 18:39:16 +00:00 |
mrbkap%gmail.com
|
7242914d8c
|
Hold a reference to the regexp that we're using so that it doesn't go away. bug 327170, r=brendan
|
2006-02-15 01:24:32 +00:00 |
igor%mir2.org
|
2fb3331863
|
BUG 321985: During xdr decoding of atoms avoid creation of JSString for
the already existing atoms. r=brendan
|
2006-02-14 09:33:45 +00:00 |
bclary%bclary.com
|
54aeb9b760
|
Regression test for bug 259935, by Steve Chapel
|
2006-02-14 02:54:28 +00:00 |
bclary%bclary.com
|
35476ae67b
|
Regression test for bug 317476, by Seno Aiko
|
2006-02-14 02:20:14 +00:00 |
bclary%bclary.com
|
cbaa98954a
|
Regression test for bug 314401, by moz_bug_r_a4
|
2006-02-14 02:03:56 +00:00 |
bclary%bclary.com
|
e9e7c416c9
|
Regression test for bug 323314, by Brendan Eich
|
2006-02-14 01:34:48 +00:00 |
timeless%mozdev.org
|
1066f2b0fc
|
Bug 326985 jsinterp.c(975) : warning C4013: 'OBJECT_IS_XML' undefined; assuming extern returning int
r=mrbkap
|
2006-02-14 00:20:44 +00:00 |
bclary%bclary.com
|
9dc2a96ad9
|
Regression test for bug 324422, by Doug Wright
|
2006-02-13 21:32:20 +00:00 |
bclary%bclary.com
|
f00913a42a
|
Regression test for bug 323338 by Franky Braem and Seno Aiko
|
2006-02-13 20:34:51 +00:00 |
bclary%bclary.com
|
104b8e5f4c
|
Regression test for bug 324688, by Nickolay Ponomarev
|
2006-02-13 20:19:54 +00:00 |
bclary%bclary.com
|
281ff79027
|
Regression test for bug 326453, by Blake Kaplan
|
2006-02-12 07:31:21 +00:00 |
timeless%mozdev.org
|
1491ad6757
|
Bug 326223 JS_PARANOID_REQUEST dies in spidermonkey (JS_NewContext)
r=brendan
|
2006-02-09 08:14:29 +00:00 |
timeless%mozdev.org
|
0d03b1ed0e
|
Bug 293881 add version to jsshell build() if JS_VERSION < 150
r=mrbkap
|
2006-02-09 06:03:38 +00:00 |
timeless%mozdev.org
|
6355667544
|
Bug 325780 refactor debug_brendan/debug_notme
r=shaver
|
2006-02-09 06:02:02 +00:00 |
timeless%mozdev.org
|
fb6ab713d5
|
Bug 326223 JS_PARANOID_REQUEST dies in spidermonkey (JS_NewContext)
r=brendan
|
2006-02-09 05:51:16 +00:00 |
timeless%mozdev.org
|
079cc68e75
|
Bug 266208 [@ js_PCToLineNumber] because of crash due to infinite recursion
r=rginda sr=brendan
|
2006-02-09 05:47:55 +00:00 |
brendan%mozilla.org
|
85143d2ad5
|
Fix JSOP_CLOSURE failure to set todo to do-nothing value (326453, r=mrbkap).
|
2006-02-08 20:53:37 +00:00 |
brendan%mozilla.org
|
9043b4f242
|
Another followup fix.
|
2006-02-07 21:53:54 +00:00 |
brendan%mozilla.org
|
20ef4058bf
|
Better followup fix for 325960 (r=mrbkap).
|
2006-02-07 21:50:47 +00:00 |
mrbkap%gmail.com
|
5fe75dd3cd
|
Initialize the new frame's pc as well. Followup patch for bug 325960, r=shaver
|
2006-02-07 21:37:26 +00:00 |
mrbkap%gmail.com
|
e9a0b35561
|
Protect js_ConstructObject callers from gc hazards and some other stuff. bug 325425, r=igor sr=brendan
|
2006-02-07 20:09:53 +00:00 |
brendan%mozilla.org
|
d33592f8f7
|
Avoid nesting js_Interpret for heavyweight and other hard-case interpreted function calls (325960, r=mrbkap).
|
2006-02-07 19:51:29 +00:00 |
brendan%mozilla.org
|
c340343cf7
|
Long-missing wait for GC supplied by Michael Daumling <daumling@adobe.com> (325521, r=me).
|
2006-02-07 08:25:23 +00:00 |
mrbkap%gmail.com
|
c1ccab3a4d
|
Don't make bad assumptions about finding properties. Mutable proto chains combining with cloned function objects can cause properties to not actually be found. bug 319683, r=brendan
|
2006-02-07 02:05:52 +00:00 |
brendan%mozilla.org
|
3f2984ca83
|
Fix misnamed formal parameter glitch.
|
2006-02-05 04:15:22 +00:00 |
bclary%bclary.com
|
e62a7b018b
|
Regression test for bug 325750, by Biju
|
2006-02-03 16:24:00 +00:00 |
bclary%bclary.com
|
0ba439fd03
|
rename incorrectly named tests for section E4X ECMA 357 11.1.4, no bug, not part of the build
|
2006-02-03 16:22:06 +00:00 |
cbiesinger%web.de
|
a898e666b8
|
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
|
2006-02-03 14:18:39 +00:00 |
szegedia%freemail.hu
|
901453aca4
|
Fix for bug #323054: nonexisting optional standard objects like XML don't cause ObjectOutputStream to throw an exception anymore.
|
2006-02-03 11:47:20 +00:00 |
szegedia%freemail.hu
|
dcf43ff0cd
|
Fix for bug #323054: nonexisting optional standard objects like XML don't cause ObjectOutputStream to throw an exception anymore.
|
2006-02-03 11:07:32 +00:00 |
mrbkap%gmail.com
|
e8c3bd32f6
|
If a function becomes heavyweight in the middle of an inline call, remember to pop the call object when it returns. bug 325540, r=brendan
|
2006-02-03 01:19:31 +00:00 |
brendan%mozilla.org
|
ba0a9cb692
|
Arghhhhhh.
|
2006-02-02 19:55:20 +00:00 |