Commit Graph

22049 Commits

Author SHA1 Message Date
Rodrigo Rodriguez Jr.
89c7e7697a Bug 952650 (part 5) - Remove JSVAL_TO_DOUBLE. r=njn.
--HG--
extra : rebase_source : b1d9ba218fd1126f486f686ec5754dfaedac8b3c
2014-04-27 19:38:31 -07:00
Rodrigo Rodriguez Jr.
d083f24b3c Bug 952650 (part 4) - Remove JSVAL_IS_DOUBLE. r=njn.
--HG--
extra : rebase_source : 3c7065d9e487db70a1afed0a4143ae7b0cd23af9
2014-04-27 19:35:40 -07:00
Rodrigo Rodriguez Jr.
7c5f40a5f8 Bug 952650 (part 3) - Remove JSVAL_TO_BOOLEAN. r=njn.
--HG--
extra : rebase_source : fbe97c23a4893b8c4c5641f41947f3a96f7111d3
2014-04-27 19:34:12 -07:00
Rodrigo Rodriguez Jr.
e1c05e08db Bug 952650 (part 2) - Remove JSVAL_IS_VOID. r=evilpies.
--HG--
extra : rebase_source : 0ae81cd69dc13d944927de906abc656536b4d425
2014-04-27 19:32:05 -07:00
Rodrigo Rodriguez Jr.
413ffc41d6 Bug 952650 (part 1) - Remove JSVAL_IS_NULL. r=terrence.
--HG--
extra : rebase_source : 83d1cdaf71260fd99b688c23303ceb2de7b00031
2014-04-27 19:30:51 -07:00
William Chen
9506f41dd2 Bug 996151 - Clear out XBL binding and insertion parent of content even if nsBindingManager is destroyed. r=mrbkap 2014-04-29 11:37:02 -07:00
Bill McCloskey
5c834474e3 Bug 994291 - Avoid calling SimpleTest.finish more than once. r=dougt 2014-04-15 11:35:00 -04:00
Andrea Marchesini
eb6fcb5734 Bug 995163 - wrap the Promise value in NativePromiseCallback, r=bz 2014-04-29 22:12:14 +01:00
Luke Wagner
9f2e8ba9d8 Bug 980447 - Follow-up fixes in clearStoragesForURI to address follow-up comments (r=janv)
--HG--
extra : rebase_source : 31a02fb699def1957c96aeae09052b7106509c84
2014-04-15 21:30:26 -05:00
Ed Morley
5f8d0681d8 Merge mozilla-central and inbound 2014-04-29 18:23:29 +01:00
Ed Morley
f7cb5c4af6 Merge latest green b2g-inbound changeset and mozilla-central 2014-04-29 17:34:22 +01:00
Yoshi Huang
e1740b3ce3 Bug 993946 - B2G NFC: Consistent naming between Nfc or NFC in WebIDL. r=dimi, sr=smaug
--HG--
rename : dom/webidl/MozNfc.webidl => dom/webidl/MozNFC.webidl
2014-04-29 11:50:25 +08:00
Yuan Xulei
4ff22a779b Bug 1000095 - Fix mozInputMethod.mgmt.hide. r=fabrice 2014-04-25 01:16:00 +02:00
Fredrik Lanker
a571786932 Bug 1002383 - Mark fallback cache entries correctly. r=ochameau
storeCache is async, so at the time markEntry was run for fallback
items, the cache entry might not exist yet which led to that the
fallback entries were not properly marked. Instead, we now send the
proper type directly to storeCache.
2014-04-28 02:20:00 +02:00
Szu-Yu Chen [:aknow]
aab0882a69 Bug 993255 - Part 4: Fix hang up pending outgoing call. r=hsinyi 2014-04-29 10:02:20 +08:00
Wes Kocher
b8a88e345d Merge b2g-inbound to m-c 2014-04-28 16:10:59 -07:00
Carsten "Tomcat" Book
3cd23332f4 Merge m-c to b2g-inbound 2014-04-28 14:35:09 +02:00
Botond Ballo
44e5cab7d5 Bug 993930 - Do not assume TabChild::mInnerSize being (0, 0) means it's never been initialized. r=kats 2014-04-25 11:40:23 -04:00
Ed Morley
aff44791e9 Backed out changeset c4bb530fc9db (bug 690937) 2014-04-28 15:10:57 +01:00
Yoshi Huang
daeede27f6 Bug 987596 - B2G NFC: Marionette tests for onpeerready. r=dimi
From bfece1daa040d5e7e4ff965adea343831b2484c4 Mon Sep 17 00:00:00 2001
---
 dom/nfc/tests/marionette/head.js                   |  5 +-
 dom/nfc/tests/marionette/manifest.ini              |  1 +
 dom/nfc/tests/marionette/test_nfc_enabled.js       |  1 -
 .../marionette/test_nfc_manager_tech_discovered.js |  5 +-
 dom/nfc/tests/marionette/test_nfc_peer.js          | 64 ++++++++++++++++++++++
 5 files changed, 70 insertions(+), 6 deletions(-)
 create mode 100644 dom/nfc/tests/marionette/test_nfc_peer.js
