Commit Graph

134842 Commits

Author SHA1 Message Date
Paul Adenot
7341020bfd Bug 879651 - Choose between integers or float based on the platform rather than the CPU architecture. r=blassey 2013-06-11 02:07:22 +02:00
Luke Wagner
9785494f2a Bug 878505 - OdinMonkey: store to float array should accept doublish (r=bbouvier)
--HG--
extra : rebase_source : 3f4af584882995a49475903a0c4b87cf2b52d4af
2013-06-10 16:37:18 -07:00
Luke Wagner
ba29bf3d83 Bug 878433 - OdinMonkey: (signed % signed) should be intish, not int (r=bbouvier)
--HG--
extra : rebase_source : c2a1d3a7da1ac3b7dd8507772a8b1cdb33e3415e
2013-06-10 16:23:44 -07:00
Luke Wagner
e458bd96e0 Bug 878429 - IonMonkey: don't conflate 0 and -0 in IsConstant (r=jandem)
--HG--
extra : rebase_source : d51c8f2984c1346eeb377be9f08546ca3ba57f04
2013-06-10 16:22:57 -07:00
Luke Wagner
16c2b72897 Bug 878526 - OdinMonkey: handle 'unknown' type properly for FFI functions with unused results (r=bbouvier)
--HG--
extra : rebase_source : 13c2a08c6c1e1c8b00272a8aa0c5e7e17031e8ca
2013-06-10 16:21:21 -07:00
Matt Woodrow
ab44f0173c Bug 867226 - Don't crash if we can't create a valid framebuffer. r=bjacob 2013-06-11 11:38:03 +12:00
Gregory Szorc
cb69e3d905 Bug 878089 - mach shouldn't fail if terminal couldn't be configured; r=ted
DONTBUILD (NPOTB)
2013-06-10 16:16:25 -07:00
Dan Gohman
febf65b2d3 Bug 881397 - Minor dominator-tree computation cleanups. r=sstangl 2013-06-10 15:48:10 -07:00
Dan Gohman
a6d9daccdc Bug 881366 - Simplify CheckOverrecursed sequences. r=sstangl 2013-06-10 15:48:10 -07:00
Adam Roach [:abr]
27082cc4b5 Bug 879477: Update PC to use mHandle instead of (void *) this in logging r=ekr 2013-06-10 15:47:25 -07:00
Masatoshi Kimura
043ca816ee Bug 881252 - Warn use of getUserData() or setUserData(). r=bz 2013-06-11 07:41:42 +09:00
Brian Nicholson
07cc85ecb9 Bug 880599 - Remove GeckoProfile.get() from provider creation. r=gbrown 2013-06-10 15:37:39 -07:00
Brian Nicholson
179127068b Bug 879505 - Use getCurrentActivity() in getActivityFromClick(). r=gbrown 2013-06-10 15:37:39 -07:00
Brian Hackett
59384aa9a7 Bug 881333 - Fix break in GGC builds. 2013-06-10 16:08:55 -06:00
Marco Bonardo
2f793672fb Bug 769348 - Change selection algorithm for autofilled URLs prefixes.
This new variant limits selection to typed pages and suggests only prefixes that match all of those addresses.
r=paolo
2013-06-10 23:59:15 +02:00
Jan Beich
ad77a34995 Bug 844818 - Make WebRTC aware of --enable-alsa/--enable-pulseaudio. r=jesup,ted 2013-06-08 12:47:31 +02:00
Varun Joshi
c19f6afe37 Bug 862765 - Fixed undefined OS.Shared.TEST. r=yoric 2013-06-13 09:35:12 -04:00
Mike de Boer
0589ec46bc Bug 860119 - Live-update about:home page when defaultEngine property changes. r=mak 2013-06-11 22:41:22 +02:00
Panos Astithas
0c6c7776b1 Fix an intermittent failure in browser/devtools/debugger/test/browser_dbg_step-out.js (bug 882380); r=me 2013-06-13 13:33:22 +03:00
Ed Morley
0949a9435f Merge mozilla-central and inbound 2013-06-13 11:33:19 +01:00
Ed Morley
097f48e84f Merge mozilla-central and inbound 2013-06-13 10:31:46 +01:00
Seth Fowler
f91fd6f29e Bug 600207 (Part 2) - Tests for SVG image scaling in the presence of page zoom. r=dholbert 2013-06-13 00:47:30 -07:00
Seth Fowler
35dc379fd8 Bug 600207 (Part 1) - Avoid fuzzy SVGs on the tiling path by matrix twiddling. r=dholbert 2013-06-13 00:47:26 -07:00
Landry Breuil
065d62f295 Bug 807492 Part 11 - Support WebRTC on BSD in network modules rtp/udp r=jesup 2013-06-13 08:54:56 +02:00
Landry Breuil
33ab75941e Bug 807492 Part 10 - Add err.h and xlocale.h to system-headers for WebRTC on BSD r=ted 2013-06-13 08:54:44 +02:00
Landry Breuil
273fce0b81 Bug 807492 Part 9 - support WebRTC on BSD in system_wrappers/ r=jesup
Remove <malloc.h> inclusion in webrtc/system_wrappers/source/atomic32_posix.cc, it breaks on FreeBSD
2013-06-13 08:46:14 +02:00
Landry Breuil
8aec3fbb94 Bug 804792 Part 8 - Use the MacOSX codepath on BSD in voice_engine r=jesup 2013-06-13 08:44:58 +02:00
Landry Breuil
f9d0f3c54a Bug 807492 Part 7 - use linux codepath on BSD in video_engine r=jesup 2013-06-13 08:44:53 +02:00
Landry Breuil
502ec9b29a Bug 807492 Part 6 - Use linux codepaths on BSD in video_capture, uses v4l2 compatible API r=jesup 2013-06-13 08:42:03 +02:00
Landry Breuil
8b2632fb50 Bug 807492 Part 5 - Use the linux codepaths on BSD in audio_device r=jesup
Also open libpulse.so on OpenBSD, different versionning scheme.
2013-06-13 08:41:59 +02:00
Landry Breuil
d46d33b506 Bug 804792 Part 4: Select alsa/pulse/v4l depending on the OS, define WEBRTC_POSIX on BSD r=jesup 2013-06-13 08:41:54 +02:00
Landry Breuil
668fb2a3fc Bug 807492 Part 3 - Backport chunk of upstream gtest r629 to fix <tuple> detection on BSDs with old libstdc++, not breaking it on MacOSX r=upstream 2013-06-13 08:41:49 +02:00
Mark Capella
da695125a0 Bug 868222 - Tab increment animation displays an artifact, r=wesj 2013-06-13 02:58:59 -04:00
Jonathan Wilde
b6f7390e8e Bug 874963 - Work - popups don't move when scrolling. r=fryn 2013-06-12 17:55:49 -07:00
Jesse Ruderman
a3760474ad Bug 882037 - Fix incorrectly escaped %, and use semicolons after comma-separated lists. r=luke 2013-06-12 22:24:06 -07:00
James Kitchener
41dd9cfa20 Bug 796850 - Change XMLHttpRequest interface to support ByteString r=bz 2013-06-13 01:20:10 -04:00
James Kitchener
411a37e6e9 Bug 796850 - Implement Code Generation for Bytestring in WebIDL bindings r=bz 2013-06-13 01:18:35 -04:00
James Kitchener
244464efde Bug 796850 - Implement WebIDL parser support for Bytestring r=bz 2013-06-13 01:15:35 -04:00
Boris Zbarsky
738009a34f Bug 880367 part 3. Add support for [ChromeOnly] on interface objects. r=smaug 2013-06-13 01:12:37 -04:00
Boris Zbarsky
8fe36056f1 Bug 880367 part 2. Make ordering of named constructors in codegen deterministic. r=smaug
I ran into this when looking at the diff in codegen from part 1.
2013-06-13 01:12:33 -04:00
Boris Zbarsky
5544291d84 Bug 880367 part 1. Change the "enabled" callback for WebIDL constructors to take a JSContext* and the object the constructor will be defined on. r=smaug,bholley 2013-06-13 01:12:26 -04:00
Albert Crespell
86fdfbd03b Bug 877607 - Tests. r=gene.lian 2013-06-08 09:57:02 +02:00
Albert Crespell
8c0e7fa661 Bug 877607 - Convert sample dates to local timezone when return. r=gene.lian 2013-06-08 09:57:02 +02:00
Gaia Pushbot
48a8901ba1 Bumping gaia.json for 5 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/4740827fec69
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #10391 from samjoch/bug-883090-SoundsRemoveStartupShutdownSounds

