Commit Graph

392 Commits

Author SHA1 Message Date
Philipp von Weitershausen
248cabbd76 Bug 786020 - B2G RIL: get rid of NETWORK_STATE_SUSPENDED. r=marshall_law 2012-08-28 11:37:43 -03:00
Philipp von Weitershausen
b80c091040 Bug 785947 - B2G RIL: I accidentally a typo in the message manager refactoring. r=qDot 2012-08-27 15:27:37 -03:00
Philipp von Weitershausen
f47e2a9937 Bug 776825 - Separate message managers into senders and broadcasters. r=smaug
--HG--
rename : content/base/public/nsIFrameMessageManager.idl => content/base/public/nsIMessageManager.idl
2012-08-27 11:13:02 -03:00
Shian-Yow Wu
a25a281392 Bug 785620 - B2G RIL: datacall.dns is null. r=philikon 2012-08-25 22:29:07 -04:00
David Rajchenbach-Teller
e03c0a038d Bug 761138 - Create/remove directories (constants). r=froydnj 2012-08-24 16:18:15 -04:00
Nathan Froyd
4c779437cc Bug 783357 - part 1: add XPIDL_FLAGS to make idl dependencies more explicit; r=khuey 2012-08-24 16:01:30 -04:00
Luke Wagner
ce71e55555 Bug 625199 - s/JSAutoEnterCompartment/JSAutoCompartment/ and make it infallible (r=bholley)
--HG--
extra : rebase_source : 12acf2288285f5caefd7fecea8207de3a47eab5b
2012-08-21 18:42:53 -07:00
David Rajchenbach-Teller
537d283f95 Bug 775588 - Do not define a special directory if it doesn't exist. r=khuey
--HG--
extra : rebase_source : 19432a51e503201248a1e402fcdceefe2dfcf7d4
2012-08-22 16:58:09 -04:00
David Rajchenbach-Teller
56cc07bc9e Bug 775588 - Expose path to tmpdir, profiledir in OS.Constants and make sure that weird loaders that violate loading order do not segfault. r=khuey
--HG--
extra : rebase_source : 26df2463b84dd60ca50cc9c280f226ee692d2f4e
2012-08-22 16:58:08 -04:00
Ehsan Akhgari
8c296bbcd4 Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script.  Here's the source of the script for
future reference:

function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
       ! -wholename "*security/nss*" \
       ! -wholename "*/.hg*" \
       ! -wholename "obj-ff-dbg*" \
       ! -name nsXPCOMCID.h \
       ! -name prtypes.h \
         -type f \
      \( -iname "*.cpp" \
         -o -iname "*.h" \
         -o -iname "*.c" \
         -o -iname "*.cc" \
         -o -iname "*.idl" \
         -o -iname "*.ipdl" \
         -o -iname "*.ipdlh" \
         -o -iname "*.mm" \) | \
    xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}

convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t

convert PRIntn int
convert PRUintn unsigned

convert PRSize size_t

convert PROffset32 int32_t
convert PROffset64 int64_t

convert PRPtrdiff ptrdiff_t

convert PRFloat64 double
2012-08-22 11:56:38 -04:00
Hsin-Yi Tsai
730cd761d3 Bug 777202 - RadioInterfaceLayer broadcasts request responses to all content processes. r=philikon 2012-08-17 11:46:34 +08:00
Hsin-Yi Tsai
f77317f667 Bug 782778 - [WebAPI] WebTelephony: Receive 'connected' call event twice for the same call. r=philikon 2012-08-15 16:10:09 +08:00
Yoshi Huang
226247f651 Bug 783150 - B2G RIL: Fetch ICC Record only when SIM_READY. r=vicamo 2012-08-10 14:55:08 +08:00
Vicamo Yang
55faef4dd3 Bug 780558 - B2G RIL: expose cell LAC/CID - Part 2: RIL implementation, r=philikon 2012-08-16 09:36:56 +08:00
Steven Lee
23dca1a089 Bug 779149 - [Dialer] Audio does not go through headset. r=mwu 2012-08-15 21:00:50 -04:00
Jose Antonio Olivera Ortega
20fd320408 Bug 774114 - B2G RIL: Refactor the way of handling RIL_REQUEST_{ENTER_*, CHANGE_*} responses. r=philikon 2012-08-15 09:49:12 -07:00
Phil Ringnalda
e683918b13 Backout cfba38edc205, cec9aff342dc, a154933f2bef (bug 780558) for mochitest-3 bustage 2012-08-14 22:19:28 -07:00
Vicamo Yang
6321d28af0 Bug 780558 - B2G RIL: expose cell LAC/CID - Part 2: RIL implementation, r=philikon 2012-08-15 12:35:46 +08:00
Shian-Yow Wu
82c519a7c0 Bug 767375 - B2G network manager: expose IP Information of network interfaces (implementation). r=philikon 2012-08-13 21:54:42 -04:00
Shian-Yow Wu
3345c89acf Bug 767375 - B2G network manager: expose IP Information of network interfaces (IDL). r=philikon 2012-08-13 21:54:42 -04:00
Dave Hylands
8536b115b8 Bug 781978 - Automounter should initialize ums.mode to zero. r=gwagner
From 5eb48be9af695ac2135b8508edb8a4b1e83acb56 Mon Sep 17 00:00:00 2001
 r=gwagner
