Daniel Holbert
|
6b8a0f9014
|
Whitespace-only: Fix parameter indentation in nsTableRowFrame.cpp and nsTableRowGroupFrame.cpp
|
2009-01-14 14:16:43 -08:00 |
Olli Pettay
|
ef7eab9b35
|
Bug 472730, window.sizeToContent() causes hang & full CPU usage, due to extreme recursion, r+sr=dbaron
|
2009-01-14 22:42:25 +02:00 |
David Mandelin
|
a31862e2d2
|
Bug 472440: JS tracing crash, typo in record_JSOP_CALL_GVAR, r=mrbkap
|
2009-01-14 11:42:35 -08:00 |
Jeff Walden
|
90040dd081
|
Oops, backed out the wrong patch last time
|
2009-01-14 11:35:08 -08:00 |
Jeff Walden
|
b378f8fcc6
|
Backed out changeset de45be487415, the real change I wanted to back out
|
2009-01-14 11:34:39 -08:00 |
Jeff Walden
|
cc44fed0a8
|
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
|
2b10c897e2
|
Backed out changeset 71cd51a61b67
|
2009-01-14 11:28:59 -08:00 |
Neil Deakin
|
db3620bb88
|
Bug 472090, fix variable name
|
2009-01-14 13:56:07 -05:00 |
Neil Deakin
|
33bd9e3c05
|
Bug 471438, check whether the drop event was cancelled when handling links in the browser
|
2009-01-14 13:23:33 -05:00 |
Neil Deakin
|
35280dec3a
|
Bug 342619, fix test on linux caused by window coordinates not updating properly when moving the window, r=roc
|
2009-01-14 13:23:09 -05:00 |
Neil Deakin
|
dd6cf51b95
|
Bug 472090, change scale to use a listener instead of mutation events, r=smaug,sr=neil
|
2009-01-14 13:21:58 -05:00 |
Ted Mielczarek
|
043ac8e978
|
fix check-sync-dirs to use the magic words for error output. (no bug)
|
2009-01-14 12:55:43 -05:00 |
Igor Bukanov
|
a736c5f84e
|
bug 472702 - using watchdog thread in js shell to trigger operation callback
|
2009-01-14 18:23:51 +01:00 |
Jeff Walden
|
5b100579ca
|
Remove a tab, kick tinderboxen to see if oranges are spurious or not
|
2009-01-13 23:03:42 -08:00 |
Jeff Walden
|
4bae56538f
|
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 |
Alexander Sack
|
2c2f23d63a
|
Bug 471359 - export js/ system_wrappers to their own directory. r=jim
|
2009-01-13 19:56:41 +01:00 |
Patrick McManus
|
e02c016fc7
|
Bug 467562. Fix race between the timeout on our DNS thread waits and signals to those threads that could cause DNS requests to go AWOL every so often. r+sr=bzbarsky
|
2009-01-14 12:18:27 -05:00 |
Andrei Saprykin
|
5bef92a687
|
bug 413735 - consistent readline usage
|
2009-01-13 16:35:47 +01:00 |
Jeff Walden
|
fd84f8a936
|
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
|
1840c55ed1
|
Extend tree on shape mismatch (473277, r=danderson).
|
2009-01-12 19:49:03 -08:00 |
Andreas Gal
|
5e5baac9e0
|
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
|
85db9f43bb
|
Merge.
|
2009-01-12 19:40:09 -08:00 |
Andreas Gal
|
03dd415e7d
|
Backed out changeset 8775c279e59c
|
2009-01-12 19:39:55 -08:00 |
Andreas Gal
|
d4a124b0eb
|
Merge.
|
2009-01-12 17:16:41 -08:00 |
Andreas Gal
|
30be65f596
|
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
|
e16147fd96
|
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
|
11a39d68ba
|
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
|
f34f71e5e8
|
Fix the vim modeline.
--HG--
extra : rebase_source : 9a9ca3f9eb0d33fa6c43bf798612de7dbe9ae076
|
2009-01-12 15:07:31 -08:00 |
Jeff Walden
|
2c008538f1
|
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 |
Dave Townsend
|
0a6f663f0b
|
Bug 386835: Page loaded in background doesn't get zoom applied until it is switched to. r=gavin
|
2009-01-12 20:15:27 +00:00 |
Ehsan Akhgari
|
010fd872fc
|
Bug 473440 - LTR edit box context menu appears LTR in RTL locales; r=dao,enndeakin
|
2009-01-14 20:26:33 +03:30 |
Steven Michaud
|
9ac38cf18c
|
Fix null dereference at nsMenuItemIconX::OnStopRequest(). b=471101 r=josh sr=roc
|
2009-01-14 09:55:50 -06:00 |
Peter Van der Beken
|
9584f0809f
|
Fix --enable-shark build bustage, r=ted. This is a temporary fix, real fix will be in bug 473563.
|
2009-01-14 16:47:43 +01:00 |
Bob Clary
|
b242a1173d
|
bug 467276 - tests for NaN/Infinity.toExponential(...)/toPrecision() should not check range, by szegedia%freemail.hu. Sync with CVS trunk.
|
2009-01-14 07:16:18 -08:00 |
Bob Clary
|
12d1673629
|
bug 352026 - update test to uniquely identify subtest results.
|
2009-01-14 07:16:18 -08:00 |
Bob Clary
|
939a091010
|
sync developer trace tests with js test suite.
|
2009-01-14 07:16:18 -08:00 |
Bob Clary
|
5f8a8ef34f
|
bug 472619 - update sisyphus to build 1.9.1 from releases/mozilla-1.9.1 and 1.9.2 from mozilla-central.
|
2009-01-14 07:16:17 -08:00 |
Bob Clary
|
0dd6189d7a
|
bug 458679 - JavaScript Tests by Igor Bukanov, Jesse Ruderman and Gary Kwong.
|
2009-01-14 07:16:17 -08:00 |
Bob Clary
|
12fecc8623
|
bug 469855 - allow test parameter to be placed anywhere in query string.
|
2009-01-14 07:16:16 -08:00 |
Bob Clary
|
c2f97a4fa8
|
bug 469696 - obsolete test for 1.9.1 branch.
|
2009-01-14 07:16:16 -08:00 |
Bob Clary
|
a88f8087ef
|
bug 454142 - JavaScript Test by Gary Kwong.
|
2009-01-14 07:16:16 -08:00 |
Bob Clary
|
6c94a5b48d
|
bug 462470 - update spidermonkey-n-1.9.1.tests to include missed test.
|
2009-01-14 07:16:16 -08:00 |
Bob Clary
|
7507efecf9
|
bug 465366 - JavaScript Test by Boris Zbarsky, Andreas Gal.
|
2009-01-14 07:16:16 -08:00 |
Bob Clary
|
54f6ea3ce5
|
bug 417131 - JavaScript Test by Igor Bukanov.
|
2009-01-14 07:16:16 -08:00 |
Bob Clary
|
4932281e94
|
bug 428366 - JavaScript Test by Blake Kaplan.
|
2009-01-14 07:16:15 -08:00 |
Bob Clary
|
8a2ae6631a
|
bug 371802 - JavaScript Test by Brendan Eich.
|
2009-01-14 07:16:15 -08:00 |
Bob Clary
|
3c0c5c6fda
|
bug 443071 - JavaScript Test by Jesse Ruderman.
|
2009-01-14 07:16:15 -08:00 |
Bob Clary
|
3f36cbc642
|
bug 465133 - JavaScript Test by Jesse Ruderman.
|
2009-01-14 07:16:15 -08:00 |
Peter Van der Beken
|
a4b4822583
|
Merge backout.
|
2009-01-14 15:13:37 +01:00 |
Peter Van der Beken
|
c31332c26a
|
Back out changeset 9fd8740decb8 (Fix for bug 471126 (leak content nodes (and sometimes dom windows) after clicking on nytimes.com articles).) to try to fix orange.
|
2009-01-14 15:12:37 +01:00 |