Chris Pearce
f595c52e4f
Bug 1055393 - gtests for GMPStorage and PB mode storage. r=edwin
2014-10-21 19:16:19 +13:00
David Major
93d0d9b7f2
Backed out changeset 6c4291086b00 for B2G desktop linux bustage on a CLOSED TREE
2014-10-21 17:56:07 +13:00
Wes Kocher
3db982c0d7
Merge m-c to inbound a=merge
2014-10-20 19:08:15 -07:00
Wes Kocher
a90aa812b7
Merge inbound to m-c a=merge
2014-10-20 18:56:56 -07:00
Blake Kaplan
c35784ec13
Bug 1068811 - Make middle-mouse-click paste work in X11. r=billm
2014-10-20 18:42:40 -07:00
Wes Kocher
d09bbdb8a9
Merge b2g-inbound to m-c a=merge
2014-10-20 18:14:19 -07:00
Wes Kocher
bc6781c19d
Merge inbound to m-c a=merge
2014-10-20 17:58:32 -07:00
Nikhil Marathe
f559eb4a4b
Bug 1039846 - Fix morebustage. r=bustage CLOSED TREE
2014-10-20 13:59:01 -07:00
Nikhil Marathe
0927af9189
Bug 1039846 - Fix bustage. r=bustage CLOSED TREE
...
--HG--
extra : amend_source : b68f2c23ae47c334e4caedf5f74b4a82bbc90df2
2014-10-20 13:25:56 -07:00
Fernando Jiménez
4837874d57
Bug 1081873 - [Loop][Contacts API] mozContacts API should trigger DOMRequest.onerror if no permissions are granted to the consumer. r=anygregor
2014-10-20 20:05:54 +02:00
Carsten "Tomcat" Book
e8412749e9
Merge mozilla-central to b2g-inbound
2014-10-20 15:52:37 +02:00
Carsten "Tomcat" Book
a48cb6dad7
merge fx-team to mozilla-central a=merge
2014-10-20 14:48:28 +02:00
Carsten "Tomcat" Book
db53227352
merge mozilla-inbound to mozilla-central a=merge
2014-10-20 14:34:56 +02:00
Thomas Zimmermann
399f24cd65
Bug 928362: Support ad-hoc mode for Wifi, r=vchang, r=mrbkap
...
This patch adds support for Wifi networks that run in ad-hoc
mode. The network attributes 'frequency' and 'mode' are required
by wpa_supplicant to connect to an ad-hoc network.
'Frequency' is just the frequency of the channel in use. 'Mode'
is the network's mode, with 0 being infrastructure mode, 1 being
IBSS mode (aka ad-hoc mode), and 2 being access-point mode.
If ad-hoc mode is not supported on your device, you can set the
environment property 'ro.moz.wifi.ibss_supported' to false to
disable it in Gecko.
2014-10-20 14:22:47 +02:00
Valentin Gosu
f4b976820f
Bug 1082723 - Add IPv6 delimiters to nsLocation::GetHostname and Link::GetHostname r=smaug
2014-10-20 13:46:20 +03:00
Edgar Chen
30bb7f1403
Bug 1072275 - MobileConnectionService doesn't have to be created in 'profile-after-change' category. r=smaug
2014-10-16 09:57:38 +08:00
Carsten "Tomcat" Book
8bb7b76e7a
Merge m-c to b2g-inbound
2014-10-17 16:44:58 +02:00
Kyle Machulis
efd982b9e9
Bug 1073259 - Print more descriptive errors when DOMRequestHelper tries to create a request with an invalid window. r=fabrice
2014-10-17 05:24:00 -04:00
Kyle Machulis
5fbfd60a9d
Bug 1073259 - Print more descriptive errors when SettingsManager tries to make a request with an invalid window. r=bent
2014-10-17 05:24:00 -04:00
Szu-Yu Chen [:aknow]
66230bf770
Bug 1077190
- Part 2: Test case. r=hsinyi
2014-10-16 23:41:00 +02:00
Szu-Yu Chen [:aknow]
8bf4231a44
Bug 1077190
- Part 1: Correct the logic of audio state setting. r=hsinyi
2014-10-16 23:40:00 +02:00
Jocelyn Liu
15364358ea
Bug 1083646: Overwrite BLE config in bluedroid to enable BLE for bluetooth2. r=shuang
2014-10-17 14:25:16 +08:00
Ryan VanderMeulen
2bfbd70e62
Merge inbound to m-c. a=merge
2014-10-16 14:43:13 -04:00
Thomas Zimmermann
a4ed330ba0
Bug 1083708: Handle non-existant Bluetooth profile interfaces correctly, r=shawnjohnjr
...
Bluetooth profile managers just return an error if a profile interface is
not available. Doing so breaks the initialization and cleanup routines. This
patch changes the profile managers to still report an error, but signal
progress to the given result runnable.
2014-10-16 16:40:49 +02:00
Carsten "Tomcat" Book
d7561c3942
Merge m-c to b2g-inbound
2014-10-16 16:16:53 +02:00
Carsten "Tomcat" Book
d6ce823f5c
Backed out changeset f461eb1653f1 (bug 1081873) for B2g M5 Test failures
2014-10-16 15:43:20 +02:00
Szu-Yu Chen [:aknow]
f27ab2a7e7
Bug 1058397
- Part 5: Fix test: USSDReceivedEvent is not exposed. r=bzbarsky
2014-10-15 02:51:00 -04:00
Szu-Yu Chen [:aknow]
66fc9932c1
Bug 1058397
- Part 4: Wrap system message. r=hsinyi
2014-10-15 02:51:00 -04:00
Szu-Yu Chen [:aknow]
514a1421f8
Bug 1058397
- Part 3: USSDSession implement. r=hsinyi
2014-10-15 02:51:00 -04:00
Szu-Yu Chen [:aknow]
e5f542ae33
Bug 1058397
- Part 2: USSDSession interface. r=hsinyi
2014-10-15 02:50:00 -04:00
Szu-Yu Chen [:aknow]
eb7e412eba
Bug 1058397
- Part 1: Separate TelephonyCallback. r=hsinyi
2014-10-15 02:50:00 -04:00
Yoshi Huang
a829a03949
Bug 1073421 - B2G NFC: remove NDEF_Formatable and NDEF_Writable. r=smaug, dimi
2014-10-15 15:47:42 +08:00
Yoshi Huang
6ccb7125cf
Bug 1082452 - B2G NFC: Add a parameter 'isP2P' in WriteNDEF request. r=smaug, dimi
2014-10-15 11:54:09 +08:00
Fernando Jiménez
6c31dc6433
Bug 1081873 - [Loop][Contacts API] mozContacts API should trigger DOMRequest.onerror if no permissions are granted to the consumer. r=anygregor
2014-10-16 11:25:35 +02:00
Ryan VanderMeulen
aa28d3eb31
Merge inbound to m-c. a=merge
...
CLOSED TREE
2014-10-15 14:31:16 -04:00
Ryan VanderMeulen
23f412b30d
Backed out changeset 8d198ef0b559 (bug 1082583) for test_headers.html failures.
...
CLOSED TREE
2014-10-15 13:17:06 -04:00
Carsten "Tomcat" Book
30b84bb311
Backed out changeset 6f411275b7ec (bug 1068740) for bustage on a CLOSED TREE
2014-10-15 16:50:45 +02:00
Thomas Zimmermann
3fac940f89
Bug 1081981: Fix Out-of-bounds read when decoding BT properties, r=shawnjohnjr
...
Bluetooth's RSSI property is encoded as pointer to a signed 8-bit
value. Gecko currently interprets this as pointer to a 32-bit
value; so the result of dereferencing the pointer is undefined.
This patch fixes the bug by interpreting the RSSI property correctly.
2014-10-15 11:38:06 +02:00
Alphan Chen
0b7ce27a01
Bug 1074593 - Add AddEntryAndNotify and RemoveEntryAndNotify for file/folder change when MTP in use. r=dhylands
2014-10-14 19:34:00 +02:00
Fabrice Desré
bac34b231b
Bug 982874 - Import / export API for apps : Part 2: dom/webapps implementation r=marco,sicking
2014-10-14 22:55:14 -07:00
Fabrice Desré
b9d48b1ed6
Bug 982874 - Import / export API for apps : Part 1, temporary blobs r=bent
2014-10-14 22:55:14 -07:00
Edgar Chen
28ae983be6
Bug 1081810 - Part 2: Get rid of DOMError.init. r=smaug
2014-10-14 11:09:07 +08:00
Edgar Chen
42a597087e
Bug 1081810 - Part 1: Implement IccCardLockError in C++. r=smaug
2014-10-13 12:35:53 +08:00
Wes Kocher
3d28364b7f
Merge m-c to b2g-inbound a=merge
2014-10-14 17:36:36 -07:00
Wes Kocher
72c1b1df51
merge inbound to m-c a=merge
2014-10-14 17:17:55 -07:00
Dave Hylands
0645508260
Bug 1072535 - Pt 2 - Make DeviceStorage notify all storage types that match a particular file extension. r=mikeh
2014-10-14 13:50:55 -07:00
Zoran Jovanovic
3d1f9cf2fc
Bug 1077529 - Update Trusted Hosted Apps r=fabrice
...
Verify manifest of trusted hosted app on update instead
of just overwriting it.
---
dom/apps/TrustedHostedAppsUtils.jsm | 8 ++++----
dom/apps/Webapps.jsm | 26 +++++++++++++++++++++-----
2 files changed, 25 insertions(+), 9 deletions(-)
2014-10-14 12:28:16 -07:00
Carsten "Tomcat" Book
7152bb64a1
Merge m-c to b2g-inbound
2014-10-14 15:54:06 +02:00
Dimi Lee
d41003218c
Bug 1058440 - B2G NFC: enable debug when NFC debug is enabled. r=allstars.chh
2014-10-14 16:37:50 +08:00
Randell Jesup
5c602bba2f
Backed out changesets ef6465b02d0d f749e3f70ffc ecd54a3fbfdd 8f472a850073 (bug 879717)
2014-10-13 22:18:22 -04:00