Commit Graph

30890 Commits

Author SHA1 Message Date
Ben Hsu
8df5a8bf54 Bug 1095366 - Part 1: Remove some events (WebIDL). r=hsinyi 2015-01-23 00:46:00 -05:00
Krzysztof Mioduszewski
9a4c02345f Bug 879861 - Part 6: Adding dom.secureelement.enabled pref. r=smaug 2015-02-11 04:04:00 -05:00
Krzysztof Mioduszewski
5a6d7de60f Bug 879861 - Part 5: Build support for SecureElement feature. r=gps 2015-02-11 10:09:00 -05:00
Krzysztof Mioduszewski
321210dfae Bug 879861 - Part 4: Adding SEUtils.jsm. r=allstars.chh 2015-02-11 03:58:00 -05:00
Siddartha Pothapragada
c13d854451 Bug 879861 - Part 3a: SecureElement UiccConnector implementation. r=allstars.chh 2015-02-11 03:55:00 -05:00
Krzysztof Mioduszewski
b612aa83cb Bug 879861 - Part 3: SecureElement Parent process implementation. r=allstars.chh 2015-02-11 03:49:00 -05:00
Siddartha Pothapragada
fd3e00f837 Bug 879861 - Part 2: SecureElement DOM Implementation. r=allstars.chh, r=smaug 2015-02-11 03:44:00 -05:00
Siddartha Pothapragada
5ac5773ca4 Bug 879861 - Part 1a: Add new permission 'secureelement-manage'. r=ehsan 2015-02-11 03:35:00 -05:00
Siddartha Pothapragada
83e89af5bd Bug 879861 - Part 1: SecureElement APIs WebIDL. r=ehsan, r=smaug 2015-02-04 06:56:00 -05:00
Thomas Zimmermann
c74b7233b7 Bug 1126720: Implement Bluetooth backend selection; use Bluedroid by default (under bluetooth2/), r=btian
This patch adds proper selection of the Bluetooth backend. The backend
is configurable via environment property 'ro.moz.bluetooth.backend'. The
default value is still Bluedroid.

On systems that are not Android 4.2 or later, the code does not return
a backend. These systems should use BlueZ instead.

This patch is based on bug 1065336, patch [01] and bug 1124565,
patch [01]. It also contains an extra fix in 'moz.build' to set
the pre-processor constant 'MOZ_B2G_BT_DAEMON'.
2015-02-12 10:12:07 +01:00
Thomas Zimmermann
94a8b1fa8a Bug 1126720: Support random postfix for Bluetooth daemon socket name (under bluetooth2/), r=btian
This patch adds support for a random postfix for bluetoothd's socket
name. The postfix is re-generated for every instance of the daemon.
This prevents name collisions between mutliple sessions and malicious
programs from taking over the connection easily.

This patch is based on bug 1119746, patch [05].
2015-02-12 10:12:07 +01:00
Thomas Zimmermann
e86eedd64e Bug 1126720: Listen for socket connections when starting Bluetooth (under bluetooth2/), r=btian
Currently, Gecko connects to a running instance of bluetoothd when
it starts the daemon backend. This contains a race condition between
the startup of the daemon and the startup of Gecko.

This patch changes the initialization and cleanup of Bluetooth's
daemon backend so that the Bluetooth daemon connects to Gecko. The
daemon process is now started as part of the initialization and
quits during shutdown. The steps are strictly ordered, so no race
condition exists.

The initialization and cleanup procedures should now be compatible
with BlueZ 5.

This patch is based on bug 1119746, patch [04].
2015-02-12 10:12:07 +01:00
Thomas Zimmermann
0904cc004d Bug 1126720: Fix ref-counting of bluetoothd channels (under bluetooth2/), r=btian
The class |BluetoothDaemonChannel| for the bluetoothd channels
supports reference counting. This patch fixes the respective
variable to use |nsRefPtr| instead of |nsAutoPtr|.

