Commit Graph

308669 Commits

Author SHA1 Message Date
Jim Mathies
a8b390f9d9 Bug 830347 - Fixup Windows omtc code so that it builds builds with the 601 sdk. r=bas 2013-05-09 10:32:50 -05:00
Jim Mathies
a06e5601e1 Bug 869936 - Add GetPreferredCompositorBackend to MetroWidget. r=bbondy 2013-05-08 09:57:29 -05:00
Jacek Caban
ae698a2c3f Bug 830347 - Fixed TextureD3D11.h compilation on GCC. 2013-05-08 13:48:56 +02:00
Gene Lian
986da68be0 Bug 869807 - B2G MMS: fail to send MMS due to the wrong assignment for expiryDate. r=vicamo a=leo+ 2013-05-08 18:41:00 +08:00
Gene Lian
d2d9823dca Bug 870302 - B2G MMS: use device time to specify the MMS receiving time. r=vicamo a=leo+ 2013-05-09 17:58:36 +08:00
Joe Drew
146e468252 Bug 869011 - Use the correct shader for RGBX gralloc textures. r=bjacob
--HG--
extra : rebase_source : cb20795caae616cbbaa7dcbe568d51afcc155e35
2013-05-06 14:27:37 -04:00
Margaret Leibovic
090866d549 Bug 867125 - Ignore deleted pinned sites in getTopSites query. r=wesj 2013-05-06 16:14:03 -04:00
Margaret Leibovic
3f7e7c0ebe Bug 867650 - Update awesomescreen results correctly when there's so autocomplete text. r=wesj 2013-05-06 16:14:01 -04:00
Margaret Leibovic
2337d5ec24 Bug 867627 - Speed up dominant color favicon backgrounds. r=bnicholson 2013-05-06 16:13:59 -04:00
Ryan VanderMeulen
b7979cd780 Backed out changeset bfa11f026529 (bug 857461) for mochitest-other asserts.
CLOSED TREE
2013-05-06 15:50:29 -04:00
Till Schneidereit
8cf3a4f344 Bug 868369 - remove guard in jsd_SetExecutionHook made superfluous by change in _newJSDScript to align with beta and aurora branches. r=me
--HG--
extra : rebase_source : 88045156e58f6d65f2ee1e821e24452be1a64a94
2013-05-06 21:43:57 +02:00
Ehsan Akhgari
8392b6badb Bug 865642 - Re-enable the Web Audio tests on Android; r=philor 2013-05-06 15:08:37 -04:00
Ehsan Akhgari
dc5737f942 Bug 868864 - Correctly scale the time values of AudioParam when converting it to ticks, and correctly calculate SetTargetAtTime event values the first time they're encountered; r=roc 2013-05-06 14:59:43 -04:00
Bas Schouten
d07d0900a7 Bug 830347 - Part 3: Integrate new D3D compositor into widget. r=jmathies 2013-05-03 19:34:33 +02:00
Bas Schouten
a999d47355 Bug 830347 - Part 2: Add the code for CompositorD3D11. r=jrmuizel 2013-05-03 19:34:29 +02:00
Anshul Jain
bfacd9e857 Bug 854334 - Voice mail notification FAIL. r=marshall 2013-05-02 15:22:25 -07:00
Alive Kuo
eb56ff9b72 Bug 868914 - Prevent background pages from locking orientation. r=mounir 2013-05-09 07:33:55 -04:00
Ryan VanderMeulen
831aab16b1 Merge inbound to m-c. 2013-05-09 00:17:46 -04:00
Ryan VanderMeulen
9f1e57c01e Merge birch to m-c. 2013-05-09 00:17:02 -04:00
Nick Hurley
b4df2f2093 bug 870168 - make mach handle multiple logged-in users properly r=gps DONTBUILD (NPOTB) 2013-05-08 18:06:17 -07:00
Gregory Szorc
298c09657e Bug 856392 - Categorize mach commands; r=jhammel
DONTBUILD (NPOTB)
2013-05-08 17:56:30 -07:00
Ehsan Akhgari
33ac92edbf Backed out changeset 694322457a64 (bug 860867) because the clang bug which required this workaround has been fixed 2013-05-08 20:26:00 -04:00
Ehsan Akhgari
8d14481739 Bug 869784 - Fix rooting hazards in the profiler; r=BenWa,till
X-Git-Commit-ID: da732de921f64d9bd6ea028ed384d2d5c80de66f
X-Mailer: git-send-email
2013-05-08 20:21:37 -04:00
Christian Sonne
66a299bc03 Bug 870112 - Migrate plugins.hide_infobar_for_missing_plugin to plugins.notifyMissingFlash r=dolske 2013-05-08 17:20:20 -07:00
Gregory Szorc
579e450774 Bug 869266 - Reduce number of SQL statements to record crashes; r=rnewman 2013-05-08 17:02:06 -07:00
Gregory Szorc
4381ba2115 Merge mozilla-central into services-central 2013-05-08 16:59:17 -07:00
Sean Stangl
61a31e4493 Bug 870149 - Move common x86/x64 lowering code to x86-shared. r=h4writer 2013-05-08 16:00:03 -07:00
Luke Wagner
aa13cded0a Bug 870144 - don't assume non-definition argument has a name when reporting asm.js validation errors (r=terrence)
--HG--
extra : rebase_source : 7b7ecf87bcbe04618c17cc117b299b733957f088
2013-05-08 16:34:01 -07:00
Yuan Xulei
e546a72d15 Bug 869303 - Notify keyboard to hide when the app window is closed. r=smaug 2013-05-08 12:27:59 -04:00
Ed Morley
ed3224128a Merge latest green inbound changeset and mozilla-central 2013-05-08 15:02:58 +01:00
Ryan VanderMeulen
c9d2086ccc Merge birch to m-c. 2013-05-08 09:59:16 -04:00
Chris Cooper
4a5b1b2b31 Bug 852553 - Set l10n base dir to l10n/ in mozconfigs (DONTBUILD) - r=armenzg 2013-05-08 06:50:24 -07:00
Gene Lian
c4e74c492d Bug 869841 - B2G MMS: Gaia cannot get request returned after calling .sendMMS(...). r=vicamo a=leo+ 2013-05-08 18:40:41 +08:00
Gian-Carlo Pascutto
62b4ce668b Backed out changeset 4b3a3f40730f (Bug 863290) for Android mochi-4 orange. 2013-05-08 10:01:14 +02:00
Hannes Verschore
3fca9cbc83 Bug 864468: IonMonkey: Skip argument type checks when type is known to match, r=jandem 2013-05-08 09:54:39 +02:00
Peter Van der Beken
3e22fefe23 Bug 869038 - Clear expando object the right way. r=bz.
--HG--
extra : rebase_source : c75c0ac7b07bbe9396f1b77b34c1e34575078a49
2013-05-08 09:20:13 +02:00
Eric Chou
f042f8e0de Bug 869332 - Don't reset call status while receiving an unhandled CallStateChanged event, r=gyeh 2013-05-08 14:16:51 +08:00
Robert O'Callahan
2d103b824c Bug 868406. Shut down MediaStreamGraph's thread. r=jesup
--HG--
extra : rebase_source : 0d5801b271d1658dba172cb5b156186052651990
2013-05-07 22:16:35 -07:00
Robert O'Callahan
7e20e1ed1a Bug 866579. Don't bother adding an arena-allocated DisplayItemClip to mDisplayItemClipsToDestroy if its destructor isn't going to do anything interesting. r=mattwoodrow
--HG--
extra : rebase_source : b8b64d9697cd2f19a42ff751cbfb7a1566f28209
2013-05-07 22:16:30 -07:00
Phil Ringnalda
3503cc6045 Merge m-c to s-c 2013-05-07 19:53:31 -07:00
Ryan VanderMeulen
e507d01d4b Merge inbound to m-c. 2013-05-07 22:10:19 -04:00
Ryan VanderMeulen
d706dbcdbb Backed out 4 changesets (bug 869178, bug 848490, bug 736276) for reftest crashes.
Backed out changeset f2d0107e85ec (bug 848490)
Backed out changeset f9a17848125a (bug 869178)
Backed out changeset c6904473984e (bug 736276)
Backed out changeset 84bdd96375ba (bug 736276)
2013-05-07 22:05:30 -04:00
Ryan VanderMeulen
6419683fb6 Merge birch to m-c. 2013-05-07 21:58:41 -04:00
Luke Wagner
1186c0f94c Make test_asmjs.html run faster (no bug,r=me)
--HG--
extra : rebase_source : 22f32a01d39e1de3ae7e2a070ee1ea01dc4b9a75
2013-05-07 16:47:18 -07:00
Sean Stangl
7c6479a448 Bug 870095 - Prefer clobbering binary operands with no further uses. r=h4writer 2013-05-08 16:42:50 -07:00
Dan Gohman
f363b8579d Bug 869507 - Eliminate unnecessary NaN checks. r=me
Several common floating-point conditions can be implemented without using a
separate NaN test.
2013-05-08 16:38:39 -07:00
Dan Gohman
99d6928d8b Bug 869532 - Eliminate unnecessary NaN checks and emit less redundant code. r=me 2013-05-08 16:38:39 -07:00
Brian Hackett
978dd1a882 Bug 868890 - Correctly generate barrier when accessing undefined properties of objects whose prototype also has the property, r=dvander. 2013-05-08 17:25:24 -06:00
Matt Brubeck
0c06887eb0 Backed out changeset a5b13623631c:0200fd49efc3 (bug 838692) for frequent Linux debug test_iframe_sandbox_navigation.html timeouts
CLOSED TREE
2013-05-08 16:14:03 -07:00
Brian Nicholson
9a5e7bd409 Backout 6ee620315ad4 for causing test timeouts on a CLOSED TREE 2013-05-08 15:47:23 -07:00