Commit Graph

276400 Commits

Author SHA1 Message Date
Jeff Walden
1b6feacfd5 Initialize an outparam (to a totally bogus value) so that gcc doesn't complain about may-be-used-uninitialized in a case that can't actually be reached. No bug, rs=jorendorff
--HG--
extra : rebase_source : c1aed684b0113e4cfcff55f43b5a6e6e460fafe6
2012-06-15 14:59:34 -07:00
Tom Schuster
d9b093fb8b Bug 721438 -Implement LCompareS to optimize string equality tests. r=jandem 2012-06-15 23:52:38 +02:00
Nicolas Pierron
aa39fdf9b0 Fix off-by-one read of Values on x86/arm. (Bug 735406 fix, r=orange) 2012-06-15 22:09:55 -07:00
Nicolas Pierron
c867d0db1d Use ImmTag instead of Imm32. (Bug 735406 fix, r=orange) 2012-06-15 22:09:54 -07:00
Nicolas Pierron
816d6685a8 Remove output of the unboxing, not necesseray. (Bug 735406 fix, r=orange) 2012-06-15 22:09:54 -07:00
Nicolas Pierron
a41d9072e6 Fix payload index. (Bug 735406 fix, r=orange) 2012-06-15 22:09:54 -07:00
David Anderson
0dd273f1b9 Merge from mozilla-central. 2012-06-15 15:23:58 -07:00
David Anderson
5a17c1bf5c Backed out changeset 2235fddebe47 2012-06-15 15:11:38 -07:00
Tom Schuster
1ad531d325 Bug 721438 -Implement LCompareS to optimize string equality tests. r=jandem 2012-06-15 23:52:38 +02:00
Marty Rosenberg
651c97c782 Add in a function that was left out of the ARM port. (no bug, r=red) 2012-06-15 14:18:53 -07:00
Brian R. Bondy
1ab0d84824 Bug 763025 - Report telemetry data for the number of people that cannot upgrade due to permissions. r=rstrong 2012-06-15 11:59:35 -04:00
Brian R. Bondy
c3230f50b2 Bug 763018 - Report telemetry data for if background updates are enabled. r=rstrong 2012-06-15 11:59:35 -04:00
Brian R. Bondy
7c17764634 Bug 763016 - Report telemetry data for if the MozillaMaintenance service is installed. r=rstrong 2012-06-15 11:59:35 -04:00
Brian R. Bondy
fd2df49f11 Bug 763022 - Report telemetry data for the number of service related errors people encountered. r=rstrong 2012-06-15 11:59:35 -04:00
Brian R. Bondy
f11915f153 Bug 763017 - Report telemetry data for if the MozillaMaintenance service is enabled. r=rstrong 2012-06-15 11:59:35 -04:00
Brian R. Bondy
17bd99b3e2 Bug 763012 - Report telemetry data for whether or not updates are automatic. r=rstrong 2012-06-15 11:59:35 -04:00
Brian R. Bondy
59717dbbd1 Bug 763011 - Report telemetry data for whether or not updates are enabled. r=rstrong 2012-06-15 11:59:35 -04:00
Nicolas Pierron
7dbe13857b Handle arguments[i] (Bug 735406 part 3, r=dvander) 2012-06-15 07:37:13 -07:00
Nicolas Pierron
b051eca1e0 Add Implementation of arguments.length (Bug 735406 part 2, r=dvander) 2012-06-15 07:23:31 -07:00
Nicolas Pierron
8108c763e7 Add JSOP_ARGUMENTS. (Bug 735406 part 1, r=dvander) 2012-06-15 07:11:11 -07:00
Paul Rouget
49eaa7a9a6 Bug 761023 - [devtb] Developer Toolbar should re-open automatically if browser closed with it open; r=jwalker 2012-06-15 15:55:33 +02:00
Mike Hommey
cc362780fd Backout changeset a81526647059 and 560c492f81ad (bug 616262) because of Windows Moth perma-orange 2012-06-15 15:50:24 +02:00
Nicolas Pierron
717a208059 Fix merge bustage (Bug 759442, r=orange) 2012-06-15 06:36:23 -07:00
Nicolas Pierron
006fbc14ee Store actual number of arguments on the stack. (Bug 759442, r=dvander,mjrosenb) 2012-06-15 05:42:02 -07:00
Ed Morley
e76a671d8e Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-06-15 13:32:55 +01:00
Marty Rosenberg
974c187465 Fix an annoying c++ parsing issue (no bug,r=red) 2012-06-15 05:06:07 -07:00
Jan de Mooij
bae4aeb7ab Bug 762480 - Specialize Math.{log, sin, cos, tan}. r=dvander,mjrosenb
--HG--
extra : rebase_source : 4807dc6b8e71d93ad294d5ea8d1d92740e580d08
2012-06-15 13:27:04 +02:00
Jan de Mooij
4b2c263608 Bug 764432 - Fix small MUrsh constant folding bug. r=dvander
--HG--
extra : rebase_source : be2747ab9c6698138c8b78d5c14a3c50f60738ca
2012-06-15 13:17:53 +02:00
Marty Rosenberg
1e46928605 Fix some nits about comments. (no bug, r=jbramley) 2012-06-15 04:22:52 -07:00
Marty Rosenberg
44199bafa8 Fix negate on ARM remember to bail out properly with INT_MIN (bug 763883, r=jbramley) 2012-06-15 04:22:41 -07:00
Marty Rosenberg
1e32e477f7 Fix the name of the structure that forbids pools. (bug 759283, r=dvander) 2012-06-15 04:22:40 -07:00
Marty Rosenberg
4cd1d4c970 Fix the instances where switching an element from the forwarad pool to the backwards pool fills the backwards pool. (bug 763333, r=jbramley,dvander) 2012-06-15 04:22:40 -07:00
Marty Rosenberg
a1b959be50 Make sure the branches that are inserted at the beginning of non-pool sections are marked as unnatural (bug 765114, r=jbramley). 2012-06-15 04:22:40 -07:00
Marty Rosenberg
12dcc86c6f Bailout when the result of a%b is -0.0 (bug 763884, r=jbramley) 2012-06-15 04:22:40 -07:00
Marty Rosenberg
141ffc51e4 Add in some more nice spew code, and fix a simple off-by-one error (bug 762059, r=jbramley) 2012-06-15 04:22:34 -07:00
Marty Rosenberg
9a8fb9aa5f Flip the conditions for zeroing a bool -> double conversion (bug 763882, r=jbramley) 2012-06-15 03:28:04 -07:00
Marty Rosenberg
d26c89dfcb Fix a bug where we cannot trace through code during compilation (bug 760457, r=jbramley) 2012-06-15 03:28:04 -07:00
Marty Rosenberg
5cb66e4054 x << 32 is undefined in C, my bad. (bug 760443, r=jbramley) 2012-06-15 03:28:03 -07:00
Mike Hommey
41e8007adc Fixup for bug 616262 to avoid Windows PGO bustage. r=me 2012-06-15 10:49:53 +02:00
Jan de Mooij
3a5c252caf Bug 764304 - Use useRegisterAtStart for more instructions. r=dvander 2012-06-15 09:37:17 +02:00
David Flanagan
cda25a51d0 Bug 764614 - add b2g shell.js code to take and save system screenshots. r=vingtetun 2012-06-15 09:20:44 +02:00
Bobby Holley
3f91fbc21e Bug 764389 - Update compartment principals on inner window reuse and on document.write. r=bz 2012-06-15 08:31:27 +02:00
Bobby Holley
759d411034 Bug 764389 - Add an API to change the principals of a compartment. r=luke 2012-06-15 08:30:09 +02:00
Mike Hommey
c94455deff Bug 764021 - Add Startup Timeline probe for when entering main(). r=taras,r=bsmedberg 2012-06-15 08:23:08 +02:00
Mike Hommey
45feb6b7c3 Bug 764019 - Only rely on the maintenance service to enable preload on Windows. r=taras 2012-06-15 08:22:33 +02:00
Phil Ringnalda
73afd44bef Back out fcad61fcaf73 (bug 726191) for test_videocontrols.html bustage 2012-06-14 22:51:50 -07:00
Etienne Segonzac
9fb4899266 Bug 764414 - Let <iframe mozapp> content open popups even when it's in the background. r=bz 2012-06-15 07:48:15 +02:00
Matt Brubeck
3a132caff3 Back out 17e72edbf994 (bug 765106) because of test failures 2012-06-14 22:21:54 -07:00
Chris Pearce
3e1d8a533c Bug 726191 - Only setup video controls' volume control event listeners once we know that we have an audio stream. r=jaws 2012-06-15 17:05:57 +12:00
Jeff Walden
f0f8f1fd8b Bug 765990 - Never use Rooted<T> as a temporary, so that the Rooted->Handle conversion path occurs in only one manner, not two (ambiguous) manners. r=luke
--HG--
extra : rebase_source : 5623e436f6cd03a90ba0a188ee5d2fa8f8577766
2012-06-14 19:13:27 -07:00