Commit Graph

39204 Commits

Author SHA1 Message Date
Lee Salzman
fa6b709c01 Bug 1074733 - Part 1 - Normalize Canvas 2D rects to be positive by flipping negative width or height. r=jmuizelaar 2015-09-11 11:29:17 -04:00
Mihai Volmer
4e4c3a735c Bug 1024343: The document should not stop animations when it is being swapped. r=smaug 2015-08-21 17:23:14 -07:00
Nikhil Marathe
50309716ae Bug 1114554 - Disable NotificationStorage debug logging. r=dholbert 2015-09-14 16:08:38 -07:00
JW Wang
4fdaadfb28 Bug 1203877 - Remove MediaDecoder::UpdatePlaybackOffset. r=kinetik. 2015-09-15 13:51:12 +08:00
Nicholas Nethercote
997456cb72 Bug 1204277 - Disallow warnings in six more directories. r=glandium.
These are all conditional uses of ALLOW_COMPILER_WARNINGS=True that are no
longer necessary.
2015-09-14 21:16:37 -07:00
Christoph Kerschbaumer
8cb5179e17 Bug 1195162 - Remove unused pref layout.debug.enable_data_xbl (r=sicking) 2015-08-20 12:28:51 -07:00
Christoph Kerschbaumer
ebc9c086f2 Bug 1195162 - Use channel->ascynOpen2 dom/xbl/nsXBLService.cpp (r=sicking) 2015-09-14 18:59:35 -07:00
JW Wang
cd3dffbdd9 Bug 1203418. Part 3 - ensure MDSM::mPlaybackOffset and MediaDecoder::mPlaybackPosition are mono-increasing to avoid "jitter" in calculating playback statistics. r=cpearce. 2015-09-15 10:05:19 +08:00
JW Wang
f2ff52c741 Bug 1203418. Part 2 - duplicate the implementation of MediaDecoder::GetStatistics so MDSM can call it on its own thread. r=cpearce. 2015-09-15 10:04:50 +08:00
JW Wang
470c15b7ef Bug 1203418. Part 1 - cache the results of ComputePlaybackRate() so they can be mirrored by MDSM. r=cpearce.
Since the results of ComputePlaybackRate() depend on mDuration and mPlaybackStatistics,
we call ComputePlaybackRate() when mDuration is changed or mPlaybackStatistics->Stop() is called.
GetStatistics() won't have to call ComputePlaybackRate() because the results are already stored in
mPlaybackBytesPerSecond and mPlaybackRateReliable.
We will fix the MDSM part in the next patch.
2015-09-15 10:04:50 +08:00
Nicholas Nethercote
f25d5b7911 Bug 1204195 - Fix two warnings in dom/media/webaudio/blink/. r=rillian.
They were both "truncation from 'double' to 'float'" warnings.

