Marco Chen
1184f97f49
Bug 924787 - [AudioManager] The checking condition should be "leave here if settings name is not for bt_sco". r=mwu
2013-10-14 18:27:13 +08:00
Marco Chen
d0b7711dd9
Bug 923173 - Use NS_WARNING for unexpected name to avoid crashing. r=ehsan
2013-10-14 18:45:35 +08:00
Chuck Lee
8a137b22ca
Bug 789217 - 0003. Bring up keystore. r=khuey
2013-10-01 12:09:57 +08:00
Eric Chou
17bce122e9
Bug 925663 - Establish HSP connection if and only if HFP service record couldn't be found, r=gyeh
2013-10-14 17:29:21 +08:00
Thomas Zimmermann
de61e57b99
Bug 925672: Update manifest.ini, r=jgriffin
...
Make sure Marionette knows about the test for REQUEST_SCREEN_STATE.
2013-10-14 10:22:20 +02:00
Bruce Sun
1a1ac42c57
Bug 855208: Allow one newly created content channel to play in the background. r=mchen
2013-09-17 15:46:06 +08:00
Phil Ringnalda
c815374ea9
Merge m-i to m-c
2013-10-13 10:18:40 -07:00
Ryan VanderMeulen
dc0c7994f5
Merge m-c to fx-team.
2013-10-12 14:28:58 -04:00
Mina Almasry
a4c51500ad
Bug 698437 - Allow spatial navigation with directional controller. r=kats
2013-10-12 13:59:50 -04:00
Sankha Narayan Guria
ffd445ebd3
Bug 865387 - Handle the read-ahead flag operation on Linux. r=Yoric
2013-10-11 23:13:48 +05:30
Doug Turner
d235f572eb
Bug 923618 - Pref off native core location geolocation backend. r=jdm
2013-10-12 13:56:37 -04:00
Reuben Morais
78bad97213
Bug 916267 - Reinclude dom/interfaces/contacts in the build, bustage fix.
2013-10-12 00:23:35 -03:00
Reuben Morais
614a787036
Bug 916267 - Remove XPIDL for MozContactChangeEvent. r=smaug
...
--HG--
extra : rebase_source : d8f8735865974e9e2ff76d5e9cde69866c8de3a5
2013-10-11 22:48:29 -03:00
Ryan VanderMeulen
be59899b57
Merge m-c to inbound.
2013-10-11 17:03:36 -04:00
Ryan VanderMeulen
58c9153edc
Merge m-c to b2g-inbound.
2013-10-11 15:44:17 -04:00
Kyle Machulis
ecb0bdb67d
Bug 915002: Convert optional notification arguments to webidl dictionary, add directional/lang arguments; r=bz r=fabrice
2013-10-11 11:12:13 -07:00
Henry Chang
4ae64704b2
Bug 919426 - Part 3: Make use of WifiCommand/WifiNetNet in WifiWorker.js. r=vchang
2013-09-30 11:05:05 +08:00
Henry Chang
fd6d2c9083
Bug 919426 - Part 2: Add new file WifiNetUtil.jsm. r=vchang
...
WifiNetUtil.jsm provides network related facilities.
2013-09-30 11:00:04 +08:00
Henry Chang
91f59beeea
Bug 919426 - Part 1: Add new file WifiCommand.jsm. r=vchang
...
WifiCommand.jsm is used to call the native C API and control wpa_supplicant
2013-09-30 10:59:11 +08:00
Edgar Chen
f7a53edc13
Bug 873380 - Part 4: Add test for IccCardLockError in test_interfaces.html. r=smaug
2013-10-10 10:02:15 +08:00
Edgar Chen
450ea14417
Bug 873380 - Part 3: RIL changes for icc card lock error. r=allstars.chh
2013-09-25 16:14:23 +08:00
Edgar Chen
c80ce76427
Bug 873380 - Part 2: Bluetooth changes for iccCardLockError. r=echou
2013-09-25 16:36:29 +08:00
Edgar Chen
03cdb3b2a3
Bug 873380 - Part 1: Refined the error report policy for card lock functionality. r=smaug. sr=hsinyi
2013-09-25 14:49:44 +08:00
Wes Kocher
6313f43c69
Merge inbound to m-c
2013-10-10 18:59:58 -07:00
Kyle Machulis
93db88daa6
BACKOUT of 64c2b25224fa (Bug 915002) due to burnage
2013-10-10 14:36:37 -07:00
Kyle Machulis
a0c874d798
Bug 915002: Convert optional notification arguments to webidl dictionary, add directional/lang arguments; r=bz r=fabrice
2013-10-10 14:04:32 -07:00
Gregor Wagner
f491f0e82f
Bug 923934 - Fix "TypeError: cpmm is undefined" error in activities cleanup. r=fabrice
2013-10-10 12:48:27 -07:00
Nikhil Marathe
d4d7f9747c
Bug 484305 - Worker scripts should always be decoded as UTF-8. r=bent
2013-10-09 18:23:47 -04:00
Thomas Zimmermann
7dcc0d400b
Bug 905107: Added test case for screen-state handling in RIL, r=vicamo
...
The new test checks for the correctness of RIL's support of
'screen-state-change' events. The expected result is to set
CREG state to 1 when the screen is turned off, and back to
2 when the screen is turned on again.
2013-10-08 16:51:06 +02:00
Thomas Zimmermann
b4018d823c
Bug 905107: Fix options in RIL.setScreenState, r=vicamo
...
The method RIL.setScreenState parses its arguments incorrectly. The
RIL worker methods usually receive an object that contain their
arguments, but setScreenState expects a boolean. Because objects are
interpreted as 'true', setScreenState always signals enabled screen
state to the RIL daemon.
This patch changes RIL.setScreenState to expect an object as its
argument and read the screen state from the object.
2013-10-08 16:43:07 +02:00
Andrea Marchesini
dab932f0bd
Bug 920015 - Expose DOM URL to js modules, r=ehsan, f=emk, r=bz, r=bholley, r=smaug
...
--HG--
rename : js/xpconnect/tests/unit/test_textDecoder.js => js/xpconnect/tests/unit/test_url.js
2013-10-10 08:56:01 +02:00
Ehsan Akhgari
f1fbe50293
Bug 924248 - Make nsIDocument.h go on a diet; r=jst
...
The nsMacShellService code is rewritten to stop using GetLoadContext
which will now only be available in libxul.
2013-10-07 22:21:07 -04:00
Olli Pettay
a0cb8012e2
Bug 924682 - [Pure] getters for some often used attributes, r=bz
...
--HG--
extra : rebase_source : b77cb6514838e6f3489896eda905622e345fff9e
2013-10-09 21:58:15 +03:00
Ben Turner
f12a9883ec
Bug 925070, r=bz
2013-10-09 18:00:38 -04:00
Ryan VanderMeulen
c430ecd99d
Merge m-c to inbound.
...
CLOSED TREE
2013-10-09 15:34:02 -04:00
Ryan VanderMeulen
9c1c885192
Backed out changeset 8517afe50156 (bug 540456) for reftest failures.
...
CLOSED TREE
2013-10-09 15:12:21 -04:00
Boris Zbarsky
0630264884
Bug 817194 followup to work around emergent namespace+template MSVC bugginess: it was seeing mozilla::dom::detail in TypeTraits.h because it looks at namespaces at template _instantiation_, not declaration. Or something. Leading, of course, to a CLOSED TREE.
2013-10-09 14:12:17 -04:00
EKR
f047d70810
Bug 924991 - Make ICE candidates 0-based. r=abr
2013-10-09 10:37:04 -07:00
Boris Zbarsky
e9898392f2
Bug 817194. Make WebIDL dictionary types sanely initialized by default; add a new Fast subclass to handle cases when we can skip the initialization safely. r=khuey
2013-10-09 12:05:22 -04:00
Ethan Tseng
4fea9ce938
Bug 920361 - Add error handle in NetworkManager.js::resetRoutingTable. r=vchang
2013-10-01 14:17:55 +08:00
Carsten "Tomcat" Book
30cc46554b
Merge mozilla-central to b2g-inbound
2013-10-09 14:14:15 +02:00
Carsten "Tomcat" Book
6fb588efa7
merge b2g-inbound to mozilla-central
2013-10-09 10:13:52 +02:00
Fabrice Desré
628b85da4f
Bug 918658 - Don't pretend that mozIApplication inherits from mozIDOMApplication r=bent
2013-10-08 15:52:26 -07:00
Andrea Marchesini
98d069099d
Bug 923776 - AudioChannelService should not send notifications and/or use callbacks when XPCOM is shutting down, r=ehsan
2013-10-08 08:30:04 +02:00
Andrea Marchesini
fae74e4567
Bug 923704 - AudioChannelService should check if obs is null before using it, r=ehsan
2013-10-08 08:27:23 +02:00
Reuben Morais
f707258233
Backed out 2 changesets (bug 899574) for breaking Gaia tests
...
--HG--
rename : dom/tests/mochitest/notification/desktop-notification/create_notification.html => dom/tests/mochitest/notification/create_notification.html
rename : dom/tests/mochitest/notification/desktop-notification/notification_common.js => dom/tests/mochitest/notification/notification_common.js
rename : dom/tests/mochitest/notification/desktop-notification/test_basic_notification.html => dom/tests/mochitest/notification/test_basic_notification.html
rename : dom/tests/mochitest/notification/desktop-notification/test_basic_notification_click.html => dom/tests/mochitest/notification/test_basic_notification_click.html
rename : dom/tests/mochitest/notification/desktop-notification/test_leak_windowClose.html => dom/tests/mochitest/notification/test_leak_windowClose.html
rename : dom/tests/mochitest/notification/desktop-notification/test_notification_tag.html => dom/tests/mochitest/notification/test_notification_tag.html
rename : dom/tests/mochitest/notification/desktop-notification/test_system_principal.xul => dom/tests/mochitest/notification/test_system_principal.xul
2013-10-07 14:41:13 -04:00
Andrea Marchesini
8801bcf4dc
Bug 924125 - DataStore API is always returning empty objects, r=ehsan
...
--HG--
rename : dom/datastore/tests/test_basic.html => dom/datastore/tests/test_bug924104.html
2013-10-07 12:09:08 -04:00
Honza Bambas
ab22a6b8a8
Bug 916781 - DOM storage instances across managers must not share single eTLD+1 limit check, part2, r=smaug
2013-10-07 16:28:30 +02:00
Honza Bambas
3cc47ba520
Bug 916781 - DOM storage instances across managers must not share single eTLD+1 limit check, r=smaug
2013-10-07 16:12:20 +02:00
Phil Ringnalda
4960e67245
Merge b-i to m-c
2013-10-06 18:31:14 -07:00