Carsten "Tomcat" Book
6723c48492
merge fx-team to mozilla-central a=merge
2015-04-27 12:34:03 +02:00
Carsten "Tomcat" Book
58d66ec4c2
merge mozilla-inbound to mozilla-central a=merge
2015-04-27 12:00:14 +02:00
JW Wang
e444793868
Bug 1157582 - enable ffmpeg decoders on Linux in EME mochitests. r=edwin.
2015-04-27 11:41:14 +08:00
Boris Zbarsky
03f0ddb4ba
Bug 1157754 part 3. Make ClearMessage private on ErrorResult. r=peterv
2015-04-26 22:38:17 -04:00
Boris Zbarsky
4fd0c4fc34
Bug 1157754 part 2. Convert consumers of ErrorResult::ClearMessage() to the new better APIs we have for suppressing exceptions on ErrorResult. r=bkelly
2015-04-26 22:38:17 -04:00
Boris Zbarsky
948fb6f6e6
Bug 1157754 part 1. Add a way to "catch" an ErrorResult, and a way to safely convert an ErrorResult to an nsresult. r=peterv
2015-04-26 22:38:17 -04:00
Brian Birtles
b71a3abcfb
Bug 1157989 part 4 - Make method comment style consistent; r=jwatt
2015-04-27 10:05:47 +09:00
Brian Birtles
b16ed8d383
Bug 1157989 part 3 - Make LimitBehavior enum a scoped enum; r=jwatt
2015-04-27 10:05:47 +09:00
Brian Birtles
e6e6a9169d
Bug 1157989 part 2 - Make Silently* methods protected; r=jwatt
...
These methods aren't part of the public API.
2015-04-27 10:05:46 +09:00
Brian Birtles
fde96a879b
Bug 1157989 part 1 - Line up methods in dom/animation/Animation with the API; r=jwatt
2015-04-27 10:05:46 +09:00
Felipe Gomes
11669e7eee
Bug 1158270 - Plugins can't run if e10s is force-disabled. r=jmathies
2015-04-26 20:55:39 -03:00
Brian Birtles
2a873f76ba
Bug 1157111 - Remove comment from SilentlySetCurrentTime; r=jwatt
...
The commented-out step has now been removed from the spec:
34c2bc9272
2015-04-27 08:53:19 +09:00
Brian Birtles
df8c95a4d4
Bug 1150807 part 5 - Tests for Animation.cancel(); r=jwatt
2015-04-27 08:53:19 +09:00
Brian Birtles
5f29332fd1
Bug 1150807 part 3 - Call PostUpdate from Cancel; r=jwatt
...
This patch makes Cancel() call PostUpdate which clobbers certain state in style
so that animated style is correctly flushed when an animation is cancelled.
The main difficulty with this is that we *don't* want to call this when we're
cancelling an animation as a result of a style update or else we'll trigger
needless work. The pattern elsewhere has been to define a *FromStyle() method
for this case (e.g. CSSAnimation::PlayFromStyle, PauseFromStyle). This isn't
ideal because there's always the danger we will forget to call the appropriate
*FromStyle method. It is, however, consistent. Hopefully in bug 1151731 we'll
find a better way of expressing this.
2015-04-27 08:53:19 +09:00
Brian Birtles
2121bbc36d
Bug 1150807 part 2 - Expose Animation::Cancel in WebIDL; r=smaug
2015-04-27 08:53:18 +09:00
Brian Birtles
dfd23a3db3
Bug 1150807 part 1 - Fix SilentlySetCurrentTime to not set the start time when it is unresolved; r=jwatt
...
The reasoning for this change is described here:
https://lists.w3.org/Archives/Public/public-fx/2015AprJun/0027.html
Furthermore, subsequent tests introduced in this bug for the animation playState
depend on this change.
2015-04-27 08:53:18 +09:00
Ehsan Akhgari
51fd8e020f
Bug 1079617 - Increase the timeout of browser_test_new_window_from_content.js
2015-04-26 11:50:35 -04:00
Andrea Marchesini
9e840f0fdb
Bug 1125205 - Display console API messages from shared or service workers to the web console, r=past
2015-04-26 09:37:59 +01:00
Ehsan Akhgari
e9b13dd274
Bug 1158537 - Remove unneeded FileImplTemporaryFileBlob::{mLength,mContentType} members; r=baku
...
The FileImplBase base class has protected mLength and mContentType
members that this class can use. These are currently just masking those
base members.
2015-04-25 18:34:38 -04:00
L. David Baron
4fdb36343e
Back out bug 1154494 (changeset 94c2f1d254e7 and changeset d1269f811e05) for causing intermittent orange in various service worker tests.
2015-04-25 15:07:54 -07:00
L. David Baron
11728a54b6
Bug 1157654 - Back out changeset e73f7d6a138d (bug 1140995) for frequent failures in dom/media/test/test_mediarecorder_getencodeddata.html .
2015-04-25 11:10:37 -07:00
L. David Baron
945885a208
Bug 1157654 - Back out changeset e428ba6470b9 (bug 1140995) for frequent failures in dom/media/test/test_mediarecorder_getencodeddata.html .
2015-04-25 11:10:15 -07:00
L. David Baron
deed6e85e6
Bug 1157654 - Back out changeset 4803c84d4976 (bug 1153690) for frequent failures in dom/media/test/test_mediarecorder_getencodeddata.html .
2015-04-25 11:09:45 -07:00
Ryan VanderMeulen
a6739b8dee
Merge m-c to b2g-inbound. a=merge
...
CLOSED TREE
2015-04-24 16:06:05 -04:00
Ryan VanderMeulen
78196ec059
Merge inbound to m-c. a=merge
2015-04-24 15:42:31 -04:00
Sotaro Ikeda
eb84ead282
Bug 1154411 - Do not close same fd twice r=bent
2015-04-24 06:18:13 -07:00
Carsten "Tomcat" Book
180d5aad20
Merge mozilla-central to mozilla-inbound
2015-04-24 14:57:12 +02:00
Carsten "Tomcat" Book
c76ef69f41
merge mozilla-inbound to mozilla-central a=merge
2015-04-24 14:37:13 +02:00
Aryeh Gregor
01325c8af9
Bug 1157848 - Fix leak in OwningNonNull constructor from already_AddRefed; r=bz
2015-04-24 14:27:34 +03:00
Bobby Holley
bb760c7ace
Bug 1157840 - Refcount NesteggPacketHolder. r=kinetik
2015-04-23 16:30:08 -07:00
Bruce Sun
e3c47abb93
Bug 1153159 - Pass |promise| as a parameter in |BT_ENSURE_TRUE_RESOLVE| and |BT_ENSURE_TRUE_REJECT| macros. r=btian
2015-04-23 11:07:59 +08:00
Jonathan Hao
45ad65ef03
Bug 1145052 - A cancelable runnable for OnAudioEndTimeUpdate. r=cpearce
2015-04-22 13:10:26 +08:00
Ethan Wu
85139a2858
Bug 1157018 - NsckPuk and PckPuk lock types that should require PUK instead require PIN. r=echen
2015-04-22 17:24:11 +08:00
Ryan VanderMeulen
6a5613cbfa
Merge inbound to m-c. a=merge
2015-04-23 17:10:28 -04:00
Nikhil Marathe
ecd92e39ea
Backed out changeset cb59db723d15 (Bug 1058695) for bustage on CLOSED TREE
2015-04-23 09:46:52 -07:00
Daniel Holbert
7ac570bdb0
Bug 1131327 followup: Add 'override' annotation to WorkerListener refcounting functions. rs=ehsan
2015-04-23 09:20:08 -07:00
Carsten "Tomcat" Book
c0f865e858
Merge mozilla-central to b2g-inbound
2015-04-23 16:00:35 +02:00
Carsten "Tomcat" Book
b0a2e88e18
merge mozilla-inbound to mozilla-central a=merge
2015-04-23 15:41:03 +02:00
Thomas Zimmermann
b8aef5264e
Bug 1156352: Remove |UnixSocketRawData| from socket I/O interfaces, r=kmachulis
2015-04-23 13:48:48 +02:00
Thomas Zimmermann
cdb9a0fb00
Bug 1156352: Remove |UnixSocketRawData| from NFC interfaces, r=allstars.chh
2015-04-23 13:48:48 +02:00
Thomas Zimmermann
befbf30c0b
Bug 1156352: Remove |UnixSocketRawData| from Bluetooth interfaces, r=btian
2015-04-23 13:48:47 +02:00
Thomas Zimmermann
8190fe227a
Bug 1156716: Build GATT backend as part of Bluetooth v1, r=joliu
...
This patch enables building the GATT backend code in Bluetooth v1. V1 still
doesn't support GATT, only some of the code gets build.
2015-04-23 10:43:51 +02:00
Thomas Zimmermann
9869595612
Bug 1156716: Build GATT HAL helpers in Bluetooth v1, r=joliu
2015-04-23 10:43:51 +02:00
Carsten "Tomcat" Book
90509efe6f
Merge mozilla-central to b2g-inbound on a CLOSED TREE
2015-04-23 08:50:44 +02:00
Carsten "Tomcat" Book
f201d8f893
Merge mozilla-central to mozilla-inbound on a CLOSED TREE
2015-04-23 08:41:04 +02:00
Carsten "Tomcat" Book
708ddc7be7
Backed out 19 changesets (bug 1149397, bug 1065657, bug 1024774) for fixing Linux PGO xpcshell bustage on a CLOSED TREE
...
Backed out changeset 53058615e7a3 (bug 1024774)
Backed out changeset 68fe0894bb09 (bug 1065657)
Backed out changeset 1b9620d674df (bug 1024774)
Backed out changeset a31c514b59da (bug 1024774)
Backed out changeset 0fcf8757f6c2 (bug 1024774)
Backed out changeset 9a3c71b925d4 (bug 1024774)
Backed out changeset 783acc92af04 (bug 1024774)
Backed out changeset ad71c9a3446b (bug 1024774)
Backed out changeset 4f37e72e70f6 (bug 1024774)
Backed out changeset ec869578cc0a (bug 1024774)
Backed out changeset 3c1d306c8a3d (bug 1024774)
Backed out changeset b3a90f30892d (bug 1024774)
Backed out changeset cf7bbb3774c0 (bug 1024774)
Backed out changeset 2522eb4d3cf2 (bug 1024774)
Backed out changeset 89a502d88f9c (bug 1024774)
Backed out changeset 61046ad3161f (bug 1024774)
Backed out changeset 36706aaa2f06 (bug 1024774)
Backed out changeset ba8e68e05149 (bug 1149397)
Backed out changeset 532169437c2f (bug 1065657)
2015-04-23 08:37:24 +02:00
Bobby Holley
cbaa1b59ef
Bug 1144486 - Use state watching machinery for mReadyState updates. r=jww
2015-04-22 21:38:11 -07:00
Bobby Holley
d36d4434d1
Bug 1144486 - Implement state watching machinery. r=jww
2015-04-22 21:38:11 -07:00
Bobby Holley
45b32d35a5
Bug 1144486 - Implement direct tasks. r=jww
2015-04-22 21:38:10 -07:00
Bobby Holley
13c48d68da
Bug 1144486 - Fix Bogus test. r=cajbir
...
cajbir said we should do this in the media meeting.
2015-04-22 21:38:09 -07:00