Commit Graph

7781 Commits

Author SHA1 Message Date
bclary%bclary.com
e9bdb84776 JavaScript Test Library - regression test for bug 341675, by Igor Bukanov 2006-06-17 04:54:08 +00:00
bclary%bclary.com
99dc9732c0 JavaScript Test Library - regression test for bug 341500, by Igor Bukanov 2006-06-17 04:46:15 +00:00
bclary%bclary.com
db2b8d2079 JavaScript Test Library - regression test for bug 341499, by Igor Bukanov 2006-06-17 04:40:13 +00:00
bclary%bclary.com
bd22b9adae JavaScript Test Library - regression test for bug 341496, by Igor Bukanov 2006-06-17 04:36:01 +00:00
bclary%bclary.com
407bdd50cc JavaScript Test Library - regression test for bug 341360, by Ted Mielczarek, Ria Klaassen 2006-06-17 04:28:35 +00:00
bclary%bclary.com
c420b4d0eb JavaScript Test Library - regression test for bug 340526, by Igor Bukanov 2006-06-17 02:58:31 +00:00
bclary%bclary.com
99032d0253 JavaScript Test Library - regression test for bug 340024, by jhs@lysator.liu.se 2006-06-17 02:47:03 +00:00
mrbkap%gmail.com
0ccee130e1 Hacky patch to allow XPConnect's global objects to participate in the JS engine's new JSCLASS_GLOBAL_FLAGS class flags. bug 339041, r=shaver, sr=sicking 2006-06-17 01:03:10 +00:00
bclary%bclary.com
f9c1cdd373 JavaScript Test Library - regression test for bug 340369, by Ria Klaassen, Gavin Sharp 2006-06-17 00:50:52 +00:00
bclary%bclary.com
aece56f10c JavaScript Test Library - regression test for bug 338709, by Seno Aiko 2006-06-16 22:32:08 +00:00
igor.bukanov%gmail.com
1b632c00b3 Bug 341675: Prevent an infinite loop in GC when a close hook create more objects with close hooks. r=mrbkap 2006-06-16 19:21:38 +00:00
igor.bukanov%gmail.com
b170611b96 Bug 341510: GC executes close hooks after the sweeping phase as a bulletproof way to prevent finalization of new live things created by the hooks. r=mrbkap 2006-06-16 19:18:50 +00:00
bclary%bclary.com
8234e4942c JavaScript Test Library - regression test for bug 339685, by Jesse Ruderman 2006-06-16 15:14:03 +00:00
bclary%bclary.com
9d749f8350 JavaScript Test Library - regression test for bug 338653, by shadowpage, Igor Bukanov 2006-06-16 14:34:56 +00:00
bclary%bclary.com
e17b40198b JavaScript Test Library - regression test for bug 338307, by TOYAMA Nao 2006-06-16 12:50:07 +00:00
igor.bukanov%gmail.com
4ebdd1094a Bug 340526: make sure during GC that all unreachable objects with close hooks are closed. r=mrbkap 2006-06-16 09:51:11 +00:00
bclary%bclary.com
84b26ca512 Bug 340036: Script tag should support version 1.7, r=mrbkap, r=peterv, sr=brendan 2006-06-15 21:47:59 +00:00
bclary%bclary.com
20bc441541 JavaScript Test Library - regression test for bug 331719, by David Baron 2006-06-15 10:51:00 +00:00
igor.bukanov%gmail.com
5c77935888 Bug 341499: The assert in js_NewGCThing about not running GC now takes into account that we allow allocation from close hooks. r=mrbkap 2006-06-15 10:42:57 +00:00
igor.bukanov%gmail.com
e43c76eb9d Bug 341496: Iterator class now tells the engine about extra slots it uses as its instances are exposed to scripts. r=mrbkap 2006-06-15 10:35:11 +00:00
igor.bukanov%gmail.com
16c92706ee Bug 340751: js_NewGCThing now contains missed checks for delayed GC after too many allocation. r=mrbkap 2006-06-15 10:28:39 +00:00
igor.bukanov%gmail.com
640729a776 Bug 340129: Bulletproof rooting of objects during sharp graph construction/usage. r=mrbkap 2006-06-15 10:14:42 +00:00
gavin%gavinsharp.com
db10e826e9 Fix bustage (forgot to check in these files for bug 337095) 2006-06-15 04:17:43 +00:00
gavin%gavinsharp.com
5c16889651 When calling from C++ out to JS, decide whether to wrap in XPCNativeWrapper based on the callee, not based on what's on the JS stack. The latter is not relevant in this case. Bug 337095, patch by bzbarsky, r=jst/mrbkap, sr=brendan 2006-06-15 03:45:18 +00:00
mrbkap%gmail.com
a9b2667c51 Add some sanity checks. bug 336410, r=igor 2006-06-15 03:26:21 +00:00
mrbkap%gmail.com
1c3b387bd2 Don't fold attribute values whose keys weren't folded since it produces invalid output. bug 340042, r=brendan 2006-06-15 03:17:34 +00:00
bclary%bclary.com
2a90e56d39 JavaScript Test Library - regression test for bug 325269, by Igor Bukanov, a=bsmedberg for checkin to closed tree 2006-06-15 00:17:03 +00:00
bclary%bclary.com
29ca1cef11 JavaScript Test Library - regression test for bug 319980, by diablohn, WADA 2006-06-15 00:14:16 +00:00
bclary%bclary.com
5f0b183588 JavaScript Test Library - regression test for bug 313938, by Igor Bukanov, a=bsmedberg for checkin to closed tree 2006-06-15 00:11:28 +00:00
bclary%bclary.com
83c798dd5e JavaScript Test Library - regression test for bug 313763, by Igor Bukanov, a=bsmedberg for checkin to closed tree 2006-06-15 00:08:42 +00:00
bclary%bclary.com
3307ff6c97 JavaScript Test Library - regression test for bug 313630, by Igor Bukanov, a=bsmedberg for checkin to closed tree 2006-06-15 00:05:51 +00:00
bclary%bclary.com
24c39aecd7 JavaScript Test Library - regression test for bug 313479, by Igor Bukanov, a=bsmedberg for checkin to closed tree 2006-06-15 00:00:19 +00:00
bclary%bclary.com
7b841d2b8c JavaScript Test Library - regression test for bug 313276, by Igor Bukanov, a=bsmedberg for checking to closed tree 2006-06-14 23:57:40 +00:00
bclary%bclary.com
afdc0d5304 JavaScript Test Library - regression test for bug 312278, by Igor Bukanov, a=bsmedberg for checkin to closed tree 2006-06-14 23:54:13 +00:00
bclary%bclary.com
d234f753ef JavaScript Test Library - regression test for bug 311792, by Igor Bukanov, a=bsmedberg for checkin to closed tree 2006-06-14 23:51:15 +00:00
bclary%bclary.com
037ccbc99e JavaScript Test Library - regression test for bug 311497, by Igor Bukanov, a=bsmedberg for checkin to closed tree 2006-06-14 23:48:08 +00:00
bclary%bclary.com
eef471d7ec JavaScript Test Library - browser automation infrastructure, no bug, not part of the build, a=bsmedberg for checkin to closed tree 2006-06-14 23:45:22 +00:00
bclary%bclary.com
026937fdca JavaScript Test Library - regression test for bug 313952, by Igor Bukanov, a=bsmedberg for checkin to closed tree 2006-06-14 23:40:50 +00:00
bclary%bclary.com
0fe3d7aa45 JavaScript Test Library - regression test for bug 327170, by Jonas Jonsson 2006-06-14 23:34:14 +00:00
bclary%bclary.com
db60b1550d JavaScript Test Library - regression test for bug 327691, by Jesse Ruderman, a=bsmedberg for checkin to closed tree 2006-06-14 23:23:36 +00:00
bclary%bclary.com
596fd7f505 JavaScript Test Library - regression test for bug 305335, by shutdown 2006-06-14 23:17:21 +00:00
bclary%bclary.com
fc0292aa49 JavaScript Test Library - miscellaneous fixes for test automation, no bug, not part of the build, a=bsmedberg for checkin to closed tree 2006-06-14 23:14:14 +00:00
bclary%bclary.com
d5eefe02f5 JavaScript Test Library - add JavaScript 1.7 version and fix JavaScript 1.6 to browser menu, no bug, not part of the build, a=bsmedberg for checkin to closed tree 2006-06-14 23:10:47 +00:00
bclary%bclary.com
dd9101e033 JavaScript Test Library - exclude sub-categories from browser menu if all tests are excluded, no bug, not part of the build, a=bsmedberg for checkin to closed tree 2006-06-14 23:09:11 +00:00
bclary%bclary.com
4690063a69 JavaScript Test Library - fix MakeDate, bug 341554, a=bsmedberg for checkin to a closed tree 2006-06-14 19:35:19 +00:00
bclary%bclary.com
ff0e8dc4a3 JavaScript Test Library - add support for browser tests which complete after page load, bug 341550, a=bsmedberg for checkin to closed tree 2006-06-14 18:52:00 +00:00
bclary%bclary.com
6ffc7a26f1 JavaScript Test Library - add JS 1.7 tests by Jeff Walden, bug 341300, not part of the build, a=bsmedberg for checkin during tree closure 2006-06-14 18:16:46 +00:00
bclary%bclary.com
09d48daf4d JavaScript Test Library - add JS 1.7 infrastructure, bug 341300, not part of the build, a=bsmedberg for checkin during tree closure 2006-06-14 18:03:48 +00:00
mrbkap%gmail.com
6cebff1c46 Distinguish between void (VTYPE_VOID) and null (VTYPE_EMPTY). bug 341364, r=bzbarsky sr=shaver 2006-06-14 16:41:29 +00:00
igor.bukanov%gmail.com
99ed8ebc2a Bug 340129: Reverting all the commits as the tree IS CLOSED. 2006-06-13 23:06:17 +00:00