Commit Graph

273673 Commits

Author SHA1 Message Date
JW Wang
f19507f0e8 Bug 1219163. Part 1 - Remove unused functions from AbstractMediaDecoder. r=jya. 2015-11-23 10:19:04 +08:00
Jean-Yves Avenard
a46063fd76 Bug 1226707: P3. Only create the type of decoder we will need. r=cpearce 2015-11-23 16:30:49 +11:00
Jean-Yves Avenard
b7f933df57 Bug 1226707: P2 Ensure we won't operate on a decoder that failed to initialize. r=cpearce 2015-11-23 16:30:48 +11:00
Jean-Yves Avenard
039d82b231 Bug 1226707: [ffmpeg] P1. Delete codec context upon initialization failure. r=gerald 2015-11-23 16:30:47 +11:00
Robert O'Callahan
02c537dc8a Bug 1226293. Followup: add SVG tests. r=bz 2015-11-23 18:09:39 +13:00
Robert O'Callahan
ff7c050be0 Bug 1223696. Don't destroy VideoFrameContainer when we reach MetadataLoaded without a video track. r=jwwang 2015-11-17 16:34:28 +13:00
Robert O'Callahan
cc670cd8bf Bug 1215265. Add some missing MOZ_COUNT_CTOR/DTORs. r=nical 2015-11-18 17:30:54 +13:00
Robert O'Callahan
209e7412bc Bug 1215265. Don't leak CompositorChild in content processes. r=nical
This makes the shutdown sequence of CrossProcessCompositorParent
work very much like the shutdown sequence of CompositorParent:
the child does SendStop(); the parent's RecvStop does some cleanup
and then queues a DeferredDestroy task; DeferredDestroy releases
the parent, destroying it; IPDL sends a message to destroy the child.
2015-11-18 13:39:47 +13:00
Robert O'Callahan
bf86b50819 Bug 1226293. innerText for non-display:none elements with display:none ancestors should use textContent. r=bz 2015-11-20 17:14:57 +13:00
Jean-Yves Avenard
528f3b5607 Bug 1225019: Disable intel hardware VP decoder by default. r=cpeterson 2015-11-23 14:46:52 +11:00
Nicholas Nethercote
2e43b7691c Bug 1187114 (part 3) - Replace nsBaseHashtable::EnumerateRead() calls in dom/xul/ with iterators. r=mccr8. 2015-11-22 14:39:00 -08:00
Nicholas Nethercote
f89d9733e3 Bug 1187114 (part 2) - Replace nsBaseHashtable::EnumerateRead() calls in dom/xul/ with iterators. r=mccr8. 2015-11-22 14:39:00 -08:00
Nicholas Nethercote
1910afd6e6 Bug 1187114 (part 1) - Replace nsBaseHashtable::EnumerateRead() calls in dom/xul/ with iterators. r=mccr8. 2015-11-22 14:38:57 -08:00
Nick Thomas
f9d7d784ce Bug 1222872 - Upload *_info.txt for Socorro, r=rail DONTBUILD 2015-11-23 15:50:55 +13:00
Matthew Gregan
cf733b35bd Bug 1225703 - Update in-tree libcubeb. r=padenot 2015-11-23 15:12:05 +13:00
Nicholas Nethercote
bfa0bc86c5 Bug 1221376 - Remove PL_DHASH_STOP. r=froydnj.
All uses of it have been removed.
2015-11-03 17:22:15 -08:00
Jean-Yves Avenard
1924500688 Bug 1226931: [MSE] Restrict leeway to append window start. r=gerald.
We only allow a leeway if the append window start is set to its default value (0)
2015-11-23 09:08:26 +11:00
Chris Pearce
afc4f7ca13 Bug 1226430 - Remove alg from ClearKey license parser. r=gerald 2015-11-23 09:58:51 +13:00
Boris Zbarsky
dbc94a4932 Bug 1225603. Codegen ToJSValue overloads for Web IDL enums. r=smaug,jib 2015-11-21 12:15:11 -05:00
L. David Baron
7341ea4227 Bug 1038663 followup - Remove assertion from reftest reference, which the CSS WG harness considers an error. No review. 2015-11-22 07:16:11 -08:00
L. David Baron
c2f0c56052 Bug 1038663 followup - Remove specification link from reftest reference, which the CSS WG harness considers an error. No review. 2015-11-22 07:11:45 -08:00
L. David Baron
232daaf9d2 Bug 1038663 followup - Add the link rel=match that makes the CSS WG harness believe this test a reftest. No review. 2015-11-22 07:10:38 -08:00
Kartikaya Gupta
11656fea91 Bug 1181703 - Add a gtest for making sure a pan can be continued after a second finger does a tap. r=botond 2015-11-22 08:57:45 -05:00
Kartikaya Gupta
b7210d2834 Bug 1181703 - Allow re-entering the panning state if a second finger is tapped while panning with one finger. r=botond 2015-11-22 08:57:45 -05:00
Kartikaya Gupta
7773a00f38 Bug 962243 - Gtest for being able to pan after lifting a finger from a pinch. r=botond 2015-11-22 08:57:45 -05:00
Dmitry Rozhkov
8810c371ce Bug 962243 - Implement PINCH to TOUCHING transition in APZC. r=botond 2015-11-22 08:57:45 -05:00
Jan Varga
54c142f152 Bug 961049 - Part 11: Fix a test that triggers quota manager creation during shutdown; r=baku 2015-11-22 10:45:05 +01:00
Jan Varga
b12f99ad3f Bug 961049 - Part 10: Fix a test which depended on main thread busyness; r=baku 2015-11-22 10:44:53 +01:00
Jan Varga
d30552cb60 Bug 961049 - Part 9: Fix asynchronous deletion of files to work on PBackground; r=baku 2015-11-22 10:44:43 +01:00
Jan Varga
9be7ccf3fc Bug 961049 - Part 8: Move getFileReferences() from PContent under new protocol PBackgroundIndexedDBUtils; r=baku 2015-11-22 10:44:33 +01:00
Jan Varga
35800ab95a Bug 961049 - Part 7: QuotaManager on PBackground indexedDB changes; r=baku 2015-11-22 10:44:24 +01:00
Jan Varga
34263265f8 Bug 961049 - Part 6: Quota Manager on PBackground cache changes; r=bkelly 2015-11-22 10:44:16 +01:00
Jan Varga
e3138fe488 Bug 961049 - Part 5: QuotaManager on PBackground asmjscache changes; r=luke 2015-11-22 10:44:06 +01:00
Jan Varga
46c99e3a1c Bug 961049 - Part 4: QuotaManager on PBackground core changes; r=baku 2015-11-22 10:43:55 +01:00
Jan Varga
6abef8f019 Bug 961049 - Part 3: Move PersistenceType serializer from indexedDB to quota module; r=baku 2015-11-22 10:43:34 +01:00
Jan Varga
eaf046ee97 Bug 961049 - Part 2: Remove Utilities.h; r=baku 2015-11-22 10:43:23 +01:00
Jan Varga
eaf0a78f60 Bug 961049 - Part 1: Remove unused members and methods; r=baku 2015-11-22 10:43:09 +01:00
L. David Baron
058c6860e1 Bug 994305 - Remove DOCTYPE declarations from SVG files in browser UI. r=dao 2015-11-21 17:33:31 -08:00
Jan de Mooij
81ff38d00e Bug 1205707 part 2 - Add test. r=Waldo 2015-11-21 20:53:28 +01:00
Jan de Mooij
64ac445aa8 Bug 1222917 - Fix register allocation in GenerateCallSetter. r=bhackett 2015-11-21 20:52:08 +01:00
Jan de Mooij
4cb0a468c3 Bug 1132183 - Make |this| a real binding, remove lazy this computation. r=efaust,shu 2015-11-21 14:33:13 +01:00
Heiher
58344aee95 Bug 1226152 - IonMonkey: MIPS64: Make sure the frame pushed are set correctly for ion vmcalls. r=h4writer
---
 js/src/jit/mips64/SharedICHelpers-mips64.h | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
