Commit Graph

98070 Commits

Author SHA1 Message Date
David Anderson
eb9c7d8ef0 Merge from mozilla-central. 2012-06-15 15:23:58 -07:00
David Anderson
cc4c8bced6 Backed out changeset 2235fddebe47 2012-06-15 15:11:38 -07:00
Tom Schuster
6e7300afb0 Bug 721438 -Implement LCompareS to optimize string equality tests. r=jandem 2012-06-15 23:52:38 +02:00
Marty Rosenberg
9483debb0e 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
505064e416 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
aa85cfc765 Bug 763018 - Report telemetry data for if background updates are enabled. r=rstrong 2012-06-15 11:59:35 -04:00
Brian R. Bondy
470c83fc9b 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
dd8cf25f67 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
42e78780a1 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
52cd3783ba 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
d04c812950 Bug 763011 - Report telemetry data for whether or not updates are enabled. r=rstrong 2012-06-15 11:59:35 -04:00
Nicolas Pierron
d14e7e88f6 Handle arguments[i] (Bug 735406 part 3, r=dvander) 2012-06-15 07:37:13 -07:00
Nicolas Pierron
8998fc99b1 Add Implementation of arguments.length (Bug 735406 part 2, r=dvander) 2012-06-15 07:23:31 -07:00
Nicolas Pierron
716e39c6d4 Add JSOP_ARGUMENTS. (Bug 735406 part 1, r=dvander) 2012-06-15 07:11:11 -07:00
Mike Hommey
2536fb188a Backout changeset a81526647059 and 560c492f81ad (bug 616262) because of Windows Moth perma-orange 2012-06-15 15:50:24 +02:00
Nicolas Pierron
4d3bcaca1f Fix merge bustage (Bug 759442, r=orange) 2012-06-15 06:36:23 -07:00
Nicolas Pierron
b1964feb78 Store actual number of arguments on the stack. (Bug 759442, r=dvander,mjrosenb) 2012-06-15 05:42:02 -07:00
Ed Morley
9ef4312c8c Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-06-15 13:32:55 +01:00
Marty Rosenberg
c89cede9fd Fix an annoying c++ parsing issue (no bug,r=red) 2012-06-15 05:06:07 -07:00
Jan de Mooij
ae378ad92b 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
ca6a14f44e 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
ed99f6b36e Fix some nits about comments. (no bug, r=jbramley) 2012-06-15 04:22:52 -07:00
Marty Rosenberg
76bfae9d3c 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
57c5676f6b Fix the name of the structure that forbids pools. (bug 759283, r=dvander) 2012-06-15 04:22:40 -07:00
Marty Rosenberg
14007c5af3 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
21aa695e95 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
ada608607b Bailout when the result of a%b is -0.0 (bug 763884, r=jbramley) 2012-06-15 04:22:40 -07:00
Marty Rosenberg
e6d667c0dc 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
7325d92c1e Flip the conditions for zeroing a bool -> double conversion (bug 763882, r=jbramley) 2012-06-15 03:28:04 -07:00
Marty Rosenberg
071810a1e5 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
171299b8a0 x << 32 is undefined in C, my bad. (bug 760443, r=jbramley) 2012-06-15 03:28:03 -07:00
Mike Hommey
758b2fe3a0 Fixup for bug 616262 to avoid Windows PGO bustage. r=me 2012-06-15 10:49:53 +02:00
Jan de Mooij
210f29ba6a Bug 764304 - Use useRegisterAtStart for more instructions. r=dvander 2012-06-15 09:37:17 +02:00
David Flanagan
c84d8e3b46 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
bb38fbaa32 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
49bd730fa1 Bug 764389 - Add an API to change the principals of a compartment. r=luke 2012-06-15 08:30:09 +02:00
Mike Hommey
b1b7ef4283 Bug 764021 - Add Startup Timeline probe for when entering main(). r=taras,r=bsmedberg 2012-06-15 08:23:08 +02:00
Mike Hommey
37b4360db7 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
ca68e02f93 Back out fcad61fcaf73 (bug 726191) for test_videocontrols.html bustage 2012-06-14 22:51:50 -07:00
Etienne Segonzac
a89a82fe3d 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
1533d022bb Back out 17e72edbf994 (bug 765106) because of test failures 2012-06-14 22:21:54 -07:00
Chris Pearce
ffaf17acca 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
David Anderson
5d306f605a Fix test bustage (no bug, r=luke). 2012-06-14 14:30:30 -07:00
David Anderson
38e78abaa7 Fix ARM build bustage. 2012-06-14 14:11:55 -07:00
David Anderson
7fde3abb49 Fix debug orange. 2012-06-14 14:06:11 -07:00
Nathan Froyd
59ad436727 Bug 764985 - make memory reporter helper macros ever-so-slightly more efficient; r=njn 2012-06-14 16:29:00 -04:00
Benoit Jacob
a4f9ebbddf Bug 763559 - Enable WEBGL_compressed_texture_s3tc with ANGLE - r=jgilbert 2012-06-14 23:16:21 -04:00
Matt Brubeck
4161644620 Back out bug 764621, bug 762717, bug 764638, and bug 764622 for mochitest failures 2012-06-14 20:12:06 -07:00
Jonathan Watt
ee7b3d7fe0 Bug 764824 - Make it easier to spot when were using a temporary context. r=longsonr. 2012-06-15 04:02:29 +01:00
Jonathan Watt
594e97c827 Bug 764813 - Avoid using gfxContext::SetMatrix in SVG code where possible. r=Bas. 2012-06-15 04:02:27 +01:00