Ryan VanderMeulen
2ad9e11ee0
Merge m-c to inbound.
2013-10-16 17:02:56 -04:00
Ryan VanderMeulen
e36b5c1666
Backed out changeset 403bbc5e127f (bug 914888) for intermittent xpcshell failures.
2013-10-16 16:19:48 -04:00
Shawn Ku
a464e37cdd
Bug 925618 - Part 2: Add test case for moving reading MBDN/MSISDN into readSST(). r=yoshi
2013-10-16 17:45:17 +08:00
Shawn Ku
4307d39d44
Bug 925618 - Part 1: RIL implementation on moving MBDN/MSISDN reading to the callback of readSST(). r=yoshi
2013-10-16 13:21:29 +08:00
Wes Kocher
f27029d43a
Merge m-c to fx-team
2013-10-15 20:32:13 -07:00
Edgar Chen
e10ef74d74
Bug 926358 - Fix the potential issue in MMI request handler. r=allstars.chh
2013-10-14 18:47:55 +08:00
Michael Harrison
fc54d0b9da
Bug 914888 - Reset geolocation provider accuracy when the last high accuracy request is shut down. r=jdm
2013-10-15 14:03:34 -04:00
Marco Chen
d56fa20eab
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
3b00fd5221
Bug 923173 - Use NS_WARNING for unexpected name to avoid crashing. r=ehsan
2013-10-14 18:45:35 +08:00
Chuck Lee
6c0c6aea78
Bug 789217 - 0003. Bring up keystore. r=khuey
2013-10-01 12:09:57 +08:00
Thomas Zimmermann
4fa2e7cb4d
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
Sankha Narayan Guria
1bca203f87
Bug 865387 - Handle the read-ahead flag operation on Linux. r=Yoric
2013-10-11 23:13:48 +05:30
Edgar Chen
d8f1e059f7
Bug 873380 - Part 3: RIL changes for icc card lock error. r=allstars.chh
2013-09-25 16:14:23 +08:00
Thomas Zimmermann
31e8fc953d
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
9c99c5c991
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
Ryan VanderMeulen
700df6f454
Merge m-c to inbound.
...
CLOSED TREE
2013-10-09 15:34:02 -04:00
Boris Zbarsky
6195bac64d
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
8dd4544059
Bug 920361 - Add error handle in NetworkManager.js::resetRoutingTable. r=vchang
2013-10-01 14:17:55 +08:00
Hsin-Yi Tsai
4577b7a2de
Bug 842239 - B2G Multi-SIM: get the number of RadioInterfaces. r=vicamo
2013-10-02 11:13:56 +08:00
Hsin-Yi Tsai
8cc25e1f3b
Bug 917922 - temporary CLIR mode not working. r=ferjm
2013-10-02 13:45:23 +08:00
Ms2ger
df62fb8b0f
Bug 900980 - Part a: Move unconditional assignments to EXPORT_LIBRARY to moz.build; rs=gps
2013-10-03 09:11:13 +02:00
Ms2ger
9d5ce8dfb7
Bug 922268 - Remove empty makefiles; r=gps
2013-10-03 09:10:00 +02:00
Michael Harrison
ab4f723042
Bug 886138 - Make Geolocation work when geo.wifi.uri is a file:// URI. r=jdm
2013-10-01 17:38:30 -04:00
Ryan VanderMeulen
d10e7fd2ea
Merge m-c to b2g-inbound.
2013-10-01 16:47:09 -04:00
Ehsan Akhgari
fe43f6784d
Bug 920292 - Part 1: Stop passing string literals as the first argument to MOZ_ASSERT; r=Waldo
2013-10-01 08:25:08 -04:00
Hsin-Yi Tsai
76c95b5b14
Bug 921422 - B2G RIL: include clientId in async messages from RadioInterface to RILContentHelper. r=vicamo
2013-09-30 08:56:00 +08:00
Ryan VanderMeulen
e5b66a5e17
Merge m-c to b2g-inbound.
2013-09-30 16:30:26 -04:00
Ryan VanderMeulen
cc6799fe38
Merge fx-team to m-c.
...
--HG--
rename : mobile/android/base/UpdateServiceHelper.java => mobile/android/base/updater/UpdateServiceHelper.java
2013-09-30 16:18:53 -04:00
Ed Morley
f85b38d2f2
Merge mozilla-central and inbound
2013-09-30 17:26:43 +01:00
Ed Morley
a0527855ef
Merge mozilla-central and fx-team
2013-09-30 17:21:02 +01:00
Vicamo Yang
23ddf2938b
Bug 919982: B2G RIL - read Gonk property "ro.moz.ril.numclients" instead. r=hsinyi
2013-09-30 17:24:54 +08:00
Gregory Szorc
89c902c7b2
Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger
2013-09-30 09:52:01 +02:00
Marco Castelluccio
e343936d06
Bug 920686 - [OS.File] Add some constants to OS.Constants.Path for WebappsInstaller.jsm. r=yoric
2013-09-30 10:59:41 -04:00
Ryan VanderMeulen
0cfa34ad65
Backed out 6 changesets (bug 913985) for suspicion of causing intermittent Android crashes on a CLOSED TREE.
...
Backed out changeset de21920d2b8e (bug 913985)
Backed out changeset f0f5497d65bb (bug 913985)
Backed out changeset 1e16ca4ad801 (bug 913985)
Backed out changeset 9c069a0820ea (bug 913985)
Backed out changeset 274df3abc991 (bug 913985)
Backed out changeset 05fe8b17516a (bug 913985)
--HG--
rename : build/annotationProcessors/AnnotationInfo.java => build/annotationProcessors/MethodWithAnnotationInfo.java
rename : build/annotationProcessors/utils/AlphabeticAnnotatableEntityComparator.java => build/annotationProcessors/utils/AlphabeticMethodComparator.java
rename : build/annotationProcessors/utils/GeneratableElementIterator.java => build/annotationProcessors/utils/GeneratableEntryPointIterator.java
rename : mobile/android/base/mozglue/generatorannotations/WrapElementForJNI.java => mobile/android/base/mozglue/GeneratableAndroidBridgeTarget.java
rename : mobile/android/base/mozglue/generatorannotations/OptionalGeneratedParameter.java => mobile/android/base/mozglue/OptionalGeneratedParameter.java
2013-09-27 17:02:09 -04:00
Ed Morley
74e3d6ce30
Backed out changeset 68b6b152f51a (bug 920223)
2013-09-30 12:50:09 +01:00
Ed Morley
ddfe230f71
Backed out changeset 0904d8d19947 (bug 913985)
2013-09-30 11:05:35 +01:00
Ed Morley
e0000ff8d2
Backed out changeset 196a2b00d509 (bug 913985)
2013-09-30 11:05:32 +01:00
Gregory Szorc
47e946bebe
Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger
2013-09-30 09:52:01 +02:00
Chris Kitching
96b42ba383
Bug 913985: Part 6 - Remove redundant AndroidBridge::Bridge() checks. r=kats
2013-09-30 09:07:39 +02:00
Chris Kitching
a48850241f
Bug 913985: Part 5 - Refactor the Bridge to use the generated code. r=kats
2013-09-30 09:07:34 +02:00
Reuben Morais
ed748e4a00
Backed out 8 changesets (bug 916267, bug 850430) for mochitest failures
2013-09-30 01:44:06 -03:00
Ed Morley
b29a404ca7
Backed out changeset 8fa0cbe4a54d (bug 817194) for build failures
2013-10-09 17:48:13 +01:00
Boris Zbarsky
cd528c76db
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
Henry Chang
ba43afd695
Bug 900847 - Add and implement nsINetworkManager::setDhcpServer. r=vchang
2013-10-01 12:14:20 +08:00
Ryan VanderMeulen
3abe8e9133
Backed out changeset 4f2748dbe5ed (bug 684722) for Android timeouts.
2013-10-08 10:01:40 -04:00
Bharath Thiruveedula
5e07746a6f
Bug 684722 - Invoke geolocation error handlers when xhr fails. r=jdm
2013-10-08 08:22:42 -04:00
Nathan Froyd
98723f4c48
Bug 914826 - part 4 - fix source files that were bootlegging XPCOM do_* functions via generated ipdl headers; r=ehsan
2013-09-10 16:56:05 -04:00
Chris Kitching
9833d79df2
Bug 913985: Part 6 - Remove redundant AndroidBridge::Bridge() checks. r=kats; DONTBUILD
2013-09-27 10:10:47 -04:00
Chris Kitching
9eed6c7f16
Bug 913985: Part 5 - Refactor the Bridge to use the generated code. r=kats
2013-09-27 10:10:37 -04:00
Kartikaya Gupta
9a58f0b9f9
Back out d9bdfdfda06e to dd17e0758a00 (bug 913985) due to incorrect author on some of the patches. r=backout
...
--HG--
rename : build/annotationProcessors/AnnotationInfo.java => build/annotationProcessors/MethodWithAnnotationInfo.java
rename : build/annotationProcessors/utils/AlphabeticAnnotatableEntityComparator.java => build/annotationProcessors/utils/AlphabeticMethodComparator.java
rename : build/annotationProcessors/utils/GeneratableElementIterator.java => build/annotationProcessors/utils/GeneratableEntryPointIterator.java
rename : mobile/android/base/mozglue/generatorannotations/WrapElementForJNI.java => mobile/android/base/mozglue/GeneratableAndroidBridgeTarget.java
rename : mobile/android/base/mozglue/generatorannotations/OptionalGeneratedParameter.java => mobile/android/base/mozglue/OptionalGeneratedParameter.java
2013-09-27 10:25:23 -04:00