User Push date [To Local] | Changeset | Patch author — Commit message |
---|---|---|
rsayre@mozilla.com Thu Dec 09 18:38:23 2010 +0000 | 58dcad7165befb0aa4a9ad28936f0ecb991753cf | Robert Sayre — Merge tracemonkey to mozilla-central. a=blockers ← 36 merge changesets [Collapse] |
ce3aa8d61749e13300e4738e942106636661f137 | Robert Sayre — Merge tracemonkey to mozilla-central. a=blockers | |
52d20032116aa1ecd79113d0413d2f83ae9400d5 | Jason Orendorff — Bug 614051 - TM: wrong behavior setting existing properties to joined function object values again. r=brendan. | |
010bd7365328ec688cc934f57cf5d6b360d7756c | Igor Bukanov — bug 617215 - eliminating JS_NewString usage in FF while fixing a leak there. r=bz | |
4d97e9955bfbfff03d1548db0e1ef7c5f55ad4fe | Boris Zbarsky — Bug 614138. Fix stupid typo that breaks opt builds. | |
ae03fdb249ad90fa54dda9626eae89c995fb0f6c | Boris Zbarsky — Bug 614138 followup to fix Windows debug compile errors for good. | |
bac4a8d704921fc4bcb6b4eeaf97e80fc4ee5ee6 | Boris Zbarsky — Bug 614138 followup to fix Windows debug compile errors. | |
00524af0568d35de461e175e814bf29f5b43168a | Boris Zbarsky — Bug 614138 part 2: Use js::Anchor to root things in traceable native quickstubs as needed. r=jorendorff, a=bzbarsky | |
929ed9d5d81b97a1ac8693ad2b2625fcfe9a996d | Jim Blandy — Bug 614138 part 1: Add an API for holding GC objects while we use values they own. r=jorendorff, a=bzbarsky | |
8220ab3cbe995be4de5e8e213914669101a1f609 | Jason Orendorff — Bug 617405 - Assertion failure: isObject() after defining getter on .prototype property of constructor. Take 2, removes two wrong tests. r=Waldo. (Additional r=Waldo on IRC to remove the tests.) | |
aa1d2555b057e425605094e065501b678a09c84c | Gregor Wagner — Bug 617505 - Don't OOM so easily growing dense arrays, r=gal | |
49f6b73ae373fc6fa432d458e56a456cbeb17a3b | Nicholas Nethercote — Bug 591698 - nsDOMWorkerFunctions returning false without setting error. r=jwalden. | |
119ee8894cfa1e8bd84802ba5f964e477599372b | Ben Turner — Merge backout, orange | |
b2f3dd1438d558d836e2114ec06d2d3c0fdfb0c2 | Ben Turner — Backed out changeset f205194a4128 | |
3a585fccd7668e29563467d648f19085bd93b901 | Jason Orendorff — Backed out changeset b890994e2595. Orange. | |
b890994e259510b12731ae6075516db1ec01e02d | Jason Orendorff — Bug 617405 - Assertion failure: isObject() after defining getter on .prototype property of constructor. r=Waldo. | |
f205194a412820f64173d8ec35786683569d1a1e | Ben Turner — Bug 612642 - 'JS base64 code needs to be updated for removal of JS_GetStringBytesZ'. r=jorendorff. | |
306ec169b99a949ed63dc7eab5f29464879a8c93 | Dave Herman — bug 617529, r=dmandelin: jstests.py command-line option to provide XUL info | |
92a5b1438bae5d3f5fc48084019e05b757b93b9c | Julian Seward — Compress the method JIT's native code map (bug 611400, r=dvander). | |
6637226d1ee2e4a490eb72d30fb57b55652fb518 | Ben Turner — Bug 611778. r=jorendorff. Forgot one nit, DONTBUILD. | |
4c18087c8bdab7bf22727c77e51c63971a7c64f2 | Ben Turner — Bug 611778. r=jorendorff. | |
2b9d805d77a1029b05ccf518fac746fde029e0ce | Nicholas Nethercote — Bug 588648 - Don't copy chars when scanning. r=brendan. | |
25e9c434bb1994fc3a330f25f3a6e9e680eadce8 | Nicholas Nethercote — Update nanojit-import-rev stamp. | |
9c48c587352a4935450991a826f344f7cba26219 | Nicholas Nethercote — Fix ARM test bustage caused by bug 615159. r=me. | |
79f9bf0c6146aeb8da750dbc00419fdbcf9e7827 | Nicholas Nethercote — Bug 615159 - nanojit: test both SSE2 and non-SSE2 code on tinderbox. r=Jacob.Bramley. | |
dadc1d60b6f3e5acc0213224d4488601f1c03d18 | timeless — Bug 615074 to + backing are unused ifndef JS_PUNBOX64 in FrameState::ensureFeSynced. r=dvander, a=dvander. | |
06902afe3a585f846860f4a635b4bc7fb9a17449 | timeless — Bug 606158 duplicate null check of construct in NewProxyObject. r=brendan. | |
9df99367ef2b306c4465174e5b9ab8fdf7675dc7 | timeless — Bug 587670 Process leaks file if it is a tty and it hits a line error or a buffer error. r=jorendorff. | |
3525f819579259736440a653ece333b463afd50b | Taras Glek — Bug 577812 - One declaration rule violation in Mozilla sources r=brendan | |
1eceb7866d063acefe8ff1c8ef2c5ac348506985 | Saint Wesonga — Remove unused js_DateSetXXX API. Bug 524179, r=brendan. | |
83858adedebcbdd7bc36d3ec526cb01aad496e38 | Andreas Gal — Bug 599188 - potential overflow in shell ShapeOf. r=jorendorff. | |
5fe72e17474528e3a412a9a434c85887b78961b6 | Jeff Walden — Bug 614333 - In aid of collecting empty script stats, add a frob to dump script statistics each time a new high number of scripts exist at one time, conditioned on DEBUG and the JS_DUMP_LIVE_SCRIPTS environment variable. r=brendan | |
37acb2ee51b1b6a5d0913a8070c41258f1cba8aa | Brendan Eich — Add more to {alloc,free}Slot comment, pick closing comment style nit. | |
98adda4dcc9c9e6c6df157bab8e37b3320261d09 | Jason Orendorff — Fix warning: no return value in JS_IsInRequest if !JS_THREADSAFE. no bug, rs=bz. | |
fc0384edf67bc8dbc7c502a1f56481e7dbf98025 | Igor Bukanov — Bug 614578 - Removal of nsAutoGCRoot. r=mrbkap | |
e35b70ffed69cf1729e8ba7dff19bbe974e9e52b | Igor Bukanov — Bug 612150 - Eliminating JS_GetFunctionName. r=mrbkap |