Commit Graph

254502 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
d944a5d83e Backed out 14 changesets (bug 1156472) for bustage on a CLOSED TREE
Backed out changeset 2ddbf85a42c0 (bug 1156472)
Backed out changeset 306d02e17081 (bug 1156472)
Backed out changeset 03598139f39a (bug 1156472)
Backed out changeset 4b1e6069b598 (bug 1156472)
Backed out changeset 6c588a5eaaec (bug 1156472)
Backed out changeset 8c98d7beaea7 (bug 1156472)
Backed out changeset fbf59fbb5875 (bug 1156472)
Backed out changeset 66479dd9eed9 (bug 1156472)
Backed out changeset c8502deeed33 (bug 1156472)
Backed out changeset 1a60ff1149a1 (bug 1156472)
Backed out changeset af1638279785 (bug 1156472)
Backed out changeset 8210276a98ca (bug 1156472)
Backed out changeset 13730e7c5997 (bug 1156472)
Backed out changeset 05acb71cf981 (bug 1156472)
2015-07-24 17:08:37 +02:00
Armen Zambrano Gasparnian
8bbdefec5a Bug 1186987 - If file_path is None do not check if it is an executable. DONTBUILD. r=jlund 2015-07-24 11:03:03 -04:00
Armen Zambrano Gasparnian
8370411401 Bug 1182798 - Set status summary for Firefox UI tests + change exit code. DONTBUILD. r=jlund 2015-07-24 10:41:54 -04:00
Armen Zambrano Gasparnian
cc888b0711 Bug 1176358 - Pass the symbols url instead of an urllib2 opener. DONTBUILD. r=bhearsum 2015-07-24 10:37:52 -04:00
Paul Adenot
a6ab250559 Bug 1156472 - Part 14 - Null check the window, because it can be different during the window's shutdown. r=baku
In which case everything is cleaned up properly by the HTMLMediaElement themselves.
2015-07-24 14:28:17 +02:00
Paul Adenot
8aec4324eb Bug 1156472 - Part 13 - Make necessary adjustments for integer audio. r=jesup 2015-07-24 14:28:17 +02:00
Paul Adenot
e24f1dec7a Bug 1156472 - Part 12 - Allow to pipe the AudioCaptureStream into an AudioContext. r=mt,roc 2015-07-24 14:28:17 +02:00
Paul Adenot
9f34c5f7bd Bug 1156472 - Part 11 - Unbitrot MediaManager.cpp over jib's changes. r=jib 2015-07-24 14:28:17 +02:00
Paul Adenot
8503474dc1 Bug 1156472 - Part 10 - Test AudioCaptureStream. r=pehrsons 2015-07-24 14:28:17 +02:00
Paul Adenot
73aa1ed6a1 Bug 1156472 - Part 9 - Implement the minimum frontend to play with the feature. r=gijs,florian 2015-07-24 14:28:17 +02:00
Paul Adenot
a003e51bd4 Bug 1156472 - Part 8 - Use fatal asserts in AudioChannelUpmix, because it would have crashed anyways. r=roc 2015-07-24 14:28:17 +02:00
Paul Adenot
34b850bb2c Bug 1156472 - Part 7 - Allow to un-capture an HTMLMediaElement. r=pehrsons,jwwang 2015-07-24 14:28:17 +02:00
Paul Adenot
fa5c9ef2d3 Bug 1156472 - Part 6 - Connect HTMLMediaElement and AudioContext to the capture stream when capturing is needed. r=roc 2015-07-24 14:28:17 +02:00
Paul Adenot
3a38c3cdc9 Bug 1156472 - Part 5 - Add MediaEngineWebRTCAudioCaptureSource as a new audio source, and "audioCapture" as a new MediaSource. r=jesup,bz 2015-07-24 14:28:16 +02:00
Paul Adenot
3846c4c157 Bug 1156472 - Part 4 - Add a new MediaStreamGraph API to connect a MediaStream to a capture stream. r=jesup,roc 2015-07-24 14:28:16 +02:00
Paul Adenot
450bd11ce1 Bug 1156472 - Part 3 - Implement AudioCaptureStream. r=roc
It is a ProcessMediaStream that simply mixes its inputs into a mono stream,
up/down mixing appropriately.
2015-07-24 14:28:16 +02:00
Paul Adenot
6d3f3d4413 Bug 1156472 - Part 2 - Rename MediaEngineWebRTCAudioSource to MediaEngineWebRTCMicrophoneSource. r=jesup
There are now two different possible audio source, so this was getting confusing.
2015-07-24 14:28:16 +02:00
Paul Adenot
a8d30803eb Bug 1156472 - Part 1 - Allow to capture all HTMLMediaElements and AudioContexts for a document. r=baku,padenot
This is built on top of the AudioChannel infrastructure. This patch does not
actually implement the capture, it just does the plumbing to be able to notify
all HTMLMediaElement/AudioContext for a document.
2015-07-09 16:40:08 +02:00
Carsten "Tomcat" Book
bfa85834fa Backed out changeset a9241b319f14 (bug 1177951) on request per garndt in #taskcluster 2015-07-24 16:15:07 +02:00
Sotaro Ikeda
f8fba37732 Bug 1186968 - Fix Compositor::SetScreenRotation() call r=nical 2015-07-24 07:13:59 -07:00
Xidorn Quan
9c765046a1 Bug 1186784 followup - Fix bustage on CLOSED TREE 2015-07-25 00:08:40 +10:00
Armen Zambrano Gasparnian
b697d67b1e Bug 1186963 - Ignore files generated by running a Mozharness script. DONTBUILD. r=gps 2015-07-24 09:30:18 -04:00
Gerald Squelart
6b2ac50247 Bug 1187193 - Use UserData() instead of Data() in ConstIter loops that used to be EnumerateRead's. r=njn 2015-07-24 02:25:00 +02:00
ISHIKAWA, Chiaki
1294f7e193 Bug 1187124 - Refer to $ANDROID_VERSION "... -ge 18" only when it is a non-empty string. r=gps 2015-07-23 16:47:00 +02:00
Jamie Nicol
bb624bddb4 Bug 1186911 - Fix progressive paint when using tiled-drawtarget. r=nical
The commit for bug 1176077 did not correctly handle the code path for
when both progressive paint and tiled-drawtarget are enabled. This
fixes it.
2015-07-24 10:42:12 +01:00
Paul Adenot
f893598b5f Bug 1185192 - Make promise resolving sequentially consistent when switching graph driver and closing a graph during the same iteration. r=roc 2015-07-24 15:09:21 +02:00
Paul Adenot
b32729ac9b Bug 1185176 - Account for the fact that it is possible for nodes to not have streams. r=karlt
We can now destroy a stream earlier than the node for performance reasons.
2015-07-24 15:09:19 +02:00
Paul Adenot
3cbf9c614f Bug 1185176 - Crashtest. r=karlt 2015-07-24 15:09:18 +02:00
Xidorn Quan
3023bb4d58 Bug 1187201 - Add char16 wrapper constructor for NS_ConvertUTF16toUTF8 in external string API. r=froydnj 2015-07-24 23:06:50 +10:00
Xidorn Quan
9c7aa7d0a3 Bug 1186784 - Disable snprintf definition in libav on VC2015. r=glandium 2015-07-24 23:06:50 +10:00
Jean-Yves Avenard
eda79abe5a Bug 1183888: Report empty buffered ranges unless we have a start time. r=bholley 2015-07-24 23:02:20 +10:00
Jon Coppeard
745619ad5c Bug 1182428 - Fix bustage from returning nullptr in bool function r=me on a CLOSED TREE 2015-07-24 13:55:19 +01:00
Jon Coppeard
938be66def Bug 1182428 - Refactor bytecode compilation r=luke 2015-07-15 11:50:38 +01:00
Masatoshi Kimura
4b52004fb6 Bug 1186636 - Add a pref to configure -moz prefixed gradients support. r=dholbert 2015-07-24 20:29:52 +09:00
Andrea Marchesini
678da90335 Bug 1184557 - part 2 - StructuredCloneHelperInternal::Shutdown, r=smaug 2015-07-24 12:12:51 +01:00
Andrea Marchesini
59b7d1ee0f Bug 1184557 - part 1 - StructuredCloneHelper class for window to window postMessage, r=smaug 2015-07-22 19:37:18 +01:00
Joel Maher
b2ae5e4a98 Bug 1186844 - deploy updates to talos. r=parkouss 2015-07-24 07:10:29 -04:00
Carsten "Tomcat" Book
85efe4f0d0 Merge mozilla-central to mozilla-inbound 2015-07-24 12:58:18 +02:00
Carsten "Tomcat" Book
7d1d8c5361 merge mozilla-inbound to mozilla-central a=merge 2015-07-24 12:54:13 +02:00
Carsten "Tomcat" Book
0d6faa06bf merge fx-team to mozilla-central a=merge 2015-07-24 12:13:10 +02:00
B2G Bumper Bot
aad5dd7d9a Bumping manifests a=b2g-bump 2015-07-23 18:55:41 -07:00
B2G Bumper Bot
2a1fd521bc Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/16f2c422168a
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #31076 from etiennesegonzac/bug-1186587

