JW Wang
88fb55cbd5
Bug 1037370
- fix null exception for parentNode becomes null when the last token is finished. r=cajbir
2014-07-21 18:26:03 -07:00
Geoff Brown
df7d1ebbc0
Bug 1040965 - Skip test_2d.fillText.gradient.html on b2g desktop; r=trivial
2014-07-21 16:10:50 -06:00
Robert O'Callahan
87d6319a83
Bug 863618. Make Range.getClientRects/getBoundingClientRect take account of CSS transforms. r=tn
...
--HG--
extra : rebase_source : 7a4b8773965f12e89fe0be655819d6d408140c2d
2014-07-22 01:58:14 +12:00
Chris Pearce
9df3ab89b1
Bug 1041401 - Build WMF PDM in its own translation unit in unified builds. r=padenot
2014-07-21 20:57:03 +12:00
Shelly Lin
38286640b4
Bug 1038494 - Rewrite test cases of track interfaces when consuming a media stream. r=roc
2014-07-15 18:04:22 +08:00
Randell Jesup
57d4e61abc
Bug 1038961: Patch 1 - Send GMP plugin crashes to observer, and implement PluginID system r=cpearce,jib
2014-07-21 03:50:09 -04:00
Bob Owen
61b8c53899
Bug 1037564 Part 3: Replace |nsCxPusher|s in nsObjectLoadingContent::NotifyContentObjectWrapper. r=bholley
2014-07-15 12:34:42 +01:00
JW Wang
1c4c76cc54
Bug 972826 - reset 'src' to force releasing h264 decoder so that the cloned <video> can play gizmo.mp4. r=cajbir
2014-07-17 20:28:00 +02:00
JW Wang
7204779df4
Bug 668973 - enable test_playback.html on Android and B2G. r=cpearce
2014-07-17 18:50:00 +02:00
Nikhil Marathe
4fad78d9c2
Bug 984048 - Part 7 - Documents register themselves with corresponding ServiceWorkerInfo. r=bz
...
--HG--
extra : transplant_source : %FD%9BD%8C%E4a%A9%CB9%17L%EE%E38%11%A1t%8A%3Bs
2014-07-20 23:25:44 -07:00
Georgios Kontaxis
c748a72277
Bug 1029887: Keep track of DOM nodes blocked by NS_ERROR_TRACKING_URI (r=khuey,smaug)
2014-06-24 17:37:03 -07:00
Randell Jesup
fe471201ea
Bug 1041226: disable crashreporter in GMP plugins until it's ready r=gfritzsche a=kwierso
2014-07-19 19:51:37 -04:00
Randell Jesup
28cc33c5b3
Bug 1040345: Fix shutdown design issues with Webrtc GMP interfaces and quash leaks r=gcp
2014-07-19 19:14:03 -04:00
Boris Zbarsky
92fb7dde3a
Bug 1040263. Eagerly create and preserve Promise reflectors so we always have them available during unlink. r=nsm,bholley.
2014-07-18 21:31:11 -04:00
Benjamin Smedberg
dbe2c24d74
Bug 1039575 followup to fix --disable-crashreporter builds r=bustage
2014-07-18 14:23:07 -04:00
Kyle Huey
894fac0b3f
Bug 1040380: Report the size of text nodes in the CC graph. r=smaug
...
--HG--
extra : rebase_source : bfb7217a8e617709e6f0a8e95d41563fdbd65959
2014-07-18 10:41:34 -07:00
Benjamin Smedberg
00800495ae
Bug 1039572
- Fix the re-entry problem with GMPParent::ActorDestroy and the MaybeUnload callers who are asynchronous, r=jesup
2014-07-18 13:37:06 -04:00
Benjamin Smedberg
389b6e97a2
Bug 1039575 - Hook up crash reporting for GMP plugins to the point where we have a crash ID in GMPParent::ActorDestroy, r=ted
...
* * *
Bug 1039575 followup - always return from GMPChild
2014-07-18 13:35:44 -04:00
Steve Fink
0e87a94e07
Bug 1035395, r=bholley,smaug
...
--HG--
extra : rebase_source : 478200a62a5073177ae3c782e252fa9a804e5b01
2014-07-18 09:37:42 -07:00
Bill McCloskey
e5c71c22e7
Bug 1027299 - Print a deprecation warning when importing XUL into content documents (r=smaug)
2014-07-18 08:59:00 -07:00
Benoit Jacob
23b6eb16f4
Bug 1038928 - WebGL element array cache: dont try to handle null out_upperBound, and add some test coverage for out_upperBound - r=jgilbert
2014-07-18 10:59:55 -04:00
Benjamin Chen
9790960ef1
Bug 1016265 - Ensure the Session object is destroyed on main thread and add assertion and warning if dispatch runnable failed. r=roc
2014-06-26 17:22:05 +08:00
JW Wang
3d34794117
Bug 1037423 - Force stop the cubeb stream to ensure stable state before destroying the stream. Also fix some race conditions in AudioStream. r=kinetik
2014-07-17 19:27:00 +02:00
Ahmed Kachkach
4b03d2c025
Bug 886570 - Initial integration of structured logs in mochitest; r=ahal,Ms2ger
2014-07-17 09:02:00 +02:00
Matthew Gregan
5104db1529
Bug 1025768 - Restore eager SourceBuffer switching. r=cajbir
2014-07-17 21:31:00 +12:00
Karl Tomlinson
09a7376680
b=932400 change stream ordering to get feedback DelayNode output before supplying input r=roc
...
Previously downstream nodes from DelayNodes in cycles sometimes received stale
output from the previous MSG iteration.
Also, if two cycles share a common path, they will now *both* be treated as
cycles, either by muting or by enforcing minimum delay. Previously, marking
one cycle first could prevent detection of other cycles in the same SCC.
--HG--
extra : rebase_source : 82892c538c5ce514165b5f975474df15b99e3d2b
2014-07-17 12:55:55 +12:00
Karl Tomlinson
7db34c314d
b=932400 remove refcount manipulation of streams when reordering for processing r=roc
...
--HG--
extra : rebase_source : f99f4220b53a28a32e9a294b67f4db6218113d73
2014-07-07 11:52:25 +12:00
Shian-Yow Wu
ebdb09281e
Bug 988816 - Support multiple OpenNSPRFileOpen() on RemoteOpenFile. r=aklotz, jduell
2014-07-18 10:46:22 +08:00
Randell Jesup
5a8e25d582
Bug 1039529: Add screen and window sharing booleans to MediaCaptureWindowState r=pkerr,gcp
2014-07-17 22:23:00 -04:00
Randell Jesup
9543eb65d2
Bug 1038926 - implement window sharing in webrtc/getUserMedia r=jesup,gcp,smaug
2014-07-17 22:23:00 -04:00
Carsten "Tomcat" Book
006822aea5
Backed out changeset 2ccde1bdcb7f (bug 902686) for android m3 test failures
2014-07-17 16:26:05 +02:00
Martijn Wargers
f9b55292f1
Bug 902686 - Change manifest.js to use SpecialPowers.pushPrefEnv. r=jwwang
2014-07-14 12:18:16 +02:00
Bruce Sun
95530384be
Bug 904177 - Add media.omx.async.enabled preference. r=sotaro, r=cpearce
2014-07-16 15:40:05 +08:00
Gabor Krizsanits
60032396b4
Bug 1016875 - Part10: GetPrincipal for imports. r=mrbkap
2014-07-17 10:51:11 +02:00
Makoto Kato
3708a1ba13
Bug 984033 - Large OOM in nsStreamLoader::WriteSegmentFun. r=honza
2014-07-17 17:37:33 +09:00
Bruce Sun
7be232e980
Bug 904177 - Create MediaCodecDecoder. r=sotaro, r=cpearce
2014-07-16 15:38:14 +08:00
Bruce Sun
d487acf02b
Bug 904177 - Create MediaCodecReader. r=sotaro, r=cpearce
2014-07-16 15:36:29 +08:00
Bruce Sun
279324a3ce
Bug 904177 - Extract MediaStreamResource. r=sotaro, r=cpearce
2014-07-16 15:34:30 +08:00
Bruce Sun
f42b4e30c1
Bug 904177 - Add I420ColorConverterHelper. r=sotaro, r=cpearce
2014-07-16 15:32:21 +08:00
Dirkjan Ochtman
9628b457a5
Bug 779723 - Implement RadioNodeList collection r=bz
2014-07-16 18:44:19 +02:00
Walter Litwinczyk
8ae0715458
Bug 1030206 - Update old webgl conformance test. Not supporting float rendering targets is now legal. r=kamidphish
2014-07-16 14:25:36 -07:00
Walter Litwinczyk
0a8257fd70
Bug 1030206 - webgl-1.0.3 Disallow floating point render targets if WEBGL_color_buffer_float is not enabled. r=jgilbert
2014-07-07 15:15:59 -07:00
Vikneshwar
b41c90c71e
Bug 1036803 - Removed GetEventTarget() and changed NS_FORWARD_SAFE_NSIEVENTTARGET(GetEventTarget() to NS_FORWARD_SAFE_NSIEVENTTARGET(mEventTarget). r=kinetik
2014-07-15 09:53:00 +02:00
Shih-Chiang Chien
9be768a35c
Bug 1038061 - Allow specifying audio stream for speech recognition. r=smaug,ggp sr=smaug
2014-07-16 09:38:59 +08:00
Tom Schuster
76cf0a1088
Bug 673569 - Let each frame script have its own scope (r=smaug)
2014-06-13 19:56:38 +02:00
Randell Jesup
11bdb873e7
Bug 1037754: Query GMPService to determine if H.264 is available r=cpearce
2014-07-16 22:59:17 -04:00
Randell Jesup
6295a6b90c
Backed out changeset 6d976c67e926 (bug 1037754)
2014-07-16 23:50:10 -04:00
L. David Baron
0083a663cf
Bug 996798 patch 2 - Make the ability to change nsWrapperCache::FlagsType more portable. r=bzbarsky
...
Without this, an Android build on our automation gives:
content/xul/content/src/nsXULElement.h:359:117: error: left shift count >= width of type [-Werror]
2014-07-16 20:10:10 -07:00
Randell Jesup
f4a7eaa5b8
Bug 1037754: Query GMPService to determine if H.264 is available r=cpearce
2014-07-16 22:59:17 -04:00
Edwin Flores
010a711daa
Bug 1038467 - Rename MediaPlugin* classes r=cpearce
2014-07-17 13:32:56 +12:00