Jeff Walden
|
70193c9e1b
|
Oops, backed out the wrong patch last time
|
2009-01-14 11:35:08 -08:00 |
Jeff Walden
|
a13543934e
|
Backed out changeset de45be487415, the real change I wanted to back out
|
2009-01-14 11:34:39 -08:00 |
Jeff Walden
|
fc20999689
|
Back out 71cd51a61b67 because tinderboxen are intermittent-orange, but I absolutely cannot believe this is the problem that they're hitting
|
2009-01-14 11:30:28 -08:00 |
Jeff Walden
|
6baf29a194
|
Backed out changeset 71cd51a61b67
|
2009-01-14 11:28:59 -08:00 |
Igor Bukanov
|
6db93d9c62
|
bug 472702 - using watchdog thread in js shell to trigger operation callback
|
2009-01-14 18:23:51 +01:00 |
Jeff Walden
|
d0f5b7ccad
|
Remove a tab, kick tinderboxen to see if oranges are spurious or not
|
2009-01-13 23:03:42 -08:00 |
Jeff Walden
|
beb9574ea5
|
Bug 470364 - Make behavior of +/- when one operand is an object with a custom valueOf consistent with non-JIT, even if for the moment that behavior is non-standard. r=brendan
|
2009-01-13 19:06:03 -08:00 |
Andrei Saprykin
|
a4b0f1fe7d
|
bug 413735 - consistent readline usage
|
2009-01-13 16:35:47 +01:00 |
Jeff Walden
|
0b2bc8cf7f
|
Bug 470997 - TM: trace-test.js should throw an error when |test.jitstats| contains an unrecognized property name. r=gal
|
2009-01-12 18:06:22 -08:00 |
Andreas Gal
|
f45f0e21c7
|
Extend tree on shape mismatch (473277, r=danderson).
|
2009-01-12 19:49:03 -08:00 |
Andreas Gal
|
8605ae00c8
|
Trampolines can be 2 words, so take that into account when reserving space for LIR_call instructions (473225, r=danderson).
|
2009-01-12 19:46:13 -08:00 |
Andreas Gal
|
c34885636a
|
Merge.
|
2009-01-12 19:40:09 -08:00 |
Andreas Gal
|
da428deabd
|
Backed out changeset 8775c279e59c
|
2009-01-12 19:39:55 -08:00 |
Andreas Gal
|
292f82edc5
|
Merge.
|
2009-01-12 17:16:41 -08:00 |
Andreas Gal
|
a8d683ced2
|
Trampolines can be 2 words, so take that into account when reserving space for LIR_call instructions (473225, r=graydon).
|
2009-01-12 17:16:21 -08:00 |
Jeff Walden
|
c0ee5d2e2c
|
Add new jitstats to the list in trace-test.js, and add a comment to jitstats.tbl noting that the two lists must be synchronized.
|
2009-01-12 16:37:09 -08:00 |
Jeff Walden
|
1548305882
|
Fix typos in jitstats property name; it's "sideExitIntoInterpreter", not "sideExits"; also bump iteration counts so it's more obvious at a glance that bug 471214 is unfixed (and that when it's fixed the fixedness will be clear).
|
2009-01-12 16:12:54 -08:00 |
Blake Kaplan
|
d214dda1ea
|
Fix the vim modeline.
--HG--
extra : rebase_source : 9a9ca3f9eb0d33fa6c43bf798612de7dbe9ae076
|
2009-01-12 15:07:31 -08:00 |
Jeff Walden
|
7f8318c25f
|
Bug 472599 - TM: "Assertion failure: JSVAL_IS_INT(STOBJ_GET_SLOT(callee_obj, JSSLOT_PRIVATE))" with __proto__, call, toString. r=gal
|
2009-01-12 13:10:09 -08:00 |
Igor Bukanov
|
6fcb58cfde
|
bug 473167 - increase the maximum time chrome scripts are allowed to run in the debug builds. r=ted.mielczarek
|
2009-01-12 18:15:12 +01:00 |
Jeff Walden
|
4d666c78fd
|
Bug 472592 - unbox_jsval is infallible, make the signature reflect that. r=gal
|
2009-01-11 13:57:42 -08:00 |
Jeff Walden
|
1f3db3bd2d
|
Despite the previous log message, the previous push was r=brendan
|
2009-01-10 15:25:03 -08:00 |
Jeff Walden
|
318bcc9fff
|
Bug 466905 - Fix JSOP_NEWARRAY to be not-buggy and use it when possible. NOT REVIEWED YET
|
2009-01-10 12:15:08 -08:00 |
Blake Kaplan
|
782598ec0f
|
Bug 472787 - Eagerly set the return value. r=brendan
|
2009-01-09 18:32:04 -08:00 |
Andreas Gal
|
97b7b7f56e
|
Track timeout side exits separately in jitstats (472761, r=jwalden).
|
2009-01-09 16:38:57 -08:00 |
Andreas Gal
|
21c7ccafce
|
Push a dummy copy of EBP onto the stack to make sure EBP is aligned in the new stack frame (472791, r=graydon,edwsmith).
|
2009-01-09 15:18:00 -08:00 |
Jason Orendorff
|
82c5d82350
|
Fix trace-test bustage due to my last checkin.
|
2009-01-09 17:12:20 -06:00 |
Robert Sayre
|
3bc59baeb1
|
Merge m-c to tracemonkey.
|
2009-01-09 01:23:32 -05:00 |
Robert Sayre
|
f74f5f72ec
|
Bug 466781 - TM: inconsistent (0 in d) where d is a String. r=brendan
|
2009-01-09 00:59:24 -05:00 |
Jeff Walden
|
415d3b6382
|
Destroying the temporary context used in evalcx and also doing a GC invalidates shape numbers, which kinda makes testing hard because it breaks shapeOf(evalcx("lazy")) === shapeOf(evalcx("lazy")); don't GC. rs=brendan
|
2009-01-08 17:54:04 -08:00 |
Jeff Walden
|
6eb92a1258
|
Bug 469509 - runtests.py.in : don't print leak lines for classes that aren't leaked. r=ted
|
2009-01-08 16:52:07 -08:00 |
Taras Glek
|
b18fc3c917
|
Bug 471479. Cache webNavigation and contentWindow in the browser widget. r=gavin
|
2009-01-09 13:33:58 +13:00 |
Michael Ventnor
|
f91d268ecc
|
Bug 472488. Need to pass correct directory as part of filename in gtk_file_chooser_set_filename. r+sr=roc
|
2009-01-09 13:30:57 +13:00 |
Michael Ventnor
|
4d2d429ffe
|
Bug 472410. Don't adjust selection colors if the background is a -moz-appearance that we can't know anything about. r+sr=roc
|
2009-01-09 13:29:38 +13:00 |
Zack Weinberg
|
d3c96eb2d7
|
Bug 456219. Fix clipping to padding-rect with rounded corners. r+sr=roc
|
2009-01-09 13:28:32 +13:00 |
Jeff Schiller
|
85d353ff91
|
Bug 435209. Fix logic errors in nsSVGPathSegList::ReplaceItem. r=longsonr,sr=roc
|
2009-01-09 13:26:59 +13:00 |
Robert O'Callahan
|
f570471138
|
Bug 430332. Defer nsTransformingTextRun::RebuildTextRun until the linebreaker has completely set up the break and capitalization data on the transformed text run. r=smontagu
|
2009-01-09 13:23:28 +13:00 |
Robert O'Callahan
|
72a5cdcb42
|
Bug 440149. Don't break after empty text at the start of the line, even if we're past the available width. r=smontagu
|
2009-01-09 13:13:45 +13:00 |
Robert O'Callahan
|
3200a12ecf
|
Bug 462593. Add nsPtrHashKey<T> to XPCOM. r=bsmedberg
|
2009-01-09 13:12:33 +13:00 |
Robert O'Callahan
|
a97fa9e475
|
Bug 467481. Don't reorder the children of listboxbody frames using their ordinals. r+sr=bzbarsky
|
2009-01-09 13:11:30 +13:00 |
Jason Orendorff
|
9467fad588
|
Bug 471540 - TM: "Assertion failure: cp >= buf" at homicideReport.php. r=gal.
--HG--
extra : rebase_source : 7f3bc4e8db9ce307360792b889943d8609e8ff6e
|
2009-01-08 17:09:16 -06:00 |
Graydon Hoare
|
157e791c7e
|
Bug 472594 - Make analysis-tests work in out-of-tree objdir, r=jorendorff.
|
2009-01-08 10:40:36 -08:00 |
Robert Sayre
|
9fc7d8191c
|
Merge.
|
2009-01-07 23:41:00 -05:00 |
Edward Lee
|
ad9315df47
|
Bustage fix Bug 463483 (finalized typed query statement)
|
2009-01-07 16:53:54 -08:00 |
Edward Lee
|
9fd52b800f
|
Bug 426864 - Only show user typed history pages for the urlbar dropdown. r=dietrich
|
2009-01-07 15:47:58 -08:00 |
Edward Lee
|
43eb68c3ce
|
Bug 463483 - matchOnlyTyped no longer honored with special filters. r=dietrich
Bug 463558 - Switch matchOnlyTyped to restrict.typed "~" (default.behavior + 32)
|
2009-01-07 15:47:56 -08:00 |
Igor Bukanov
|
305e709555
|
bug 419086 - replacing the branch callback with the operation callback. r=brendan
|
2009-01-08 00:44:52 +01:00 |
Marco Bonardo
|
3aaa567274
|
Bug 468400 - xpcshell-simple/test_places/unit/test_adaptive.js | *** TIMEOUT ***: The test timed out while polling database, r=sdwilsh
|
2009-01-08 00:37:01 +01:00 |
Marco Bonardo
|
c7ecee1859
|
Bug 466407 - History menu often shows duplicated items, r=dietrich
|
2009-01-08 00:37:01 +01:00 |
Marco Bonardo
|
e1bff9ddc1
|
Bug 471547 - move PlacesDBUtils getters to avoid possible leaks, r=sdwilsh
|
2009-01-08 00:37:01 +01:00 |