Граф коммитов

469832 Коммитов

Автор SHA1 Сообщение Дата
Thomas Zimmermann 4bc7ae6624 Bug 1261340: Don't refer to |ScopedFreePtrTraits| in |RawDBusConnection|, r=shuang
The class template |ScopedFreePtrTrais| has been removed. This patch
updates |RawDBusConnection| to not refer to it any longer. Instead, the
provided helper method |empty| is implemented directly.
2016-04-08 10:07:28 +02:00
Jean-Yves Avenard 24f0f28af4 Bug 1248861: P11. Fix current downmixer. r=rillian
Current downmixer was using vorbis channel order (which isn't surprising as it was extracted from the Ogg reader).
Make it use SMPTE order as that's now what all MediaDataDecoder output.

MozReview-Commit-ID: 5Kf7UnC52wL

--HG--
extra : rebase_source : b8499b8abbe2aa7a37acea19d3d33edc3d41e8a3
2016-04-06 14:52:49 +10:00
Jean-Yves Avenard 380ff74c54 Bug 1248861: P10. Ensure opus decoder channel layout is always in SMPTE order. r=rillian
MozReview-Commit-ID: BDZ25pXJQWa

--HG--
extra : rebase_source : 91ec05a13367fc4b06d7d23f4ca33f2591c5ae56
2016-04-05 23:35:31 +10:00
Jean-Yves Avenard d96fc7fdbf Bug 1248861: P9. Use ChannelLayout::MappingTable. r=gerald
MozReview-Commit-ID: 63584qWSKrs

--HG--
extra : rebase_source : c041b4d62e349337a4d150da49837d76eca52f6c
2016-04-07 15:26:20 +10:00
Jean-Yves Avenard afff9b1bd7 Bug 1248861: P8. Added ChannelLayout::MappingTable method. r=gerald
MozReview-Commit-ID: 5kRa08TpGTX

--HG--
extra : rebase_source : 619bd5d7155754f7d34f081f1b781272e870f75a
2016-04-07 15:11:59 +10:00
Jean-Yves Avenard 2c21c908c2 Bug 1248861: P7. Ensure vorbis decoder channel layout is always in SMPTE order. r=rillian
MozReview-Commit-ID: GAqnJbQuqQU

--HG--
extra : rebase_source : fdc8c4fb22c82d99049374af562ca5e045653377
2016-04-05 23:14:34 +10:00
Jean-Yves Avenard c886e0ca13 Bug 1248861: P6. Ensure AT decoder channel layout is always in SMPTE order. r=rillian
MozReview-Commit-ID: 9XfzxdiQ3Zu

--HG--
extra : rebase_source : 054d2df73e754053d5e35ec798fc019c372f5850
2016-04-05 08:24:16 +10:00
Jean-Yves Avenard 2ff282d7a8 Bug 1248861: P5. Add AudioConverter class and relatives. r=cpearce
To be used in combination with AudioDataBuffer class that will be able to perform format conversion.
Can currently only perform channel re-ordering.

Future use will add downmixing, upmixing and resampling capabilities.

MozReview-Commit-ID: 2FBu9aRVtgj

--HG--
extra : rebase_source : c271d94e597b529bdad57aa8f18f0dd7b2cf71ec
2016-04-04 18:22:05 +10:00
Jean-Yves Avenard ee88185e58 Bug 1248861: P4. Add AudioConfig and introduce channel layout definition. r=cpearce
Long term goal would be to merge AudioConfig with the existing AudioInfo class which doesn't provide sufficient data to properly determine how to play multichannel audio.

MozReview-Commit-ID: 3UDpZWPBUvS

--HG--
extra : rebase_source : 324c0f0c19d7faf1e1efecf6b1805dd7b5edd4a6
2016-04-06 10:20:42 +10:00
Jean-Yves Avenard 4f8567898f Bug 1248861: P3. Use AlignedAudioBuffer object with AudioData. r=cpearce
MozReview-Commit-ID: 7HiF4eHlRwB

--HG--
extra : rebase_source : e36fd4aa984d3e878f87b2f246669d8598fa9476
2016-04-03 23:09:45 +10:00
Jean-Yves Avenard b4a39f0f07 Bug 1248861: P2. Use AlignedByteBuffer with MediaRawData. r=cpearce
MozReview-Commit-ID: BGzpFEAisvE

--HG--
extra : rebase_source : 8d533f04754fcee112b05a1f35b02b04c6404a7b
2016-04-03 21:05:23 +10:00
Jean-Yves Avenard 66e8803cdb Bug 1248861: P1. Add AlignedBuffer template class. r=cpearce
Along with AlignedByteBuffer and AlignedFloatBuffer

MozReview-Commit-ID: LmGc2JDBETi

--HG--
extra : rebase_source : d94b19c264e603f046c46f5d5335f9f2c3508c7f
2016-04-03 19:25:21 +10:00
Timothy Nikkel 9d02577c1c Bug 1261703. When moving flex frame, position its view as well as any child views. r=dholbert
This is unlikely to change any behaviour, but is more correct.
2016-04-08 01:13:56 -05:00
Timothy Nikkel 909b97b554 Bug 1263058. Fix image/test/mochitest/test_animation2.html to test what it is intending to test. r=mstange
opacity >= 0.999 gets interpreted as 1 for painting purposes, so does not serve the purpose of creating a container layer. Use will-change instead.
2016-04-08 01:13:53 -05:00
Jonathan Watt a3717f8ee4 Bug 1263065 - Avoid assignment to undeclared variable JavaScript strict warning in social-content.js. r=mixedpuppy 2016-03-21 09:11:16 +00:00
Kaku Kuo fef7021219 Bug 1261312 - Make sure that audio/video decode task is filed again. r=jwwang
The idea is that we can call Ensure{Audio/Video}DecodeTaskQueued() directly
since the conditions in the DispatchDecodeTasksIfNeeded() have already been
checked.

MozReview-Commit-ID: 9xataQiuSIx

--HG--
extra : transplant_source : %E4t%20%1FV%12%FE%08%9Cx%D7%0A%C3C%B0M%14%80%E4%85
2016-04-07 15:18:17 +08:00
Kilik Kuo 89ac1fb7b9 Bug 1256186 - Part 3: Remove the temporary solution which ignores MediaKeySystemStatus::Cdm_not_supported. r=jwwang
MozReview-Commit-ID: Jny48PqVFYR
2016-04-06 00:09:32 +08:00
Kilik Kuo 205386524f Bug 1256186 - Part 2: Remove the handler in chrome against MediaKeySystemStatus 'cdm-not-supported' and related strings to avoid confusing users. r=Gijs
MozReview-Commit-ID: J5sG0MtaeLG
2016-04-06 15:38:00 +08:00
Kilik Kuo 517dc21177 Bug 1256186 - Part 1: Show 'Enable EME' notification box only when MediaKeys requested for supported keysystem. r=jwwang
MozReview-Commit-ID: CxJbgzNKGJQ
2016-04-01 18:34:13 +08:00
Stone Shih 167f12adec Bug 1254098 - Part 2: Remove 'expected fail' settings and expect testcases in 003.html and 004.html should be passed. r=valentin 2016-03-23 14:22:29 +08:00
Stone Shih 4b11d5cdfa Bug 1254098 - Part 1: Don't use base url encoding to encode url when charset override is absent. r=valentin 2016-04-06 11:13:30 +08:00
Michelangelo De Simone a3019e2338 Bug 1255198 - [Telemetry] Add geolocation Telemetry probes to record fulfilled requests according to document.isVisible. r=jdm, data-review=bsmedberg
MozReview-Commit-ID: 85bsEWEWa3w
2016-03-21 15:42:18 -07:00
Ryan VanderMeulen ff77b5ef6b Bug 1205642 - Skip delete.html and forwarddelete.html on Linux e10s as they're still flaky there.
--HG--
extra : rebase_source : 88380fda0af1fa994e383eae426250a801bc1747
2016-04-07 21:58:55 -04:00
Boris Zbarsky 272e533b18 Bug 1262630. Replace workers::GetGlobalObjectForGlobal with xpc::NativeGlobal. r=khuey 2016-04-07 21:58:21 -04:00
Boris Zbarsky 1998448029 Bug 1256376. Fix forEach on typed arrays to work over Xrays from web extension sandboxes. r=till 2016-03-22 13:49:58 -04:00
Jonathan Watt c9e5b4f76e Bug 1263051 - Avoid JavaScript strict warning in e10srollout/bootstrap.js when the Crash Reporter is disabled. r=felipe 2016-03-18 12:31:57 +00:00
Sotaro Ikeda 19a885dbd3 Bug 1262759 - Remove unused code from SourceSurfaceImage::GetTextureClient() r=nical 2016-04-07 18:14:15 -07:00
Bill McCloskey 8450ca8bc2 Bug 1164931 - Clear hangs when they're over (r=mrbkap) 2016-04-07 17:15:26 -07:00
Bill McCloskey d148e665af Bug 1235633 - IPC OOM mitigation by eliminating buffer copying (r=jld) 2016-04-07 17:15:26 -07:00
Bill McCloskey ffadc9d7d7 Bug 1247443 - Monitor browser.tabs.animate in telemetry (r=gfritzsche) 2016-04-07 17:15:25 -07:00
Bill McCloskey 8b6c0ca54e Bug 1260945 - Add missing isSystem check (r=bholley) 2016-04-07 17:15:25 -07:00
Bill McCloskey b8f8a4cdc6 Bug 1253994 - Make profile collection more robust (r=mconley) 2016-04-07 17:15:25 -07:00
Bill McCloskey e5edaae6df Bug 1262643 - Fix switcher logging (rs=me) 2016-04-07 17:15:24 -07:00
Steve Fink bafa144b1d Bug 1259848 followup - fix exec bit reverted by merge tool. r=woof!
DONTBUILD because it only affects try pushes right now.

--HG--
extra : amend_source : 268f9d4173ffeb4a75ea6e01ad2b502c1345ee76
2016-04-07 17:04:42 -07:00
Ryan VanderMeulen 32220af75f Bug 1253956 - Skip the browser/base/content/test/general test directory on Windows debug e10s due to permanent shutdown asserts/crashes. r=jimm
--HG--
extra : rebase_source : 7943260ab61b0fffc696bf1ec6a324cf1da8db0e
2016-04-07 19:04:58 -04:00
Ryan VanderMeulen bbada51d70 Bug 1262224 - Re-enable some disabled serviceworker tests on Win e10s debug and disable test_fetch_event.html for intermittent leaks.
--HG--
extra : rebase_source : b8c12edc5e69f913d9e3f02c296841a465900cfe
2016-04-07 19:04:58 -04:00
Nicholas Nethercote dbc9af380e Bug 1262731 - Add JS_InitWithFailureDiagnostic(). r=sfink.
This will help identify the cause of some Firefox start-up crashes when JS
initialization fails.

--HG--
extra : rebase_source : 3ed3c5e60f487e0ca11dc13bab93aa820ca8273f
2016-04-08 09:08:49 +10:00
David Keeler 7dd242bb39 bug 1261936 - stop using the subject common name in certificate verification error messages r=Cykesiopka
MozReview-Commit-ID: G08cV5GmNDh

--HG--
extra : rebase_source : c79b34d893e7acddc8ee02a6c354dcaa1de07d61
2016-04-04 16:25:24 -07:00
Markus Stange a30d4e5147 Bug 1260885 - Make SurfaceFormat::R5G6B5_UINT16 properly round-trip through SourceSurfaceCairo. r=lsalzman
MozReview-Commit-ID: KvuUzzGQjuQ

--HG--
extra : rebase_source : 2c704efceb1d41aa348ff7579f6e79b222577eff
2016-04-07 16:40:15 -04:00
Jocelyn Liu c17b78bbc2 Bug 811259 - Patch2: Add web-platform tests for insertAdjacentText and insertAdjacentElement. r=smaug
MozReview-Commit-ID: edMCmc8FrE

--HG--
extra : rebase_source : 441ef9c133166996ce5d61e12b211eba7aef5530
2016-03-28 18:17:36 +08:00
Jocelyn Liu ad2c3f5c70 Bug 811259 - Patch1: Implement Element.insertAdjacentText and Element.insertAdjacentElement. r=smaug
MozReview-Commit-ID: g54gUOBop7

--HG--
extra : rebase_source : 20d748bed16589a3d91c91711f3607888dd08801
2016-03-28 16:42:57 +08:00
Steve Fink 5d4511e5b1 Bug 1259848 - Various fixes for finding gcc in the correct location for spidermonkey TC builds and hazard shell builds, r=terrence
MozReview-Commit-ID: CIMSylw6JDr

--HG--
extra : rebase_source : 55eef7df6161f73e7dc903950766e9f0141aa79d
2016-03-22 14:04:45 -07:00
Steve Fink a3c9c8db0c Bug 1259843 - Upgrade sixgill to fix destructor handling, r=terrence
MozReview-Commit-ID: I4hv33aVpBs

--HG--
extra : rebase_source : ac707808d41be363c05ef1869b1c75499eb09ff1
2016-04-07 11:33:16 -07:00
Botond Ballo 5ae9dd4d7e Bug 1259296 - Make sure APZ smooth scroll animations end at their exact destination scroll offset. r=kats
This avoids getting "stuck" at a scroll snap point with wheel scrolling.

MozReview-Commit-ID: 587UC8u1bv0

--HG--
extra : source : 3dbbf506be2c4fe2ee9b9a04d604b1869ba5e909
extra : histedit_source : cd4845c964ebc126c458d1ac46315321e7a2d0d4
2016-04-04 17:47:33 -04:00
Botond Ballo 868bc3704a Bug 1259296 - Do not scroll snap on the main thread for wheel events handled by APZ. r=kats
MozReview-Commit-ID: DudrJuO4pFM

--HG--
extra : source : a9468a25f1b937c49c5f801069d2cdc2cd610bdd
extra : histedit_source : 18d04bcb32288c7713a162f0ee33650f6f10926f
2016-04-04 17:46:12 -04:00
Botond Ballo 4058840cb9 Bug 1259296 - Scroll snap in the compositor in response to wheel events. r=kats
MozReview-Commit-ID: 9fOlssstgvR

--HG--
extra : source : fbdee753c4618cbc1a7c79e3ec07b7479f93a05d
extra : histedit_source : dd42dfa282ea2e14fe5c9e028acc699746fcf8bc
2016-04-04 17:43:21 -04:00
Nils Ohlmeier [:drno] 4d0aaaafea Bug 1244926: added TCP socket filter to only allow outgoing STUN. r=jesup
MozReview-Commit-ID: 8PpL6Z0za71

--HG--
rename : media/mtransport/stun_udp_socket_filter.cpp => media/mtransport/stun_socket_filter.cpp
rename : media/mtransport/stun_udp_socket_filter.h => media/mtransport/stun_socket_filter.h
rename : netwerk/base/nsIUDPSocketFilter.idl => netwerk/base/nsISocketFilter.idl
extra : rebase_source : 2acf092e587a19a2019f463fa0a015373d3881d3
2016-02-11 01:18:46 -08:00
Mike Hommey 1b6dd8f3ea Bug 1262730 - Rename b2g tooltool manifests. r=mshal
Somehow, while every non-b2g tooltool manifest has a .manifest
extension, the b2g ones have a .tt extension that confuses mozreview
(bug 1255876).

Let's just rename these files.


--HG--
rename : b2g/config/dolphin/releng-dolphin.tt => b2g/config/aries/releng-aries.manifest
rename : b2g/config/aries/releng-aries.tt => b2g/config/dolphin/releng-dolphin.manifest
rename : b2g/config/emulator/releng-emulator.tt => b2g/config/emulator-ics/releng-emulator-ics.manifest
rename : b2g/config/emulator-x86-l/releng-emulator-l.tt => b2g/config/emulator-jb/releng-emulator-jb.manifest
rename : b2g/config/emulator-x86-kk/releng-emulator-kk.tt => b2g/config/emulator-kk/releng-emulator-kk.manifest
rename : b2g/config/emulator-l/releng-emulator-l.tt => b2g/config/emulator-l/releng-emulator-l.manifest
rename : b2g/config/emulator-kk/releng-emulator-kk.tt => b2g/config/emulator-x86-kk/releng-emulator-kk.manifest
rename : b2g/config/emulator-jb/releng-emulator-jb.tt => b2g/config/emulator-x86-l/releng-emulator-l.manifest
rename : b2g/config/emulator-ics/releng-emulator-ics.tt => b2g/config/emulator/releng-emulator.manifest
rename : b2g/config/flame-kk/releng-flame-kk.tt => b2g/config/flame-kk/releng-flame-kk.manifest
rename : b2g/config/flame/releng-flame.tt => b2g/config/flame/releng-flame.manifest
rename : b2g/config/nexus-4-kk/releng-mako.tt => b2g/config/nexus-4-kk/releng-mako.manifest
rename : b2g/config/nexus-4/releng-mako.tt => b2g/config/nexus-4/releng-mako.manifest
rename : b2g/config/nexus-5-l/releng-nexus5.tt => b2g/config/nexus-5-l/releng-nexus5.manifest
2016-04-08 06:45:15 +09:00
Mike Hommey a172eece8b Bug 1261264 - Apply GCC PR64905 to fix miscompilation with -fomit-frame-pointer. r=froydnj
The new GCC tarball was built on
https://tools.taskcluster.net/task-inspector/#ADIOXxgZQ7-9HuqEYZc3mw/0
2016-04-08 06:45:06 +09:00
Honza Bambas d2cfd52a75 Bug 1262814 - Warn on Wlanapi.dll load or init fail, don't fail assertion, r=mcmanus
MozReview-Commit-ID: 3UChoTecQwq
2016-04-07 14:19:23 -07:00