Commit Graph

458461 Commits

Author SHA1 Message Date
Kartikaya Gupta
6588e4c9c6 Bug 1238040 - Add a telemetry probe for potential checkerboarding duration. r=botond,vladan
--HG--
extra : commitid : LH7k2Hg3hxz
2016-01-21 09:13:47 -05:00
Kartikaya Gupta
3d102a0fd7 Bug 1238040 - Update telemetry measures for checkerboarding. r=botond,vladan
--HG--
extra : commitid : 4IRG9F5ZHcB
2016-01-21 09:13:47 -05:00
Ryan VanderMeulen
cf4d89e24e Bug 1241121 - Upgrade SQLite to version 3.10.2. r=mak
--HG--
extra : rebase_source : e1aa31cfa0211da5c03ea7c92b7777bcc4c748e4
2016-01-21 08:53:39 -05:00
Jean-Yves Avenard
b7eecc5ada Bug 1240201: [opus] P2. Properly determine sample duration and time in webm demuxer. r=kinetik 2016-01-22 00:40:56 +11:00
Jean-Yves Avenard
b20992e3b8 Bug 1240201: [vorbis] P1. Properly determine sample duration and time in webm demuxer. r=kinetik 2016-01-22 00:40:56 +11:00
Jean-Yves Avenard
0549b6ea29 Bug 1241062: [opus] P1. Properly calculate decoded audio sample timestamps. r=kinetik
Similar fix as bug 1239223.
2016-01-22 00:40:55 +11:00
Andreas Tolfsen
706c27ecab Bug 1240576 - Use Preferences.jsm throughout Marionette; r=automatedtester
A distinct advantage is that try...catch statements are no longer used
to control the flow of code.

--HG--
extra : rebase_source : e3dcadcf9fdfcfe9d227b571b5a830437428762c
extra : source : 2b6d148fd941363e4580137e5d6efc0eebdaf7bd
2016-01-18 22:05:30 +00:00
Benjamin Bouvier
cdcfc32c4f Bug 1229399: Allow to peek into the internal wasm IR; r=luke
--HG--
extra : rebase_source : 0355098f5027e033ca75e14be2cfd7b6bfa9211b
2016-01-21 13:36:57 +01:00
Benjamin Bouvier
24d1714f5f Bug 1229399: Remove expression statements opcodes in wasm; r=luke
--HG--
extra : rebase_source : a978b3e2317d234d88ec3006a45bf1a7ab094a13
2016-01-21 12:31:45 +01:00
Olli Pettay
2046dc5aff Bug 1241339 - ObserverService may keep Console object alive until shutdown, r=baku
--HG--
extra : rebase_source : 85c4a69353b7f62ae41ba7e2edf3594ff0537223
2016-01-21 15:17:33 +02:00
Till Schneidereit
721d1fae81 Bug 1240283 - Slim down JSDate instances by not caching cheaply-computed values. r=Waldo
--HG--
extra : rebase_source : 5f189a0d92ba38d3d48cf94230f004c62d78268d
2016-01-19 22:45:36 +01:00
Jean-Yves Avenard
fcfc749a5a Bug 1240630: [ffmpeg] P4. Rename FFmpegH264Decoder into FFmpegVideoDecoder. r=kentuckyfriedtakahe
The days we used to only be able to use the FFmpeg decoder for H264 are long gone. It can do H264, VP6, VP8 and VP9.

--HG--
rename : dom/media/platforms/ffmpeg/FFmpegH264Decoder.cpp => dom/media/platforms/ffmpeg/FFmpegVideoDecoder.cpp
rename : dom/media/platforms/ffmpeg/FFmpegH264Decoder.h => dom/media/platforms/ffmpeg/FFmpegVideoDecoder.h
2016-01-19 22:20:01 +11:00
Jean-Yves Avenard
721fd7b736 Bug 1240630: [ffmpeg] P3. Only build FFmpeg on mac and unixes. r=kentuckyfriedtakahe
This is a partial revert of bug 1214462 part2. We don't need FFmpeg support on Android or Windows anymore; instead the functionality is provided by the FFVPX PDM.
Remove support for FFmpeg on Windows.
2016-01-19 22:00:03 +11:00
Jean-Yves Avenard
98b3022d0a Bug 1240630: [ffvpx] P2. Hook up FFVPX PDM to PDMFactory. r=kentuckyfriedtakahe
Add new preference media.ffvpx.enabled to control FFVPX PDM being enabled.
2016-01-19 17:31:25 +11:00
Jean-Yves Avenard
aeefe81d51 Bug 1240630: [ffvpx] P1. Add a FFVPX PDM. r=kentuckyfriedtakahe
This allows support for linking to two different version of libavcodec: our own and the system one if found.
ffvpx symbols are loaded within the namespace mozilla::ffvpx.
2016-01-19 17:29:19 +11:00
Nicolas Silva
c7cf4b994f Bug 1180942 - Use cairo's image backend for drawing on linux. r=jrmuizel 2016-01-21 14:12:51 +01:00
Nicolas Silva
f5ff561792 Bug 774689 - Make 632781-verybig.html allocate canvas big enough to test software rendering while being less likely to cause OOM. r=Bas 2016-01-21 14:10:47 +01:00
Jacek Caban
65aeb7ca6d Bug 1167248 - Cross compilation fixup. 2016-01-21 13:40:07 +01:00
Jacek Caban
ea0edf0971 Bug 1239672 - Fixed symbols file support on mingw. r=glandium 2016-01-21 13:39:41 +01:00
Dan Minor
ab69635d0b Bug 1239939 - [mozsystemmonitor] Reduce poll interval on exit r=wlach
Currently we poll at an interval of 1 second when shutting down
mozsystemmonitor. This causes a noticeable shutdown delay on short
running processes. Reducing the interval to 0.1 reduces this delay without
seeming to have any adverse effects.