2014-04-25 19:22:09 +08:00
Marco Castelluccio
99b948d18d Bug 999220 - Make confirmInstall call aInstallSuccessCallback after the manifest has been written to disk. r=fabrice 2014-04-29 04:18:00 -04:00
Alexandre Lissy
213b38e651 Bug 997949 - Make sure NotificationDB never starves. r=mhenretty 2014-04-28 02:55:00 -04:00
Marco Castelluccio
b04f0c5276 Bug 947565 - Remove custom timeout in packaged apps tests. r=fabrice 2014-04-29 04:02:00 -04:00
Hsin-Yi Tsai
4ea85d9e67 Bug 1000670 - part 5 - BT - impl NotifyClirModeChanged. r=echou 2014-04-24 14:53:03 +08:00
Hsin-Yi Tsai
cb17f1f303 Bug 1000670 - part 4 - ril: _sendClirModeChanged. r=vicamo 2014-04-24 14:46:27 +08:00
Hsin-Yi Tsai
dfb62ca348 Bug 1000670 - part 3 - DOM: create and dispatch clirmodechange event. r=smaug 2014-04-24 14:37:49 +08:00
Hsin-Yi Tsai
ec6e868d99 Bug 1000670 - part 2 - add internal api: notifyClirModeChanged. r=vicamo 2014-04-24 14:33:29 +08:00
Hsin-Yi Tsai
4241417d71 Bug 1000670 - part 1 - [B2G] [RIL] expose clirstatuschange event to gaia. r=gene, r=smaug 2014-04-24 14:13:14 +08:00
Ryan VanderMeulen
8ecd9a4865 Backed out changeset 9d04bde9fcd1 (bug 989806) for Android mochitest failures. 2014-04-27 21:25:28 -04:00
Ryan VanderMeulen
fcc2fff7b5 Merge m-c to inbound. 2014-04-27 20:57:44 -04:00
Ryan VanderMeulen
29df3d7bb2 Bug 963244 - Disable test_dataChannel_basicAudio.html on B2G emulator builds for being nearly perma-fail. 2014-04-27 20:05:37 -04:00
Ryan VanderMeulen
157bb0ca42 Merge m-c to inbound. 2014-04-27 15:09:36 -04:00
Blair McBride
64d3a32d11 Backed out 2 changesets (bug 987290). r=sheriff
Backed out changeset 4ad1f662f521 (bug 987290)
Backed out changeset 080ff1f86465 (bug 987290)
2014-04-27 20:41:58 +12:00
Ryan VanderMeulen
7b427c4565 Merge m-c to inbound. 2014-04-26 21:41:26 -04:00
Ehsan Akhgari
76968a69ed Bug 998734 - Remove nsIAsyncScrollEventDetail; r=bzbarsky 2014-04-26 20:07:50 -04:00
Zack Weinberg
599c95157f Bug 1001842, part 2: make umask available via OS.Constants. r=khuey sr=bz 2014-04-26 10:56:58 -04:00
Pin Zhang
47c3d9dc2e Bug 997064 - Do not call navigator.mozFMRadio from system app. r=baku
- Revert "Bug 938015 - Do not turn off FM radio when enabling airplane mode."
- Use setting "airplaneMode.enabled" instead of "ril.radio.disabled"
2014-04-25 17:24:00 -04:00
Boris Zbarsky
df2ea577c8 Bug 942121. Fix WebIDL dictionary member tracing to null-check nullable object types before trying to trace them, since passing pointer-to-null to JS_CallObjectTracer is not OK. r=smaug 2014-04-26 21:50:00 -04:00
Boris Zbarsky
7d9daf1fce Bug 1000944. Allow unions and dictionaries that contain non-SpiderMonkey WebIDL interface types to be copy-constructed. r=dzbarsky 2014-04-26 21:49:59 -04:00
Boris Zbarsky
9364e14300 Bug 1000675. Don't always include nsContentUtils in example codegen, fix example header guards to not end with __, don't use fully-qualified names in argument types when those argument types are in the mozilla::dom namespace already, and include headers from mozilla/dom. r=jst 2014-04-26 21:49:59 -04:00
Wes Kocher
a0b3df9dba Backed out changeset a73dece39b01 (bug 985496) for mochitest-5 orange 2014-04-25 16:15:37 -07:00
Wes Kocher
83df092b31 Backed out changeset 27b41f71ccd4 (bug 987954) for mochitest-5 orange 2014-04-25 16:14:58 -07:00
Szu-Yu Chen [:aknow]
4bdd06cb70 Bug 1000705 - Fix fail cause of local hang up. r=hsinyi 2014-04-25 03:05:00 -04:00
Ryan VanderMeulen
41c8a27ff2 Merge m-c to b2g-inbound. 2014-04-25 16:32:31 -04:00
Andrew Osmond
594aaf6d35 Bug 987954 - Change camera control size/region attributes to methods to remove direct JS_*() calls, r=bz,mikeh 2014-04-25 16:28:17 -04:00
Mike Habicher
9913963ca9 Bug 985496 - rationalize camera error reporting, r=dhylands 2014-04-25 16:28:15 -04:00
Ryan VanderMeulen
82a330dd5d Merge b2g-inbound to m-c. 2014-04-25 16:12:25 -04:00
Ed Morley
2e2eb508f0 Backed out changeset d58403b60c77 (bug 959089) 2014-04-25 17:51:11 +01:00
Marco Chen
c300e98190 Bug 999350 - Change initial values of AudioChannelService::mCurrentHigherChannel and mCurrentVisibleHigherChannel to -1 and add test case for audio-channel-change & visible-audio-channel-change of mozChromeEvent. r=baku 2014-04-25 18:22:17 +08:00
Carsten "Tomcat" Book
f7b3ad6627 Merge m-c to b2g-i 2014-04-25 13:55:53 +02:00