Commit Graph

26632 Commits

Author SHA1 Message Date
Boris Zbarsky
3924fce69b Bug 1084030. Store the promise creation and settlement timestamps and expose that information via PromiseDebugging. r=nsm 2014-10-20 13:02:21 -04:00
Bill McCloskey
23ba89b128 Bug 1081353 - Eliminate PPluginIdentifier (r=bsmedberg) 2014-10-20 09:47:25 -07:00
Andrea Marchesini
27d5535da3 Bug 1085297 - URLSearchParams, URLUtils and URLUtilsReadOnly should use USVStrings instead DOMStrings, r=smaug 2014-10-20 15:20:07 +01:00
Bobby Holley
fb6fe7f697 Bug 1081985 - Remove prototype remapping and make COWs simple. r=gabor
\o/
2014-10-20 15:52:53 +02:00
Carsten "Tomcat" Book
8295d8b8b0 Merge mozilla-central to mozilla-inbound 2014-10-20 15:14:35 +02:00
Ehsan Akhgari
aa5c4ea333 Bug 1084389 - Do not wrap the DOMRequest in a promise in Bluetooth tests; r=echou
DOMRequest now has a .then() method compatible with Promise.
2014-10-20 09:08:33 -04:00
Ehsan Akhgari
b02d0badb4 Bug 1084381 - Do not wrap the DOMRequest in a promise in test_mmi_call_forwarding.js; r=hsinyi
DOMRequest now has a .then() method compatible with Promise.
2014-10-20 09:07:41 -04:00
Carsten "Tomcat" Book
1b9bf0226b merge fx-team to mozilla-central a=merge 2014-10-20 14:48:28 +02:00
Carsten "Tomcat" Book
c34c839a9d merge mozilla-inbound to mozilla-central a=merge 2014-10-20 14:34:56 +02:00
Edgar Chen
eb8669f6ea 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
9a40d5ff84 Merge m-c to b2g-inbound 2014-10-17 16:44:58 +02:00
Kyle Machulis
5a20b5cf2f 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
bce4938883 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]
64df2c451d Bug 1077190 - Part 2: Test case. r=hsinyi 2014-10-16 23:41:00 +02:00
Szu-Yu Chen [:aknow]
000d20852a Bug 1077190 - Part 1: Correct the logic of audio state setting. r=hsinyi 2014-10-16 23:40:00 +02:00
Jocelyn Liu
6e06db1251 Bug 1083646: Overwrite BLE config in bluedroid to enable BLE for bluetooth2. r=shuang 2014-10-17 14:25:16 +08:00
Ryan VanderMeulen
6f29940f38 Merge inbound to m-c. a=merge 2014-10-16 14:43:13 -04:00
Thomas Zimmermann
7b70c83aca 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
2c80c4d658 Merge m-c to b2g-inbound 2014-10-16 16:16:53 +02:00
Carsten "Tomcat" Book
4dcce4ce6d Backed out changeset f461eb1653f1 (bug 1081873) for B2g M5 Test failures 2014-10-16 15:43:20 +02:00
Valentin Gosu
5ed2566162 Bug 1082723 - Add IPv6 delimiters to nsLocation::GetHostname and Link::GetHostname r=smaug 2014-10-20 13:46:20 +03:00
Szu-Yu Chen [:aknow]
09b8a20842 Bug 1058397 - Part 5: Fix test: USSDReceivedEvent is not exposed. r=bzbarsky 2014-10-15 02:51:00 -04:00
Szu-Yu Chen [:aknow]
10709c8bc2 Bug 1058397 - Part 4: Wrap system message. r=hsinyi 2014-10-15 02:51:00 -04:00
Szu-Yu Chen [:aknow]
b6253b6f54 Bug 1058397 - Part 3: USSDSession implement. r=hsinyi 2014-10-15 02:51:00 -04:00
Szu-Yu Chen [:aknow]
8761a4a91e Bug 1058397 - Part 2: USSDSession interface. r=hsinyi 2014-10-15 02:50:00 -04:00
Szu-Yu Chen [:aknow]
986ef8fcad Bug 1058397 - Part 1: Separate TelephonyCallback. r=hsinyi 2014-10-15 02:50:00 -04:00
Yoshi Huang
cfddfa035e Bug 1073421 - B2G NFC: remove NDEF_Formatable and NDEF_Writable. r=smaug, dimi 2014-10-15 15:47:42 +08:00
Yoshi Huang
0909bfcd23 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
a8f3841a06 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
1444bbde76 Merge inbound to m-c. a=merge
CLOSED TREE
2014-10-15 14:31:16 -04:00
Ryan VanderMeulen
25eb24858e Backed out changeset 8d198ef0b559 (bug 1082583) for test_headers.html failures.
CLOSED TREE
2014-10-15 13:17:06 -04:00
Carsten "Tomcat" Book
ae2a8cfd8d Backed out changeset 6f411275b7ec (bug 1068740) for bustage on a CLOSED TREE 2014-10-15 16:50:45 +02:00
Thomas Zimmermann
d478ea1fbb 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
850815cab9 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é
a29f642734 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é
741d6ef7b1 Bug 982874 - Import / export API for apps : Part 1, temporary blobs r=bent 2014-10-14 22:55:14 -07:00
Edgar Chen
746f1ec5e0 Bug 1081810 - Part 2: Get rid of DOMError.init. r=smaug 2014-10-14 11:09:07 +08:00
Edgar Chen
0cdac645a1 Bug 1081810 - Part 1: Implement IccCardLockError in C++. r=smaug 2014-10-13 12:35:53 +08:00
Wes Kocher
6319b913b5 Merge m-c to b2g-inbound a=merge 2014-10-14 17:36:36 -07:00
Wes Kocher
da3bd29316 merge inbound to m-c a=merge 2014-10-14 17:17:55 -07:00
Dave Hylands
a0a68988f1 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
e38018d439 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
d1002daff5 Merge m-c to b2g-inbound 2014-10-14 15:54:06 +02:00
Dimi Lee
0f41549559 Bug 1058440 - B2G NFC: enable debug when NFC debug is enabled. r=allstars.chh 2014-10-14 16:37:50 +08:00
Randell Jesup
d37b3935de Backed out changesets ef6465b02d0d f749e3f70ffc ecd54a3fbfdd 8f472a850073 (bug 879717) 2014-10-13 22:18:22 -04:00
Wes Kocher
329a0340a9 Merge m-c to inbound a=merge 2014-10-13 19:02:56 -07:00
Wes Kocher
db5d66421b Merge inbound to m-c a=merge 2014-10-13 18:50:20 -07:00
Benoit Jacob
102677e494 Bug 1081125 - WebGL2 3D textures - Part 4: implement texSubImage3D - r=jgilbert 2014-10-13 19:42:29 -04:00
Benoit Jacob
0b658f4465 Bug 1081125 - WebGL2 3D textures - Part 3: implement texStorage3D - r=jgilbert 2014-10-13 19:42:24 -04:00
Benoit Jacob
42de88496d Bug 1081125 - WebGL2 3D textures - Part 2: update our texture state tracking to handle 3D textures - r=jgilbert 2014-10-13 19:42:20 -04:00