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
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
Yoshi Huang
7268b2051d
Bug 1089558 - Add 'Impl' for objects defined in nsNfc.js. r=dimi
...
From 5d02c407d6322d79f086b66d61ffc208f4b1213c Mon Sep 17 00:00:00 2001
---
dom/nfc/nsNfc.js | 40 ++++++++++++++++++++++------------------
1 file changed, 22 insertions(+), 18 deletions(-)
2014-10-27 17:58:24 +08:00
Hsin-Yi Tsai
f35344a897
Bug 986308 - [B2G][STK] support call number modified by STK call control. r=aknow
2014-10-27 15:41:27 +08:00
Phil Ringnalda
40f98f6be9
Merge b-i to m-c, a=merge
2014-11-02 09:03:04 -08:00
Phil Ringnalda
3207cbeaa2
Merge f-t to m-c, a=merge
2014-11-02 08:55:19 -08:00
Jonathan Watt
8807fa6f42
Bug 1077355 - Stop over inflating for stroke-miterlimit in nsSVGUtils::PathExtentsToMaxStrokeExtents. r=longsonr
2014-11-01 10:45:10 +00:00
Chris Peterson
07b528fa6a
Bug 1092001 - Fix warnings in dom/tv and mark as FAIL_ON_WARNINGS. r=ehsan
2014-10-29 21:52:41 -07:00
Ryan VanderMeulen
23b4a47e5b
Merge m-c to fx-team. a=merge
2014-10-31 19:18:48 -04:00
Ryan VanderMeulen
418030317f
Backed out changeset 3fde6fc99b0a (bug 1020368) for non-unified bustage.
2014-10-31 18:51:23 -04:00
Ryan VanderMeulen
5ff83f8eea
Merge m-c to fx-team. a=merge
2014-10-31 16:35:46 -04:00
Ryan VanderMeulen
e7353cb4a6
Merge fx-team to m-c. a=merge
2014-10-31 16:16:38 -04:00
Ryan VanderMeulen
b907d4689a
Merge inbound to m-c. a=merge
2014-10-31 16:09:15 -04:00
Dave Townsend
6df54616aa
Bug 1089230: Add a string overload to nsIDOMWindowUtils.loadSheet. r=bholley
2014-10-31 11:48:52 -07:00
Mike Habicher
a2b2b6da8e
Bug 1020368 - remove direct JS_*() calls from CameraRecorderProfiles, r=aosmond,bz
2014-10-31 13:19:06 -04:00
Ryan VanderMeulen
606f658121
Bug 960762 - Disable test_notification_storage.html on Android for frequent failures.
2014-10-31 14:05:49 -04:00
Vaibhav Agrawal
9ccc69f625
Bug 1089031 - Remove invalid mochitests and adding them to support-files in dom/encoding/test/mochitest.ini. r=jmaher
2014-10-31 05:35:00 -04:00
Ehsan Akhgari
64b6f5a05b
Bug 1091626 - Mark TVSourceListener as final; r=seanlin
...
This avoids compiler warnings when deleting this object since
its destructor is not virtual.
2014-10-31 10:42:29 -04:00
Ehsan Akhgari
dc38e0666f
Bug 1091628 - Remove TVProgram::mIsInterrupting since it is unused; r=seanlin
2014-10-31 10:42:02 -04:00