Jan-Ivar Bruaroey
9fe49bf906
Bug 1097224 - Part1 - make mozCaptureStream work after onloadedmetadata even in opt build. r=jesup
2014-11-12 23:30:10 -05:00
Carsten "Tomcat" Book
bd30faa5c9
Merge mozilla-central to b2g-inbound
2014-11-12 16:11:42 +01:00
Kan-Ru Chen (陳侃如)
e3650fe425
Bug 1044736 - Part 6. Widget should only require embed-widgets permission. r=fabrice
...
As discussed on dev-webapi[1] the app that wants to use widgets only
need the "embed-widgets" permission to use <iframe mozbrowser mozwidget>
If the app also wants to implement a browser, it could request the
"browser" separately. A <iframe mozbrowser mozwidget> will have
restricted mozbrowser API defined on the prototype if the embedder has
the "brower" permission; they will always throw when used.
[1]: https://groups.google.com/d/msg/mozilla.dev.webapi/uQweGWtVKRA/Bj1jZq3LN-0J
--HG--
rename : dom/apps/tests/test_widget.html => dom/apps/tests/test_widget_browser.html
2014-11-12 19:27:32 +08:00
Kan-Ru Chen (陳侃如)
36617edbff
Bug 1044736 - Part 2. Add nsIBrowserElementAPI.idl and implement nsBrowserElement. r=bz
2014-11-12 19:27:31 +08:00
Kan-Ru Chen (陳侃如)
a4aab03400
Bug 1044736 - Part 1. Add BrowserElement.webidl and stub implementation. r=bz
2014-11-12 19:27:31 +08:00
Bobby Holley
6b0f6dc55f
Bug 1091008 - Reimplement HasLowUndecodedData in terms of GetBuffered. r=cpearce
...
Since GetBuffered now has a sane implementation for MSE, this should
make this function sane for MSE as well.
2014-11-11 20:50:21 -08:00
Bobby Holley
c2ce46072f
Bug 1091008 - Remove special handling for MSE in HTMLMediaElement::Buffered. r=cajbir
...
The same code will now be reached by invoking this method on the decoder.
2014-11-11 20:50:21 -08:00
Andrea Marchesini
15f5081b26
Bug 1081453 - SessionHistory should not keep alive the DOM file objects, r=smaug
2014-11-11 17:13:50 +00:00
Kan-Ru Chen (陳侃如)
084ab7eb10
Bug 1059662 - Disallow OOP app to embed in-proc apps. r=fabrice
...
Some mochitest that use embed-apps in an oop context is disabled.
--HG--
extra : rebase_source : 72de2cdae86eb8d55e642529cd4aae0af97e4e96
2014-11-11 10:25:36 +08:00
Ryan VanderMeulen
805e382122
Bug 942411 - Disable test_ignoreuserfocus.html on Linux e10s due to frequent failures.
2014-11-10 09:57:16 -05:00
Carsten "Tomcat" Book
389198b548
Backed out changeset 1a2c37d55e5e (bug 949666) for m-9 test failures in B2G ICS Emulator debug
2014-11-10 08:10:30 +01:00
Tom Schuster
bc77530a4b
Bug 949666 - Save last used upload dir with e10s. r=billm
2014-11-09 20:26:14 +01:00
Carsten "Tomcat" Book
cee477eb42
Backed out changeset e81aa95ac8d3 (bug 1044736) to fix bustage on a CLOSED TREE
2014-11-12 08:40:14 +01:00
Carsten "Tomcat" Book
9bd1f88cc8
Backed out changeset 8505276285fa (bug 1044736)
2014-11-12 08:39:41 +01:00
Carsten "Tomcat" Book
5b59672c71
Backed out changeset 920775ddfb85 (bug 1044736)
2014-11-12 08:39:32 +01:00
Carsten "Tomcat" Book
660a0f2c9b
Backed out changeset 6ccbc46c33db (bug 1044736)
...
--HG--
rename : dom/browser-element/BrowserElementParent.jsm => dom/browser-element/BrowserElementParent.js
2014-11-12 08:39:28 +01:00
Kan-Ru Chen (陳侃如)
5cb36a6471
Backed out 8 changesets (bug 1044736) r=bustage
...
Backed out changeset 920775ddfb85 (bug 1044736)
Backed out changeset a3604ab2b3ca (bug 1044736)
Backed out changeset fb6a60700803 (bug 1044736)
Backed out changeset 7037d2b40d39 (bug 1044736)
Backed out changeset 1b55f80e1ca6 (bug 1044736)
Backed out changeset f55ff90f2b6f (bug 1044736)
Backed out changeset 8505276285fa (bug 1044736)
Backed out changeset e81aa95ac8d3 (bug 1044736)
--HG--
rename : dom/browser-element/BrowserElementParent.js => dom/browser-element/BrowserElementParent.jsm
2014-11-12 15:10:27 +08:00
Kan-Ru Chen (陳侃如)
1d20d5e1bb
Bug 1044736 - Part 6. Widget should only require embed-widgets permission. r=fabrice
...
As discussed on dev-webapi[1] the app that wants to use widgets only
need the "embed-widgets" permission to use <iframe mozbrowser mozwidget>
If the app also wants to implement a browser, it could request the
"browser" separately. A <iframe mozbrowser mozwidget> will have
restricted mozbrowser API defined on the prototype if the embedder has
the "brower" permission; they will always throw when used.
[1]: https://groups.google.com/d/msg/mozilla.dev.webapi/uQweGWtVKRA/Bj1jZq3LN-0J
--HG--
rename : dom/apps/tests/test_widget.html => dom/apps/tests/test_widget_browser.html
2014-11-12 14:20:19 +08:00
Kan-Ru Chen (陳侃如)
d69411de92
Bug 1044736 - Part 2. Add nsIBrowserElementAPI.idl and implement nsBrowserElement. r=bz
2014-11-12 14:20:18 +08:00
Kan-Ru Chen (陳侃如)
4253944a23
Bug 1044736 - Part 1. Add BrowserElement.webidl and stub implementation. r=bz
2014-11-12 14:20:18 +08:00
Jean-Yves Avenard
a2f79473ba
Bug 1093654 - Fix various memory leaks in MediaDecoders. r=jwwang
...
Change various function prototyping to make object ownership more explicit.
2014-11-06 19:17:05 +11:00
Jean-Yves Avenard
832ad94e23
Bug 1065827 - Do not always wait to decode frames to emit loadedmetadata. r=jwwang
2014-11-06 20:52:44 +11:00
Seth Fowler
acd76aecf8
Bug 1087615 - Always use an uncached image in test_bug347174_write.html. r=mounir
...
--HG--
extra : rebase_source : c80a5d271c145892e3b55be26b4aa8952ce8eeb9
2014-11-06 17:33:56 -08:00
Carsten "Tomcat" Book
121ca1d0c2
Backed out changeset 44f27b3c35d4 (bug 1065827)
2014-11-06 14:59:04 +01:00
Carsten "Tomcat" Book
4a64f5eae6
Backed out changeset 70a72a19cb4b (bug 1093654)
2014-11-06 14:58:53 +01:00
Gabor Krizsanits
d41de22710
Bug 1093033 - Imports should update their CustomElements. r=wchen
2014-11-06 14:05:36 +01:00
Gabor Krizsanits
9157e64247
Bug 1093028 - Imports should block DOMContentLoaded of the parent. r=mrbkap
2014-11-06 13:41:19 +01:00
Jean-Yves Avenard
c3bd7c5413
Bug 1093654 - Fix various memory leaks in MediaDecoders. r=jwwang
...
Change various function prototyping to make object ownership more explicit.
2014-11-06 19:17:05 +11:00
Jean-Yves Avenard
8f6e3e468e
Bug 1065827 - Do not always wait to decode frames to emit loadedmetadata. r=jwwang
2014-11-06 20:52:44 +11:00
Carsten "Tomcat" Book
d65fe73cae
Backed out changeset 1f590c2c40f0 (bug 1093028) for web-platform-2 test failures on a CLOSED TREE
2014-11-05 15:19:53 +01:00
Gabor Krizsanits
ead95fdc75
Bug 1093028 - Imports should block DOMContentLoaded of the parent. r=mrbkap
2014-11-05 14:01:51 +01:00
Carsten "Tomcat" Book
d3a4dbb05e
Backed out 10 changesets (bug 1091008, bug 1093020, bug 1063323) for windows m2 permanent test failures on a CLOSED TREE
...
Backed out changeset 21ddb8a58fea (bug 1093020)
Backed out changeset fe9e11333c7d (bug 1093020)
Backed out changeset bba774c54652 (bug 1063323)
Backed out changeset 16f58d7e1e17 (bug 1091008)
Backed out changeset 649bfc6dad4d (bug 1091008)
Backed out changeset 6f270b2d90f4 (bug 1091008)
Backed out changeset 966093bbc26a (bug 1091008)
Backed out changeset 9de4746aa59a (bug 1091008)
Backed out changeset 856016c0118a (bug 1091008)
Backed out changeset 8aaa10a8d956 (bug 1091008)
2014-11-05 12:57:43 +01:00
Bobby Holley
ac5322f469
Bug 1091008 - Reimplement HasLowUndecodedData in terms of GetBuffered. r=cpearce
...
Since GetBuffered now has a sane implementation for MSE, this should
make this function sane for MSE as well.
2014-11-05 10:08:59 +01:00
Bobby Holley
b63e786a99
Bug 1091008 - Remove special handling for MSE in HTMLMediaElement::Buffered. r=cajbir
...
The same code will now be reached by invoking this method on the decoder.
2014-11-05 10:08:59 +01:00
Julian Seward
ffe79c28eb
Bug 1092333 - nsDOMStringMap::NamedDeleter doesn't always write its out-parameter. r=bzbarsky.
...
--HG--
extra : rebase_source : b50c026efb7d790c512135ade1bf4d1b011420cf
2014-11-04 10:11:08 +01:00
Arnaud Bienner
32884d21f1
Bug 826185 - Make filter constructed from accept attribute the default one unless unknown mime types are found. r=smaug
2014-10-29 00:32:28 +01:00
Vaibhav Agrawal
1ab18000f4
Bug 1083347 - Removing entries from android23.json and annotating manifests. r=gbrown
2014-11-03 12:01:51 -08:00
Gabor Krizsanits
8f1ceef06d
Bug 1061469 - part10: Removing intermittent import test. r=mrbkap
2014-10-31 13:03:03 +01:00
Gabor Krizsanits
5a42a7c1b5
Bug 1061469 - part9: test: defaultView should be null for imports. r=mrbkap
2014-10-31 13:03:03 +01:00
Akshendra Pratap
026899b691
Bug 224209 - Correct filename on title when viewing an image from a PHP file. r=bz
2014-10-30 06:08:00 +01:00
Boris Zbarsky
4781da7e61
Bug 1088228 part 6. Simplify the DOM GetParentObject setup, now that we no longer rely on it for scope chains. r=peterv
2014-10-30 17:43:42 -04:00
Boris Zbarsky
e90df03b34
Bug 1088228 part 1. Introduce an nsINode API for getting the scope chain parent for a given node. r=peterv
2014-10-30 17:38:48 -04:00
Wes Kocher
554446ac26
Backed out 6 changesets (bug 1088228) for static analysis bustage
...
Backed out changeset 13ecff800114 (bug 1088228)
Backed out changeset de692c3335f2 (bug 1088228)
Backed out changeset 2d449a2b4e1c (bug 1088228)
Backed out changeset 49ac8f33ab70 (bug 1088228)
Backed out changeset 920d50e84a17 (bug 1088228)
Backed out changeset 55f4818378e4 (bug 1088228)
2014-10-30 16:24:02 -07:00
Boris Zbarsky
499434862e
Bug 1088228 part 6. Simplify the DOM GetParentObject setup, now that we no longer rely on it for scope chains. r=peterv
2014-10-30 17:43:42 -04:00
Boris Zbarsky
6707b5257d
Bug 1088228 part 1. Introduce an nsINode API for getting the scope chain parent for a given node. r=peterv
2014-10-30 17:38:48 -04:00
Brian Marshall
e8027537d8
Bug 82711 - Fix error with some compilers from previous patch. r=bzbarsky
2014-10-30 06:09:22 -07:00
Jason Orendorff
26dfad38c3
Bug 918828, part 1 - Change iteration code to call iterable[Symbol.iterator]() rather than iterable["@@iterator"](). r=Waldo with earlier review work by nbp.
...
--HG--
extra : rebase_source : 5780eed342b1780570650d140c7f14f966b7f1e1
2014-07-01 21:01:21 -05:00
Chris Pearce
e264dccc4f
Bug 1071482 - Make content encrypted via EME inaccessible from JS APIs. r=roc
2014-10-28 13:21:12 +13:00
Ryan VanderMeulen
903b6f89ef
Backed out changesets 62a8be146b4b, d9a9008a1e93, e6761281d389, and 913e16c2877b (bug 1071482) for causing various intermittent failures.
...
--HG--
rename : dom/media/test/test_eme_playback.html => dom/media/test/test_encryptedMediaExtensions.html
2014-10-29 12:31:43 -04:00
JW Wang
6848dc22db
Bug 1088481 - stop progress timer in MediaDecoder::Shutdown if necessary. r=cpearce
2014-10-27 02:47:00 +01:00