Chuck Lee
fb1a797d61
Bug 1078113 - Use Cu.cloneInfo() to wrap returned values. r=bzbarsky r=vchang
2014-10-07 18:06:03 +08:00
Bobby Holley
edc0482e21
Bug 1065185 - Create a content Array rather than a chrome Array in _convertWifiNetworks. r=chucklee
2014-10-03 10:05:51 +02:00
Chuck Lee
a7003009f4
Bug 1050678 - Provide network info for state change event. r=hchang
2014-09-17 15:08:18 +08:00
Chuck Lee
88877c4e89
Bug 930355 - 0002. Implement wifi enable API. r=vchang
2014-08-07 17:19:31 +08:00
Chuck Lee
99d55e5af6
Bug 1033948 - 0002. Change API naming in DOM. r=vchang
2014-07-04 14:37:55 +08:00
Jim Blandy
4d6a633bba
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
Vincent Chang
c481388ef8
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
66cb94c53d
Bug 1002314 - 0002. Provide WiFi capability info. r=mrbkap, r=vchang
2014-05-19 10:29:21 +08:00
Chuck Lee
eafd27d9d1
Bug 745468 - 0002. Support WPA-EAP connection state. r=vchang, r=mrbkap
2014-04-25 18:41:26 +08:00
Chuck Lee
5a0a80a300
Bug 917175 - 0003. DOM API implementation. r=mrbkap
2014-04-28 15:50:11 +08:00
Chuck Lee
8f200f985d
Bug 917176 - 0002. DOM API implementation. r=mrbkap, r=briansmith
2014-04-30 19:58:45 +08:00
Chuck Lee
4abc837b90
Bug 917102 - 0003. DOM API implementation. r=mrbkap
2014-04-30 19:58:40 +08:00
Dimi Lee
e8b87dfe98
Bug 886110 - Relanding Convert WifiManager to WebIDL on a CLOSED TREE. r=bz
...
--HG--
extra : amend_source : 97458b301b31ad64fa230cac53d0230ca6e02e4d
2014-04-10 11:34:29 +08:00
Carsten "Tomcat" Book
ddb645cc7e
Backed out changeset ce623d85f0c4 (bug 886110) for hoping this resolve the m7 b2g-ics permanent failure on a CLOSED TREE
2014-04-14 12:24:21 +02:00
Dimi Lee
f4870564b2
Bug 886110 - Convert WifiManager to WebIDL; r=bz
2014-04-10 11:34:29 +08:00
Ryan VanderMeulen
e9fc16e201
Backed out changeset 463fa756b43b (bug 886110) for causing various regressions.
2014-03-21 14:44:05 -04:00
Dimi Lee
0047931b0e
Bug 886110 - Convert WifiManager to WebIDL. r=mrbkap
2014-03-19 14:04:58 +08:00
Vincent Chang
772fa2f967
Bug 979841 - [Tarako]Wifi stay on searching status even scan results available. r=chulee
2014-03-12 18:25:32 +08:00
Ben Kelly
6cbcf4947b
Bug 924565: Part 1: Declare nsIObserver QI in DOMRequestHelper child classes. r=fabrice
2013-11-20 13:33:10 +08:00
Dimi Lee
fd37f9bfb7
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
Justin Lebar
5b159515e1
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
afd68c6759
Bug 791506 - [Wifi] Enable BSSID for WPS PIN. r=vchang
2013-07-08 19:41:48 +08:00
Dimi Lee
f6a5c82043
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
Carmen Jimenez Cabezas
39471c6ea2
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
074e001515
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
Chuck Lee
1697ffebae
Bug 736104 - Expose capabilities to DOM. r=mrbkap
2012-11-08 15:32:16 +08:00
Kyle Huey
1482122303
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
...
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
2012-10-31 09:13:28 -07:00
Vicamo Yang
8297cdabd6
Backout 67cb43bb8865: Breaks B2G Marionette
2012-10-31 16:35:11 +08:00
Kyle Huey
bdf47895bb
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
2012-10-30 12:28:11 -07:00
Ed Morley
777eed8444
Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE
2012-10-30 17:02:31 +00:00
Kyle Huey
aa1997a51a
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
2012-10-30 08:26:12 -07:00
Blake Kaplan
11123581a0
Bug 791911 - Listen for our child message managers dying and remove them from our list of managers to 'broadcast' to. r=gwagner
...
--HG--
extra : rebase_source : 407eb90d797c410db1a80a59ca2e52b42b68af87
2012-10-02 17:24:53 -04:00
Blake Kaplan
746b9314e6
Bug 791392 - Expose configured networks to content. r=vchang f=kaze
2012-09-27 14:18:34 -04:00
Blake Kaplan
7887a1ea48
Bug 787552 - Expose the IP address and MAC address to content. r=vchang f=kaze
2012-09-27 14:14:06 -04:00
Vincent Chang
107e56cd70
Bug 784733 - Implementation of wifi power saving mode api interface. r=mrbkap
2012-09-24 17:05:47 +08:00
Gene Lian
27fbf96555
Bug 729877 - B2G Wifi: hook up to settings API. r=mrbkap
2012-09-04 12:26:56 +08:00
Vincent Chang
21d8b6246a
Bug 736089 - Handle broken wifi configurations more gracefully, r=mrbkap DONTBUILD
2012-08-28 16:14:26 -03:00
Blake Kaplan
37f0fe58af
Bug 777203 - Keep a list of managers that are interested in wifi events and send notifications only to them instead of broadcasting notifications to the world. r=gwagner DONTBUILD
...
--HG--
extra : rebase_source : c73bb5b00fcbdf74df4efe9f93da6391d32f4f13
2012-08-22 12:37:11 -07:00
Masashi Honma
c0fca8556d
Bug 783742 - Add support for WPS PIN method. r=mrbkap
...
--HG--
extra : rebase_source : d2c6df164a18eca7c2ad50e0e49458786cf90b20
2012-08-22 12:41:31 -07:00
Masashi Honma
76d3d65ea7
Bug 780465 - Add support for Wi-Fi Protected Setup functionality (WPS). r=mrbkap DONTBUILD
2012-08-16 15:19:51 -07:00
Blake Kaplan
73c96fa757
Bug 779886 - wifiMangager.connectionInformation throws when we're not connected. r=bent DONTBUILD
2012-08-02 15:36:23 -07:00
Blake Kaplan
d24e63f347
Bug 777904 - Fix typo. Also handle an error case better. r=gal DONTBUILD
2012-07-31 14:27:46 -07:00
Mounir Lamouri
c379064cab
Bug 769621 - Checking Contacts, Settings, Wifi and WebApps permission should use principal instead of URI. r=sicking
2012-07-16 08:44:52 -07:00
Blake Kaplan
b9755000cf
Bug 769648 - Get rid of __exposedProps__ warnings. r=gal
2012-07-02 10:58:17 +02:00
Blake Kaplan
92c9ebc5b7
Bug 766497 - Dispatch events for wifi going up and down and handle multiple requests to bring it up and down at the same time. r=gal
2012-06-28 12:01:51 +02:00
Gregor Wagner
f0aabb81cf
Bug 764682 - Implement wifi events in c++. r=smaug
2012-06-16 11:14:12 -07:00
Gregor Wagner
31e03456af
Bug 764503 - WifiStatusChangeEvent IDL and implementation don't match. r=mrbkap
2012-06-13 15:49:56 -07:00
Blake Kaplan
6d5ff2bdc2
Bug 745114 - Collapse the various status change callbacks into a single callback. r=cjones a=b2g-only
2012-04-13 17:07:54 +08:00
Blake Kaplan
b6627fbc83
Bug 740079 - Provide a synchronous API to get precise information about the current connection status. r=cjones f=kaze
2012-04-09 11:32:17 +08:00
Fabien Cazenave
13eb0ad268
Bug 744417 - Fix mistakes in the initial implementation of forgetNetwork. r=mrbkap
...
--HG--
extra : rebase_source : 9ed43da50d6abc9701bfd09e5b3b788d2b947618
2012-04-13 15:54:11 +08:00