Bobby Holley
997dcc7d65
Bug 834732 - Get rid of footgun bool param for nsCxPusher and use an explicit enum. r=mrbkap
...
The goal here is to get rid of this crap entirely, and make nsCxPusher always
push. But that's a scary change, so we do it in chunks. This patch, in particular,
should have zero behavioral change. This means preserving some very wrong behavior.
For instance, currently SafeAutoJSContext never pushes a damn thing, because the
safe JSContext doesn't have an associated nsIScriptContext. We preserve this
behavior, and in fact convert various similarly-buggy consumers to
SafeAutoJSContext, so that we can hoist the behavioral change into a subsequent
patch.
2013-02-26 11:04:09 -08:00
David Rajchenbach-Teller
c45bf4ae63
Bug 840887 - New OS.Constants constants. r=khuey
2013-02-26 12:06:53 -05:00
Gene Lian
fbdf0875d6
Bug 839436 - B2G MMS: make DB be able to save MMS messages. r=vicamo
2013-02-08 18:45:04 +08:00
Siddartha Pothapragada
9ef36c07dc
Bug 840780 3/3 - B2G RIL: Add support to manage and access logical channels to UICC. r=vicamo
2013-02-25 17:27:26 +08:00
Patrick Wang
411cc0f650
Bug 833270 - Part 2 - Test case. r=allstars.chh
2013-02-24 13:22:51 +08:00
Patrick Wang
cb79d83951
Bug 833270 - Part 1 - Adding RUIM support. r=allstars.chh
2013-02-24 13:22:24 +08:00
Chuck Lee
001b809b6e
Bug 835719 - 0002. Encode command string into UTF-8 byte array. r=terrence
2013-02-21 17:48:15 +08:00
Jonathan Kew
5219b8ae03
backout cset 4ede352670cd (bug 759585) on a CLOSED TREE on suspicion of making windows reftests so slow that they timeout and burn
2013-02-22 09:36:41 +00:00
Kyle Machulis
cbfdf2b7c6
Bug 840294: Check RIL validity before writing to socket; r=tzimmerman
...
--HG--
extra : rebase_source : 3fd48cad8cd3b06994972f420752c5676b2e68dc
2013-02-21 15:21:34 -08:00
Bill McCloskey
c330d96d13
Bug 759585 - Change the granularity of collection from compartment to zone (r=jonco,bhackett,njn,dvander,mccr8,bz,luke,bholley)
2013-02-21 18:23:47 -08:00
Siddartha Pothapragada
f602b8f9ed
Bug 831630 - Part 2: [B2G STK]: Support duration for DISPLAY TEXT, SETUP CALL. r=allstars.chh
...
From 2c2cf6206e3f42a81e0293f3c40aae2d22e056a3 Mon Sep 17 00:00:00 2001
---
dom/system/gonk/ril_worker.js | 11 +++++++++++
1 file changed, 11 insertions(+)
2013-02-06 10:56:52 -08:00
Shian-Yow Wu
5abcade140
Bug 834180 - B2G Network Manager: Potential losing default route. r=vicamo
2013-02-21 10:09:16 +08:00
Yoshi Huang
b00b031673
Bug 842462 - Part 3: xpcshell for Facility Lock of FDN. r=hsinyi
2013-02-20 10:21:10 +08:00
Yoshi Huang
89a3648313
Bug 842462 - Part 2: Facility Lock for FDN implementations. r=hsinyi
2013-02-19 15:35:12 +08:00
Vicamo Yang
9dc0e4f071
Bug 836215 - Part 2/2: validate number in nsIDOMTelephony.dial(). r=gwagner
2013-02-20 17:02:50 +08:00
Edgar Chen
5a8a01e5c5
Bug 835729 - Part 3: xpcshell tests. r=allstars.chh
2013-02-01 18:23:16 +08:00
Edgar Chen
12e1fb193f
Bug 835729 - Part 2: Refactor updateNetworkName and _processOperator. r=allstars.chh
2013-02-01 17:04:12 +08:00
Edgar Chen
70c43ddf33
Bug 835729 - Part 1: Fix updating operator's info. r=allstars.chh
2013-01-29 15:25:30 +08:00
Vicamo Yang
fbecbc5b2f
Bug 838190: ensure every received SMS message is acked. r=gwagner
2013-02-18 15:11:13 +08:00
Shih-Chiang Chien
5348bd18a4
Bug 841243 - Followup fix for the captive portal changes, r=fabrice a=shira+
2013-02-15 14:26:58 -08:00
Dave Hylands
46b9a39c96
Bug 839422 - Don't enable adb when toggling USB Tethering. r=qdot
2013-02-14 12:21:08 -08:00
Ryan VanderMeulen
1568f7d987
Backed out 12 changesets (bug 834732) for b2g bustage and OSX mochitest-1 crashes on a CLOSED TREE.
2013-02-12 20:54:48 -05:00
Bobby Holley
b55e2ecc2b
Bug 834732 - Get rid of footgun bool param for nsCxPusher and use an explicit enum. r=mrbkap
...
The goal here is to get rid of this crap entirely, and make nsCxPusher always
push. But that's a scary change, so we do it in chunks. This patch, in particular,
should have zero behavioral change. This means preserving some very wrong behavior.
For instance, currently SafeAutoJSContext never pushes a damn thing, because the
safe JSContext doesn't have an associated nsIScriptContext. We preserve this
behavior, and in fact convert various similarly-buggy consumers to
SafeAutoJSContext, so that we can hoist the behavioral change into a subsequent
patch.
2013-02-13 00:22:26 +01:00
Andrea Marchesini
1f4c7da5bb
Bug 838172 - Convert AudioChannelManager to WebIDL. r=peterv
2013-02-08 11:34:47 -05:00
Shian-Yow Wu
10fceea531
Bug 833526 - Not be able to receive "network-active-change" notification from NetworkManager. r=vicamo
2013-02-07 16:21:28 +08:00
Edgar Chen
04072901da
Bug 838096 - Part 5: Modify test_update_network_name. r=allstars.chh
2013-02-06 17:42:10 +08:00
Edgar Chen
347fdb73af
Bug 838096 - Part 4: xpcshell tests for readPNN. r=allstars.chh
2013-02-05 18:01:27 +08:00
Edgar Chen
07887ae888
Bug 838096 - Part 3: Ignore the record of EF_PNN if the contents are unused bytes. r=allstars.chh
2013-01-23 23:46:09 +08:00
Edgar Chen
fb71be3103
Bug 838096 - Part 2: Refactor readPNN. r=allstars.chh
2013-02-06 11:42:49 +08:00
Edgar Chen
a2e98294f6
Bug 838096 - Part 1: Rename getPNN as readPNN. r=allstars.chh
2013-02-06 11:26:19 +08:00
Edgar Chen
8beb9a0ec2
Bug 809725 - Part 4: xpcshell tests for readEmail. r=allstars.chh
2013-01-28 17:40:59 +08:00
Edgar Chen
98df8870c1
Bug 809725 - Part 2: Read contact email. r=allstars.chh
2012-12-22 14:24:46 +08:00
Edgar Chen
b5d242ee4c
Bug 809725 - Part 1: Add readEmail and readIAP in ICCRecordHelper. r=allstars.chh
2013-01-31 15:34:55 +08:00
Shih-Chiang Chien
8180cb8450
Bug 780793 - Part 2: Initiate captive portal detection while wifi connected. r=vchang
2012-11-15 11:26:43 +08:00
Shian-Yow Wu
15fe6a346b
Bug 838127 - B2G RIL: incorrect spelling of interface name in RILNetworkInterface. r=vicamo
2013-02-06 13:12:25 +08:00
Gene Lian
3899d458e7
Bug 831683 - B2G SMS & B2G MMS: make SMS database more generic for MMS (part 1, s/SmsDatabaseService/MobileMessageDatabaseService). r=vicamo
2013-02-05 19:10:39 +08:00
Vicamo Yang
e42350fe92
Bug 814579: connect client socket by id. r=qDot
2013-02-04 21:26:43 +08:00
Marco Chen
8dc914cdaa
Bug 834200 - [Audio] Hook AudioManager::SetPhoneState for getting ring & in_call then register into AudioChannelService. r=baku, a=tef+
2013-02-04 11:23:06 +08:00
Yoshi Huang
4ca83da560
Bug 833711 - Part 3: Move lastKnownMcc into voice connection. r=vicamo
2013-01-24 11:11:16 +08:00
Yoshi Huang
03d984f7a6
Bug 833711 - Part 2: Revise handleoperatorchange in RadioInterfaceLayer and updateInfo in RILContentHelper. r=vicamo
2013-01-28 11:41:34 +08:00
Yoshi Huang
5fdc54287a
Bug 830164 - Part 6: update xpcshell tests for SST. r=vicamo
2013-01-28 10:57:30 +08:00
Yoshi Huang
f25b2f9972
Bug 830164 - Part 5: remove SST from iccInfo. r=vicamo
2013-01-25 11:09:22 +08:00
Yoshi Huang
e1a9b8fffa
Bug 830164 - Part 4: Update GPS. r=dougt
2013-01-10 14:57:49 +01:00
Yoshi Huang
c8dce600d8
Bug 830164 - Part 3: update read IMSI. r=vicamo
2013-01-11 10:20:12 +01:00
Yoshi Huang
69f4dc14a8
Bug 830164 - Part 2: rename icc to iccInfo. r=vicamo
2013-01-10 17:18:54 +01:00
Yoshi Huang
d3e8ca82f0
Bug 830164 - Part 1: IDL Changed. r=vicamo
2013-01-10 14:20:37 +01:00
Daniel Holbert
82d7882407
back out 9a7369b9bc9d (bug 814579) for B2G Arm opt Mn & X orange
2013-02-02 00:01:25 -08:00
Vicamo Yang
d4ab66dfd8
Bug 814579: connect client socket by id. r=qDot
2013-02-02 13:06:27 +08:00
Jose Antonio Olivera Ortega
640a26fd5b
Bug 822522 - [b2g-ril] Add an explicit GECKO_CARDSTATE_UNKNOWN state. r=qDot
2013-02-01 14:17:48 +01:00
Vicamo Yang
cbe6922238
Bug 826931 - Part 3/3: use mozilla::ipc::UnixSocket. r=qDot
2013-02-01 20:28:22 +08:00