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