Commit Graph

212202 Commits

Author SHA1 Message Date
David Anderson
e363a58557 Backed out changeset 193b41b37d17 2009-11-11 23:03:17 -08:00
David Anderson
408fc6d967 Don't guard on scope chains that have a call object and a block object (bug 523793, r=brendan,dmandelin). 2009-11-11 19:22:32 -08:00
Nicholas Nethercote
08cb365445 Test case for bug 527288. r=edwsmith. 2009-11-11 18:17:55 +11:00
Nicholas Nethercote
1cca8b838e Update nanojit-import-rev stamp. 2009-11-11 15:39:46 +11:00
Graydon Hoare
d8d468ab86 Bug 527178 - Improve valid-displacement checks, r=edwsmith, r=dvander.
--HG--
extra : rebase_source : b95743173b293bd4a2a54b37124d4e85cb16d425
extra : convert_revision : eadf0b1a3fd0bd28303b12b905eb94a09a2ade1b
2009-11-10 14:55:35 -08:00
Nicholas Nethercote
151ec33ba4 Bug 527288 - TM: "Assertion failure: m != TT_INT32 || isInt32(*vp), at
../jstracer.cpp" with for, for...each.  r=edwsmith.

--HG--
extra : convert_revision : 8f59c1429621a0ebb1cab43c638e926df463d3a1
2009-11-11 11:47:39 +11:00
Rick Reitmaier
953c347eef Silence winmo compiler gripe about unused var (r+me)
--HG--
extra : convert_revision : f2504bf688652c6730b49dca93da149f419bb165
2009-11-10 14:49:12 -08:00
Luke Wagner
7d9e472b57 Bug 527147 - flat lambdas' parents differ between recording and trace (r=dmandelin) 2009-11-09 10:57:39 -08:00
Jacob Bramley
fc7df9e997 Update nanojit-import-rev stamp. 2009-11-10 09:16:55 +00:00
Jacob Bramley
51164a2687 Fix LIR_ov for LIR_mul on ARM. (bug 521161, r=gal)
--HG--
extra : convert_revision : 4d16a7956f99c889899f35fbd0ad3a9fb0c12e0d
2009-11-10 08:19:04 +00:00
Nicholas Nethercote
39271b4849 Bug 515309 - nanojit: kill reservations in the ARM backend. r=Jacob.Bramley.
--HG--
extra : convert_revision : 271317c774639b9604d3e9ab9d67d615b5166c64
2009-11-10 17:27:09 +11:00
Nicholas Nethercote
a16d210b19 Bug 525437 - clean up LIR_call. r=edwsmith.
--HG--
extra : convert_revision : 2f6b3b6eedb27044cc7699c923d4220dd169b823
2009-11-10 14:12:18 +11:00
Nicholas Nethercote
e7362f7ef7 Bug 515310 - nanojit: kill reservations in the x64 backend. r=dvander
--HG--
extra : convert_revision : 5ca7d17649581013e1f275d6e2d26693f1b5c55d
2009-11-09 17:15:24 +11:00
Graydon Hoare
c64bc87991 Bug 527139 - Fix lirasm's use of integer-divide on non-intel platforms, r=rreitmai.
--HG--
extra : convert_revision : f5bbb9569c737865a7ff88dde0fb370fe2862c01
2009-11-06 16:01:11 -08:00
Graydon Hoare
0e9c7005c8 Bug 525412 - remove the nonsensical 'no fastcall' check in lirasm, r=dvander.
--HG--
extra : convert_revision : 280b05e48279a2dfa1226915ad8e96f0ef3a19ff
2009-11-06 15:44:00 -08:00
David Mandelin
3a9f926349 Bug 519363 debugging followup: strip diagnostic instrumentation, r=lw 2009-11-09 16:57:47 -08:00
David Mandelin
edc430150a Bug 525028 followup: fix build bustage on non-tracing-enabled builds, no_r=me 2009-11-09 16:42:38 -08:00
David Mandelin
e5cb2a46ba Bug 525028: adding test case missed in previous commit, r=dvander 2009-11-09 15:38:08 -08:00
David Mandelin
dd990f825a Bug 525028: don't set args object properties from trace, r=dvander 2009-11-09 15:36:41 -08:00
Jeff Walden
cda6c3ba8d Update jstests.list for fix for bug 504078 2009-11-09 13:35:34 -08:00
Jeff Walden
4e3607880b Bug 504078 - Always guard on the class of iterator objects, not just when the iterator object is native at record time. r=brendan
--HG--
extra : rebase_source : 018075a7776016733ca9d91f79b76fa54a84bad3
2009-11-05 23:41:37 -08:00
Igor Bukanov
3f7f1c1ea1 bug 527027 - fixing date_makeDate regression. r=brendan 2009-11-08 21:44:53 +01:00
Robert Sayre
3f8dbfab81 Check whether the patch in Bug 527261 fixes a mochitest crash. 2009-11-08 10:41:44 -05:00
Robert Sayre
e57049cd34 Merge mozilla-central to tracemonkey. 2009-11-07 11:33:47 -08:00
Brendan Eich
e69b1df448 Fix empty script deserialization (525481, r=igor). 2009-11-07 11:23:00 -08:00
Tanner M. Young
c1b0176709 Bug 524090 - make "View Image Info" scroll to the selected image in the Page Info media tab. r=dao 2009-11-07 19:24:08 +01:00
Taras Glek
c63e503d72 Bug 525755 - crash [@ nsZipArchive::BuildFileList] using jar: with the file protocol without a '/' for the root of the filesystem. r=alfredkayser 2009-11-07 16:19:20 +01:00
Tanner M. Young
f02a7b1843 Bug 524092 - fix for compatibility with "View Frames" add-on. r=dao 2009-11-07 12:29:52 +01:00
Dão Gottwald
ded14bca93 Bug 526987 - getItemList, getIncompatibleItemList, getDependentItemListForID and updateAndGetNewBlocklistedItems itemCount out params should be optional. r=dtownsend 2009-11-07 09:21:07 +01:00
Ryan Flint
dfaafdf0d0 Bug 507073 - Don't build nsBrowserDirectoryProvider as a separate library. r=vlad
--HG--
rename : browser/components/dirprovider/nsBrowserDirectoryProvider.cpp => browser/components/dirprovider/DirectoryProvider.cpp
2009-11-07 02:19:44 -05:00
Alexander Surkov
d40392231b Bug 526915 - aria-describedby broken in FF 3.6b1, r=marcoz, davidb 2009-11-07 14:37:51 +08:00
Mats Palmgren
a91ff35e31 Crash test for bug 497875. 2009-11-07 04:28:26 +01:00
Justin Dolske
90c2cebf38 Bug 521906 - Breakpad should report if extension compatibility overrides are being used. r=dtownsend 2009-11-06 18:40:15 -08:00
Justin Dolske
952e2a88c3 Bug 519729 - Crash [@nsHttpsHandler::GetProtocolFlags(unsigned int*)] with COMPUTERBILD Abzockschutz addon. r=cbiesinger 2009-11-06 18:40:13 -08:00
Daniel Holbert
215eb041c8 Bug 501754: Disable test_videocontrols_audio_direction.html and test_videocontrols_video_direction.html, due to excessive failure rate (pending investigation) 2009-11-06 18:25:13 -08:00
Graydon Hoare
5740f94af7 Bug 526755 - abort rather than flush on oversized global object, r=dvander. 2009-11-06 16:34:17 -08:00
Daniel Holbert
294129f4ef bug 526323: disable test_access_control.html on windows due to excessive orange (pending investigation) 2009-11-06 16:27:37 -08:00
Nochum Sossonko
df32b0ef6e Bug 491759 - Clear geolocation token when exiting private browsing; r=dougt,ehsan 2009-11-06 19:05:52 -05:00
Jonas Sicking
835b9bac4e Bug 521668: Don't parse more data from the network, even if pumping the event loop from a event handler rather than from a <script>. r=mrbkap 2009-11-06 15:30:24 -08:00
Jonas Sicking
7521e26d68 Bug 521668: Fire DOMLinkAdded asynchronously to avoid unexpected recursion. r=bent sr=jst 2009-11-06 15:30:24 -08:00
Dave Townsend
11d299dd23 Bug 526651: Interfaces changed between the 1.9.2 branch and trunk with no IID rev. r=joe, r=mak77, r=myk 2009-11-06 14:33:17 -08:00
Dão Gottwald
a000a5494e Bug 521659 - Main menu doesn't have hover/pressed state when using lightweight theme. r=rflint
--HG--
extra : rebase_source : 977345fdc59197573586aa197ead87c3ff0d2171
2009-11-06 22:57:12 +01:00
Dão Gottwald
673c03c02d Bug 526989 - getEngines, getVisibleEngines and getDefaultEngines engineCount out params should be optional. r=gavin
--HG--
extra : rebase_source : ea466269b081c55e6ce4d178a00a9b882f65ac93
2009-11-06 22:56:26 +01:00
Dão Gottwald
eb8a1d8f47 fix completely broken browser_bug481560.js
--HG--
extra : rebase_source : 0c0b93b67504c9230c4fb3cced6de6a35e43a1c5
2009-11-06 22:44:11 +01:00
Dão Gottwald
5e3beb9848 Bug 484315 - With browser.tabs.closeWindowWithLastTab set to false popups cannot be closed. r=gavin
--HG--
extra : rebase_source : 98796a0d5f44a4a93fcb6e62484f2a45b978d4eb
2009-11-06 22:39:46 +01:00
Mats Palmgren
998928868a Null-check mCurrentPrototype (it's set to null when loading an overlay fails). b=497875 r=neil 2009-11-06 22:52:00 +01:00
Marco Bonardo
0fb511bbd9 Revert changeset fc4702c75a04 since it is likely causing bug 527074. 2009-11-06 13:26:50 -08:00
Paul O’Shannessy
01b219a64a Bug 525635 - browser_NetworkPrioritizer.js randomly timeouts. r=Enn 2009-11-06 13:14:54 -08:00
Dave Townsend
22c6d8824b Bug 526635: Interfaces changed on the 1.9.2 branch with no IID rev. r=enn, r=vlad, r=josh, r=mak77, r=ted, r=roc 2009-11-06 11:31:22 -08:00
Benjamin Smedberg
8871005ccb Bug 527058 - nsHelperAppDlg.js shouldn't do delayed registration, r=sdwilsh 2009-11-06 14:06:49 -05:00