Gregor Wagner
bab58a21ea
Bug 993311 - Followup to fix b2g builds r=khuey
2016-02-01 15:35:25 -08:00
Kyle Machulis
c2efbdb7f2
Bug 1164427 - Implement elementsFromPoint; r=roc r=khuey
2016-02-01 14:33:51 -08:00
Andrea Marchesini
7a6d5c1bad
Bug 1243881 - patch 1 - unship performance.translateTime, r=bz
2016-02-01 21:48:04 +00:00
John Shih
1e50c3a538
Bug 993311 - Convert Network Stats API to WebIDL. r=bzbarsky.
2014-04-08 14:42:12 +08:00
Peter Van der Beken
f8086c076c
Bug 1027734 - Convert mozPay to WebIDL. r=bzbarsky.
2016-01-26 18:38:03 +01:00
Brian Birtles
68bba734fd
Bug 1096773 part 3 - Implement Animatable.animate(); r=bz
2016-01-29 12:37:52 +11:00
Brian Birtles
ccbaf28e47
Bug 1096773 part 1 - Make the frames argument to the KeyframeEffectReadOnly constructor NOT optional; r=bz
...
This is to line up with the spec as discussed in:
https://bugzilla.mozilla.org/show_bug.cgi?id=1096773#c6
2016-01-29 12:37:52 +11:00
Paul Kerr [:pkerr]
11e4400955
Bug 1209252: add buttons to clear session and signaling logs. r=jib, r=sicking
2016-01-27 16:05:10 -08:00
William Chen
c2ad4f718d
Bug 1241727 - Inverting non-invertible WebKitCSSMatrix should throw NotSupportedError. r=baku
2016-01-27 12:49:57 -08:00
Olli Pettay
de07d32c6f
Bug 1153322 - Implement Document.scrollingElement, r=bz
2016-01-27 02:44:05 +02:00
Mike Taylor
44099b3717
Bug 1241723. Update WebKitCSSMatrix.idl to match latest spec updates. r=baku
...
The following methods have been updated to match WebKit's behavior,
taking optional arguments that default to 0:
rotateAxisAngle()
skewX()
skewY()
translate()
2016-01-27 09:17:08 -06:00
Carsten "Tomcat" Book
c7d6d57ebb
Backed out changeset b7d242697573 (bug 1237193) for bustage
2016-01-27 11:42:24 +01:00
Ethan Lin
d07db5d65d
Bug 1237193 - Fix WebGL getActiveUniforms return type. r=jgilbert, r=smaug
2016-01-07 21:45:00 +01:00
Tim Taubert
8fa3f8ac39
Bug 1191936 - Implement RSA-PSS signing and verification r=rbarnes,smaug
2015-10-13 20:22:43 +02:00
Tim Taubert
061b415866
Bug 1200341 - Use BufferSource instead of CryptoOperationData in the SubtleCrypto WebIDL spec r=smaug
2016-01-26 16:47:41 +01:00
Tim Taubert
22e912a3a2
Bug 1200341 - Implement HKDF for WebCrypto r=rbarnes,smaug
2016-01-26 14:57:52 +01:00
Carsten "Tomcat" Book
dbc0008267
Backed out changeset b0eeee008090 (bug 1242321)
2016-01-26 10:54:38 +01:00
Chris Peterson
873eba189f
Bug 1242321 - Remove obsolete "media.eme.apiVisible" pref. r=cpearce sr=bz
2016-01-22 21:20:08 -08:00
Jocelyn Liu
23b6b691dc
Bug 1238825: Add "dom.bluetooth.webbluetooth.enabled" preference for WebBluetooth API development. r=btian, r=bz
2016-01-25 14:35:18 +08:00
Boris Zbarsky
6e798db711
Bug 1242054. Get rid of AbortablePromise, so we can move Promise into SpiderMonkey more easily. r=khuey
2016-01-23 00:37:44 -05:00
Kartikaya Gupta
500b074581
Bug 1238042 - Expose the checkerboard reports out to JS. r=ehsan,botond
2016-01-22 20:27:28 -05:00
Byron Campen [:bwc]
805ab6b140
Bug 1231507 - Part 1: selectSsrc chrome-only API for SSRC-based filtering of receive tracks. r=drno, r=smaug
2015-12-09 15:37:38 -05:00
Randell Jesup
cc00ec47c4
Bug 987186 - remove AudioConfig, send agc/aec/noise from prefs r=jib,smaug
...
(Reland squashed)
Respect echoCancellation constraint in GetUserMedia
Support echoCancellation constraint, pass test
2016-01-22 16:46:38 -05:00
Kit Cambridge
0ce0916923
Bug 1241278 - Change Notification.requestPermission()
to return a promise. r=baku
2016-01-20 14:23:04 -08:00
Kyle Huey
2042734fd0
Backed out 3 changesets (bug 987186) for build bustage. CLOSED TREE
...
Backed out changeset 00cb175253b9 (bug 987186)
Backed out changeset deaf45c9ad2a (bug 987186)
Backed out changeset bc3d6c21f5ed (bug 987186)
2016-01-22 10:35:23 -08:00
Brian Armstrong
765a671205
Bug 987186 - respect echoCancellation constraint in GetUserMedia r=smaug,jib
2016-01-20 13:11:42 -08:00
Brian Armstrong
895bd10f09
Bug 987186 - support echoCancellation constraint, pass test r=smaug,jib
...
this doesn't actually add the plumbing for the constraint, but it allows us to support it
2016-01-15 16:29:15 -08:00
Eugen Sawin
1926e0aa21
Bug 1205649 - [2.4] Add AbsoluteDeviceOrientation DOM event for compass heading orientation data. r=smaug
2016-01-21 18:14:33 +01:00
William Chen
3701c207af
Bug 717722 - Implement WebKitCSSMatrix. r=baku
2016-01-20 14:48:01 -08:00
Andrea Marchesini
322975a185
Bug 1162658 - Update FormData to match latest spec, r=smaug
2016-01-20 17:25:03 +00:00
Jean-Yves Avenard
52f917085c
Bug 1236703: P3. Add moz specific method to retrieve debug data to media object IDL. r=bz
2016-01-20 09:50:26 +11:00
Ehsan Akhgari
b01875643e
Bug 1209081 - Part 1: Implement the "navigate" value for RequestMode; r=bkelly
2016-01-19 17:46:10 -05:00
Michael Layzell
8fcc59449e
Bug 1230563 - Part 2: Test for corrected cookie permission behavior, r=ehsan
2016-01-19 01:33:20 -05:00
Hiroyuki Ikezoe
d303cbb5a2
Bug 1096774 - Part 1: Implement Animation Constructor. r=birtles, r=smaug
2016-01-16 19:02:00 -05:00
Jan-Ivar Bruaroey
908f06dfc0
Bug 1232082 - add pc.ontrack and RTCTrackEvent r=jesup,smaug
2016-01-12 15:09:01 -05:00
Ehsan Akhgari
83b5e0ba34
Bug 1240161 - Remove "only-if-cached" from RequestCache; r=bkelly
2016-01-15 16:24:16 -05:00
Carsten "Tomcat" Book
a1d46b7914
merge mozilla-inbound to mozilla-central a=merge
2016-01-15 11:46:47 +01:00
Jocelyn Liu
4446c2ef5a
Bug 1228546 - Implement peripheral mode support for GATT API. r=brsun, r=mrbkap
2016-01-15 09:50:54 +08:00
Carsten "Tomcat" Book
0506fad16e
merge mozilla-inbound to mozilla-central a=merge
2016-01-13 11:57:15 +01:00
Phil Ringnalda
f0c058e3b6
Back out 3 changesets (bug 1232082) for causing a variety of Android webrtc failures including causing bug 1239200
...
CLOSED TREE
Backed out changeset 1c8afc8ea1c1 (bug 1232082)
Backed out changeset d8ec4008871e (bug 1232082)
Backed out changeset fa3363702d51 (bug 1232082)
2016-01-12 22:33:17 -08:00
Tom Tromey
6bd5c2185f
Bug 1230491 - add CSSStyleSheet::parsingMode; r=heycam,bz
2016-01-12 09:50:43 -07:00
Carsten "Tomcat" Book
5ddb3f6b57
merge mozilla-inbound to mozilla-central a=merge
2016-01-12 11:54:38 +01:00
Robert Longson
db5c4fc3b8
Bug 1239128 - Implement LinkStyle for SVGStyleElement interface. r=cam r=bzbarsky
2016-01-14 18:43:11 +00:00
Alessio Placitelli
9204617c56
Bug 1234522 - Remove references to the data reporting service. r=gfritzsche,smaug
2016-01-05 06:29:00 +01:00
N.Shimizu
18316abfdd
Bug 1179627 - Part 1: Implement Animation.id. r=smaug, r=birtles
2016-01-08 03:17:00 -05:00
Ehsan Akhgari
a01ebded31
Bug 1238680 - Make dictionary arguments where a dictionary has a required member non-optional; r=bzbarsky
2016-01-11 14:20:20 -05:00
Ehsan Akhgari
bd4e00b84b
Bug 1238213 follow-up: Mark the FetchEventInit dictionary argument to FetchEvent's constructor optional too; r=bzbarsky
2016-01-11 13:31:56 -05:00
Ehsan Akhgari
b3174655a3
Bug 1238205 - Mark Navigator.serviceWorker as SameObject; r=baku
2016-01-11 13:21:23 -05:00
Ehsan Akhgari
478e2834bd
Bug 1238206 - Make ServiceWorkerContainer.getRegistration() return Promise<any>; r=baku
...
This change is cosmetic only, in order to bring us on par with
the spec.
2016-01-11 13:21:23 -05:00
Ehsan Akhgari
b5062a26ce
Bug 1238207 - make ServiceWorkerGlobalScope.skipWaiting() return Promise<void>; r=baku
...
This change is cosmetic only, in order to bring us on par with
the spec.
2016-01-11 13:21:23 -05:00