--HG--
extra : rebase_source : da59ee8d09ada188d011e3a7138b30d91850aacd
2016-01-18 06:28:10 -05:00
aleth
36977bfc4a Bug 1241306 - Disable services/fxaccounts/tests/xpcshell/test_accounts_device_registration.js for Thunderbird. r=markh
--HG--
extra : rebase_source : ad4fe10b36da03402f48c89a864debb66cff9b4f
2016-01-21 12:06:12 +01:00
Carsten "Tomcat" Book
1f6cfe0ec7 Merge mozilla-central to mozilla-inbound 2016-01-21 12:29:20 +01:00
Carsten "Tomcat" Book
adbf945ebf merge mozilla-inbound to mozilla-central a=merge 2016-01-21 11:49:16 +01:00
Carsten "Tomcat" Book
cd45ffecf9 merge fx-team to mozilla-central a=merge 2016-01-21 11:47:56 +01:00
B2G Bumper Bot
088e36cd93 Bumping manifests a=b2g-bump 2016-01-20 22:00:48 -08:00
B2G Bumper Bot
0f5bf5d553 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d74e738cd626
Author: Fischer-L <Fischer-L@users.noreply.github.com>
Desc: Merge pull request #33898 from Fischer-L/bug_1240493-update-fling-player-search-time

Bug 1240493 - [Stingray][fling-player][TV][2.5] Update video backward/forward searching time, r=rex

========

https://hg.mozilla.org/integration/gaia-central/rev/1f4d812f6bdb
Author: Fischer.json <foxbrush@Fischerjsons-MacBook-Pro.local>
Desc: Bug 1240493 - [Stingray][fling-player][TV][2.5] Update video backward/forward searching time

========

https://hg.mozilla.org/integration/gaia-central/rev/ae12485a5d55
Author: Fischer-L <Fischer-L@users.noreply.github.com>
Desc: Merge pull request #33912 from Fischer-L/bug_1238862-fling-player-duration-0

Bug 1238862 - [TV][Seamless experience] The total length of video should not be 00:00, r=rex

========

https://hg.mozilla.org/integration/gaia-central/rev/1ce8ce3158ce
Author: Fischer.json <foxbrush@Fischerjsons-MacBook-Pro.local>
Desc: Bug 1238862 - [TV][Seamless experience] The total length of video should not be 00:00
2016-01-20 21:59:14 -08:00
B2G Bumper Bot
32237e0b5c Bumping manifests a=b2g-bump 2016-01-20 20:16:52 -08:00
B2G Bumper Bot
ad9e5d3b70 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/57d90a8bd7b7
Author: Askeing Yen (fyen) <askeing@gmail.com>
Desc: Merge pull request #33919 from askeing/bug_1241038

Bug 1241038 - test_click_run_stopwatch_laps failed

========

https://hg.mozilla.org/integration/gaia-central/rev/b22f326505ba
Author: askeing <askeing@gmail.com>
Desc: Bug 1241038 - test_click_run_stopwatch_laps failed
2016-01-20 20:15:13 -08:00
B2G Bumper Bot
0af7e8cbe7 Bumping manifests a=b2g-bump 2016-01-20 20:06:06 -08:00
B2G Bumper Bot
1617a75059 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/002c73e58514
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #33927 from hfiguiere/bug1199530-wait-for-list-enumerate

Bug 1199530 - Wait for enumerate before getting the data. r=justindarc

========

https://hg.mozilla.org/integration/gaia-central/rev/d609851c1523
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1199530 - Wait for enumerate before getting the data.

========

https://hg.mozilla.org/integration/gaia-central/rev/382a2004e9b2
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #33925 from hfiguiere/bug1235879-shuffle-test

Bug 1235879 - Cleanup shuffle test. r=justindarc

========

https://hg.mozilla.org/integration/gaia-central/rev/5e8d15f9ddf9
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1235879 - Cleanup shuffle test.
2016-01-20 20:04:29 -08:00
B2G Bumper Bot
b4fceb4392 Bumping manifests a=b2g-bump 2016-01-20 14:10:56 -08:00
B2G Bumper Bot
c227b84389 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b0e029cdf15b
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #33904 from hfiguiere/bug1238822-check-rating-orange

