Ted Clancy (:tedders1)
|
e2ca0512bb
|
Bug 965346 - Part 1: Ensure that callback is called, even when reply is null. r=mrbkap
|
2014-02-13 08:51:12 -08:00 |
|
Carmen Jimenez
|
2d3b4dc76c
|
Bug 923443 - Pre-populate WiFi networks to allow associating with a network without connecting to it. r=vchang
|
2014-02-10 18:05:13 +01:00 |
|
Dimi Lee
|
842bf052eb
|
Bug 864931 - Rewrite net worker in C++. r=fabrice, r=vchang
|
2014-01-29 19:38:50 +08:00 |
|
Henry Chang
|
54a1b5f9e7
|
Bug 811635 - Part 5: Start wpa_supplicant with proper 'p2pSupported' flag. r=vchang
|
2014-01-27 15:49:22 +08:00 |
|
Henry Chang
|
7bf37ef48c
|
Bug 811635 - Part 4: Wifi Direct core implementation. r=vchang
|
2014-01-14 18:23:42 +08:00 |
|
Henry Chang
|
7c4cd52214
|
Bug 811635 - Part 2: Implementation of WebIDLs/IDLs for WifiP2pManager and WifiP2pStatusChangeEvent. r=vchang
|
2014-01-27 15:48:10 +08:00 |
|
Henry Chang
|
0b233e59aa
|
Bug 811635 - Part 1: WebIDLs/IDLs for WifiP2pManager and WifiP2pStatusChangeEvent. r=vchang, sr=mrbkap
|
2014-01-28 15:47:51 +08:00 |
|
Kai-Zhen Li
|
38256874e6
|
Bug 961485 - Handle IFNAME of wifi command for gonk-kk. r=fabrice, r=vchang
|
2014-01-22 12:06:58 +08:00 |
|
Tom Schuster
|
5e3191afd2
|
Bug 939294 - Change xpidl jsval to handles. r=gabor,bz,khuey,bsmedberg,terrence
|
2014-01-09 18:39:36 +01:00 |
|
Kai-Zhen Li
|
c3c79b4774
|
Bug 946257 - Update NetUtils and WifiUtils to support KK. r=fabrice, vchang.
|
2013-12-10 15:10:46 +08:00 |
|
Chuck Lee
|
60595be521
|
Bug 950124 - Use different powersave command based on sdk version. r=vchang
|
2014-01-10 12:12:38 +08:00 |
|
Vincent Chang
|
392e572840
|
Bug 957572 - Wifi failed to Turn on after Wifi-Hotspot is turned on/off. r=chulee
|
2014-01-10 10:39:13 +08:00 |
|
Vincent Chang
|
10700cb4d2
|
Bug 949861 - Wifi does not work on Galaxy S2 device (SGS2) after flashing Gecko. r=chucklee
|
2013-12-19 14:22:10 +08:00 |
|
Ehsan Akhgari
|
eaa7491d77
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.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 PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
|
Dimi Lee
|
e838b5b94a
|
Bug 938042 - setHttpProxy API do not work. r=vchang
|
2013-12-11 18:49:24 +08:00 |
|
Chuck Lee
|
947e2df173
|
Bug 938044 - Still notify state change on disabling but don't change state. r=vchang
|
2013-11-22 17:49:56 +08:00 |
|
Ben Kelly
|
bcd2ecd2a2
|
Bug 924565: Part 1: Declare nsIObserver QI in DOMRequestHelper child classes. r=fabrice
|
2013-11-20 13:33:10 +08:00 |
|
Mike Hommey
|
931cb49886
|
Bug 939632 - Remove LIBRARY_NAME for leaf libraries. r=gps
Landing on a CLOSED TREE.
|
2013-11-19 11:50:54 +09:00 |
|
Mike Hommey
|
db9e5129bc
|
Bug 939074 - Remove most LIBXUL_LIBRARY. rs=gps
|
2013-11-19 11:48:10 +09:00 |
|
Mike Hommey
|
f0d1cd1e10
|
Bug 939044 - Remove most definitions of MODULE. r=mshal
|
2013-11-19 11:47:39 +09:00 |
|
Mike Hommey
|
f81885e53b
|
Bug 935881 - Use FINAL_LIBRARY for all (fake) libraries that end up linked in a single other library. r=gps
|
2013-11-19 11:47:14 +09:00 |
|
Shao Hang Kao
|
b9abf25b1c
|
Bug 938986 - remove default pcsc parameter in WifiWorker, r=vchang
|
2013-11-15 15:36:15 +08:00 |
|
Vicamo Yang
|
8d5ea8f71a
|
Backed out changeset aa20a0fe4fca, wrong review name
|
2013-11-15 18:21:22 +08:00 |
|
Shao Hang Kao
|
6c68fa17bd
|
Bug 938986 - remove default pcsc parameter in WifiWorker, r=vyang
|
2013-11-15 15:36:15 +08:00 |
|
Henry Chang
|
c06d15e7b4
|
Bug 935363 - Add and make use of NetworkService xpcom. r=vyang, r=vchang
|
2013-11-15 17:35:33 +08:00 |
|
Chuck Lee
|
871e4adc46
|
Bug 921620 - Change trigger point of wifi down. r=vchang
|
2013-11-08 16:16:16 +08:00 |
|
Ms2ger
|
786aa40195
|
No bug - Fix some style issues in DOM code.
|
2013-11-11 09:04:41 +01:00 |
|
Birunthan Mohanathas
|
be3b270819
|
Bug 784739 - Switch from NULL to nullptr in dom/ (2/2); r=ehsan
|
2013-10-28 10:04:47 -04:00 |
|
Henry Chang
|
6e5f3115ff
|
Bug 912015 - Support multiple wap_supplicant connections. r=mrbkap
|
2013-10-14 16:33:59 +08:00 |
|
Nicholas Nethercote
|
b38b84f869
|
Bug 925584 - Remove some unnecessary jsapi.h inclusions from .cpp files. r=Ms2ger.
--HG--
extra : rebase_source : 41fcb0e922a519ef679c1c1b6293c2b638e83a48
|
2013-10-10 15:22:35 -07:00 |
|
Mike Hommey
|
f1c0c07862
|
Bug 929905 - Consolidate sources in moz.build. r=gps
|
2013-10-25 08:23:05 +09:00 |
|
Trevor Saunders
|
e4cd176c9e
|
[PATCH] bug 922566 - kill dom-config.mk
From 6681eaa8bb47ddb4756fd71738771c4c437101c0 Mon Sep 17 00:00:00 2001
---
content/media/webspeech/recognition/Makefile.in | 1 -
content/media/webspeech/recognition/moz.build | 5 +-
content/media/webspeech/synth/Makefile.in | 1 -
content/media/webspeech/synth/pico/Makefile.in | 3 --
dom/alarm/Makefile.in | 2 -
dom/apps/src/Makefile.in | 1 -
dom/base/Makefile.in | 2 -
dom/base/moz.build | 26 ++++++++++-
dom/battery/Makefile.in | 1 -
dom/bindings/Makefile.in | 3 --
dom/bindings/moz.build | 17 ++++++-
dom/bindings/test/Makefile.in | 5 +-
dom/bluetooth/Makefile.in | 2 -
dom/bluetooth/moz.build | 7 ++-
dom/browser-element/Makefile.in | 3 --
dom/browser-element/moz.build | 6 ++-
dom/camera/Makefile.in | 1 -
dom/camera/moz.build | 5 +-
dom/devicestorage/Makefile.in | 1 -
dom/dom-config.mk | 61 -------------------------
dom/encoding/Makefile.in | 1 -
dom/fmradio/Makefile.in | 2 -
dom/fmradio/ipc/Makefile.in | 1 -
dom/fmradio/ipc/moz.build | 5 +-
dom/fmradio/moz.build | 5 +-
dom/icc/src/Makefile.in | 4 --
dom/media/Makefile.in | 3 --
dom/media/moz.build | 6 ++-
dom/mobilemessage/src/Makefile.in | 1 -
dom/mobilemessage/src/moz.build | 5 +-
dom/network/src/Makefile.in | 2 -
dom/plugins/base/Makefile.in | 1 -
dom/plugins/base/moz.build | 8 +++-
dom/power/Makefile.in | 1 -
dom/quota/Makefile.in | 1 -
dom/system/gonk/Makefile.in | 2 -
dom/telephony/Makefile.in | 1 -
dom/time/Makefile.in | 1 -
dom/wifi/Makefile.in | 5 --
39 files changed, 85 insertions(+), 123 deletions(-)
delete mode 100644 dom/dom-config.mk
delete mode 100644 dom/wifi/Makefile.in
|
2013-10-23 17:20:55 -04:00 |
|
Trevor Saunders
|
d33d8939a0
|
Backed out changeset 99b17c404db2 and e40a964458f8 for landing stuff that shouldn't have and then backing out stuff that should have stayed on a CLOSED TREE
--HG--
extra : amend_source : 54312955270ea4098a3add3cd0708866de2e40bb
|
2013-10-21 18:58:14 -04:00 |
|
Trevor Saunders
|
aba3fa9503
|
bug 922566 - kill dom-config.mk r=gps
|
2013-10-11 12:02:41 -04:00 |
|
Vincent Chang
|
a184a8bbfb
|
Bug 859209 - [Buri][Shira][WIFI]It keep Connecting when input wrong password to connect AP security with WEP. r=chucklee
|
2013-10-18 16:46:30 +08:00 |
|
Henry Chang
|
d91e3f7465
|
Bug 919426 - Part 3: Make use of WifiCommand/WifiNetNet in WifiWorker.js. r=vchang
|
2013-09-30 11:05:05 +08:00 |
|
Henry Chang
|
2b6a90d9c1
|
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
|
778b45febc
|
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 |
|
Phil Ringnalda
|
33616a85dc
|
Merge m-c to b-i
|
2013-10-03 08:00:21 -07: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 |
|
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 |
|
Vincent Chang
|
e47724bbdb
|
Bug 917096 - [Buri][WIFI]When set the wifi hotspot name as blank space and save,it can't be searched. r=chucklee
|
2013-09-30 19:19:25 +08:00 |
|
Chuck Lee
|
5cc15962ff
|
Bug 917070 - Fix misplaced condition flag. r=vchang
|
2013-09-25 16:49:05 +08:00 |
|
Chuck Lee
|
4661e124ad
|
Bug 906631 - 0002. Check state in queued command callback. r=vchang, r=mrbkap
|
2013-09-05 17:16:24 +08:00 |
|
Chuck Lee
|
c9c05ba54f
|
Bug 906631 - 0001. Refactory request queue. r=vchang
|
2013-09-09 23:25:16 +08:00 |
|
Dimi Lee
|
3c403e6122
|
Bug 870704 - [Buri][Shira-49020] There is no option to configure a proxy for WiFi connections. r=vchang, sr=mrbkap
|
2013-08-22 18:22:25 +08:00 |
|
Mike Hommey
|
05b3f24e0e
|
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
|
2013-09-05 09:01:46 +09:00 |
|
Ryan VanderMeulen
|
e45da17600
|
Merge m-c to b2g-inbound.
|
2013-08-29 00:24:45 -04:00 |
|
Fabrice Desré
|
e82a47fe4c
|
Bug 910407 - Fix Assertion failure: !NS_IsMainThread(), at dom/wifi/WifiProxyService.cpp:123 r=gwagner
|
2013-08-28 21:02:55 -07:00 |
|
Fabrice Desré
|
366fee8969
|
Bug 909065 - Call property_get and property_set directly from WifiWorker.js r=mrbkap
|
2013-08-27 13:54:55 -07:00 |
|