Bug 883090 - [Sounds] Remove startup shutdown sounds and controls, r=@timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/368d15f14a38
Author: Sam Joch <samuel@guiora.com>
Desc: Revert "Merge pull request #9739 from samjoch/bug-812245-SoundShutDownAnimationNeedsASound"

This reverts commit e4bf807f22dd5c392d181a216b2e7d4ccd162308, reversing
changes made to 644c3a44023d6f8b447b8ad9d57583a1c5f6f723.

========

https://hg.mozilla.org/integration/gaia-central/rev/6427f2157f03
Author: Sam Joch <samuel@guiora.com>
Desc: Revert "Merge pull request #9284 from samjoch/bug-801895-SoundsUpdateBootSound"

This reverts commit 0ec2a2558cf41da4a2bf52bf6a550e5e2293602c, reversing
changes made to 71385ac3858d720e562f7818b01c9b62698b0478.

========

https://hg.mozilla.org/integration/gaia-central/rev/01437fb355ce
Author: Sam Joch <samuel@guiora.com>
Desc: Revert "Merge pull request #10117 from samjoch/bug-877813-SoundsControlToTurnOffBootAndShutdownSoundsIsNeededInSettings"

This reverts commit d5d898bb28b5ff931ec2bbdfe0b096b8e45329c9, reversing
changes made to b81ceb38b2eb044d8bb8a75baf7f551667e79441.