Bug 1238822 - Make sure the rating is visible before clicking. r=justindarc

========

https://hg.mozilla.org/integration/gaia-central/rev/09c2ccacddad
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1238822 - Make sure the rating is visible before clicking.
2016-01-20 14:09:14 -08:00
B2G Bumper Bot
f73475de60 Bumping manifests a=b2g-bump 2016-01-20 11:10:53 -08:00
B2G Bumper Bot
0bbbc45b36 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ad4544d4d921
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #33914 from mwargers/1240153

Bug 1240153 - test_settings_media_storage.py : Fix AssertionError

========

https://hg.mozilla.org/integration/gaia-central/rev/bcbce0b47d5f
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1240153 - test_settings_media_storage.py : Fix AssertionError
2016-01-20 11:09:12 -08:00
James Long
7e04a1838f Bug 1238881 - force the devtools version of React to always generate HTML elements r=Honza 2016-01-20 13:00:30 -05:00
Matthew Noorenberghe
1f95421da5 Bug 1231408 - Add browser-chrome-screenshots to run the screenshots subsuite. r=armenzg DONTBUILD NPOTB
--HG--
extra : commitid : BOfPEmvnfmH
extra : amend_source : 985118105fcb78b8331b623299ca8f174a56b0e7
2016-01-20 09:54:36 -08:00
B2G Bumper Bot
f8b542976a Bumping manifests a=b2g-bump 2016-01-20 09:50:47 -08:00
B2G Bumper Bot
b9673c2d31 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6b5ef5ad5ebc
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Merge pull request #33911 from JohanLorenzo/bug-1240699

Bug 1240699 - Abstract mock injection and move mock_navigator_moz_icc…

========

https://hg.mozilla.org/integration/gaia-central/rev/e08fdff4a1ed
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Addressed review

========

https://hg.mozilla.org/integration/gaia-central/rev/210fe8772a06
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Fix permafail Gij17 and Gij19

========

https://hg.mozilla.org/integration/gaia-central/rev/e8ed2212ddde
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Bug 1240699 - Abstract mock injection and move mock_navigator_moz_icc_manager.js from SMS to shared
2016-01-20 09:49:12 -08:00
B2G Bumper Bot
1dde7b648c Bumping manifests a=b2g-bump 2016-01-20 07:40:52 -08:00
B2G Bumper Bot
13de744f1d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/072c08df7f55
Author: Ray Lin <ralin@mozilla.com>
Desc: Merge pull request #33923 from raylin/1233533-intermittent-keyboard-test

Bug 1233533 - Intermittent test fail on Keyboard App. r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/e083ce4688e2
Author: Ray Lin <ralin@mozilla.com>
Desc: Bug 1233533 - Intermittent test fail on Keyboard App. r=timdream
2016-01-20 07:39:11 -08:00
Mark Goodwin
89af1d5165 Bug 1232258 - Fix 'Learn More' link in aboutCertError.xhtml and aboutNetError.xhtml r=past 2016-01-20 15:33:44 +00:00
Jon Coppeard
c4e67b81f4 Bug 1241183 - Make nsScriptLoadRequest non-threadsafe now it's no longer used as a context for network loads r=sicking 2016-01-21 10:19:06 +00:00
Ting-Yu Lin
94991d3936 Bug 1241008 - Add preference to show or hide selection bars. r=mtseng
--HG--
extra : rebase_source : 87593ce1fc35e0d99e4a5b68f5fe5b3725cc25b6
2016-01-21 11:11:38 +08:00
Carsten "Tomcat" Book
aeb98474f5 Merge mozilla-central to b2g-inbound 2016-01-20 15:55:11 +01:00
Carsten "Tomcat" Book
89b4eb902b Backed out changeset d5b8283acbce (bug 1238906) for conflicting with merge down from m-c 2016-01-20 15:54:16 +01:00
Carsten "Tomcat" Book
48c60a840a Backed out changeset 03528baabf55 (bug 1238906) 2016-01-20 15:53:42 +01:00
Carsten "Tomcat" Book
248f7a3dee merge mozilla-inbound to mozilla-central a=merge 2016-01-20 15:34:34 +01:00
Carsten "Tomcat" Book
9bc25272bc merge fx-team to mozilla-central a=merge 2016-01-20 15:30:24 +01:00
B2G Bumper Bot
ee57b9714e Bumping manifests a=b2g-bump 2016-01-20 06:20:51 -08:00
B2G Bumper Bot
1a7798e0ce Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7e00645d806f
Author: Ricky Chien <rickychien@users.noreply.github.com>
Desc: Merge pull request #33922 from mozilla-b2g/revert-33840-1233533-intermittent-keyboard-test

Revert "Bug 1233533 - Fix intermittent test fail on Keyboard App

========

https://hg.mozilla.org/integration/gaia-central/rev/29a9a5aa3f8f
Author: Ricky Chien <rickychien@users.noreply.github.com>
Desc: Revert "Bug 1233533 - Fix intermittent test fail on Keyboard App.…"
2016-01-20 06:19:15 -08:00