Bug 1186587 - Don't ensure() the homescreen for every Service.query('getHomescreen') r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/a07514594ec2
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 1186587 - Don't ensure() the homescreen for every Service.query('getHomescreen') r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/7a1268191b9d
Author: Giovanny Andres Gongora Granada <gioyik@gmail.com>
Desc: Bug 1170465 - [System] fix remaining jsdoc errors r=kgrandon
2015-07-23 18:53:41 -07:00
Wes Kocher
36acca978f Backed out 2 changesets (bug 1147664) for b2g xpcshell failures in test_compartments.js
Backed out changeset cfd27d5ffc58 (bug 1147664)
Backed out changeset cace9a3246c1 (bug 1147664)
2015-07-23 18:39:43 -07:00
Cameron McCormack
21c5dfed1e Bug 1185266 - Look up painting properties on the SVGTextFrame when painting text frames that are direct children of <text>. r=jwatt 2015-07-24 09:22:01 +10:00
Wes Kocher
aa61ceaf21 CLOBBER for bug 965151 CLOSED TREE 2015-07-23 15:18:14 -07:00
Kartikaya Gupta
4f12c7d735 Bug 1187025 - Add keyboard shortcuts for differences/next/prev in the reftest analyzer. r=dbaron
Save trees, DONTBUILD this.
2015-07-23 18:00:06 -04:00
Michael Layzell
47c4a8694a Bug 1185239 - Test migration logic in the non-presence of a nsINavHistoryService 2015-07-23 17:57:51 -04:00
Michael Layzell
5ae437c3e8 Bug 1186034 - Part 2: Tests for new permission manager migration pathways 2015-07-23 17:57:47 -04:00
Michael Layzell
d1ba67c3ba Bug 1186034 - Part 1: Re-migrate users with permissions-database versions 5/6 to prevent dataloss 2015-07-23 17:57:43 -04:00
Michael Layzell
c03e3d58f3 Bug 1186909 - Use eTLD+1 rather than host for the history query lookup for nsIPermissionManager migrations 2015-07-23 17:57:39 -04:00