Граф коммитов

310 Коммитов

Автор SHA1 Сообщение Дата
Edgar Chen 91a6335722 Bug 976959 - Change the netmask to prefix length for supporting IPv6. r=vchang,hsinyi 2014-02-26 18:08:46 +08:00
Henry Chang 818b2aa28e Bug 976455 - Check p2pSupported and p2pManager in WifiWorker.js::syncDebug. r=vchang 2014-02-25 16:43:36 +08:00
Henry Chang a0eb245f99 Bug 976452 - Add back the getWifiScanResults in WifiWorker.js. r=vchang 2014-02-25 16:33:13 +08:00
Ted Clancy (:tedders1) e7d1064645 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 ca15c4e388 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 9f240876a9 Bug 864931 - Rewrite net worker in C++. r=fabrice, r=vchang 2014-01-29 19:38:50 +08:00
Henry Chang c87ecb6359 Bug 811635 - Part 5: Start wpa_supplicant with proper 'p2pSupported' flag. r=vchang 2014-01-27 15:49:22 +08:00
Henry Chang 918822095e Bug 811635 - Part 4: Wifi Direct core implementation. r=vchang 2014-01-14 18:23:42 +08:00
Henry Chang dad3338b91 Bug 811635 - Part 2: Implementation of WebIDLs/IDLs for WifiP2pManager and WifiP2pStatusChangeEvent. r=vchang 2014-01-27 15:48:10 +08:00
Henry Chang 8c2aecb2df 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 edc1b0b4b1 Bug 961485 - Handle IFNAME of wifi command for gonk-kk. r=fabrice, r=vchang 2014-01-22 12:06:58 +08:00
Tom Schuster f39e81815a Bug 939294 - Change xpidl jsval to handles. r=gabor,bz,khuey,bsmedberg,terrence 2014-01-09 18:39:36 +01:00
Kai-Zhen Li a5f9677c32 Bug 946257 - Update NetUtils and WifiUtils to support KK. r=fabrice, vchang. 2013-12-10 15:10:46 +08:00
Chuck Lee 2b45cc4e49 Bug 950124 - Use different powersave command based on sdk version. r=vchang 2014-01-10 12:12:38 +08:00
Vincent Chang 6cb58d14fe 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 78c74f2c3d 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 1b83407ce9 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 cb769adb5f Bug 938042 - setHttpProxy API do not work. r=vchang 2013-12-11 18:49:24 +08:00
Chuck Lee 0a83dd4551 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 b74dc40938 Bug 924565: Part 1: Declare nsIObserver QI in DOMRequestHelper child classes. r=fabrice 2013-11-20 13:33:10 +08:00
Mike Hommey 2812d11fce 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 e06d795c71 Bug 939074 - Remove most LIBXUL_LIBRARY. rs=gps 2013-11-19 11:48:10 +09:00
Mike Hommey e80e877ab7 Bug 939044 - Remove most definitions of MODULE. r=mshal 2013-11-19 11:47:39 +09:00
Mike Hommey ffe0380912 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 a6676da4ce Bug 938986 - remove default pcsc parameter in WifiWorker, r=vchang 2013-11-15 15:36:15 +08:00
Vicamo Yang 11cd5830cc Backed out changeset aa20a0fe4fca, wrong review name 2013-11-15 18:21:22 +08:00
Shao Hang Kao 12d5d74454 Bug 938986 - remove default pcsc parameter in WifiWorker, r=vyang 2013-11-15 15:36:15 +08:00
Henry Chang 091bb44eef Bug 935363 - Add and make use of NetworkService xpcom. r=vyang, r=vchang 2013-11-15 17:35:33 +08:00
Chuck Lee 878db5dc0a Bug 921620 - Change trigger point of wifi down. r=vchang 2013-11-08 16:16:16 +08:00
Ms2ger 0fdc697b63 No bug - Fix some style issues in DOM code. 2013-11-11 09:04:41 +01:00
Birunthan Mohanathas 4360fad5a0 Bug 784739 - Switch from NULL to nullptr in dom/ (2/2); r=ehsan 2013-10-28 10:04:47 -04:00
Henry Chang 75829380f4 Bug 912015 - Support multiple wap_supplicant connections. r=mrbkap 2013-10-14 16:33:59 +08:00
Nicholas Nethercote 3b80765894 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 b000a846c2 Bug 929905 - Consolidate sources in moz.build. r=gps 2013-10-25 08:23:05 +09:00
Trevor Saunders f1399b6633 [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 c29760731a 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 67e6559698 bug 922566 - kill dom-config.mk r=gps 2013-10-11 12:02:41 -04:00
Vincent Chang a5e131c006 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 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
Phil Ringnalda 9592b8fd7e Merge m-c to b-i 2013-10-03 08:00:21 -07:00
Ms2ger f4153f40d4 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 0e7c9d39cd 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 75d9bbb26c 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 1b3548e140 Bug 917070 - Fix misplaced condition flag. r=vchang 2013-09-25 16:49:05 +08:00
Chuck Lee 441de4144e Bug 906631 - 0002. Check state in queued command callback. r=vchang, r=mrbkap 2013-09-05 17:16:24 +08:00
Chuck Lee 14f734267c Bug 906631 - 0001. Refactory request queue. r=vchang 2013-09-09 23:25:16 +08:00
Dimi Lee 5cd52fe159 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 f8bc7fa754 Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
Ryan VanderMeulen a0e5e9286c Merge m-c to b2g-inbound. 2013-08-29 00:24:45 -04:00
Fabrice Desré af23d0274b 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é f35be3aa2f Bug 909065 - Call property_get and property_set directly from WifiWorker.js r=mrbkap 2013-08-27 13:54:55 -07:00
Fabrice Desré c2af499d35 Bug 864932 - Rewrite wifi workers in c++ r=mrbkap 2013-08-27 13:54:51 -07:00
Edgar Chen 1a47d8c0df Bug 908135 - Remove dhcp attribute in nsINetworkInterface. r=vyang, vchang 2013-08-22 17:43:53 +08:00
Henry Chang 2f01c65368 Bug 888227 - Initialize WifiWorker::macAddress to null. r=mrbkap 2013-07-26 10:05:50 +08:00
Ed Morley 21eacd0f93 Merge latest green b2g-inbound changeset and mozilla-central 2013-08-22 12:04:16 +01:00
Ms2ger 4fb1aa6786 Bug 883284 - Part c: Move LIBXUL_LIBRARY into moz.build (d-e); r=mshal 2013-08-22 08:56:00 +02:00
Chuck Lee 6580ad2860 Bug 906595 - Fix check rules for devices don't unload WIFI driver. r=vchang 2013-08-19 17:06:56 +08:00
Vincent Chang e6ff81ded8 Bug 897871 - Wifi - Improve wifi startup time. r=mrbkap 2013-07-29 17:59:53 +08:00
Vincent Chang a14cae3b17 Bug 904631 - "System JS : ERROR jar:file:///system/b2g/omni.ja!/components/WifiWorker.js:2889. r=mrbkap 2013-08-16 17:00:14 +08:00
Chuck Lee b9e4b941ca Bug 900855 - Wait driver load and unload complete before proceed next request. r=mrbkap 2013-08-15 10:58:45 +08:00
Ed Morley 35b123e4dd Backed out changeset 1a2f028d66cf (bug 897871) for Marionette failures 2013-08-16 10:45:14 +01:00
Vincent Chang a06f0477f3 Bug 897871 - Wifi - Improve wifi startup time. r=mrbkap 2013-07-29 17:59:53 +08:00
Gregory Szorc df453f8483 Bug 850380 - Derecursify and optimize XPIDL processing and move into precompile tier; r=glandium 2013-08-14 08:40:25 -07:00
Brian O'Keefe d118b95a0d Bug 875934 - Move LIBRARY_NAME to moz.build, batch 3; r=mshal 2013-08-15 09:02:09 -04:00
Ryan VanderMeulen fab2c2a3c8 Backed out changesets 1fa1f28c6edf and e74f694f31c4 (bug 850380) for PGO bustage on a CLOSED TREE. 2013-08-14 15:12:20 -04:00
Gregory Szorc d87c91cf0c Bug 850380 - Derecursify and optimize XPIDL processing and move into precompile tier; r=glandium 2013-08-14 08:40:25 -07:00
Vincent Chang 5df15c81a6 Bug 903859 - [WiFi] setWifiEnabled tries to configure the WiFi operation mode before any driver being loaded. r=mwu 2013-08-12 11:22:20 +08:00
kli@mozilla.com c79c4d63d6 Bug 902277 - Reset retry counter of WifiWorker after connect to supplicant. r=vchang 2013-08-09 13:07:56 +08:00
Masashi Honma d9b02788df Bug 890694 - Add EAP-SIM/AKA/AKA' support. r=dlee 2013-08-05 16:25:40 -04:00
Vincent Chang df25dad82d Bug 887485 - Wifi code needs to issue fwreload to netd as part of initialization. r=mrbkap 2013-07-30 16:07:13 +08:00
Joey Armstrong 56ab717da3 Bug 870370 - Move EXTRA_COMPONENTS to mozbuild (file batch #3); r=mshal 2013-06-11 16:38:22 -04:00
Vincent Chang ce87463724 Bug 894737 - [Buri][WIFI-hotspot]Wi-Fi hotspot will be turn off automatic when change the security. r=mrbkap 2013-07-22 17:11:57 +08:00
Vincent Chang 3de0138e64 Backout 61b66c680e22 (bug 894741) for wrong summary. 2013-07-23 10:24:08 +08:00
Vincent Chang 8d5dbb1ac8 Bug 894741 - [Buri][WIFI]State has no change when connect AP by WPS. r=mrbkap 2013-07-22 17:11:57 +08:00
Vincent Chang 4028e3305f Bug 883766 - JavaScript Warning: "reference to undefined property ret.value" {file: "resource://gre/modules/wifi_worker.js" line: 71} r=mrbkap 2013-06-20 18:43:15 +08:00
Trevor Saunders f33ade0d68 bug 887483 - remove a bunch of useless assignments to FORCE_STATIC_LIB implied by LIBXUL_LIBRARY=1 r=mshal 2013-07-11 11:06:34 -04:00
Michael Wu ce066e521a Bug 888552 - Use SET ps command to configure power save mode, r=vchang 2013-07-09 16:27:58 -04:00
Justin Lebar 779d96d10f Bug 889984 - Don't leak objects which "inherit" from DOMRequestIpcHelper the associated window is closed. r=fabrice 2013-07-08 17:55:42 -04:00
masashi.honma@gmail.com 7c49e16ee3 Bug 791506 - [Wifi] Enable BSSID for WPS PIN. r=vchang 2013-07-08 19:41:48 +08:00
Vincent Chang b9e9bfd29b Bug 787442 - Turn on wifi/usb tethering simultaneously. r=mrbkap 2013-06-19 18:57:58 +08:00
Dimi Lee 57a43bf800 Bug 868941 - Connecting to WLAN using WPA-EAP with special options (mschapv2/PEAP) is not possible. r=vchang 2013-05-30 11:17:07 +08:00
Dimi Lee 1b7323408a Bug 786700 - Wifi: Add the ability to set a static IP instead of using DHCP. r=vchang, r=mrbkap 2013-06-24 11:02:30 +08:00
Michael Wu f804d996c8 Bug 784226 - Support libhardware_legacy and libnetutils on JB, r=vchang 2013-06-23 23:40:21 -04:00
Vincent Chang 7b8932b4f3 Bug 868913 - Part 2: Fix the wifi initial start problem. r=mrbkap 2013-06-17 12:20:39 +08:00
Mike Shal 87c2fdb386 Bug 880245 - Move EXTRA_JS_MODULES to moz.build (conversion part 1); r=joey
From 69c3338a3287ff8cc97533e06069fc4d4cb7c5f6 Mon Sep 17 00:00:00 2001
2013-06-10 12:08:47 -04:00
Vincent Chang 7af66befea Bug 868913 - [Buri][Tethering]PC can't display RNDIS com port when reset handset. r=mrbkap 2013-05-16 19:39:58 +08:00
Dimi Lee e6e0e0be60 Bug 834573 - B2G Wifi: IP and default route still exist after forget network. r=vchang 2013-05-02 18:02:33 +08:00
Carmen Jimenez Cabezas 7b97c475f4 Bug 815110 - Change DOMWifiManager so it returns null instead of creating the object if the caller doesn't have the correct permission. r=mrbkap 2013-04-16 10:54:00 +02:00
Vincent Chang 5461190dc4 Bug 854302 - [Buri][WIFI]Cann't disconnect WIFI when connect AP use WPS. r=mrbkap 2013-03-26 14:55:56 +08:00
Michael Vines ff8931d11f Bug 859486 - Add system property to enable the unloading of Wi-Fi drivers r=mrbkap 2013-04-10 20:52:48 -07:00
vliu c8d8c1da52 Bug 855513 - WIFI is not re-enabed when internet sharing is getting stopped and WIFI was enabled before. r=vchang 2013-04-02 15:30:32 +08:00
Kyle Machulis 72a717a860 Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-04-01 11:36:59 -07:00
Kyle Machulis 43628a7867 Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot 2013-03-29 15:12:58 -07:00
Kyle Machulis 334c0800cf Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
2013-03-29 13:56:18 -07:00
Vincent Chang 99034a2635 Bug 845211 - [Wi-Fi] "undefined" sometimes showed to Wi-Fi MAC address value of Settings. r=mrbkap 2013-03-16 00:58:41 +08:00
Mike Shal 7ecea60097 Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps 2013-03-19 11:47:00 -07:00
Mike Shal b04d88a2f2 Bug 818246 - Part 9: Move XPIDL_FLAGS to moz.build; r=gps 2013-03-11 22:05:00 -07:00
Mike Shal cd4191e248 Bug 818246 - Part 7: Move XPIDL_MODULE to moz.build; rs=gps 2013-03-11 22:00:00 -07:00