Francois Marier
aa5650b7e0
Bug 529697 - (CSP 1.1) Implement form-action directive [1/4], r=geekboy
...
Teach CSP about the form-action directive from CSP Level 2.
2014-11-18 01:12:00 +01:00
Antonio M. Amaya
a039485f76
Bug 1022791 - Keep previous values for PROMPT permissions on system updates. r=fabrice
2014-11-03 02:24:00 -05:00
Carsten "Tomcat" Book
bd30faa5c9
Merge mozilla-central to b2g-inbound
2014-11-12 16:11:42 +01:00
Carsten "Tomcat" Book
948e7a2ea4
Backed out changeset 53e23b1b3642 (bug 1092450) for test bustage
2014-11-12 11:19:26 +01:00
David Anderson
a7471fe91b
Put meta viewport support behind a pref (bug 1092450, r=kats).
...
--HG--
extra : rebase_source : 888513255b2d672643beb9933ebb67ac6a2452ca
2014-11-12 00:15:40 -08:00
David Major
b7838d5451
Bug 1097283: Fix count/byte mismatches in NS_ABORT_OOM calls. r=froydnj
...
--HG--
extra : rebase_source : a9f4ae9e6f05e5ade56b741fa2f110974c5f08ac
2014-11-12 21:13:44 +13:00
Matt Woodrow
d49117d925
Bug 1097375 - Implement MediaSource::setDuration. r=kinetik
...
--HG--
extra : rebase_source : 7e5f5387de5db3deccc6e74222b32f461359beb2
2014-11-12 17:11:33 +13:00
David Major
e70355d1e5
Bug 1091008 bustage fix - the second parameter was unused and removed by changeset 6907c1cb8bc0 CLOSED TREE
...
--HG--
extra : amend_source : 70685616cb814de1f0d8fc641b626682905075e3
2014-11-12 18:24:29 +13: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 (陳侃如)
533b505fab
Bug 1044736 - Part 5. Extract tests functions to file_test_widget.js. r=fabrice
2014-11-12 19:27:32 +08:00
Kan-Ru Chen (陳侃如)
7b748bb7ba
Bug 1044736 - Part 4.3. Export BrowserElementParent component from BrowserElementParent.js. r=bz,fabrice
2014-11-12 19:27:32 +08:00
Kan-Ru Chen (陳侃如)
53a533505e
Bug 1044736 - Part 4.2. Rename BrowserElementParent.jsm to BrowserElementParent.js. r=bz,fabrice
...
--HG--
rename : dom/browser-element/BrowserElementParent.jsm => dom/browser-element/BrowserElementParent.js
2014-11-12 19:27:32 +08:00
Kan-Ru Chen (陳侃如)
23d47bc56f
Bug 1044736 - Part 4.1. Delete old BrowserElementParent.js. r=bz,fabrice
2014-11-12 19:27:32 +08:00
Kan-Ru Chen (陳侃如)
fc3be95159
Bug 1044736 - Part 3. Make BrowserElementParent implement nsIBrowserElementAPI and use it. r=bz,fabrice
2014-11-12 19:27:31 +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
Yoshi Huang
40974d05e0
Bug 1097442 - Part 2: rename nsINfcEventListener. r=dimi
...
From f2abd94c7d0c1f79c55b813bcd32a1b2761949d1 Mon Sep 17 00:00:00 2001
---
dom/nfc/gonk/Nfc.js | 2 +-
dom/nfc/gonk/NfcService.cpp | 2 +-
dom/nfc/gonk/NfcService.h | 2 +-
dom/nfc/gonk/nsINfcService.idl | 8 ++++----
dom/nfc/nsINfcContentHelper.idl | 6 +++---
dom/nfc/nsNfc.js | 2 +-
6 files changed, 11 insertions(+), 11 deletions(-)
2014-11-12 11:22:36 +08:00
Yoshi Huang
7b50cbd594
Bug 1097442 - Part 1: rename eventTarget to eventListener. r=dimi
...
From 3e4d4deffb10f715e03725700d4078aa98cc1803 Mon Sep 17 00:00:00 2001
---
dom/nfc/NfcContentHelper.js | 18 +++++++++---------
dom/nfc/gonk/Nfc.js | 28 ++++++++++++++--------------
dom/nfc/nsINfcContentHelper.idl | 13 +++++++------
dom/nfc/nsNfc.js | 4 ++--
4 files changed, 32 insertions(+), 31 deletions(-)
2014-11-12 10:26:09 +08:00
Jason Orendorff
4b7cb49bce
Bug 1058252 - Use of uninitialized value in DOMProxyHandler::delete_. r=bz.
...
--HG--
extra : rebase_source : cc8437789c3a9e307c4ba851ded49a7d2afd538d
2014-10-30 16:51:32 -05:00
Bobby Holley
6bb6f36de7
Bug 1093020 - Tests. r=karlt
2014-11-11 20:50:22 -08:00
Bobby Holley
356c46f407
Bug 1093020 - Don't use a buffering wait for MSE. r=cpearce
2014-11-11 20:50:22 -08:00
Bobby Holley
21c29c6312
Bug 1063323 - Tests. r=cajbir
2014-11-11 20:50:22 -08:00
Bobby Holley
dbc96fc572
Bug 1096597 - Switch to buffering mode on WAITING_FOR_DATA. r=cpearce
2014-11-11 20:50:22 -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
Bobby Holley
d114248ee6
Bug 1091008 - Implement a sensible GetBuffered override for MediaSourceReader using the existing GetBuffered on MediaSource. r=cajbir
2014-11-11 20:50:21 -08:00
Bobby Holley
a8b29b832b
Bug 1091008 - Remove the aStartTime argument from MediaDecoderReader::GetBuffered. r=cpearce
...
We now have this stashed on the superclass.
2014-11-11 20:50:21 -08:00
Bobby Holley
bb3c4d25f1
Bug 1091008 - Teach MediaDecoderReader about its start time. r=cpearce
...
Duplicating state is never great, but this lets the reader make calculations
using this immutable state variable without involving the state machine. We
could alternatively punch a hole from MediaDecoderReader to
MediaDecoderStateMachine and access it there, but that would create tighter
coupling, and weird relationships for MSE.
2014-11-11 20:50:20 -08:00
Bobby Holley
36a9fb4e35
Bug 1091008 - Make sure to always set mStartTime via SetStartTime. r=cpearce
2014-11-11 20:50:20 -08:00
Bobby Holley
882a2e8acd
Bug 1091008 - Factor out IsDataCachedToEndOfResource() into a higher-level question and answer it sensibly for MSE. r=cpearce
2014-11-11 20:50:20 -08:00
David Major
b8f2362dd9
Backed out changeset 8a4595cc5ec4 for Linux build failure on a CLOESD TREE
...
just kidding it's a CLOSED TREE
--HG--
extra : rebase_source : 163a9bff0ad836095057d5911b792c34517d14cc
2014-11-12 17:19:15 +13:00
Chris Double
88a86034eb
Backout 471009c10ae0 for web platform test failure on CLOSED TREE
2014-11-12 17:13:10 +13:00
Chris Double
ac68c94749
Backout 39fcd286ce68 for web platform test failure
2014-11-12 17:12:16 +13:00
David Major
da3daae259
Bug 1097283: Fix count/byte mismatches in NS_ABORT_OOM calls. r=froydnj
...
--HG--
extra : rebase_source : b24e0b9d2e491ace3c045ee6b01e36b33c3ac21d
2014-11-12 15:42:53 +13:00
Anthony Jones
20feb4c8fb
Bug 1096157 - Add IsMediaSegmentPresent() for MP4; r=mattwoodrow
2014-11-12 16:37:43 +13:00
Shawn Huang
9bce597139
Bug 1096194 - Responding Enhanced call control with ERROR if enhanced call control is not supported, r=btian
2014-11-12 11:15:21 +08:00
Karl Tomlinson
e04362ca98
backout bug 1096132 for Mac build failure
...
--HG--
extra : rebase_source : 6994fe50e8fb1a4f89298e1b9ad1c714acdfe39e
2014-11-12 16:02:34 +13:00
Chris Double
2fb56f7879
Bug 1065215 - Fix EME test for changes to MediaSource::endOfStream - r=cpearce
2014-11-12 15:53:47 +13:00
Chris Double
1078731c5e
Bug 1065215 - MSE endOfStream() called within an 'updateend' event can fail with 'object no longer usable' - r=karl
...
Reopens the MediaSource when SourceBuffer::Remove is called on an Ended
MediaSource. Only run the Range Removal algorithm when MediaSource
duration is changed instead of calling Remove on SourceBuffers.
Updates tests for the fact that update{start,end} can now be called more than once due to DurationChange.
2014-11-12 15:53:43 +13:00
Karl Tomlinson
b61db0deda
bug 1096132 rename nsDeviceContext PixelScale to FullZoom r=tn
...
--HG--
extra : rebase_source : 06d57772b2dc04d606b3d98517085aeb817ae0e8
2014-11-10 15:47:55 +13:00
Karl Tomlinson
1085e66407
bug 1096132 rename UnscaledAppUnitsPerDevPixel() to AppUnitsPerDevPixelAtUnitFullZoom() r=tn
...
--HG--
extra : rebase_source : 113b249f2cb6f1619e0b1a495655726b5100038b
2014-11-08 17:48:14 +13:00
Chris Double ext:(%20with%20tweaks%20by%20Karl%20Tomlinson%20%3Ckarlt%2B%40karlt.net%3E)
ff5415dbf5
Bug 1089937 Add a fuzz time to end times for MSE reader switching on EOS r=karl,mattwoodrow
...
mLast{Audio,Video}Time differs from the actual end time because of
Bug 1065207 - the duration of a WebM fragment is an estimate not the
actual duration. In the case of audio time an example of where they
differ would be the actual sample duration being small but the
previous sample being large. The buffered end time uses that last
sample duration as an estimate of the end time duration giving an end
time that is greater than mLastAudioTime, which is the actual sample
end time.
Reader switching is based on the buffered end time though so we can't use
the actual sample end time for switching comparison.
For this reason we use the end time from the buffers to compare if we
should switch readers in this patch. We also add an EOS_FUZZ_US to allow
for the fact that it is an estimate and can differ slightly from actual times.
--HG--
extra : rebase_source : 47149609119c5dcd1ca7374501dd7c1e285469ef
2014-11-12 12:12:21 +13:00
Matthew Gregan
a14a83ab0f
Bug 1096750 - use getPlayableVideos in test_video_in_audio_element.
2014-11-12 15:39:46 +13:00
Matthew Gregan
fb84352191
Bug 1096750 - Expect error event in test_video_in_audio_element if used with video-only media. r=cpearce
2014-11-11 15:52:37 +13:00
Chris Peterson
db947d8d0f
Bug 1095867 - Fix nsDeviceSensors.cpp typo and remove obsolete comment. r=dougt
2014-11-07 20:48:38 -08:00
Seth Fowler
f72fd5c619
Bug 1071217 - Explicitly initialize the image module from gfxPlatform::Init. r=bas
...
--HG--
extra : rebase_source : c4c96ff051347dd85e053669533bd00d6120c75a
2014-11-11 17:28:50 -08:00
Wes Kocher
627563bda6
Merge m-c to inbound a=merge CLOSED TREE
2014-11-11 18:07:10 -08:00
Ryan VanderMeulen
3d798f2811
Merge m-c to fx-team. a=merge
2014-11-11 16:53:12 -05:00
Steven Michaud
42f83a103d
Bug 1092855 - Work around bad interaction between jemalloc and Apple uninitialized memory bug. r=spohl
2014-11-11 15:28:18 -06:00
Ryan VanderMeulen
a8b4417549
Merge fx-team to m-c. a=merge
2014-11-11 16:43:46 -05:00
Ryan VanderMeulen
41f3d97ad7
Merge inbound to m-c. a=merge
2014-11-11 16:29:57 -05:00
Ryan VanderMeulen
719f9216c7
Backed out 7 changesets (bug 1086693) for Android bustage on a CLOSED TREE. DONTBUILD
...
Backed out changeset 6eed18d830d2 (bug 1086693)
Backed out changeset b67a2e48f281 (bug 1086693)
Backed out changeset 2b4b439e7e6c (bug 1086693)
Backed out changeset 3adfd767a92f (bug 1086693)
Backed out changeset 6ea8b9247915 (bug 1086693)
Backed out changeset 408af1e3b457 (bug 1086693)
Backed out changeset 4c759b83892a (bug 1086693)
2014-11-11 16:13:15 -05:00
James Willcox
947ae1c3a2
Bug 1086693 - Part 6: Use generated bindings for AndroidMediaCodec and AndroidSurfaceTexture r=blassey,gcp
2014-11-11 14:46:09 -06:00
Ryan VanderMeulen
566af947ef
Bug 1061174- Disable test_udpsocket.html on B2G debug for frequent failures.
2014-11-11 15:41:16 -05:00
Ryan VanderMeulen
8d2b1f6877
Bug 958689 - Disable test_networkstats_alarms.html, test_networkstats_basics.html, and test_networkstats_enabled_no_perm.html on B2G for ongoing intermittent failures.
2014-11-11 15:41:16 -05:00
Ryan VanderMeulen
79ce99d826
Bug 1071217 - Disable test_imagecapture.html on Android due to going permafail.
...
CLOSED TREE
2014-11-11 14:43:04 -05:00
Ryan VanderMeulen
3b01e527e7
Backed out changesets 857063c82323 and a19479860eb4 (bug 619521) for Valgrind failures.
...
CLOSED TREE
2014-11-11 13:10:56 -05:00
Carsten "Tomcat" Book
766f31d32a
Merge mozilla-central to b2g-inbound
2014-11-11 13:34:56 +01:00
Carsten "Tomcat" Book
af91745bce
merge mozilla-inbound to mozilla-central a=merge
2014-11-11 13:23:32 +01:00
Carsten "Tomcat" Book
e878909eea
merge fx-team to mozilla-central a=merge
2014-11-11 13:13:34 +01:00
Szu-Yu Chen [:aknow]
b8863b88fa
Bug 1080883 - Part 4: Update test case. r=hsinyi
2014-11-11 17:15:32 +08:00
Szu-Yu Chen [:aknow]
97f42f4416
Bug 1080883 - Part 3: MMICall implementation (dom). r=hsinyi
2014-11-11 17:15:31 +08:00
Szu-Yu Chen [:aknow]
24865d6bde
Bug 1080883 - Part 2: Augmented MozMMIResult for error result (webidl). r=hsinyi
2014-11-11 17:15:31 +08:00
Szu-Yu Chen [:aknow]
0facb19abe
Bug 1080883 - Part 1: Add MMICall (webidl). r=hsinyi
2014-11-11 17:15:31 +08:00
Dave Hylands
b5b8ee9b36
Bug 1095801 - Make adb work properly on user builds (Nexus 4/5). r=fabrice
2014-11-10 23:30:07 -08:00
Wes Kocher
2961a46898
Merge m-c to fx-team a=merge
2014-11-10 18:26:54 -08:00
Wes Kocher
f541415335
Merge b2g-inbound to m-c a=merge
2014-11-10 18:14:04 -08:00
Ryan VanderMeulen
d0d1b82c5c
Backed out changeset 4d3c5b18b800 (bug 1085175) for Windows bustage.
...
CLOSED TREE
2014-11-10 14:46:27 -05:00
Matthew Gregan
0c04c04f67
Bug 1085175. r=roc
...
CLOSED TREE
2014-11-10 13:44:49 -05:00
Christoph Kerschbaumer
b76a6fe7b4
Bug 1096396 - CSP: Fix test_connect-src by adding return after SimpleTest.finish() (r=dveditz)
2014-11-10 08:51:39 -08:00
Yoshi Huang
6fb4b9b1ea
Bug 1096230 - remove nfc-powerlevel-change system message. r=dimi
...
From eaeb816ad7d11e9ee4434ad0d7d2eacc29264d3e Mon Sep 17 00:00:00 2001
---
dom/messages/SystemMessagePermissionsChecker.jsm | 3 ---
1 file changed, 3 deletions(-)
2014-11-10 18:58:03 +08:00
Bruce Sun
ed3b797cce
Bug 1079649: Use a temporary (.part) file to store incoming file. (bluetooth2/bluedroid) r=btian
2014-11-10 18:55:50 +08:00
Bruce Sun
2d7699124d
Bug 1079649: Use a temporary (.part) file to store incoming file. (bluetooth2/bluez) r=btian
2014-11-10 18:56:24 +08:00
Bruce Sun
ddaada31b2
Bug 1079649: Use a temporary (.part) file to store incoming file. (bluetooth/bluedroid) r=btian
2014-11-10 18:53:21 +08:00
Bruce Sun
37790ff4d6
Bug 1079649: Use a temporary (.part) file to store incoming file. (bluetooth/bluez) r=btian
2014-11-10 18:55:11 +08: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
David Parks
d7068958cc
Bug 1076820 - Redraw on resize performance for content is pretty bad with e10s r=billm
...
Modern OSs adjust process scheduling based on CPU-boundedness and Interface-boundedness. A process performing a lot of UI tasks requires lower-latency than a CPU-bound process. For this reason, at least on Windows (but probably also Linux and Mac), in e10s, resize events are sent at a much higher rate than non-e10s, where the main process has to do the work to respond to them. This was supposed to be handled by the 'compress' option in IPDL but its duplicate-event test was very imprecise - it only tested the *oldest* message in the queue. This patch searches the messagequeue/deque to remove *any* duplicate. deque::erase is linear but this is a very uncommon case - currently only two compressed IPDL messages exist in the entire code base. Also, these queues are small.
2014-11-07 14:21:08 -08:00
Shawn Ku
7f2b6c0db6
Bug 1094984 - B2G RIL: Handle empty record for EFPNN more properly. r=Edgar
2014-11-10 09:35:06 +08:00
Paolo Amadini
f119700716
Bug 1095443 - Ensure processNextEvent never blocks after processing a Promise microtask. r=bz
2014-11-11 13:47:28 +00:00
Carsten "Tomcat" Book
925df8e984
merge mozilla-inbound to mozilla-central a=merge
2014-11-10 14:24:51 +01:00
Carsten "Tomcat" Book
3a7b171825
Backed out changeset 41536afea9b3 (bug 1060529) for frequent bc-1 test failures
2014-11-10 10:10:11 +01:00
Carsten "Tomcat" Book
ee60a50cbf
Backed out changeset a84fe0cefd77 (bug 1060529)
2014-11-10 10:09:50 +01:00
Christoph Kerschbaumer
b800e978ce
Bug 826805 - CSP: Allow http and https for scheme-less sources, tests (r=dveditz)
2014-11-05 20:46:41 -08:00
Christoph Kerschbaumer
da58244ae4
Bug 826805 - CSP: Allow http and https for scheme-less sources (r=dveditz)
2014-11-05 17:45:54 -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
Yoshi Huang
e515bfb51f
Bug 1087925 - calling some NFCTag API should throw if the condition is not met. r=smaug, dimi
2014-11-05 17:43:54 +08:00
Yoshi Huang
a76656b90f
Bug 1094669 - Add a size attribute for MozNDEFRecord. r=smaug, dimi
...
From 2f518e162998b4ac911b3e10f8a7f8177fe03f59 Mon Sep 17 00:00:00 2001
---
dom/nfc/MozNDEFRecord.cpp | 7 +++++++
dom/nfc/MozNDEFRecord.h | 6 ++++++
dom/webidl/MozNDEFRecord.webidl | 6 ++++++
3 files changed, 19 insertions(+)
2014-11-07 14:24:34 +08:00
Dave Hylands
6b8d165451
Bug 1086712 - Don't drop adb connection unnecessarily at startup. r=jld
2014-11-07 18:49:21 -08:00
Wes Kocher
ec3922bb1d
Merge inbound to m-c a=merge
2014-11-07 17:48:37 -08:00
Wes Kocher
1dabf1f0b5
Backed out changesets 156eee9f2d2a,6e5aee097c86 (bug 1094545) for bc1 and xpcshell orange on a CLOSED TREE
2014-11-07 14:23:05 -08:00
Boris Zbarsky
0730704a75
Bug 1094545 followup: only do system stuff for non-worker descriptors, and rename one consumer that was colliding with the new URL global. r=bholley pending, but checking in now to fix CLOSED TREE
2014-11-07 15:48:51 -05:00
Jessica Jong
897c16255b
Bug 1095332 - B2G RIL: Fix false alarms "WARNING: 'jsapi.Init(mWindow)'...". r=echen
2014-11-06 23:56:00 -05:00
Ryan VanderMeulen
7583a1d0ef
Merge m-c to b2g-inbound. a=merge
2014-11-07 14:04:37 -05:00
Ryan VanderMeulen
dd8705ee02
Merge fx-team to m-c. a=merge
2014-11-07 13:35:28 -05:00
Ryan VanderMeulen
beecc739b3
Merge inbound to m-c. a=merge
2014-11-07 13:24:00 -05:00
Carsten "Tomcat" Book
8a65bd2299
Backed out changeset 9fa06a2e1a98 (bug 1092156) for breaking nightly builds
2014-11-07 16:35:14 +01:00
Carsten "Tomcat" Book
659b5581e6
Backed out changeset f786dcb23eca (bug 1092156)
2014-11-07 16:34:22 +01:00
Carsten "Tomcat" Book
0b0fe019ec
Merge mozilla-central to b2g-inbound
2014-11-07 15:39:25 +01:00
Andrea Marchesini
776de7870e
Bug 1090142 - WebSocketChannelChild should respect the order of the runnable to be dispatched. r=jduell
2014-11-07 09:35:54 -05:00
Carsten "Tomcat" Book
678d99da88
Merge mozilla-central to mozilla-inbound
2014-11-07 15:34:32 +01:00
Carsten "Tomcat" Book
fbde18b5db
Backed out changeset d1acde27d97e (bug 1084651)
2014-11-07 15:30:39 +01:00
Carsten "Tomcat" Book
5835114c2a
Backed out changeset 77959236fb15 (bug 1084651)
2014-11-07 15:30:16 +01:00
Carsten "Tomcat" Book
659e9b0d41
Merge mozilla-central to b2g-inbound
2014-11-07 15:13:06 +01:00
Carsten "Tomcat" Book
c06182dea3
merge mozilla-inbound to mozilla-central a=merge
2014-11-07 14:33:48 +01:00
Carsten "Tomcat" Book
9dd12e4e93
Backed out changeset 56d4cef7ed00 (bug 880114) for m5 test failures
2014-11-07 10:47:08 +01:00
Wes Kocher
eed2ecddd1
Merge m-c to b2g-inbound a=merge
2014-11-06 19:09:40 -08:00
Wes Kocher
e9ba7b69a1
Merge b-i to m-c a=merge
2014-11-06 18:54:43 -08:00
Wes Kocher
7ec75772bd
Merge fx-team to m-c a=merge
2014-11-06 18:26:36 -08:00
Kan-Ru Chen (陳侃如)
53f4074f06
Bug 1094083 - Make browser-element Handle nested alert gracefully. r=smaug
...
Don't delete this._windowIDDict[outerID] until the last modal prompt is
closed.
--HG--
extra : rebase_source : 22d283081532abf5fdfb7fd861127a41f238b1ea
2014-11-07 10:01:14 +08:00
Yoshi Huang
0742f73807
Bug 1055460 - replace config request with power request. r=dimi
...
From 2860c6c7d3783e0f7cf71bcaacbc324dc288c8af Mon Sep 17 00:00:00 2001
---
dom/nfc/NfcContentHelper.js | 4 ++--
dom/nfc/gonk/Nfc.js | 18 +++++++-----------
dom/nfc/gonk/NfcGonkMessage.h | 6 +++---
dom/nfc/gonk/NfcMessageHandler.cpp | 20 ++++++++++----------
dom/nfc/gonk/NfcMessageHandler.h | 4 ++--
5 files changed, 24 insertions(+), 28 deletions(-)
2014-11-06 17:57:49 +08:00
Emanuel Hoogeveen
48e718ec4f
Bug 1084651 - Part 5: Simplify Cycle Collector logic now that SliceBudget makes more sense. r=mccr8
2014-11-06 10:14:00 +01:00
Boris Zbarsky
476420891a
Bug 1084439 followup. Remove now-unsed enum.
2014-11-06 10:55:19 -05:00
Boris Zbarsky
0381435644
Bug 1094544. Use [Exposed=System] some more instead of hardcoding binding bits in xpc::InitGlobalObject. r=bholley
2014-11-06 10:54:38 -05:00
Carsten "Tomcat" Book
d5e20d5c1a
Merge mozilla-central to fx-team
2014-11-07 15:37:27 +01:00
Michael Ratcliffe
e2616dda10
Bug 1090913 - Make mochitests fail when it has 0 passes and 0 fails r=jmaher
2014-11-05 16:00:52 +00:00
Carsten "Tomcat" Book
a32821b2a6
Merge mozilla-central to fx-team
2014-11-07 15:07:58 +01:00
Tomasz Kołodziejski
6d25ef2447
Bug 1058116 - Pass referrer and isPrivate to openURIInFrame instead of nullptr as aOpener. r=mconley, r=smaug, r=Margaret, r=ally
2014-11-06 09:41:00 -05: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
Robert Longson
72d6142461
Bug 1093327 - Correct marker orientation of polygon and polylines. r=cam
2014-11-10 14:40:43 +00:00
Carsten "Tomcat" Book
26e4369552
Merge mozilla-central to mozilla-inbound
2014-11-10 14:38:34 +01:00
Chris Pearce
cd84a0e959
Bug 1096125 - Whitelist BCrypt.dll and Crypt32.dll for loading inside GMPs. r=bobowen
2014-11-09 18:17:00 +00:00
Mark Goodwin
af168a4de0
Bug 1068949 - Send SHA-1 deprecation warnings in to the web console. r=mcmanus
2014-11-04 13:25:00 -05:00
Emanuel Hoogeveen
9752c431ab
Bug 1084651 - Part 4b: Adjust and clarify some tests using gcslice(0). r=wmccloskey
2014-11-04 08:17:00 +01:00
Emanuel Hoogeveen
cfbf8cca76
Bug 1084651 - Part 5: Simplify Cycle Collector logic now that SliceBudget makes more sense. r=mccr8
2014-11-06 10:14:00 +01:00
Emanuel Hoogeveen
95949b525e
Bug 1084651 - Part 4b: Adjust and clarify some tests using gcslice(0). r=billm
2014-11-04 08:17:00 +01:00
Albert Crespell
561edafa9b
Bug 1083107 - Intermittent too much recursion error in NetworkStats API. r=vchang
2014-11-03 17:13:51 +01:00
Carsten "Tomcat" Book
792a104bc6
Merge mozilla-central to b2g-inbound
2014-11-10 14:40:52 +01:00
Jessica Jong
7abb128fc5
Bug 1052848 - Part 3: Use enums for MobileRoamingMode in nsIMobileConnectionProvider.idl (gonk). r=echen
2014-11-10 17:56:15 +08:00
Jessica Jong
d30ed17a98
Bug 1052848 - Part 2: Use enums for MobileRoamingMode in nsIMobileConnectionProvider.idl (dom/ipc). r=echen
2014-11-10 17:56:13 +08:00
Jessica Jong
e93ca40fc5
Bug 1052848 - Part 1: Use enums for MobileRoamingMode in nsIMobileConnectionProvider.idl (idl). r=hsinyi
2014-11-10 17:56:12 +08:00
Edgar Chen
5b1b3fb131
Bug 1092941 - Settings lock in parent isn't finialized when receiving 'child-process-shutdown'. r=lissyx, a=me
2014-11-03 15:15:12 +08:00
Mike Habicher
97f2442639
Bug 1090501 - Properly handle no initial camera configuration. r=aosmond
2014-11-06 11:40:00 -05:00
Carsten "Tomcat" Book
ae68da35a9
merge mozilla-inbound to mozilla-central a=merge
2014-11-06 13:50:25 +01:00
Jessica Jong
507ab8fe9f
Bug 1071469 - Part 4: don't use 'jsval' in nsITelephonyService.idl (gonk). r=echen
2014-11-06 10:20:54 +08:00
Jessica Jong
bfc017c934
Bug 1071469 - Part 3: don't use 'jsval' in nsITelephonyService.idl (ipc). r=smaug
2014-11-06 10:20:53 +08:00
Jessica Jong
dc4149c73f
Bug 1071469 - Part 2: don't use 'jsval' in nsITelephonyService.idl (dom). r=smaug
2014-11-06 10:20:51 +08:00
Jessica Jong
f1442b0e6d
Bug 1071469 - Part 1: don't use 'jsval' in nsITelephonyService.idl (idl). r=hsinyi
2014-11-06 10:20:48 +08:00
Ryan VanderMeulen
d25d42ef82
Merge m-c to b2g-inbound. a=merge
2014-11-05 15:22:01 -05:00
Ryan VanderMeulen
a4e70fd4d9
Merge fx-team to m-c. a=merge
2014-11-05 14:51:17 -05:00
Ryan VanderMeulen
3e51467ff5
Merge b2g-inbound to m-c. a=merge
2014-11-05 14:49:12 -05:00
Ryan VanderMeulen
56f31427ee
Merge inbound to m-c. a=merge
2014-11-05 14:04:21 -05:00
Sean Lin
e974aa9706
Bug 1091322
- Disable the TV mochitests on Linux debug e10s to wallpaper over gfx shutdown crashes.
2014-11-05 14:03:37 -05:00
Henri Sivonen
ceded7789e
Bug 1088635. r=smaug.
2014-11-05 17:44:37 +02:00
Thomas Zimmermann
b9631a0fc1
Bug 1091577: Remove unused helpers from daemon backend, r=shawnjohnjr
...
This patch removes unused unpack functions, notification and
interface runnables from Bluetooth's daemon backend.
2014-11-05 15:43:07 +01:00
Thomas Zimmermann
56c5acdcbe
Bug 1091577: Use general-purpose result runnable in Bluetooth daemon backend, r=shawnjohnjr
...
This patch converts all interface runnables in Bluetooth's daemon
backend by generic result runnables. Init operator classes replace
unpack functions. Init operator classes will warn about unused data
at the end of a PDU.
2014-11-05 15:43:07 +01:00
Thomas Zimmermann
13bf77b754
Bug 1091577: Use general-purpose notification runnable in Bluetooth daemon backend, r=shawnjohnjr
...
This patch converts all notification runnables in Bluetooth's daemon
backend to use the generic implementation. Unpack functions are replaced
by init operator classes. The init operator classes also validate the
complete unpacking of a PDU and warn about unused trailing data.
2014-11-05 15:43:07 +01:00
Thomas Zimmermann
9ff9ad0858
Bug 1091577: Added general-purpose notification runnables for Bluetooth, r=shawnjohnjr
...
A backend notification runnable in Bluetooth is used to transfer
a notification from the I/O thread to the main thread; an interface
runnable transfers and executes a result handler. Both are currently
implemented by the Bluetooth backends.
This patch adds new runnables that are independend from any backend
code or data structures.
2014-11-05 15:43:06 +01:00
Carsten "Tomcat" Book
3bb9fc90ba
Backed out 7 changesets (bug 1084651) for ASAN Bustage on a CLOSED TREE
...
Backed out changeset dd2b3e78b425 (bug 1084651)
Backed out changeset 2711fbd91819 (bug 1084651)
Backed out changeset 59a163addd79 (bug 1084651)
Backed out changeset d36f6dbbf925 (bug 1084651)
Backed out changeset 78102b62a4a0 (bug 1084651)
Backed out changeset 06387a2343a0 (bug 1084651)
Backed out changeset 2f8e7c39573e (bug 1084651)
2014-11-05 15:20:25 +01: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
Wes Kocher
bd7ce3872f
Merge m-c to b2g-inbound a=merge
2014-11-04 20:39:07 -08:00
Wes Kocher
c2dec16d4a
Merge fx-team to m-c a=merge
2014-11-04 19:53:20 -08:00
Wes Kocher
472384d1d6
Merge inbound to m-c a=merge
2014-11-04 18:18:54 -08:00
Dave Townsend
ee5e012d02
Bug 1093048: Add a string overload to nsIDOMWindowUtils.removeSheet. r=bholley
2014-11-04 09:32:06 -08:00
Andrew Osmond
a49a486d0b
Bug 1093663 - Load recorder profiles when setting the video configuration if not already. r=mikeh
2014-11-04 11:34:00 -05:00
Masayuki Nakano
b80158ee9e
Bug 1047588 - IMEContentObserver::Init() should take nsIEditor because nsDocShell sometimes hasn't been initialized and nsContentEditor::GetHTMLEditor() fails. r=smaug
2014-11-05 08:12:44 -05:00
JW Wang
e3a527b4ce
Bug 1021682 - Fix and re-enable test_streams_gc.html on B2G. r=cpearce
2014-11-04 18:11:00 -05:00
Gabor Krizsanits
ead95fdc75
Bug 1093028 - Imports should block DOMContentLoaded of the parent. r=mrbkap
2014-11-05 14:01:51 +01:00
Catalin Badea
d91a12bef0
Bug 1094375 - Disable test_unregister.html and test_installation_simple.html. r=ryanvm
2014-11-05 14:06:00 +01:00
Dave Hylands
8d51374288
Bug 1091174 - Clean up some AutoMounter calls to register/unregister volume observers. r=mikeh
...
--HG--
extra : rebase_source : 455209e19353fae49031326197b1312af1309e6c
2014-11-03 16:26:59 -08:00
Shian-Yow Wu
9c2178e1e8
Bug 1091002 - Drop loadend event to worker thread XHR if it's triggered by abort event from worker. r=khuey
2014-11-11 14:12:47 +08:00
Andreas Pehrson
e7b77a1149
Bug 1078017 - Deregister track callbacks before unlinking tracks. r=jesup,jib
2014-11-02 00:56:10 +01:00
Jan Varga
6561ec7508
Bug 1089764 - Treat persistent storage as temporary storage; r=bent
2014-11-04 21:44:56 +01:00
Karl Tomlinson
59ea4cd97e
bug 1092932 detach MediaSource before initiating MDStateMachine shutdown r=bholley
...
to avoid races between the detach process and decoder task queue shutdown.
--HG--
extra : rebase_source : 91761d9594c53a7ccb974caf4931bcac90533e5a
2014-11-04 17:24:52 +13:00
Trevor Saunders
91343433d8
no bug fix nullptr to bool conversion in nsDOMClassinfo.cpp r=themaid
...
--HG--
extra : rebase_source : c2e8e1bcf743106ef450ee4780eaca9da4ee09c6
2014-11-04 14:16:56 -05:00
Fabrice Desre
8ac0df5bcd
Bug 1090501 - pre-emptively open the camera hardware for certified apps with 'camera' permission, r=fabrice
2014-10-31 13:54:02 -04:00
Antonio M. Amaya
00ea6b601f
Bug 1092152 - Don't calculate the downloaded file hash if we didn't download it. r=fabrice
2014-10-31 10:36:00 -04:00
Yoshi Huang
5182b1a338
Bug 1085301 - B2G NFC: Don't check sessionToken in notifyPeerFound. r=dimi
2014-11-05 11:09:37 +08:00
Yoshi Huang
6e99c80f86
Bug 978707 : update checkSessionToken. r=dimi
...
From da437d03c648c33cd168db21ed5ef95eaab07da3 Mon Sep 17 00:00:00 2001
---
dom/nfc/NfcContentHelper.js | 5 +++--
dom/nfc/gonk/Nfc.js | 21 +++++++--------------
dom/nfc/gonk/nfc_consts.js | 4 ++--
dom/nfc/nsINfcContentHelper.idl | 4 ++--
dom/nfc/nsNfc.js | 2 +-
5 files changed, 15 insertions(+), 21 deletions(-)
2014-11-04 17:29:26 +08:00
Michael Ratcliffe
a6e62701b4
Backed out changeset 3500854d791b for test log breakage
2014-11-07 13:32:09 +00:00
Michael Ratcliffe
484d278c48
Bug 1090913 - Make mochitests fail when it has 0 passes and 0 fails r=jmaher
2014-11-05 16:00:52 +00:00
Jean-Yves Avenard
0952d392cf
Bug 1079621 - Change non-fatal errors to warnings. r=rillian
...
This resolves intermittent failures in continuous integration.
NS_ERROR() triggers an assertion in debug builds, which tinderbox
reports as a failure. NS_WARNING calls NS_DebugBreak, but with the
lower severity level it skips invoking the debugger.
2014-11-06 12:29:45 +11:00
Carsten "Tomcat" Book
fac6a9db7c
Backed out changeset dc265cc31095 (bug 1091900)
2014-11-06 09:11:18 +01:00
Carsten "Tomcat" Book
85d4aae439
Backed out changeset 50b67052e480 (bug 1091900)
2014-11-06 09:11:12 +01:00
Alfredo Yang
d3913604c5
Bug 1094539: Fix getUserMedia video resolution r=jesup
...
Remove mCapability from sub class
2014-11-05 23:52:24 -05:00
Matt Woodrow
db4069d772
Bug 1056441 - Make MediaSourceReader seeking asynchronous. r=kinetik
2014-11-05 13:32:26 +13:00
Matt Woodrow
ca88a23260
Bug 1062661 - Part 1: Discard decoders that don't have any data in them. r=karlt
2014-11-04 11:16:34 +13:00
Matt Woodrow
35792c7281
Bug 1062661 - Part 1: Fix ResourceQueue::Evict so that it tries to remove enough data to get us under the threshold. r=kinetik
2014-11-04 11:16:31 +13:00
Bill McCloskey
5d020c5bc3
Bug 1092156 - Add missing comments DONTBUILD (r=bholley)
2014-11-05 17:22:20 -08:00
Anthony Jones
4d4119cb1a
Bug 1092096 - Separate MSE prefs for MP4 and WebM on a CLOSED TREE. r=cajbir
2014-10-31 23:09:49 +13:00
Carsten "Tomcat" Book
664bf31c14
Backed out changeset aebe859551b3 (bug 1065827) for perma failures in m2 tests on a CLOSED TREE
2014-11-06 14:59:44 +01:00
Carsten "Tomcat" Book
121ca1d0c2
Backed out changeset 44f27b3c35d4 (bug 1065827)
2014-11-06 14:59:04 +01:00
Carsten "Tomcat" Book
0f4abd109e
Backed out changeset 9316add97cf2 (bug 1065827)
2014-11-06 14:59:02 +01:00
Carsten "Tomcat" Book
d4d7834b06
Backed out changeset a6540a77d6f7 (bug 1065827)
2014-11-06 14:58:57 +01:00
Carsten "Tomcat" Book
df4b3dd3a6
Backed out changeset 1c969fba2f64 (bug 1092979)
2014-11-06 14:58:56 +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
Carsten "Tomcat" Book
380779c7e2
Merge mozilla-central to mozilla-inbound
2014-11-06 13:53:27 +01:00
Gabor Krizsanits
9157e64247
Bug 1093028 - Imports should block DOMContentLoaded of the parent. r=mrbkap
2014-11-06 13:41:19 +01:00
Carsten "Tomcat" Book
57f12dbfa0
Backed out changeset 1d058cefd04f (bug 1092096) for m2 test failures
2014-11-06 13:19:59 +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
24094f6812
Bug 1092979 - Add mochitest to ensure loadedmetada is emitted as early as possible. r=cajbir
2014-11-06 21:03:39 +11:00
Jean-Yves Avenard
aad691649b
Bug 1065827 - Invalidate video frame container during FirstFrameLoaded. r=jwwang
2014-11-06 20:56:56 +11:00
Jean-Yves Avenard
d2d552d81a
Bug 1065827 - Wait for loadeddata event to start test. r=jwwang
2014-11-06 20:54:37 +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
Yoshi Huang
ed730e5c61
Bug 1090803 - rename makeReadOnlyNDEF to makeReadOnly in MozNFCTag. r=smaug, dimi
2014-10-31 14:51:41 +08:00
Eden Chuang
f0a4891930
Bug 1074590 - Adding volume accessbility checking before set it as mounted. r=dhylands
2014-10-31 10:30:48 +08:00
Krzysztof Mioduszewski
0d32f9acac
Bug 1073014 - Part 3: Add xpcshell tests for HCIEventTransactionSystemMessageConfigurator. r=allstars.chh
2014-11-04 03:35:00 -05:00
Krzysztof Mioduszewski
de74468807
Bug 1073014 - Part 2: Use message.origin property to get secure element name. r=allstars.chh
2014-11-04 03:14:00 -05:00
Krzysztof Mioduszewski
0e0c03d0ec
Bug 1073014 - Part 1: Using Promise constructor instead of Promise.defer in HCIEventTransactionSystemMessageConfigurator. r=allstars.chh
2014-11-04 03:05:00 -05:00
Carsten "Tomcat" Book
251ce20cf9
Merge mozilla-central to b2g-inbound
2014-11-04 13:39:32 +01:00
Carsten "Tomcat" Book
bca68d29e5
merge mozilla-inbound to mozilla-central a=merge
2014-11-04 12:53:14 +01:00
Bill McCloskey
145c748f55
Bug 886301 - Disable editing imptests on e10s
2014-11-03 20:21:34 -08:00
Markus Stange
2737b42fc7
Bug 1018845 - Make the fullscreen button easier to see on dark backgrounds. r=roc
2014-11-03 22:14:10 -05:00
Edgar Chen
c1203d9859
Bug 1083745 - Part 4: Need to do corresponding changes in test_icc_card_lock.js. r=hsinyi
2014-11-04 10:37:58 +08:00
Morris Tseng
d949fabcf7
Bug 1048829 - Get correct rect if caret in last character of content. r=roc
2014-11-02 19:22:00 +01:00
Szu-Yu Chen [:aknow]
c4a9980f54
Bug 1091551 - Part 2: Correct test case. r=hsinyi
...
1. Speaker setting should not affect audio state
2. Use waitFor to check the phoneState change
3. Remove duplicated test case
2014-11-04 15:44:14 +08:00
Szu-Yu Chen [:aknow]
ae81802851
Bug 1091551 - Part 1: Notify callDisconnected after audioStateChanged. r=hsinyi
2014-11-04 15:44:14 +08:00
Dimi Lee
5f106fa32d
Bug 1047233 - B2G NFC: handler the errorMsg in NfcService and list errorMsg in WebIDL. r=smaug, allstars.chh
2014-11-03 19:38:33 +08:00
Wes Kocher
5a341f7292
Merge mozilla-central to b2g-inbound a=merge
2014-11-03 19:34:31 -08:00
Ryan VanderMeulen
611af83219
Bug 811470 - Fix broken manifest on a CLOSED TREE.
2014-11-03 17:19:51 -05:00
Ryan VanderMeulen
4c411f36a2
Merge m-c to inbound. a=merge
...
CLOSED TREE
2014-11-03 17:11:06 -05:00
Ryan VanderMeulen
868b7dd117
Bug 1093079 - Disable test_bluetooth.html for frequent timeouts resulting from being moved from the beginning of one chunk to the end of another.
...
--HG--
extra : rebase_source : e14bfbcac8522233c51b9f3cd55f367e5d968c0b
2014-11-03 17:09:16 -05:00
Ryan VanderMeulen
3e14f64be4
Merge fx-team to m-c. a=merge
2014-11-03 16:47:18 -05:00
Ryan VanderMeulen
78c4ee7636
Merge b2g-inbound to m-c. a=merge
2014-11-03 16:34:56 -05:00
Jan Varga
caf5968e5b
Backed out changeset 45dad11b6580 (bug 1089764) for causing bug 1093067 and bug 1093223.
2014-11-03 21:00:52 +01:00
Markus Nilsson
d514bdabf1
Bug 1084501 - Set proper permissions for pre-installed trusted apps. r=fabrice
...
When trusted hosted apps were installed from a preloaded
offline cache their permissions were not correctly set
due to information on 'kind' of application being missing
on pre-install.
---
dom/apps/Webapps.jsm | 2 ++
1 file changed, 2 insertions(+)
2014-11-03 11:08:06 -08:00
Mike de Boer
ad2003517f
Bug 1091025: enable play/ pause, previous, next and stop media AppCommands. r=jimm
2014-11-03 15:17:07 +01:00
Carsten "Tomcat" Book
ba2dc1e9b3
merge b2g-inbound to mozilla-central a=merge
2014-11-03 12:59:39 +01:00
Edgar Chen
b22dac27e9
Bug 1092013 - Part 2: Enable ril debug when running mobileConnection tests. r=hsinyi
2014-11-02 14:39:14 +08:00
Mike Habicher
cf9f4832dd
Bug 1020368 - remove direct JS_*() calls from CameraRecorderProfiles, r=aosmond,bz
2014-10-31 13:19:06 -04:00
Carsten "Tomcat" Book
bd9cd9ac32
Merge mozilla-central to b2g-inbound
2014-11-03 14:22:46 +01:00
Thomas Zimmermann
6468899871
Bug 1073548: Add support for Bluetooth daemon backend, r=shawnjohnjr
2014-11-03 13:03:49 +01:00
Thomas Zimmermann
ec0366c800
Bug 1073548: Implement Socket module for Bluetooth daemon, r=shawnjohnjr
...
This patch adds support for the Bluetooth daemon's Socket module,
which provides OPP functionality.
2014-11-03 13:03:49 +01:00
Thomas Zimmermann
95225c6e54
Bug 1073548: Implement Bluetooth Core module for Bluetooth daemon, r=shawnjohnjr
...
This patch adds support for the Bluetooth daemon's Core module. It
provides the basic Bluetooth functionality, such as searching and
pairing with devices, and accessing device properties.
2014-11-03 13:03:49 +01:00
Thomas Zimmermann
7e6e19a81c
Bug 1073548: Add core interfaces and Setup module for Bluetooth daemon, r=shawnjohnjr
...
This patch adds the core interfaces and the Setup module for
the Bluetooth Daemon. The Setup module implements commands
for enabling and disabling Bluetooth profiles in the daemon.
2014-11-03 13:03:49 +01:00
Thomas Zimmermann
2a5770563c
Bug 1073548: Support Bluetooth daemon in build system, r=mh+mozilla
2014-11-03 13:03:48 +01:00
Vaibhav Agrawal
7ccff585e5
Bug 1083347 - Patch to remove entries in androidx86.json and annotate manifests. r=gbrown
2014-10-31 10:31:00 +01:00
Edgar Chen
fca0d639fb
Bug 1092013 - Part 1: mozMobileConnection.data.cell is reset to null
unexpectedly in MobileConnectionService. r=hsinyi
2014-10-31 15:15:47 +08:00
Wes Kocher
3f40661148
Merge m-c to inbound a=merge
2014-11-10 18:24:55 -08:00
Chris Pearce
0e506710a9
Bug 1096125 - Backout c129289d32d6 as Adobe/EME doesn't actually need those DLLs for OPM handshake. r=backout.
2014-11-11 15:00:02 +13:00
Matthew Gregan
03538a225e
Bug 1091704 - Delay buffer frame calculation in WMF audio decoder until after UpdateOutputType to avoid using obsolete rate/channel values. r=cpearce
2014-11-11 14:17:09 +13:00
Mats Palmgren
da599d4464
Bug 1013211 - Use the final resource URI after redirects etc as the source URI when dragging an image. r=roc
2014-11-10 22:06:24 +00:00
Matthew Gregan
ee1928513d
Bug 1085175 - r=roc
...
--HG--
extra : rebase_source : 78e0e0b21c6bb049f9112fdb3f25639c69289dd1
2014-11-11 08:58:52 +13:00
Blake
da40c53ff4
Bug 1082545 - Make fastSeek always fast. r=sotaro
...
--HG--
extra : rebase_source : 4e12b971b2ee18931a54d30d51fc71437e095cdd
2014-11-10 11:54:08 +08:00
Wes Kocher
31684fffbc
Backed out changeset 992ad9a82996 (bug 1085175) for bustage on a CLOSED TREE
2014-11-10 13:18:40 -08:00
Geoff Brown
ba2f4fc2db
Bug 1093719 - Run only parent indexedDB xpcshell tests on Android; r=ahal
2014-11-10 13:32:15 -07:00
Matthew Gregan
2648b5a4fe
Bug 1085175 - r=roc
2014-11-11 08:58:52 +13:00
Hsin-Yi Tsai
109e10cb93
Bug 1091528 - [B2G][RIL] when receiving 'rilRequestType: 12', Error: Don't know about this message type: undefined. r=aknow
2014-10-30 19:04:34 +08:00
Jeff Gilbert
05538afbcc
Bug 1087650 - Mark failing tests on B2G.
2014-10-29 18:54:12 -07:00
Jan-Ivar Bruaroey
df7fa33d5f
Bug 1091290 - Queue addIceCandidate correctly to not overwrite already-queued callbacks. r=bwc
2014-10-29 19:29:21 -04:00
Ralph Giles
e959e5f83a
Bug 1093567 - Don't loop forever looking for mp4 tracks. r=ajones.
...
We were ignoring I/O errors from parseChunk().
We must break instead of returning early so mInitCheck gets set correctly.
2014-11-17 16:20:00 -08:00
Yoshi Huang
517366980a
Bug 1085292
- invalidate the object once ontag/peerlost is called. r=smaug, dimi
2014-10-29 11:15:11 +08:00
Jeff Gilbert
263b0b3e1b
Bug 1087650 - Skip WebGL mochitests on desktop B2G.
2014-10-28 12:23:22 -07:00
Jean-Yves Avenard
b30c9d4926
Bug 1065827 - Start MediaDecoder playback state in LOADING. r=cpearce
2014-10-28 20:10:08 +11:00
Robert Longson
3ba072d1e7
Bug 1090936 - Make invalidation of rendering observers asynchronous. r=jwatt
2014-11-06 09:30:11 +00:00
Carsten "Tomcat" Book
92008ff307
Backed out changeset 04d5a617450f (bug 1092979) for needed checkin of another bug first
2014-11-06 10:27:10 +01:00
Anthony Jones
c95216d4a3
Bug 1092096 - Separate MSE prefs for MP4 and WebM; r=cajbir
2014-10-31 23:09:49 +13:00
Jean-Yves Avenard
40d8fe81fd
Bug 1093880 - Delay decoder initialization until data has been appended. r=cajbir
2014-11-06 15:09:19 +11:00
Jean-Yves Avenard
710fec23b0
Bug 1092996 - MSE/WebM: limit size read to what is available. r=kinetik
2014-11-06 19:08:04 +11:00
Jean-Yves Avenard
02942a537e
Bug 1092979 - Add mochitest to ensure loadedmetada is emitted as early as possible. r=cajbir
2014-11-04 10:58:56 +11:00