Andrea Marchesini
25e391bd01
Bug 1113086 - AudioChannel policy in Browser API - patch 7 - Support non-app iframe, r=alwu
2015-07-10 17:40:24 +01:00
Andrea Marchesini
f4c10524b4
Bug 1113086 - AudioChannel policy in Browser API - patch 1 - BrowserElementAudioChannel, r=ehsan
2015-07-10 17:38:44 +01:00
Carsten "Tomcat" Book
85cc47ac7c
Backed out changeset bcfbdb934c37 (bug 1113086) for breaking cpp tests with timeouts in TestAudioChannelService.exe
2015-07-11 14:14:58 +02:00
Carsten "Tomcat" Book
9014eb537d
Backed out changeset 200c185e4d71 (bug 1113086)
2015-07-11 14:13:41 +02:00
Andrea Marchesini
e6ee1f7337
Bug 1113086 - AudioChannel policy in Browser API - patch 7 - Support non-app iframe, r=alwu
2015-07-10 21:08:53 -04:00
Andrea Marchesini
16db4ace47
Bug 1113086 - AudioChannel policy in Browser API - patch 1 - BrowserElementAudioChannel, r=ehsan
2015-07-10 21:08:43 -04:00
Xidorn Quan
1429282d8b
Backed out 8 changesets (bug 1113086) for build bustage
...
Backed out changeset a20839dfd439 (bug 1113086)
Backed out changeset 675ea719b91c (bug 1113086)
Backed out changeset cfb34138bb9f (bug 1113086)
Backed out changeset b9525c60a737 (bug 1113086)
Backed out changeset 380859ae955b (bug 1113086)
Backed out changeset 5ec088f0892f (bug 1113086)
Backed out changeset caf57ae8cbce (bug 1113086)
Backed out changeset 0fc4dec6cd81 (bug 1113086)
2015-07-11 10:55:59 +10:00
Xidorn Quan
4d615b224e
Backed out 7 changesets (Bug 1113086) for build bustage
2015-07-11 10:45:21 +10:00
Andrea Marchesini
e0cf4f0eb6
Bug 1113086 - AudioChannel policy in Browser API - patch 7 - Support non-app iframe, r=alwu
2015-07-10 17:40:24 +01:00
Andrea Marchesini
be1995c816
Bug 1113086 - AudioChannel policy in Browser API - patch 1 - BrowserElementAudioChannel, r=ehsan
2015-07-10 17:38:44 +01:00
Christoph Kerschbaumer
95459e26aa
Bug 1139297 - Implement CSP upgrade-insecure-requests directive - devtool changes (r=sstamm,bholley)
2015-07-10 09:16:01 -07:00
Hiroyuki Ikezoe
98895212fc
Bug 1150808 - Implement Animation.reverse(). r=smaug r=birtles
2015-07-09 22:54:00 +02:00
Wes Kocher
64f7149220
Backed out 5 changesets (bug 1180921) for build failures in BasePrincipal.cpp
...
Backed out changeset d8c1a2e11a9a (bug 1180921)
Backed out changeset f4dd8c53df5f (bug 1180921)
Backed out changeset b272a0ebf5d8 (bug 1180921)
Backed out changeset 8e86b6a7d201 (bug 1180921)
Backed out changeset bbdebd7b8881 (bug 1180921)
2015-07-09 17:43:08 -07:00
Bobby Holley
a321ef9194
Bug 1180921 - Add the addonId OriginAttribute. r=bholley
2015-07-09 17:25:05 -07:00
Franziskus Kiefer
cb755f2a73
Bug 1166910 - put referrer attribute behind pref in webidl, r=bz
2015-07-07 15:25:16 -07:00
Brian Birtles
565dd68a91
Bug 1150810 part 10 - Add AnimationTimeline::GetAnimations; r=jwatt; r=smaug
...
This patch also removes the (commented-out) play() method from the
AnimationTimeline.webidl since it has been removed from the spec.
2015-06-15 11:05:43 +09:00
Brian Birtles
a0a9a06827
Bug 1150810 part 6 - Rename Timeline() to GetTimeline(); r=smaug
...
This is in anticipation of adding Animation::SetTimeline(). Once we set the
timeline out of band, there's a chance that getting it could return null so
this patch makes the WebIDL and method name reflect that.
2015-04-28 16:25:07 +09:00
Martin Thomson
1ad85837bd
Bug 1181262 - Disabling more code under --disable-webrtc, r=dholbert,bwc
2015-07-08 12:27:45 -07:00
Brian Birtles
0bd5046800
Bug 1179111 part 4 - Remove KeyframeEffectReadOnly.name; r=smaug
2015-07-01 14:54:39 +09:00
Brian Birtles
6552e770e3
Bug 1179111 part 2 - Implement CSSTransition.transitionProperty; r=smaug, r=jwatt
2015-07-01 12:27:48 +09:00
Brian Birtles
7838a9d29c
Bug 1179111 part 1 - Implement CSSAnimation.animationName; r=smaug, r=jwatt
2015-07-01 12:15:42 +09:00
Brian Birtles
e75d8e32c4
Bug 1178186 part 1 - Add CSSAnimation and CSSTransition interfaces; r=smaug
2015-06-30 10:00:39 +09:00
Carsten "Tomcat" Book
cd5dc153be
Backed out changeset 1e1ccffd51b8 (bug 1178186) for suspicion of causing bc2 test failures on OSX browser_bug427559.js
2015-07-07 14:22:33 +02:00
Carsten "Tomcat" Book
51f4e5818b
Backed out changeset 144276fd40a1 (bug 1179111)
2015-07-07 14:21:46 +02:00
Carsten "Tomcat" Book
3632877c04
Backed out changeset 4eb184faf92c (bug 1179111)
2015-07-07 14:21:42 +02:00
Carsten "Tomcat" Book
8b37980289
Backed out changeset 171d0e4ec35d (bug 1179111)
2015-07-07 14:21:37 +02:00
Brian Birtles
c09a6decf3
Bug 1179111 part 4 - Remove KeyframeEffectReadOnly.name; r=smaug
2015-07-01 14:54:39 +09:00
Brian Birtles
0493fbee37
Bug 1179111 part 2 - Implement CSSTransition.transitionProperty; r=smaug, r=jwatt
2015-07-01 12:27:48 +09:00
Brian Birtles
e0ff6b5a30
Bug 1179111 part 1 - Implement CSSAnimation.animationName; r=smaug, r=jwatt
2015-07-01 12:15:42 +09:00
Brian Birtles
6fd1742db9
Bug 1178186 part 1 - Add CSSAnimation and CSSTransition interfaces; r=smaug
2015-06-30 10:00:39 +09:00
Carmen Jimenez
da4d0fd10a
Bug 1173666 - Expose the URL of the page that calls mozApps.connect to the app exposing the port. r=ferjm, r=baku
2015-07-05 08:45:00 -04:00
Martin Thomson
3313286ea1
Bug 1172785 - RTCCertificate interfaces, r=peterv
2015-07-06 10:40:04 -07:00
Ehsan Akhgari
d0cacc4bc3
Bug 1180347 - Split media.useAudioChannelService to support turning the service on without turning the Firefox OS specific APIs on; r=baku
...
This is going to be needed for us to be able to turn the AudioChannelService
on for desktop without exposing the Firefox OS specific APIs.
2015-07-06 09:05:00 -04:00
Byron Campen [:bwc]
f594c39259
Bug 1112692: BundlePolicy support, and support for more than one BUNDLE group. r=mt, r=smaug
2015-06-12 14:27:08 -07:00
Jan-Ivar Bruaroey
9397e0fda5
Bug 1037389 - add support for deviceId in gUM constraints (merged 11 patches). r=smaug, r=jesup
2015-07-02 18:01:52 -04:00
Jan-Ivar Bruaroey
203ff6275a
Bug 1152381 - implement mediaDevices.getSupportedConstraints. r=smaug, r=jesup
2015-07-02 14:21:49 -04:00
Jonathan Watt
8ab9706b6d
Bug 1177688, part 3 - Implement .getFilesAndDirectories() and .path for DOM Directory objects. r=baku
2015-06-23 00:31:34 +01:00
Franziskus Kiefer
16c410b7a8
Bug 1166910 - Referrer attribute for img tag. r=ckerschb, r=hsivonen, r=bz
2015-06-05 15:25:24 -07:00
William Chen
a3908e9075
Bug 1178513
- Add <extapp> element and interfaces to be used by ACL. r=khuey
2015-06-30 11:27:57 -07:00
Kelly Davis
466d14756f
Bug 1167542 - Implement SpeechSynthesisErrorEvent. r=smaug
2015-07-01 04:49:00 -04:00
Kelly Davis
2ae535a40a
Bug 1167541 - Implemented SpeechSynthesisEvent::utterance. r=smaug
2015-07-01 04:14:00 -04:00
Carsten "Tomcat" Book
29a854f0cd
Backed out changeset f5f3827ffcf1 (bug 1166910) for bustage
2015-07-01 08:19:28 +02:00
Franziskus Kiefer
2e40f313d0
Bug 1166910 - referrer attribute for img tag. r=hsivonen
2015-06-05 15:25:24 -07:00
Kyle Machulis
e5fb6523ed
Bug 1123516 - Implement maplike/setlike in WebIDL Codegen; r=bz
2015-06-29 15:38:53 -07:00
Carsten "Tomcat" Book
c0d1c199e1
merge mozilla-inbound to mozilla-central a=merge
2015-06-29 14:17:02 +02:00
Andrew Osmond
d54c98cf44
Bug 1167650 - Expose DOMRequest and DOMCursor to workers. r=bent
2015-06-28 09:34:01 -07:00
Nikhil Marathe
870def21e1
Bug 916893 - Patch 1 - Notification on workers. r=khuey,wchen
...
Does not implement the Service Worker API - https://notifications.spec.whatwg.org/#service-worker-api
***
Folded:
Bug 916893 - Better ownership model. r=khuey
Fix for bug found by ASan where we were touching the NotificationFeature after releasing it.
2015-06-25 18:53:02 -07:00
Cameron McCormack
66aa77836c
Bug 1072102 - Part 1: Implement FontFaceSet load and check. r=jdaggett,bzbarsky
2015-06-27 11:41:10 +10:00
Cameron McCormack
c7125541b0
Bug 1161413 - Part 4: Move FontFaceSet ownership from nsPresContext to nsIDocument. r=smaug
2015-06-27 11:39:54 +10:00
Nikhil Marathe
758cf86e07
Bug 1166350 - Push fixes for principals. r=kitcambridge,bholley
...
Fix xpcshell tests.
Add support for webapps-clear-data.
Trash old regs on idb version upgrade.
Use principal for permission check.
use principal in PushSubscription.
2015-06-24 13:34:54 -07:00