Ehsan Akhgari
bcac308338
Bug 815643 - Part 1: Implement the DOM bindings for ConvolverNode; r=roc
...
--HG--
extra : rebase_source : 9f6853dcaeeac1f36aa8c2ee90991a7f0ea0b145
2013-06-10 16:07:55 -04:00
Paul Adenot
bab0098f3f
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
cbf9313358
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
6ac4c467d3
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
520329b4ae
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
085b8e281d
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
494e8d58cd
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
d541e7f5d5
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
019518045d
Bug 881397 - Minor dominator-tree computation cleanups. r=sstangl
2013-06-10 15:48:10 -07:00
Dan Gohman
506c48a283
Bug 881366 - Simplify CheckOverrecursed sequences. r=sstangl
2013-06-10 15:48:10 -07:00
Adam Roach [:abr]
6fe1b0af22
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
5adf56e2de
Bug 881252 - Warn use of getUserData() or setUserData(). r=bz
2013-06-11 07:41:42 +09:00
Brian Nicholson
0337ae9dc3
Bug 880599 - Remove GeckoProfile.get() from provider creation. r=gbrown
2013-06-10 15:37:39 -07:00
Brian Nicholson
b55572883a
Bug 879505 - Use getCurrentActivity() in getActivityFromClick(). r=gbrown
2013-06-10 15:37:39 -07:00
Brian Hackett
6782186cda
Bug 881333 - Fix break in GGC builds.
2013-06-10 16:08:55 -06:00
Marco Bonardo
dba4bc2a6d
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
3c52102767
Bug 844818 - Make WebRTC aware of --enable-alsa/--enable-pulseaudio. r=jesup,ted
2013-06-08 12:47:31 +02:00
Varun Joshi
d6d2d700df
Bug 862765 - Fixed undefined OS.Shared.TEST. r=yoric
2013-06-13 09:35:12 -04:00
Mike de Boer
1b2bfcbff1
Bug 860119 - Live-update about:home page when defaultEngine property changes. r=mak
2013-06-11 22:41:22 +02:00
Panos Astithas
1587a8c4bd
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
a754608623
Merge mozilla-central and inbound
2013-06-13 11:33:19 +01:00
Ed Morley
732c42cb07
Merge mozilla-central and inbound
2013-06-13 10:31:46 +01:00
Seth Fowler
0563d1d692
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
a662e5bf78
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
70b8f1cadb
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
65a8cf4cec
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
18b959ec7c
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
cd638ade51
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
9eb0c4a77c
Bug 807492 Part 7 - use linux codepath on BSD in video_engine r=jesup
2013-06-13 08:44:53 +02:00
Landry Breuil
5cc4195dda
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
d876c8927b
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
2eadaff337
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
c0984e8be6
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
d566b5852d
Bug 868222 - Tab increment animation displays an artifact, r=wesj
2013-06-13 02:58:59 -04:00
Jonathan Wilde
c0433700c5
Bug 874963 - Work - popups don't move when scrolling. r=fryn
2013-06-12 17:55:49 -07:00
Jesse Ruderman
fc32eb81a0
Bug 882037 - Fix incorrectly escaped %, and use semicolons after comma-separated lists. r=luke
2013-06-12 22:24:06 -07:00
James Kitchener
aaa284cd89
Bug 796850 - Change XMLHttpRequest interface to support ByteString r=bz
2013-06-13 01:20:10 -04:00
James Kitchener
6d46bd7a62
Bug 796850 - Implement Code Generation for Bytestring in WebIDL bindings r=bz
2013-06-13 01:18:35 -04:00
James Kitchener
8740436c04
Bug 796850 - Implement WebIDL parser support for Bytestring r=bz
2013-06-13 01:15:35 -04:00
Boris Zbarsky
5f569d0d0e
Bug 880367 part 3. Add support for [ChromeOnly] on interface objects. r=smaug
2013-06-13 01:12:37 -04:00
Boris Zbarsky
510f0068e6
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
65c0969f7c
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
37c4e45f28
Bug 877607 - Tests. r=gene.lian
2013-06-08 09:57:02 +02:00
Albert Crespell
87dc59fd6a
Bug 877607 - Convert sample dates to local timezone when return. r=gene.lian
2013-06-08 09:57:02 +02:00
Gaia Pushbot
d6e95fcf6a
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
becec85670
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
702f5b7ab4
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
b1789a3741
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
2872205f7b
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
a47c1f0c5f
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