Commit Graph

58 Commits

Author SHA1 Message Date
Chuck Lee
6034187ab3 Bug 1078113 - Use Cu.cloneInfo() to wrap returned values. r=bzbarsky r=vchang 2014-10-07 18:06:03 +08:00
Bobby Holley
c09547ec5d 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
93e7317a3a Bug 1050678 - Provide network info for state change event. r=hchang 2014-09-17 15:08:18 +08:00
Chuck Lee
3206e1f6ca Bug 930355 - 0002. Implement wifi enable API. r=vchang 2014-08-07 17:19:31 +08:00
Chuck Lee
4e4a5aab79 Bug 1033948 - 0002. Change API naming in DOM. r=vchang 2014-07-04 14:37:55 +08:00
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
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
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
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
Dimi Lee
6eeb224f6e Bug 886110 - Relanding Convert WifiManager to WebIDL on a CLOSED TREE. r=bz 2014-04-10 11:34:29 +08:00
Carsten "Tomcat" Book
65b25b505f 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
b4dde31fe3 Bug 886110 - Convert WifiManager to WebIDL; r=bz 2014-04-10 11:34:29 +08:00
Ryan VanderMeulen
d68fe17fcd Backed out changeset 463fa756b43b (bug 886110) for causing various regressions. 2014-03-21 14:44:05 -04:00
Dimi Lee
2dae903a7e Bug 886110 - Convert WifiManager to WebIDL. r=mrbkap 2014-03-19 14:04:58 +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
Ben Kelly
1b44a16a7c Bug 924565: Part 1: Declare nsIObserver QI in DOMRequestHelper child classes. r=fabrice 2013-11-20 13:33:10 +08:00
Dimi Lee
588d6dfcc7 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
b2f430d093 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
75f9689fec Bug 791506 - [Wifi] Enable BSSID for WPS PIN. r=vchang 2013-07-08 19:41:48 +08:00
Dimi Lee
65b3fe4d48 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
1da17b2e5e 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
8dbd3bf972 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
690701689a Bug 736104 - Expose capabilities to DOM. r=mrbkap 2012-11-08 15:32:16 +08:00
Kyle Huey
76a2832eea Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-31 09:13:28 -07:00
Vicamo Yang
ea784216bd Backout 67cb43bb8865: Breaks B2G Marionette 2012-10-31 16:35:11 +08:00
Kyle Huey
c82a2d6fea 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
c34b7d9377 Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE 2012-10-30 17:02:31 +00:00
Kyle Huey
8078ab712e 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
602a45a73a Bug 791911 - Listen for our child message managers dying and remove them from our list of managers to 'broadcast' to. r=gwagner 2012-10-02 17:24:53 -04:00
Blake Kaplan
69191f3400 Bug 791392 - Expose configured networks to content. r=vchang f=kaze 2012-09-27 14:18:34 -04:00
Blake Kaplan
0bb4d7824c 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
2de3d183ef Bug 784733 - Implementation of wifi power saving mode api interface. r=mrbkap 2012-09-24 17:05:47 +08:00
Gene Lian
6c6e8b453a Bug 729877 - B2G Wifi: hook up to settings API. r=mrbkap 2012-09-04 12:26:56 +08:00
Vincent Chang
145ef800d5 Bug 736089 - Handle broken wifi configurations more gracefully, r=mrbkap DONTBUILD 2012-08-28 16:14:26 -03:00
Blake Kaplan
7b565f2904 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 2012-08-22 12:37:11 -07:00
Masashi Honma
48592bd155 Bug 783742 - Add support for WPS PIN method. r=mrbkap 2012-08-22 12:41:31 -07:00
Masashi Honma
843f0e7c85 Bug 780465 - Add support for Wi-Fi Protected Setup functionality (WPS). r=mrbkap DONTBUILD 2012-08-16 15:19:51 -07:00
Blake Kaplan
402a4ab626 Bug 779886 - wifiMangager.connectionInformation throws when we're not connected. r=bent DONTBUILD 2012-08-02 15:36:23 -07:00
Blake Kaplan
1a62a864a4 Bug 777904 - Fix typo. Also handle an error case better. r=gal DONTBUILD 2012-07-31 14:27:46 -07:00
Mounir Lamouri
ba1ad0f277 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
65f1be4436 Bug 769648 - Get rid of __exposedProps__ warnings. r=gal 2012-07-02 10:58:17 +02:00
Blake Kaplan
91dd6e95a0 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
ddfa712865 Bug 764682 - Implement wifi events in c++. r=smaug 2012-06-16 11:14:12 -07:00
Gregor Wagner
e3a1471ea3 Bug 764503 - WifiStatusChangeEvent IDL and implementation don't match. r=mrbkap 2012-06-13 15:49:56 -07:00
Blake Kaplan
7a0a87a303 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
7bc477fc53 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
46580aeced Bug 744417 - Fix mistakes in the initial implementation of forgetNetwork. r=mrbkap 2012-04-13 15:54:11 +08:00