Jim Blandy
39dc0c6097
Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
...
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):
- Never set the buffer's mode.
Years ago, Emacs did not have a good JavaScript mode, so it made sense
to use Java or C++ mode in .js files. However, Emacs has had js-mode for
years now; it's perfectly serviceable, and is available and enabled by
default in all major Emacs packagings.
Selecting a mode in the -*- file variable line -*- is almost always the
wrong thing to do anyway. It overrides Emacs's default choice, which is
(now) reasonable; and even worse, it overrides settings the user might
have made in their '.emacs' file for that file extension. It's only
useful when there's something specific about that particular file that
makes a particular mode appropriate.
- Correctly propagate settings that establish the correct indentation
level for this file: c-basic-offset and js2-basic-offset should be
js-indent-level. Whatever value they're given should be preserved;
different parts of our tree use different indentation styles.
- We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
Remove tab-width: settings, at least in files that don't contain tab
characters.
- Remove js2-mode settings that belong in the user's .emacs file, like
js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Chuck Lee
3411b80b39
Bug 1023115 - Add retry count for EAP connection error. r=vchang
2014-06-20 10:37:43 +08:00
Chuck Lee
d5fc368813
Bug 1020866 - Add IEEE8021X to WPA-EAP config. r=vchang
2014-06-13 12:00:10 +08:00
Vincent Chang
86f4cf035c
Bug 1009725 - [B2G][Flame][Settings]Wi-Fi toggle button intermittently non-responsive when selected. r=chulee
2014-06-11 16:37:28 +08:00
Vincent Chang
e0c81e0367
Bug 1014924 - [B2G][Tarako][Geolocation] WifiWorker scan fails With wifi off, and geolocation stops. r=chulee
2014-06-04 18:08:51 +08:00
Chuck Lee
3cd0964543
Bug 775499 - 0002. Handle subject match setting. r=vchang
2014-05-19 14:41:08 +08:00
Chuck Lee
b9eef8cd02
Bug 790056 - Remove WPA-EAP filter. r=vchang
2014-05-27 14:31:09 +08:00
Vincent Chang
69dbf1822f
Bug 774582 - Unable to know if there is a user connected to Wifi tethering network. r=mrbkap
2014-01-22 16:37:40 +08:00
Chuck Lee
45d5506561
Bug 1002314 - 0002. Provide WiFi capability info. r=mrbkap, r=vchang
2014-05-19 10:29:21 +08:00
Vincent Chang
c5097c090e
Bug 1005775 - [Wifi] [Follow up of Bug 999388]Refactor wifi when send terminate command to wpa_supplicant. r=chulee
2014-05-06 13:40:07 +08:00
Chuck Lee
45f00c25ec
Bug 745468 - 0002. Support WPA-EAP connection state. r=vchang, r=mrbkap
2014-04-25 18:41:26 +08:00
Chuck Lee
025a07e672
Bug 745468 - 0001. Support WPA-EAP configure parameters. r=vchang, r=mrbkap
2014-04-30 19:58:54 +08:00
Henry Chang
5928a1de8c
Bug 998892 - Append "interface=XXX" to the WPS PBC/PIN supplicant command only for JB. r=vchang
2014-05-06 15:04:16 +08:00
Chuck Lee
457cfca06b
Bug 917175 - 0003. DOM API implementation. r=mrbkap
2014-04-28 15:50:11 +08:00
Chuck Lee
4fef3a337b
Bug 917176 - 0002. DOM API implementation. r=mrbkap, r=briansmith
2014-04-30 19:58:45 +08:00
Chuck Lee
856ceeced9
Bug 917102 - 0003. DOM API implementation. r=mrbkap
2014-04-30 19:58:40 +08:00
Vincent Chang
be35b8fcc0
Bug 999391 - [Wifi] CTRL-EVENT-TERMINATING with recv errors message is not handled correctly. r=chulee
2014-04-22 20:22:03 +08:00
Chuck Lee
60c9626445
Bug 997791 - 0002. Apply request queue optimization. r=vchang
2014-04-21 20:06:27 +08:00
Chuck Lee
c015a54952
Bug 997791 - 0001. Remove ignore settings flags. r=vchang
2014-04-21 20:06:24 +08:00
Kai-Zhen Li
dce3831077
Bug 998851 - Bind 'this' to callback function. r=vchang
2014-04-21 11:59:16 +08:00
Chuck Lee
773e5a7bdd
Bug 989717 - Handle enabling and disabling state properly. r=vchang
2014-04-15 11:43:51 +08:00
Vincent Chang
a51b059a40
Bug 993327 - [tarako] unable to enable Data Connect after turning off WIFI. r=chulee
2014-04-10 11:48:50 +08:00
Vincent Chang
3925d238f4
Bug 993821 - [Wifi] Event thread is blocked in WaitForEvent caused wifi stay in searching state. r=chulee
2014-04-10 13:52:38 +08:00
Vincent Chang
c908b26c43
Bug 986365 - Crash in supplicant because of closing supplicant while waiting for event. r=chulee
2014-03-27 13:58:04 +08:00
Dimi Lee
680fcd866d
Bug 991499 - WifiWorker still try to send message to component which is already shutdown. r=vchang
2014-04-03 18:10:16 +08:00
Vincent Chang
6bb04cfd2f
Bug 989719 - js error in WifiWorker when doing geolocation and WiFi is disabled. r=chulee
2014-03-31 10:30:44 +08:00
Chuck Lee
9ebdac84d3
Bug 966925 - Filter scan result based on platform property. r=vchang
2014-03-20 14:39:21 +08:00
Jessica Jong
88eee6b91e
Bug 978709 - 4.g/6: WifiNetworkInterface changes. r=vicamo
2014-03-29 15:18:24 +08:00
Vicamo Yang
40f1ea3fa4
Bug 978709 - 1/6: remove nsINetworkInterface::broadcast. r=hsinyi
2014-03-29 15:18:09 +08:00
Henry Chang
a267c48a2c
Bug 986360 - Add nullity check to |flags|. r=chulee
2014-03-21 17:00:38 +08:00
Henry Chang
c5f881945f
Bug 986349 - Bind |this| to forEach callback function. r=chulee
2014-03-21 16:43:54 +08:00
Vincent Chang
6983389a08
Bug 972794 - [Tarako]Connect wpa supplicant consume 5 seconds. r=chulee
2014-03-07 19:29:55 +08:00
Chuck Lee
eccc6ea29a
Bug 972628 - Remove redundant network while loading network config. r=vchang
2014-03-10 16:48:13 +08:00
Vincent Chang
501a331c7b
Bug 979841 - [Tarako]Wifi stay on searching status even scan results available. r=chulee
2014-03-12 18:25:32 +08:00
Edgar Chen
10c0074324
Bug 976959 - Change the netmask to prefix length for supporting IPv6. r=vchang,hsinyi
2014-02-26 18:08:46 +08:00
Henry Chang
e7837cc5b2
Bug 976455 - Check p2pSupported and p2pManager in WifiWorker.js::syncDebug. r=vchang
2014-02-25 16:43:36 +08:00
Henry Chang
2382205698
Bug 976452 - Add back the getWifiScanResults in WifiWorker.js. r=vchang
2014-02-25 16:33:13 +08:00
Ted Clancy (:tedders1)
e9f1099d23
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
ad70583d61
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
Henry Chang
fd70068a2b
Bug 811635 - Part 4: Wifi Direct core implementation. r=vchang
2014-01-14 18:23:42 +08:00
Chuck Lee
3474f3cf3e
Bug 950124 - Use different powersave command based on sdk version. r=vchang
2014-01-10 12:12:38 +08:00
Vincent Chang
d5931d1d44
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
4ba010d9a0
Bug 949861 - Wifi does not work on Galaxy S2 device (SGS2) after flashing Gecko. r=chucklee
2013-12-19 14:22:10 +08:00
Dimi Lee
4779fbfec0
Bug 938042 - setHttpProxy API do not work. r=vchang
2013-12-11 18:49:24 +08:00
Chuck Lee
b996cd9126
Bug 938044 - Still notify state change on disabling but don't change state. r=vchang
2013-11-22 17:49:56 +08:00
Shao Hang Kao
b1723ec969
Bug 938986 - remove default pcsc parameter in WifiWorker, r=vchang
2013-11-15 15:36:15 +08:00
Vicamo Yang
e8c194c70a
Backed out changeset aa20a0fe4fca, wrong review name
2013-11-15 18:21:22 +08:00
Shao Hang Kao
3791892b1f
Bug 938986 - remove default pcsc parameter in WifiWorker, r=vyang
2013-11-15 15:36:15 +08:00
Henry Chang
dbf7f9b395
Bug 935363 - Add and make use of NetworkService xpcom. r=vyang, r=vchang
2013-11-15 17:35:33 +08:00
Chuck Lee
2e072a509b
Bug 921620 - Change trigger point of wifi down. r=vchang
2013-11-08 16:16:16 +08:00