Andreas Gal
|
4737199830
|
Merge.
|
2009-01-12 19:40:09 -08:00 |
|
Andreas Gal
|
4fb7be0fff
|
Backed out changeset 8775c279e59c
|
2009-01-12 19:39:55 -08:00 |
|
Andreas Gal
|
e580261ef3
|
Merge.
|
2009-01-12 17:16:41 -08:00 |
|
Andreas Gal
|
162f124fd9
|
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
|
d1f00e6d29
|
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
|
c0e7964c90
|
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
|
775c6927fb
|
Fix the vim modeline.
--HG--
extra : rebase_source : 9a9ca3f9eb0d33fa6c43bf798612de7dbe9ae076
|
2009-01-12 15:07:31 -08:00 |
|
Jeff Walden
|
ec7f94e0da
|
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
|
9408a9add9
|
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
|
314cf39c41
|
Bug 472592 - unbox_jsval is infallible, make the signature reflect that. r=gal
|
2009-01-11 13:57:42 -08:00 |
|
Jeff Walden
|
179a1749fb
|
Despite the previous log message, the previous push was r=brendan
|
2009-01-10 15:25:03 -08:00 |
|
Jeff Walden
|
949fc3d056
|
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
|
a403a02f00
|
Bug 472787 - Eagerly set the return value. r=brendan
|
2009-01-09 18:32:04 -08:00 |
|
Andreas Gal
|
73fd6451b9
|
Track timeout side exits separately in jitstats (472761, r=jwalden).
|
2009-01-09 16:38:57 -08:00 |
|
Andreas Gal
|
4a9dbdaf12
|
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
|
436a268bae
|
Fix trace-test bustage due to my last checkin.
|
2009-01-09 17:12:20 -06:00 |
|
Robert Sayre
|
8e5f7ba091
|
Merge m-c to tracemonkey.
|
2009-01-09 01:23:32 -05:00 |
|
Robert Sayre
|
8549b885a1
|
Bug 466781 - TM: inconsistent (0 in d) where d is a String. r=brendan
|
2009-01-09 00:59:24 -05:00 |
|
Jeff Walden
|
75243b3b86
|
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
|
3fe3bfbf72
|
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
|
166f51b49c
|
Bug 471479. Cache webNavigation and contentWindow in the browser widget. r=gavin
|
2009-01-09 13:33:58 +13:00 |
|
Michael Ventnor
|
0aaeb2961d
|
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
|
318cfd2e10
|
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
|
dacf4ab104
|
Bug 456219. Fix clipping to padding-rect with rounded corners. r+sr=roc
|
2009-01-09 13:28:32 +13:00 |
|
Jeff Schiller
|
efd64b7e1d
|
Bug 435209. Fix logic errors in nsSVGPathSegList::ReplaceItem. r=longsonr,sr=roc
|
2009-01-09 13:26:59 +13:00 |
|
Robert O'Callahan
|
cca5e6840b
|
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
|
ec55ad45cf
|
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
|
0a88efce86
|
Bug 462593. Add nsPtrHashKey<T> to XPCOM. r=bsmedberg
|
2009-01-09 13:12:33 +13:00 |
|
Robert O'Callahan
|
28a011aa13
|
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
|
cf74ec9191
|
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
|
e0464655cd
|
Bug 472594 - Make analysis-tests work in out-of-tree objdir, r=jorendorff.
|
2009-01-08 10:40:36 -08:00 |
|
Robert Sayre
|
a23f6c3fb1
|
Merge.
|
2009-01-07 23:41:00 -05:00 |
|
Edward Lee
|
e10c805dd2
|
Bustage fix Bug 463483 (finalized typed query statement)
|
2009-01-07 16:53:54 -08:00 |
|
Edward Lee
|
a5317482ad
|
Bug 426864 - Only show user typed history pages for the urlbar dropdown. r=dietrich
|
2009-01-07 15:47:58 -08:00 |
|
Edward Lee
|
dacf203db8
|
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
|
85bdf95da4
|
bug 419086 - replacing the branch callback with the operation callback. r=brendan
|
2009-01-08 00:44:52 +01:00 |
|
Marco Bonardo
|
3b1f2a552d
|
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
|
1d07d32522
|
Bug 466407 - History menu often shows duplicated items, r=dietrich
|
2009-01-08 00:37:01 +01:00 |
|
Marco Bonardo
|
6fa7b73e03
|
Bug 471547 - move PlacesDBUtils getters to avoid possible leaks, r=sdwilsh
|
2009-01-08 00:37:01 +01:00 |
|
Marco Bonardo
|
aca69f7afa
|
Bug 471788 - 4 TUnit tests leak now, r=dietrich
|
2009-01-08 00:37:01 +01:00 |
|
Marco Bonardo
|
83a374cd4f
|
Bug 470429 - nsPlacesDBFlush::onItemAdded should not sync if the item is a container, r=sdwilsh
|
2009-01-08 00:37:00 +01:00 |
|
Marco Bonardo
|
248d436712
|
Bug 462765 - instant-apply muddies the MRU folder list in the bookmark properties dialog, r=dietrich
|
2009-01-08 00:37:00 +01:00 |
|
Boris Zbarsky
|
95874e95d3
|
Bug 472500. Allow generated content on XUL frames. r+sr=roc
|
2009-01-07 18:22:08 -05:00 |
|
Boris Zbarsky
|
835c17ffde
|
Bug 472501. Add XUL namespace checks in some more places where they're needed, and make the XBL suppression of child frame processing work for all frames, not just XUL. r=enndeakin, sr=roc
|
2009-01-07 18:22:05 -05:00 |
|
Steven Michaud
|
2d3c95c3f9
|
Delete event tap correctly. b=436897 r=josh sr=roc
|
2009-01-07 17:03:56 -06:00 |
|
L. David Baron
|
ae1b0746fd
|
Split insert-rule-1 into two tests, each of which inserts only one rule, so that we can remove reftest-wait at the right time and make the test reliable. (Bug 472267)
--HG--
rename : layout/reftests/font-face/insert-rule-1.html => layout/reftests/font-face/insert-rule-1a.html
rename : layout/reftests/font-face/insert-rule-1.html => layout/reftests/font-face/insert-rule-1b.html
|
2009-01-07 14:37:01 -08:00 |
|
Graydon Hoare
|
8424af9530
|
Bug 472553 - Annotations required by jsstack.js analysis, r=jorendorff.
|
2009-01-07 14:14:51 -08:00 |
|
Vladimir Vukicevic
|
86e71c7136
|
b=469916, lcms error when trying to open 0-sized profile; r=bholley
|
2009-01-07 11:50:14 -08:00 |
|
Doug Turner
|
886b61ad69
|
Bug 469715. Adding nsIDOMGeoPositionCoords. r/sr=jst
|
2009-01-07 10:26:58 -08:00 |
|
Igor Bukanov
|
3d5269621d
|
bug 465030 - Support terminating long-running scripts without using extra threads or signals. r=gal,sayrer
|
2009-01-07 18:45:13 +01:00 |
|