Andreas Tolfsen
8d70598ccc
Bug 1205687 - Package and include Marionette tests in all-tests.json; r=chmanchester,gps
...
Listing the tests in all-tests.json is prerequisite to adding support
for Marionette tests to `./mach test FILE`.
Marionette tests will be run from the source directory, as they do not
currently need packaging.
--HG--
extra : rebase_source : 41b80531b671cb2f4cca4337c41ba94ab189f8c0
2015-10-22 16:22:34 +01:00
Aaron Klotz
1880f9540d
Bug 1240607 - Force CreateWindow hooks to be detours. r=jmathies
2016-01-18 14:17:16 -07:00
Benjamin Bouvier
2a2dcf9916
Bug 1241886: Fix debug assertion if we're in dead code; r=luke
...
--HG--
extra : rebase_source : 49ebddae2542977219dcc8a9f91f80161ba14cef
2016-01-22 15:46:47 +01:00
Jean-Yves Avenard
6369bae28e
Bug 1240201: [opus] P2. Properly determine sample duration and time in webm demuxer. r=kinetik
2016-01-23 02:50:06 +11:00
Jean-Yves Avenard
9b20eae811
Bug 1240201: [vorbis] P1. Properly determine sample duration and time in webm demuxer. r=kinetik
2016-01-23 02:50:06 +11:00
Jean-Yves Avenard
05e96f1126
Bug 1241062: [opus] P1. Properly calculate decoded audio sample timestamps. r=kinetik
...
Similar fix as bug 1239223
.
2016-01-23 02:50:05 +11:00
Benjamin Bouvier
5bbe975aac
Bug 1241454: Unify AsmJSSimdOperation and SimdOperation; r=jolesen
...
--HG--
extra : commitid : JaWp8hWtDBH
extra : rebase_source : 0c64e02dbd89d4b7b6e6e4cf55abddb86c082e77
2016-01-22 11:36:47 +01:00
Benjamin Bouvier
1c15a4a673
Bug 1241454: Hoist SimdTypeDescr::Type into SimdType, unify AsmJSSimdType and SimdType; r=jolesen
...
--HG--
extra : commitid : 3fz2HDQo0m6
extra : rebase_source : 812dc0ce6a720660b9639daf70e4f581cd253e82
2016-01-22 11:04:02 +01:00
Benjamin Bouvier
d0ff3ed813
Bug 1241116: Fix a leak in js_StartPref; r=nbp
...
--HG--
extra : commitid : 4AeNetFYmWp
extra : rebase_source : 2a6fe4cd73217d28dc719eba500dbfbb57c97ef0
extra : amend_source : 89734c01b5703c2386a229054ba4910d3f91cbb8
2016-01-20 15:05:57 +01:00
Jean-Yves Avenard
06996763f9
Bug 1240995: [ffmpeg] P2. Deregister libavcodec global mutex. r=gerald
...
This ensure the memory allocated for their internal mutex is cleared
2016-01-23 01:35:52 +11:00
Jean-Yves Avenard
6cc095b16d
Bug 1240995: [ffmpeg] P1. Refactor FFmpeg PDM. r=kentuckyfriedtakahe
...
This greatly simplify how the external libavcodec and libavutil are linked.
2016-01-23 01:35:52 +11:00
Hannes Verschore
9a08c3cafd
Bug 1240880: IonMonkey: Only do float analysis of filtertypeset with floating point types, r=bbouvier
2016-01-22 09:13:06 -05:00
Gijs Kruitbosch
12e1d8f1cf
Bug 1236058 - recognize bluetooth keyboard devices when determining whether to show an on-screen keyboard, r=masayuki,f=jaws
...
--HG--
extra : rebase_source : 17f3303f8b351f82a920def8a8db6443830aa58c
2016-01-18 13:07:55 +00:00
Andreas Pehrson
a8d30ac647
Bug 1240478 - Have MediaStreamSizeListener active at all times, not only when playing. r=jesup
...
--HG--
extra : rebase_source : d5f0e7be0aabd6a78e6ed92a33dc80d442813c84
2016-01-21 19:42:55 +08:00
Andreas Pehrson
9f79834068
Bug 1240478 - Assert that we know the video size on 'loadedmetadata'. r=jesup
...
--HG--
extra : rebase_source : 3808a82751b5471c9cd8f6e179d4742598f43806
2016-01-21 19:42:55 +08:00
Andreas Pehrson
9b12f6f31f
Bug 1240478 - Add test for video size on 'loadedmetadata'. r=jesup,jib
...
--HG--
extra : rebase_source : cac927b30d865fe7be6a4c6b68184f074bd14da3
2016-01-21 19:42:55 +08:00
Andreas Pehrson
8ee887650b
Bug 1240478 - Remove Mutex from MediaStreamSizeListener. r=jesup
...
--HG--
extra : rebase_source : 3bd448b8a74b5e5962f4767421a29bbf9d89c7eb
2016-01-21 19:42:54 +08:00
Hannes Verschore
63117a51eb
Bug 1214059: Baseline: Enable switch to debug mode at function entry, r=jandem
2016-01-22 08:07:52 -05:00
Carsten "Tomcat" Book
9eb5f1349b
Merge mozilla-central to mozilla-inbound
2016-01-22 14:04:01 +01:00
Carsten "Tomcat" Book
191124bd17
merge mozilla-inbound to mozilla-central a=merge
2016-01-22 12:05:24 +01:00
Carsten "Tomcat" Book
d5babafe14
merge fx-team to mozilla-central a=merge
2016-01-22 12:00:32 +01:00
Lars T Hansen
68ba3156a4
Bug 1241776 - turn ENABLE_SHARED_ARRAY_BUFFER on for all channels. r=nbp
...
--HG--
extra : rebase_source : f3d8b7a60aed46ea26df01906665261f0c95da88
extra : amend_source : 1291270f8cf4a6c7828ca0373c9ede238fb2786e
2016-01-22 08:23:42 +01:00
Masatoshi Kimura
d624addc38
Bug 1241432 - Implement GB18030-2005. r=smontagu
2016-01-22 21:32:03 +09:00
Jean-Yves Avenard
5d5df26d1d
Bug 1241660: Disable ffmpeg PDM on mac by default. r=cpeterson
2016-01-22 23:28:37 +11:00
Jan de Mooij
4cee719d8d
Bug 1234845 part 8 - Remove JitProfilingFrameIterator special case for eval that's no longer needed. r=shu
2016-01-22 13:28:06 +01:00
Andrea Marchesini
9e47057422
Bug 1241565 - nsIHttpChannelInternal should be a builtinclass, r=honzab.moz
2016-01-22 11:55:54 +00:00
Carsten "Tomcat" Book
8002f9c857
Backed out changeset b1bbd5c1d6c0 (bug 772528) for xpcshell test failures
2016-01-22 11:46:50 +01:00
Sylvestre Ledru
9859212218
bug 1151954 - move get_apk.sh to a mozharness file. Remove the hgignore, not used in the in-tree r=me
2016-01-22 11:17:53 +01:00
Sylvestre Ledru
4cc688dcb7
bug 1151954 - move get_apk.sh to a mozharness file r=sylvestre
2016-01-22 11:14:11 +01:00
Randell Jesup
fc4ef2aa30
Bug 1194259: nsresult != NS_IMETHODIMP rs=bustage
...
--HG--
extra : commitid : 8fAvxwbBFp7
2016-01-22 04:32:50 -05:00
Mike Hommey
648c73cb1d
Fixup for bug 1239217 fixing a shell construct that does not work in autoconf. r=me
2016-01-22 16:16:06 +09:00
Makoto Kato
a3c28e8e93
Bug 676828 - Use RAII for AudioSession instead. r=bholley
2016-01-22 16:08:14 +09:00
Gregory Szorc
b49f08ef42
Bug 1241771 - Print install manifest processing time; r=glandium
...
--HG--
extra : rebase_source : 55c85facadd02ffe237c0a9ba65f7523708bdc2f
2016-01-21 22:42:47 -08:00
Mike Hommey
6acbd96f93
Bug 1239217 - Enable the hybrid FasterMake+RecursiveMake backend for artifact builds. r=gps
2016-01-22 15:43:27 +09:00
Mike Hommey
6098e02a36
Bug 1239217 - Add the FasterMake+RecursiveMake hybrid backend. r=gps
2016-01-22 15:43:26 +09:00
Mike Hommey
e50a6cfd7b
Bug 1239217 - Make the RecursiveMake build system create backend files generically. r=gps
...
The current rule is only for "backend.RecursiveMakeBackend", but, with
the current default of generating both the RecursiveMake and FasterMake
backends, the command creates/refreshes both backends. This is, in fact,
how the FasterMake backend is refreshed in most cases.
Moreover, with an hybrid backends, the generated file is not
"backend.RecursiveMakeBackend" anymore, so we need a more generic way to
handle this.
Furthermore, it's not necessarily desirable for all backends to have a
dependency file to handle the dependencies to refresh the backend, so
generate a plain list instead. This has the side effect of making `mach
build-backend --diff` more readable for changes to that file.
Finally, make the backend.* files created like any other backend file,
such that its diff appears in the `mach build-backend --diff` output.
2016-01-22 15:43:24 +09:00
Mike Hommey
f549721406
Bug 1239217 - Stop making the FasterMake build system refresh the backend on its own. r=gps
...
The FasterMake build system is meant to be invoked through `mach build
faster`, which does it already, or, in the near future, as part of an
hybrid build system, which will deal with it as well. People doing
`make -C objdir/faster` won't have the backend automatically refreshed,
but that's not a supported way to use it anyways.
2016-01-22 15:43:23 +09:00
Mike Hommey
185469f678
Bug 1239217 - Add the notion of Partial and Hybrid build backends. r=gps
...
Make the FasterMake backend a partial build backend.
2016-01-22 15:43:21 +09:00
Mike Hommey
2bbd2afaf4
Bug 1239217 - Skip empty install manifests, apart a few exceptions. r=gps
...
Install manifests are not empty in normal conditions, apart a few
exceptions where they are only used for a "magic" `rm -rf`.
However, we're going to introduce changes that will empty some of
the install manifests and make their work happen from a different
backend, in which case we don't want them to correspond to a `rm -rf`.
2016-01-22 15:43:16 +09:00
Timothy Nikkel
6a8edbd624
Bug 1241371. Don't schedule an image visibility update every time display port margins change. r=kats
...
Displayport margins change by small amounts on almost every single scroll. We do not want to update image visibility nearly that often.
As the comment, and the original bug (bug 1169881) suggest this is only meant to catch rather large changes in display ports as we already have means to trigger an image visibility update via a scroll position change and via any style or layout flush.
2016-01-22 00:29:17 -06:00
Wes Kocher
f861f48ea6
Merge m-c to fx-team, a=merge
...
--HG--
extra : commitid : Es4cn1Rfk4x
2016-01-21 17:37:58 -08:00
Wes Kocher
b429a2b497
Merge m-c to b2ginbound, a=merge
...
--HG--
extra : commitid : H2ysIYdFRyR
2016-01-21 17:37:13 -08:00
sakshi
8945046260
Bug 1207185 - Removed additional header borders from Sync preferences r=markh
...
--HG--
extra : commitid : 6tLrIjF5Ltd
extra : rebase_source : 3a1e2a7a8cbde167246bdfee51fc6d93157e2f1a
2016-01-21 16:44:06 -08:00
Vivien Nicolas
17b024a99d
Bug 1212321 - Stop painting on app launch. r=fabrice
2016-01-21 14:54:33 -08:00
B2G Bumper Bot
e070f81d79
Bumping manifests a=b2g-bump
2016-01-21 14:30:47 -08:00
B2G Bumper Bot
fb51b550d6
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/369730543786
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #33902 from hfiguiere/bug1236275-disable-music-oga-test
Bug 1236275 - Disable music-oga test that cause an outlier error. r=mhenretty
========
https://hg.mozilla.org/integration/gaia-central/rev/7775b02c5554
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1236275 - Disable music-oga test that cause an outlier error.
========
https://hg.mozilla.org/integration/gaia-central/rev/4ea2e97eefab
Author: Sam Foster <sfoster@mozilla.com>
Desc: Merge pull request #33917 from sfoster/close-server-bug-1240905
Bug 1240905 - close not kill http.Server instances
========
https://hg.mozilla.org/integration/gaia-central/rev/393131a807f5
Author: Sam Foster <sfoster@mozilla.com>
Desc: Bug 1240905 - close not kill http.Server instances. r=auswerk
2016-01-21 14:29:12 -08:00
Matthew Noorenberghe
15c57dfa41
Bug 1241633 - Make screenshot.exe a GUI application to avoid a console window when run. r=ted
...
--HG--
extra : commitid : AhoMqIeagXk
extra : rebase_source : dd29dfcf4776078cf329d436e70c93f6236d4b6c
2016-01-21 13:33:37 -08:00
B2G Bumper Bot
926c323326
Bumping manifests a=b2g-bump
2016-01-21 11:40:53 -08:00
Ehsan Akhgari
1809816b44
Bug 1240916 - Part 2: Update the en-US dictionary to SCOWL 2016.01.19 a=merge
...
--HG--
extra : commitid : Ai2LXdbdLEH
extra : source : e1208d0c3551e78a6b79a4c733e51b6e53d4211a
2016-01-21 14:38:56 -05:00
Kevin Atkinson
a94c5fb202
Bug 1240916 - Part 1: Fix dictionary upgrade scripts a=merge
...
--HG--
extra : commitid : 4Er6wpJBo43
extra : source : 7459d6a6761054bad4e35a20591ccd9139a6fa94
2016-01-21 14:35:29 -05:00