This patch is based on bug 1119746, patch [03]
2015-02-12 10:12:07 +01:00
Thomas Zimmermann
e8a846fa34 Bug 1126720: Use |int32_t| for |Channel| in Bluetooth Socket HAL (under bluetooth2/), r=btian
This patch is based on bug 1129257.
2015-02-04 17:21:50 +08:00
Thomas Zimmermann
42711a6015 Bug 1126720: Handle all used type in PDU explicitly (under bluetooth2/), r=btian
This patch is based on bug 1129846.
2015-02-05 15:35:57 +08:00
Mike Habicher
52bf5ae8dc Bug 1131782 - add vendor-specific feature-detection to GonkCameraParameters, r=aosmond 2015-02-12 00:04:58 -05:00
Ryan VanderMeulen
45637153b6 Merge inbound to m-c. a=merge 2015-02-11 16:21:36 -05:00
Ryan VanderMeulen
e47e8de49b Merge fx-team to m-c. a=merge 2015-02-11 16:07:24 -05:00
Carsten "Tomcat" Book
c574031e8f Merge mozilla-central to b2g-inbound 2015-02-11 15:03:57 +01:00
Carsten "Tomcat" Book
022753dfe5 Merge mozilla-central to fx-team 2015-02-11 15:01:53 +01:00
Carsten "Tomcat" Book
5ac50b27cc merge mozilla-inbound to mozilla-central a=merge 2015-02-11 14:58:16 +01:00
Kan-Ru Chen (陳侃如)
a9f7a4f67c Bug 1126119 - Create SystemMessageCache and cache hasPendingMessage in content process. r=fabrice 2015-02-11 11:18:32 +01:00
Thomas Zimmermann
1d39203b77 Bug 1131653: Move GATT helper classes to BluetoothGattManager namespace, r=btian
Another patch to fix conflicting symbol names in the Bluetooth namespace.
2015-02-11 10:24:10 +01:00
Thomas Zimmermann
e2a98bdb5a Bug 1131653: Move OPP helper classes into BluetoothOppManager namespace, r=btian
This will resolve possible naming collisions between equally named
classes in the Bluetooth namespace.
2015-02-11 10:24:09 +01:00
Thomas Zimmermann
9b4161b45c Bug 1131653: Move A2DP/AVRCP helper classes into BluetoothA2dpManager namespace, r=btian
As for Handsfree helpers, A2DP and AVRCP helpers might create naming
conflicts with other classes. Moving them into |BluetoothA2dpManager|'s
namespace resolves this problem.
2015-02-11 10:24:09 +01:00
Thomas Zimmermann
a29aa5ea56 Bug 1131653: Move Handsfree helper classes into BluetoothHandsfreeManager namespace, r=btian
There are several equal-named, but different, classes in the Bluetooth
namespace. The linker will pick only one of them, which leads to crashes
in the compiled program.
2015-02-11 10:24:09 +01:00
Greg Weng
793b4841bb Bug 1130938 - B2G RIL: Remove the duplicated RilWorkerBuffer in ril_worker.js r=:echen 2015-02-11 09:28:10 +08:00
Jessica Jong
a1e1193a66 Bug 973543 - Part 2: remove 'removeHostRoutes()' as it is no longer needed. r=echen 2015-02-11 16:01:10 +08:00
Jessica Jong
c134ec109a Bug 973543 - Part 1: add reference counting to added routes. r=echen 2015-02-11 16:01:08 +08:00
Kartikaya Gupta
fde7d819d1 Bug 1125422 - Change EventDispatcher::Dispatch to take an nsTArray instead of a nsCOMArray. r=smaug 2015-02-10 16:28:07 -05:00
Ryan VanderMeulen
256333e4b8 Merge inbound to m-c. a=merge
CLOSED TREE
2015-02-10 16:03:15 -05:00
Ryan VanderMeulen
3d8c9d47b4 Merge fx-team to m-c. a=merge
CLOSED TREE
2015-02-10 15:54:32 -05:00
Benjamin Smedberg
d7212ba7e5 Back out bug 1131136 part A (revision 9101eb40b8a6 and 9733e78176b2) for assertion failures on a CLOSED TREE 2015-02-10 13:28:25 -05:00
Fabrice Desré
57c6235a72 Bug 1131573 - Add contextmenu support to input elements in forms. r=kanru 2015-02-10 09:32:48 -08:00
Benjamin Smedberg
1ba10c78ad Bug 1131136 part A followup to revision 9101eb40b8a6: Add proper Windows #ifdef r=bustage 2015-02-10 11:24:35 -05:00
Benjamin Smedberg
bfe0f8625c Bug 1131136 part A - Watch Windows registry keys to reload plugins when they have changed, r=jimm 2015-02-10 11:07:44 -05:00
Garvan Keeley
ae98a05787 Bug 1131430 - Added telemetry to count CoreLocation vs. MLS results. r=jdm 2015-02-10 10:45:36 -05:00
Gabor Krizsanits
1925b59d34 Bug 1090592 - GetPrototypeOf hook for CPOWProxyHandler. r=billm 2015-02-10 16:29:41 +01:00
Jonathan Kew
9fa6bda1dc Bug 1076657 pt 2 - Add writing-mode to the reply to NS_QUERY_TEXT_RECT event. r=masayuki 2015-02-10 15:28:05 +00:00
Jonathan Kew
9e4d7ffb58 Bug 1076657 pt 1 - Fix ContentEventHandler::OnQueryTextRect for vertical textframes. r=smontagu 2015-02-10 15:28:05 +00:00
Andrea Marchesini
6c5bf83a17 Bug 1131700 - ServiceWorkerManager::CreateServiceWorker should use RuntimeService::GetOrCreateService. r=nsm 2015-02-10 09:58:00 +01:00
Carsten "Tomcat" Book
566a6fb3f1 Backed out changeset 51adb10f64e9 (bug 1125340) for m2/m3 test failures on a CLOSED TREE 2015-02-11 11:36:26 +01:00
Carsten "Tomcat" Book
8ae84e4dba Backed out changeset 0b041d1c5307 (bug 1125340) 2015-02-11 11:35:54 +01:00
Mike Taylor
6973f35027 Bug 1125340 - Part 2 - Collect h264 profile & level telemetry from decoded SPS. r=jya 2015-02-10 09:58:00 +01:00
JW Wang
194aec0ae4 Bug 1130932 - allow GMPDecryptorParent::RecvKeyStatusChanged calls after Close(). r=edwin. 2015-02-09 07:32:59 +08:00
JW Wang
d6c7b717c1 Bug 1130917 - Part 3 - fix EME gtests. r=edwin. 2015-02-10 18:19:00 +01:00
JW Wang
3a0dd3070a Bug 1130917 - Part 1 - disallow multiple records with the same name in GMPStorageChild::CreateRecord(). r=edwin 2015-02-08 20:37:18 +08:00
Andrew McCreight
c946357872 Bug 1131199, part 2 - Make PLDHashtInitEntry infallible. r=froydnj
Also, drop the unused table argument.
2015-02-11 09:46:40 -08:00
Alexandre Lissy
1f778d301f Bug 1129173 - Properly detect B2G for workers interface tests. r=bent
Make use of SpecialPowers.isB2G to do the proper detection, and fix
mochitest execution for Mulet to include some B2G-specific prefs.
2015-02-10 06:51:00 +01:00
Andrea Marchesini
f979d0f95a Bug 1121722 - Chrome-only DOM File constructors should use lastModified attribute. r=bz 2015-02-10 09:31:00 +01:00
Dave Huseby
6c1bf2a61c Bug 1114667 - crash in js::VectorToIdArray(JSContext*, JS::AutoIdVector&, JSIdArray**). r=bholley 2015-02-10 18:07:00 +01:00
Ting-Yu Chou
a717783738 Bug 1127189 part 2 - Initialize browser API directly to get rid of nsBrowserElement observers. r=kanru 2015-02-09 15:04:18 +08:00
Ting-Yu Chou
97200017b2 Bug 1127189 part 1 - Avoid redundant observers from ParticularProcessPriorityManager. r=khuey 2015-02-10 11:12:26 +08:00
Jean-Yves Avenard
372665c876 Bug 1130913: Only create a new decoder if we have a new media segment. r=mattwoodrow 2015-02-11 17:40:10 +11:00
Jean-Yves Avenard
e07694adb0 Bug 1131487: Adjust negative start time near 0 to 0. r=mattwoodrow 2015-02-11 17:40:06 +11:00
Jean-Yves Avenard
b7b65d5bb8 Bug 1131487: Fix time calculations when segment doesn't start at 0. r=mattwoodrow 2015-02-11 17:40:03 +11:00
Bruce Sun
1130cb6f7f Bug 1129846 - Handle all used type in PDU explicitly. r=tzimmermann 2015-02-05 15:35:57 +08:00
Ethan Tseng
4a341c2065 Bug 1070944 - Part 4: Update and add test cases. r=albert 2015-02-09 10:30:57 +08:00
Ethan Tseng
d1f9190bdb Bug 1070944 - Part 3: Implementation of NetworkStatsDB and querying statistics. r=albert 2015-02-09 10:17:03 +08:00
Martin Thomson
f24345ac5b Bug 1063290 - Disable most gUM tests on Android too. r=jib 2015-02-07 11:39:35 +11:00
Mike Taylor
62750fec7b Bug 1125340 - (1/2) Gather telemetry on H.264 profile & level values. r=cpearce 2015-02-03 12:27:00 +01:00
Jim Mathies
b9ba7b14a4 Bug 1030137 - For remote content respond to NS_GESTURENOTIFY_EVENT_START events indicating panning is preferred, and disable pan feedback since we currently have no scroll information for remote content. r=smaug 2015-02-10 07:59:40 -06:00
Morris Tseng
53bcd0a13e Bug 1119126 - Send updateposition after reflow when selection is collapsed. r=roc 2015-02-02 22:10:00 -05:00
Catalin Badea
f63da27be0 Bug 982726 - Patch 3: Implement client.postMessage. r=baku 2015-02-09 12:43:00 -05:00
Catalin Badea
80a1b203b6 Bug 982726 - Patch 2: Add postMessage to service worker. r=baku 2015-02-09 12:42:00 -05:00
Ethan Tseng
c894cd0526 Bug 1070944 - Part 2: Implementation of saving statistics. r=albert 2015-01-27 17:15:44 +08:00
Ted Clancy
8141cc96f9 Bug 1000305 - Part 2 - imported patch bug-1000305-fix-part2. r=mcmanus 2015-02-09 08:39:07 -05:00
Ethan Tseng
1b88ff8525 Bug 1070944 - Part 1: MozNetworkStats WebIDL change. r=ehsan 2015-01-23 19:12:03 +08:00
Yoshi Huang
f1e024bcc5 Bug 1131508 - Remove ConnectResponse and CloseResponse from NfcContentHelper. r=dimi 2015-02-10 17:48:16 +08:00
Yoshi Huang
e11a290a74 Bug 1131454 - Don't add transceive req into RequestQueue in NfcMessageHandler. r=dlee 2015-02-10 14:19:38 +08:00
Fabrice Desré
db20238eee Bug 1130900 - langpacks making testing noisy r=ferjm 2015-02-10 00:46:07 -08:00
Mike Habicher
59b3a70136 Bug 1131250 - handle ISO_MODE parameter value == nullptr, r=aosmond 2015-02-09 17:26:00 -05:00
Ryan VanderMeulen
9b62e406b4 Merge inbound to m-c. a=merge 2015-02-09 16:29:48 -05:00
Jim Mathies
fb5dcf7e7e merge backout 2015-02-09 12:38:30 -06:00
Jim Mathies
74ee6ddf5f Backout ee13449af6e7 (bug 1127378) on the suspicion that it caused bug 1130734. 2015-02-09 12:37:46 -06:00
Szu-Yu Chen [:aknow]
c0e0e1beb4 Bug 1129402 - Fix IMEI request. r=hsinyi 2015-02-06 14:56:43 +08:00
Edgar Chen
acf26b1179 Bug 1123624 - Part 3: Fix test_ril_system_messenger.js. r=bevis 2015-02-06 14:26:55 +08:00
Boris Zbarsky
1825388f97 Bug 1127501. Treat external interfaces as only being exposed in Window in Web IDL bindings. r=peterv 2015-02-09 11:42:27 -05:00
Boris Zbarsky
582a2a7063 Bug 1130364. Fix the handling of nestingLevel to actuall increment it more than once. r=peterv 2015-02-09 11:42:27 -05:00
Boris Zbarsky
eaeb05a596 Bug 1127341. If we make our codegen for a binding depend on the exposure set of an interface argument to one of the binding's methods, we need to adjust the dependency set of the binding accordingly, so we'll regenerate if the exposure set changes. r=khuey 2015-02-09 11:42:26 -05:00
Paul Adenot
75627e81a9 Bug 1125804 - Remove the mixer callback when failing to open an audio stream when switching to an audio driver. r=jesup 2015-02-09 14:43:55 +01:00
Carsten "Tomcat" Book
d54a885510 Backed out changeset 0813db72fe3e (bug 1125804) for bustage on a CLOSED TREE 2015-02-09 16:26:28 +01:00
Paul Adenot
414727965b Bug 1125804 - Remove the mixer callback when failing to open an audio stream when switching to an audio driver. r=jesup 2015-02-09 14:43:55 +01:00
Carsten "Tomcat" Book
f8d37fdcbf Backed out changeset a372a90a9475 (bug 1119126) for gaia-js-integration-8 failures 2015-02-09 15:33:24 +01:00
Carsten "Tomcat" Book
04b9e9abe4 Backed out changeset 88c746188a40 (bug 1125934) for rc6 test failures 2015-02-09 15:28:41 +01:00
Jim Mathies
f11ca4c8c0 Bug 1127378 - When tabs close notify PluginWidgetChild earlier in shutdown. Prevents PluginWidgetProxy messages sent to dead parent actors triggering content process aborts. r=akotz 2015-02-03 13:58:32 -06:00
David Anderson
c80cd22c24 If APZ is enabled, do not handle wheel-event scrolling in layout. (bug 1126090, r=smaug) 2015-02-03 14:40:38 -08:00
Ryan VanderMeulen
34a6b211b1 Merge m-c to inbound. a=merge 2015-02-03 16:18:11 -05:00
Chris Pearce
e6c46263de Bug 1123535 - Make dormant ResetPlayback assertion more lenient. r=jwwang 2015-02-04 10:17:28 +13:00
Ryan VanderMeulen
b76d2e54c3 Merge inbound to m-c. a=merge 2015-02-03 16:04:22 -05:00
Sotaro Ikeda
fdb3da6649 Bug 1112519 - Clear mDropVideoUntilNextDiscontinuity when we do not seek r=cpearce 2015-02-03 12:53:12 -08:00
Robert Longson
8af42d4a1f Bug 1128281 - Pass strokeOptions to getGeometryBounds. r=jwatt 2015-02-03 18:36:32 +00:00
Bill McCloskey
3bfde08bc7 Bug 1126245 - Add test (r=bent) 2015-02-03 09:20:50 -08:00
Bill McCloskey
eddccb3475 Bug 1126245 - [e10s] Don't crash when opening new tabs from closed windows (r=bent) 2015-02-03 09:20:46 -08:00
Carsten "Tomcat" Book
f3776038d4 Merge mozilla-central to b2g-inbound 2015-02-03 15:31:37 +01:00
Carsten "Tomcat" Book
76bcf25eff merge b2g-inbound to mozilla-central a=merge 2015-02-03 14:44:06 +01:00
Carsten "Tomcat" Book
a4604abfb7 merge fx-team to mozilla-central a=merge 2015-02-03 14:36:21 +01:00
Szu-Yu Chen [:aknow]
b1c85e6173 Bug 1124550 - Part 12: Provide a default response function. r=hsinyi 2015-02-03 12:18:20 +08:00
Szu-Yu Chen [:aknow]
12be21e801 Bug 1124550 - Part 11: Refactoring dial. r=hsinyi 2015-02-03 12:18:20 +08:00
Szu-Yu Chen [:aknow]
3c6c9280ea Bug 1124550 - Part 10: Refactoring holdCall, resumeCall. r=hsinyi 2015-02-03 12:18:20 +08:00
Szu-Yu Chen [:aknow]
8f5ece4e0e Bug 1124550 - Part 09: Refactoring conferenceCall, separateCall. r=hsinyi 2015-02-03 12:18:20 +08:00
Szu-Yu Chen [:aknow]
be548a7249 Bug 1124550 - Part 08: Refactoring holdConference, resumeConference. r=hsinyi 2015-02-03 12:18:20 +08:00
Szu-Yu Chen [:aknow]
4bd218e345 Bug 1124550 - Part 07: Refactoring hangupConference. r=hsinyi 2015-02-03 12:18:20 +08:00
Szu-Yu Chen [:aknow]
6dbd47a3f1 Bug 1124550 - Part 06: Refactoring hangupCall. r=hsinyi 2015-02-03 12:18:20 +08:00
Szu-Yu Chen [:aknow]
5406611623 Bug 1124550 - Part 05: Refactoring sendUSSD, cancelUSSD. r=hsinyi 2015-02-03 12:18:20 +08:00
Szu-Yu Chen [:aknow]
c2845aee07 Bug 1124550 - Part 04: Use CDMA_FIRST_CALL_INDEX. r=hsinyi 2015-02-03 12:18:20 +08:00
Szu-Yu Chen [:aknow]
506092aed3 Bug 1124550 - Part 03: TelephonyService: add method to detect cdma. r=hsinyi 2015-02-03 12:18:19 +08:00
Szu-Yu Chen [:aknow]
9ba8867e89 Bug 1124550 - Part 02: ril_worker: expose API cdmaFlash. r=hsinyi 2015-02-03 12:18:19 +08:00
Szu-Yu Chen [:aknow]
8e3482a776 Bug 1124550 - Part 01: Remove unused code. r=hsinyi 2015-02-03 12:18:19 +08:00
Ryan VanderMeulen
beb9f2acba Merge inbound to m-c. a=merge 2015-02-02 17:28:12 -05:00
David Anderson
c6695ca0aa Detect wheel zoom via WheelPrefs instead of the Ctrl modifier. (bug 1127700, r=smaug) 2015-02-02 11:28:19 -08:00
Andrea Marchesini
d536c5bc39 Bug 1127885 - Console API should display blobs when used in workers, r=smaug 2015-02-02 15:40:15 +00:00
Carsten "Tomcat" Book
00f80c3212 Merge mozilla-central to b2g-inbound 2015-02-02 13:27:44 +01:00
Edgar Chen
82d0b4c072 Bug 1123624 - Part 2-4: Add tests for play tone and poll interval. r=bevis 2015-02-02 16:50:49 +08:00
Edgar Chen
216061920a Bug 1123624 - Part 2-3: Add tests for stk system message. r=bevis 2015-02-02 17:20:57 +08:00
Edgar Chen
896be3fdea Bug 1123624 - Part 2-2: Wrapping and mofiying the test data in test_stk_*.js. r=bevis 2015-02-04 17:46:27 +08:00
Edgar Chen
533f70883f Bug 1123624 - Part 2-1: Remove redundant test data in test_stk_*.js. r=bevis 2015-02-02 14:43:04 +08:00
Edgar Chen
7fd13126d4 Bug 1123624 - Part 1-2: Throwing exception if the mandatory field isn't showed in proactive command and refactoring handler of SelectItem and SetupMenu. r=bevis 2015-02-04 16:34:59 +08:00
JW Wang
c93029faa0 Bug 1128379 - improve error handling in MediaKeys::CreateSession. r=bz 2015-02-01 19:12:00 +01:00
Shawn Ku
f83c8a0ce0 Bug 1127690 - [flatfish] build break in gecko/dom/system/gonk/GonkGPSGeolocationProvider.cpp. r=KanRu. 2015-02-02 09:56:56 +08:00
Phil Ringnalda
6abd84d43f Merge b-i to m-c, a=merge 2015-02-01 09:18:01 -08:00
Naoki Hirata
4ea46eb077 Bug 1128113 - Skip mSharedDecoderManager which is part of MozMP4. r=jya, a=bustage 2015-01-31 02:22:38 -08:00
Markus Nilsson
409fb23d1b Bug 1084505 - Fix explicit permission lookup for trusted hosted apps r=fabrice 2015-01-31 11:10:50 -08:00
Phil Ringnalda
44148a1675 Merge b-i to m-c, a=merge 2015-01-31 09:09:40 -08:00
Xidorn Quan
bcda60a836 Bug 569334 part 1 - Support getting font info in content query. r=masayuki,jfkthame,smaug 2015-01-31 18:17:12 +11:00
Jet Villegas
262d24d412 Bug 1125621 - Remove https://* restriction from the YouTube MSE check. r=kinetik 2015-01-30 21:59:35 -08:00
Fabrice Desré
b69af112bf Bug 1128065 - Add missing requestsync-manager permission to the permission table. r=me 2015-01-30 15:27:09 -08:00
Martin Thomson
c444bd2440 Bug 1063290 - Disabling extended gUM tests on gonk for intermittent failures, r=jib 2015-01-30 13:00:29 -08:00
Bobby Holley
b8cefec2b4 Bug 1127203 - Use the tolerance value in TrackBuffersContainTime so that seeking operates with tolerance too. r=mattwoodrow 2015-01-30 17:45:49 -08:00
Bobby Holley
f9cd69df6e Bug 1127203 - Be more consistent about when and how we apply the fuzz factor. r=mattwoodrow 2015-01-30 17:45:49 -08:00
Bobby Holley
bc10ba2ce6 Bug 1127203 - Rename aError to aTolerance. r=mattwoodrow
aError is a really misleading name.
2015-01-30 17:45:49 -08:00
Ryan VanderMeulen
c9078c838e Merge m-c to b2g-inbound. a=merge 2015-01-30 12:33:25 -05:00
Ryan VanderMeulen
4c339d50d6 Merge inbound to m-c. a=merge 2015-01-30 12:22:33 -05:00
Mike Habicher
12daefcf0f Bug 1103400 - fix regression in autofocus in getUserMedia(), r=aosmond 2015-01-30 11:50:07 -05:00
Yoshi Huang
fa829b146d Bug 1127726 - Cannot receive NDEF from another NFC Peer. r=vchang 2015-01-30 16:10:12 +08:00
Fernando Jimenez
932704e300 Bug 1114520 - [Flame][Contacts]All contacts will disappear after you delete one contact. Follow-up. r=reuben 2015-01-30 10:29:39 +01:00
Thomas Zimmermann
5dd13997fc Bug 1118693: Added AVRCP support for Bluetooth daemon backend (bluetooth2/), r=btian 2015-01-30 10:05:48 +01:00
Thomas Zimmermann
1b98195676 Bug 1118693: Added Bluetooth AVRCP interface (under bluetooth2/), r=btian 2015-01-30 10:05:48 +01:00
Thomas Zimmermann
390c20302b Bug 1118693: Add Bluetooth AVRCP module (under bluetooth2/), r=btian 2015-01-30 10:05:48 +01:00
Thomas Zimmermann
4079df980c Bug 1118693: Add Bluetooth AVRCP helpers (under bluetooth2/), r=btian 2015-01-30 10:05:48 +01:00
Kan-Ru Chen (陳侃如)
544b2c6bfc Bug 1112989 - Part 3. Remove sync PContent::GetVolumes() r=dhylands 2015-01-30 11:43:32 +08:00
Kan-Ru Chen (陳侃如)
0c55d69367 Bug 1112989 - Part 2. Forward device-storage volumes info to ContentChild before app startup. r=dhylands 2015-01-30 11:43:31 +08:00
Kan-Ru Chen (陳侃如)
1043dea8b9 Bug 1112989 - Part 1. Forward know info to ContentChild before app startup. r=fabrice 2015-01-30 11:43:31 +08:00
Alfredo Yang
04598f60ef Bug 1127759 - use ogv instead of webm due to gonk HW codec limitation. r=roc 2015-02-02 00:34:00 +01:00
Morris Tseng
ce4c69ce51 Bug 1125419 - Disable touch/selection caret before testing test_bug648573.html. r=smaug 2015-02-01 19:29:00 +01:00
Jessica Jong
61e4666e3b Bug 1120843 - Part 2: test cases for data connection http proxy. r=echen 2015-01-29 22:37:00 +01:00
Ryan VanderMeulen
353ea7d948 Merge m-c to fx-team. a=merge 2015-02-02 17:30:07 -05:00
Mark Banner
dc24473dab Bug 1122032 Part 3 - Automatically allow screensharing for the Loop in-desktop pages. r=jesup 2015-02-02 21:53:19 +00:00
John Dai
973069b3da Bug 1119136 - (follow-up) correcting typo s/epectedNumber/expectedNumber/. r=echen 2015-01-28 22:31:00 +08:00
Wes Kocher
978d3dbecf Merge m-c to b2g-inbound a=merge 2015-01-29 15:30:55 -08:00