Граф коммитов

25215 Коммитов

Автор SHA1 Сообщение Дата
Nathan Froyd 5340877d74 Bug 1003312 - make PermissionSettings.js{,m} use Services.jsm more; r=fabrice 2014-04-29 13:27:51 -04:00
Nathan Froyd 84041459a1 Bug 1003306 - part 2 - use services::GetPermissionManager everywhere that's appropriate; r=ehsan 2014-04-29 13:27:26 -04:00
Ryan VanderMeulen f3f4985fe0 Merge m-c to inbound on a CLOSED TREE. 2014-04-30 16:47:33 -04:00
Vicamo Yang 0e6dd9a4d4 Bug 999458 - 1/2: disable some mobileconnection test cases to wait emulator changes. r=echen 2014-05-01 00:57:43 +08:00
Steven Michaud b8044236fc Bug 995603 - Ensure mouse-enter/exit events are sent to plugins as appropriate. r=mstange,masayuki 2014-04-30 11:55:40 -05:00
Birunthan Mohanathas 13a5c83bb6 Bug 1001966 - Part 3: Remove numbered NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE macros. r=smaug 2014-04-29 04:57:00 -04:00
Birunthan Mohanathas a85cd37de4 Bug 1001966 - Part 2: Change uses of numbered NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE macro to the variadic variant. r=smaug 2014-04-29 04:57:00 -04:00
Birunthan Mohanathas 90c3acbf65 Bug 1001966 - Part 1: Add variadic NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE macro. r=smaug 2014-04-29 04:56:00 -04:00
Shawn Huang 8e45b3c2ac Bug 993954 - Check sBluetoothChild is null when closing Settings application
It is possible that sBluetoothChild set to nullptr and RecvNotify get called from MessageLoop.
This patch check sBluetoothChild.
2014-04-30 16:58:15 +01:00
Carsten "Tomcat" Book 0d49e493c2 merge b2g-inbound to mozilla-central 2014-04-30 15:23:44 +02:00
Carsten "Tomcat" Book 3b95380d01 merge fx-team to mozilla-central 2014-04-30 15:01:45 +02:00
Ryan VanderMeulen 8c0abf70fd Merge m-c to b2g-inbound. 2014-04-29 23:59:41 -04:00
William Chen e65acbe8a0 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
Josh Dover 4deef5ca41 Bug 776027 - Allow nsIActivityUIGlueCallback to handle native and web activities. r=fabrice 2014-04-25 16:29:00 +02:00
Josh Dover 7be181709e Bug 776027 - Pass activity options instead of name through nsIActivityUIGlue. r=fabrice 2014-04-25 16:28:00 +02:00
Ryan VanderMeulen 13b254277b Merge b2g-inbound to m-c. 2014-04-29 23:58:05 -04:00
Jim Chen e505a81808 Bug 1001072 - Extend shutdown watchdog timeout to allow telemetry to shutdown. r=fabrice 2014-04-24 12:48:00 -04:00
Ryan VanderMeulen f1311f346a Merge b2g-inbound to m-c. 2014-04-29 17:07:34 -04:00
Mike Habicher 65f3fee910 Bug 985496 - rationalize camera error reporting, r=dhylands 2014-04-25 16:28:15 -04:00
Ed Morley 1c7287b8b1 Merge latest green b2g-inbound changeset and mozilla-central 2014-04-29 17:34:22 +01:00
Yoshi Huang 13387ed757 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 63a81d9132 Bug 1000095 - Fix mozInputMethod.mgmt.hide. r=fabrice 2014-04-25 01:16:00 +02:00
Fredrik Lanker 188df7ce9d 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] ae6c78e6e8 Bug 993255 - Part 4: Fix hang up pending outgoing call. r=hsinyi 2014-04-29 10:02:20 +08:00
Wes Kocher f2ad22eb49 Merge b2g-inbound to m-c 2014-04-28 16:10:59 -07:00
Carsten "Tomcat" Book 73db77e9ab Merge m-c to b2g-inbound 2014-04-28 14:35:09 +02:00
Botond Ballo fe94a83a74 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 3dd24235ca Backed out changeset c4bb530fc9db (bug 690937) 2014-04-28 15:10:57 +01:00
Yoshi Huang cae3ce10c8 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
Hsin-Yi Tsai f3458d4208 Bug 1000670 - part 5 - BT - impl NotifyClirModeChanged. r=echou 2014-04-24 14:53:03 +08:00
Hsin-Yi Tsai d417f48d5c Bug 1000670 - part 4 - ril: _sendClirModeChanged. r=vicamo 2014-04-24 14:46:27 +08:00
Hsin-Yi Tsai a38ebd258c Bug 1000670 - part 3 - DOM: create and dispatch clirmodechange event. r=smaug 2014-04-24 14:37:49 +08:00
Hsin-Yi Tsai e48e0987fb Bug 1000670 - part 2 - add internal api: notifyClirModeChanged. r=vicamo 2014-04-24 14:33:29 +08:00
Hsin-Yi Tsai 2653dcb691 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 de552d3ac3 Backed out changeset 9d04bde9fcd1 (bug 989806) for Android mochitest failures. 2014-04-27 21:25:28 -04:00
Ryan VanderMeulen 4d91442251 Merge m-c to inbound. 2014-04-27 20:57:44 -04:00
Ryan VanderMeulen 4ea01923cd 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 cfd536708f Merge m-c to inbound. 2014-04-27 15:09:36 -04:00
Blair McBride af6be312f8 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 345123d0ec Merge m-c to inbound. 2014-04-26 21:41:26 -04:00
Ehsan Akhgari a7e90d0e69 Bug 998734 - Remove nsIAsyncScrollEventDetail; r=bzbarsky 2014-04-26 20:07:50 -04:00
Zack Weinberg 06e34322cf Bug 1001842, part 2: make umask available via OS.Constants. r=khuey sr=bz 2014-04-26 10:56:58 -04:00
Pin Zhang 8c538453b8 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 e9122abf27 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 24ebb19c4f 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 57cd950edf 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 e015d5da87 Backed out changeset a73dece39b01 (bug 985496) for mochitest-5 orange 2014-04-25 16:15:37 -07:00
Wes Kocher 5cc9dd49eb Backed out changeset 27b41f71ccd4 (bug 987954) for mochitest-5 orange 2014-04-25 16:14:58 -07:00
Szu-Yu Chen [:aknow] 83cd824535 Bug 1000705 - Fix fail cause of local hang up. r=hsinyi 2014-04-25 03:05:00 -04:00
Ryan VanderMeulen a883fbbac7 Merge m-c to b2g-inbound. 2014-04-25 16:32:31 -04:00