2015-11-21 15:28:52 +08:00
Heiher
771638fafe Bug 1225859 - IonMonkey: MIPS64: Fix branchTestBoolean(Address) missing. r=jandem
---
 js/src/jit/mips64/MacroAssembler-mips64.cpp | 8 ++++++++
 js/src/jit/mips64/MacroAssembler-mips64.h   | 1 +
 2 files changed, 9 insertions(+)
2015-11-21 15:28:46 +08:00
L. David Baron
8d18944adf Bug 1221823 patch 2 - Use already_AddRefed<Declaration>&& as parameter to nsCSSKeyframeRule constructor to avoid extra reference count cycle. r=xidorn 2015-11-20 22:30:54 -08:00
L. David Baron
767ef5e256 Bug 1221823 patch 1 - Use rvalue-reference and Move rather than just comments to show behavior of nsCSSKeyframeRule constructor. r=xidorn 2015-11-20 22:30:54 -08:00
Kartikaya Gupta
771e0aaa39 Bug 1221694 - Add a basic telemetry probe for checkerboarding. r=botond,vladan 2015-11-20 23:25:37 -05:00
Francois Marier
feac78ad6f Bug 1216723 - Add tests for the new -forbid- Safe Browsing list type. r=gcp 2015-11-20 20:25:11 -08:00
Francois Marier
8a1fa6c429 Bug 1216723 - Add a new -forbid- Safe Browsing list type. r=gcp,r=smaug 2015-11-20 20:24:50 -08:00
Wes Kocher
e6105bca07 Backed out changeset 24c0074052e6 (bug 1224936) for incoming mulet bustage 2015-11-20 17:09:44 -08:00
Andrea Marchesini
a3fb4cdaca Bug 1224936 - AudioChannelAgent should be informed when HTMLMediaElement dispatches an error, r=roc 2015-11-21 01:04:24 +00:00