This also allows the COMPILER_ALLOW_WARNINGS=True flag to be removed.
2015-09-14 18:09:14 -07:00
Ralph Giles
ac29910072 Bug 1204672 - Fix a log comment typo. r=gerald 2015-09-14 14:22:55 -07:00
Wes Kocher
c7fe04e0be Merge b2ginbound to central, a=merge 2015-09-14 17:23:34 -07:00
Wes Kocher
07b10b3963 Backed out changeset 0f4a1154350d (bug 1133213) for frequent a11y crashes CLOSED TREE 2015-09-14 16:08:47 -07:00
Wes Kocher
85630f2326 Backed out 9 changesets (bug 1203680) for mochitest bustage CLOSED TREE
Backed out changeset e4733b9eb53c (bug 1203680)
Backed out changeset fb33eb2a55b0
Backed out changeset eb42e21bbb96 (bug 1203680)
Backed out changeset 86642d84e604 (bug 1203680)
Backed out changeset 1026da4b02fb (bug 1203680)
Backed out changeset 311f9810e0b3 (bug 1203680)
Backed out changeset 6fedc85dc0d9 (bug 1203680)
Backed out changeset b25230c0a193 (bug 1093357)
Backed out changeset 2369d63ef14a (bug 1203680)
2015-09-14 14:27:57 -07:00
Michael Layzell
9e13f65f5c Bug 1202148 - Move current in only one location in Intervals.h, r=jya 2015-09-14 16:04:10 -04:00
Michael Layzell
a0a31c7e72 Bug 1202014 - Don't use-after-move in ActorsChild.cpp, r=khuey 2015-09-14 16:04:10 -04:00
Thomas Zimmermann
6ad794568e Bug 1202060: Store Bluetooth profile controller while (dis-)connecting AVRCP, r=shuang
AVRCP connect and disconnects can currently not be completed, because the
profile controller is not know to the manager at the time of completion.
The patch fixes this bug.
2015-09-14 16:01:45 +02:00
Carsten "Tomcat" Book
d32d285cb5 merge mozilla-inbound to mozilla-central a=merge 2015-09-14 13:58:37 +02:00
JW Wang
3e1abef89b Bug 1203449 - Remove OutputStreamListener from DecodedStream.cpp. r=roc. 2015-09-14 10:43:27 +08:00
Jessica Jong
182f471984 Bug 1175817 - [NetworkManager] remove old default routes explicitly. r=echen,smaug 2015-09-11 15:26:58 +08:00
Phil Ringnalda
ba8f5870d1 Merge m-i to m-c, a=merge 2015-09-13 11:58:18 -07:00
Shawn Huang
9aa5b01ab8 Bug 1195710 - [MAP]Implement PushMessage function, r=btian 2015-09-13 19:03:23 +08:00
Phil Ringnalda
9c2a6d365a Merge m-c to b-i 2015-09-12 16:04:10 -07:00
Phil Ringnalda
2c2bcb7046 Merge m-c to b-i 2015-09-12 10:35:50 -07:00
Phil Ringnalda
6173632d48 Merge m-c to m-i 2015-09-12 10:34:34 -07:00
Phil Ringnalda
325223c53c Bug 1174872 - Disable test_fetch_basic_http_sw_reroute.html for constant timeouts on Mulet 2015-09-12 09:52:03 -07:00
Michael Layzell
fb1ec1ec20 Bug 1188932 - Allow the User-Agent header to be explicitly set by requests, r=bkelly, r=jgraham 2015-09-12 12:46:09 -04:00
Michael Layzell
02543db9de Bug 1200337 - Part 1: Don't expose standard HTTP headers during interception in non-e10s mode, r=mcmanus 2015-09-12 12:46:09 -04:00
Michael Layzell
f1e6d25004 Bug 1156802 - Part 2: Remove all explicit move constructors, r=ehsan 2015-09-12 12:34:45 -04:00
Phil Ringnalda
324b46c55e Merge f-t to m-c, a=merge 2015-09-12 09:13:57 -07:00
Reuben Morais
1eb747409c Bug 1204183 - Test the object_data upgrade from bug 1202788. r=janv 2015-09-12 12:51:21 -03:00
Phil Ringnalda
edf876ccfa Back out 574a93c36fd8 (bug 1203668) for Moth bustage
CLOSED TREE
2015-09-12 08:23:23 -07:00
Jean-Yves Avenard
51c8f00a36 Bug 1199518: [webm] P2. Properly determine next keyframe time. r=kinetik 2015-09-12 20:53:25 +10:00
Jean-Yves Avenard
ffcad85fb6 Bug 1199518: [webm] P1. Have WebMDemuxer use its own logger. r=kinetik 2015-09-12 20:53:24 +10:00
Jean-Yves Avenard
7cc0172170 Bug 1188238: [MSE] P2. Don't assert when unable to find position in frames array. r=gerald
Instead return an error which will terminate the video element.
2015-09-12 20:53:23 +10:00
Jean-Yves Avenard
3e080a3d22 Bug 1188238: [MSE] P1. Don't use Interval::Intersect to find the first frame of an interval. r=gerald
With H264, often the first frame of a media segment has no duration ; as such the time interval it represents is empty and will never intersect with anything.
2015-09-12 20:53:23 +10:00
Mats Palmgren
4544540d27 Bug 1203668 - Setting the value of a <select> to a non-matching option should deselect all options and set selectedIndex to -1. r=bz 2015-09-12 12:34:37 +02:00
Cameron McCormack
42466a72fa Bug 1202512 - Part 1: Add Element flags to record whether an eRestyle_SomeDescendants restyle is pending for it. r=bzbarsky 2015-09-12 19:08:10 +10:00
Phil Ringnalda
47a62b39dc Merge b-i to m-c, a=merge 2015-09-11 20:27:20 -07:00
Kartikaya Gupta
948b49d07a Bug 1200093 - Don't rely on finding the widget for a document in order to get the css-to-ld scale. r=botond 2015-09-11 15:12:29 -04:00
Carsten "Tomcat" Book
95c003451f merge mozilla-inbound to mozilla-central a=merge 2015-09-11 16:36:35 +02:00
Reuben Morais
601feb4f1a Bug 1202788 - Upgrade object_data table to new format (follow-up to bug 871846). r=janv 2015-09-11 12:12:52 -03:00
Shawn Huang
4e6e72cb9e Bug 1186836 - Implement SetMessageStatus function, r=btian 2015-09-11 22:45:18 +08:00
Edgar Chen
1ed7758671 Bug 1203828 - Let test_mobile_data_ipv6.js really test the v4 or v6 ip addresses. r=jjong 2015-09-11 11:57:53 +08:00
Shawn Huang
52b6d44302 Bug 1166679 - Implement GetMessage function, r=btian 2015-09-11 21:21:19 +08:00
Carsten "Tomcat" Book
ece176083a Backed out 1 changesets (bug 1198522) for gij20 test failures
Backed out changeset b0c1649e39d2 (bug 1198522)
2015-09-11 14:14:11 +02:00
Wes Kocher
e82fed5ab9 Backed out 2 changesets (bug 1204397) for serviceworkers bustage
CLOSED TREE?

Backed out changeset 01cf8bf2f3d7 (bug 1204397)
Backed out changeset 6abdb99b2b30 (bug 1204397)
2015-09-14 12:46:57 -07:00
Ben Kelly
d22555b04d Bug 1203680 P6 Re-enable some mochitests on e10s that were disabled due to serialization issue. r=nsm 2015-09-14 12:04:56 -07:00
Ben Kelly
21dfbd1ab0 Bug 1203680 P5 Make ServiceWorkerManager ensure channel upload stream is cloneable. r=nsm 2015-09-14 12:04:56 -07:00