Conflicts:
	build/settings.py

========

https://hg.mozilla.org/integration/gaia-central/rev/e0886b6948ba
Author: Sam Joch <samuel@guiora.com>
Desc: Revert "Bug 879869 - Disable startup/shutdown sound by default r=lightsofapollo"

This reverts commit 45b9a38a486c87642052e08c7213c43ac20b222c.

Conflicts:
	build/settings.py
2013-06-14 05:31:23 -07:00
Gaia Pushbot
33d18217e8 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/ba32214cf08d
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #10385 from crdlc/bug-878422-master

Bug 878422 - [Homescreen] Logo stays forever after the quick access bar ...

========

https://hg.mozilla.org/integration/gaia-central/rev/be0f00827d3b
Author: crdlc <crdlc@tid.es>
Desc: Bug 878422 - [Homescreen] Logo stays forever after the quick access bar crashed
2013-06-14 03:01:23 -07:00
Gaia Pushbot
cbf4d96307 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/49915c05d4ef
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #10388 from timdream/facebook-oauth-fix

Bug 882363 - Only enable Facebook functionality if the app id is part of the partner customization, r=@yurenju, a=tef+

========

https://hg.mozilla.org/integration/gaia-central/rev/debf7ab07509
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Bug 882363 - Only enable Facebook functionality if the app id is part of the partner customization.
2013-06-14 02:46:24 -07:00
Gaia Pushbot
ca1ad5ff8b Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/b9e4a914a18a
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #10345 from crdlc/bug-860992

Bug 860992 - [B2G][Contacts] Time stamp of last contact import is not sh...

========

https://hg.mozilla.org/integration/gaia-central/rev/ec99eef7da34
Author: crdlc <crdlc@tid.es>
Desc: Bug 860992 - [B2G][Contacts] Time stamp of last contact import is not shown under Gmail or Hotmail in Contact Settings
2013-06-14 02:31:23 -07:00
Gaia Pushbot
8e6ab0b4f6 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/3b558b81bc51
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #10152 from leob2g/Bug_878662_Sound_Manager_CEWarningDialog_is_displayed_at_CEWarningVol_+_1

Bug 878662 - [System][Sound Manager] CEWarningDialog is displayed in incorrect timing, r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/415ee260023a
Author: hanj.kim <hanj.kim@lge.com>
Desc: Bug 878662 - [System][Sound Manager] CEWarningDialog is displayed at CEWarningVol + 1
2013-06-14 02:16:23 -07:00
Gaia Pushbot
367c8e5c39 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/f5f12069851f
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #10379 from mozshiao9/master_mms_882129

Bug 882129 - [MMS] [UX] Thread view. Spinner inside bubbles should be centered in the 4 rem margin. r=steveck-chung

========

https://hg.mozilla.org/integration/gaia-central/rev/bd5cc2497b70
Author: Mark Shiao <mshiao@mozilla.com>
Desc: Bug 882129 - [MMS] [UX] Thread view. Spinner inside bubbles should be centered in the 4 rem margin
2013-06-14 02:01:26 -07:00
Ed Morley
5e7daab284 Merge mozilla-central and birch 2013-06-14 09:58:22 +01:00