---
 dom/system/gonk/AutoMounter.cpp        |   19 ++++++++++++++++---
 dom/system/gonk/AutoMounterSetting.cpp |    7 +++++--
 dom/system/gonk/Volume.cpp             |   12 +++++++++---
 dom/system/gonk/nsVolumeService.cpp    |   11 +++++++++--
 4 files changed, 39 insertions(+), 10 deletions(-)
2012-08-08 15:44:59 -07:00
Hsin-Yi Tsai
f9c1deb51e Bug 777899 - speakerphone toggles off on answer call. r=philikon 2012-08-09 11:40:35 +08:00
Hsin-Yi Tsai
9accce1733 Bug 781756 - B2G RIL: no GECKO_MOBILE_CONNECTION_STATE_UNKNOWN. r=philikon 2012-08-10 16:16:31 +08:00
vliu
fa92bb6b0d Bug 777123 - B2G RIL: move quirk detection to config/build time. r=philikon 2012-08-12 18:35:39 -07:00
Yoshi Huang
d9d76e64a1 Bug 780825 - Part 2: xpcshell tests. r=vicamo 2012-08-09 14:04:40 +08:00
Yoshi Huang
c6026ab580 Bug 780825 - Part 1: Read 0x81 and 0x82 UCS2 String on UICC. r=vicamo 2012-08-08 12:20:54 +08:00
Yoshi Huang
876c8b8a30 Bug 779885 - Part 2: xpcshell tests. r=vicamo 2012-08-07 15:04:10 +08:00
Yoshi Huang
56673d0eca Bug 779885 - Part 1: Revised readAlphaIdentifier. r=vicamo 2012-08-06 12:24:07 +08:00
Dave Hylands
d78074857a Bug 777259 - Launch VolumeService earlier to prevent races on retrieving Volume information 2012-08-09 20:40:05 -07:00
Dave Hylands
b394c88f97 Bug 780693 - IPC VolumeManager on Gonk. r=bent 2012-08-03 16:48:58 -07:00
Ryan VanderMeulen
361311d7f6 Backout 1844cc5b131a (bug 775588) for suspected Linux Cipc orange on a CLOSED TREE. 2012-08-08 19:14:08 -04:00
David Rajchenbach-Teller
ea8b9eba28 Bug 775588 - Expose tmpdir, profiledir paths in OS.Constants and make sure that weird loaders that violate loading order do not segfault. r=khuey 2012-08-08 15:11:40 -04:00
Philipp von Weitershausen
da6f5f6d44 Bug 777057 - MobileConnection: expose whether or not the radio is searching. r=marshall_law sr=sicking 2012-08-07 12:11:48 -07:00
Dave Hylands
ec90cabd18 Bug 780670 - Added some error reporting to nsVolumeService r=dougt 2012-08-06 14:32:29 -07:00
Philipp von Weitershausen
05189ba15b Bug 779621 - B2G RIL: Give message.type a better name to avoid conflicts. r=marshall_law 2012-08-06 14:28:03 -07:00
Yoshi Huang
10a0e64feb Bug 780063 - B2G RIL : ICC lock cannot work on Otoro. r=vicamo 2012-08-03 10:28:15 +08:00
David Rajchenbach-Teller
9dc5b3731c Bug 780498 - Add OS.Constants.libc.COPYFILE_MOVE. r=yoric 2012-08-05 20:12:58 -04:00
Mike Hommey
c1b35e7b2a Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +02:00
Dave Hylands
2edc2cb2b1 Bug 780042 - nsVolumeService should use nsCOMPtr instead of nsRefPtr for nsIObserverService, r=dougt 2012-08-02 17:28:59 -07:00
Jose Antonio Olivera Ortega
c3743e08dd Bug 740640 - B2G 3G: Support HTTP proxy. r=philikon 2012-08-01 07:55:43 -07:00
Jose Antonio Olivera Ortega
d2633e6695 Bug 776294 - B2G 3G: Configure APN settings through SettingsService. r=philikon 2012-08-01 07:54:04 -07:00
Yoshi Huang
2f43fde306 Bug 771440 - Part 2: ICC IO. r=vicamo 2012-07-27 14:54:03 +08:00
Yoshi Huang
7645bf9d7c Bug 771440 - Part 1: GET_IMSI. r=vicamo 2012-07-24 16:13:23 +08:00
Aryeh Gregor
2e7996f8d1 Bug 777292 - Convert incorrect conversions to nsresult and fix named constants; r=ehsan 2012-07-27 16:59:29 +03:00
Aryeh Gregor
57c0ad57fb Bug 777292 part 2 - Change all nsnull to nullptr 2012-07-30 17:20:58 +03:00
Hsin-Yi Tsai
62f91c6e6c Bug 775375 - B2G 3G: Handle B2G restarts (let's be honest, crashes) gracefully. r=philikon 2012-07-26 12:13:49 +08:00
Shian-Yow Wu
9dd8b92315 Bug 777284 - B2G 3G: Sometimes toggling off data call failed. r=philikon 2012-07-27 10:51:54 +08:00
Ryan VanderMeulen
c8a8317e5a Backout 75e0a5a581bb (bug 775588) due to bustage. 2012-07-26 21:34:36 -04:00
David Rajchenbach-Teller
81d5d86224 Bug 775588 - Expose tmpdir and profiledir. r=khuey 2012-07-26 21:17:23 -04:00
Kan-Ru Chen
800ece8d65 Bug 777597 - Add more check to GonkGPSGeolocationProvider. r=dougt 2012-07-27 06:50:27 +08:00