Kyle Machulis
91ef20c261
Bug 1015518 - Update users of settings observer 'message' field to use boolean; r=gene a=2.1
2014-08-27 21:01:31 -07:00
Kyle Machulis
41a4e59da7
Bug 900551 - Make marionette webapi tests use transaction events for settings; r=edgar r=hchang r=dlee
2014-08-27 21:01:30 -07:00
Ryan VanderMeulen
a3c8179253
Merge b2g-inbound to m-c. a=merge
2014-08-29 15:26:40 -04:00
Chuck Lee
fd34220848
Bug 1055380 - Cast network configs into correct data type. r=hchang
2014-08-29 11:18:02 +08:00
Kyle Machulis
d83f17e7d0
Bug 846200 - Update Marionette JS WebAPI Tests to use new settings-api permissions; r=echou r=echen
...
--HG--
extra : rebase_source : 36a9f3e055a2ff7bcf624e9ef7f8f1e4619de6da
2014-08-27 21:01:29 -07:00
Kai-Zhen Li
bbe613d439
Bug 1059702 - Use wifi.tethering.interface for wifi AP if it does exist. r=vchang
2014-08-28 18:34:38 +08:00
Ryan VanderMeulen
b392753c94
Backed out 11 changesets (bug 1059079, bug 1015518, bug 900551, bug 846200) for Gaia UI test failures on a CLOSED TREE.
...
Backed out changeset d85b4e48b3b4 (bug 1015518)
Backed out changeset 663b73ba69ec (bug 1015518)
Backed out changeset 5cf1cb5fa022 (bug 900551)
Backed out changeset b953dd5bfdaa (bug 900551)
Backed out changeset a2b6d7c84100 (bug 900551)
Backed out changeset ceb79fe83d15 (bug 900551)
Backed out changeset f6acf344fbf0 (bug 900551)
Backed out changeset fa269ea53937 (bug 846200)
Backed out changeset b89c84a850f9 (bug 846200)
Backed out changeset b7a7dfbe4e3f (bug 846200)
Backed out changeset c6f54d821c11 (bug 1059079)
2014-08-28 12:49:49 -04:00
Ryan VanderMeulen
0e22acf2f0
Backed out changeset 52b00288469c (bug 1015518) for Gaia UI test perma-fails.
...
CLOSED TREE
--HG--
extra : amend_source : f14efe30e300b626cffa22066c28a0fbda42a80b
2014-08-28 12:44:39 -04:00
Kyle Machulis
cf0f5d6d8d
Bug 1015518 - Update users of settings observer 'message' field to use boolean; r=gene
2014-08-27 21:01:31 -07:00
Kyle Machulis
90a78b5c88
Bug 900551 - Make marionette webapi tests use transaction events for settings; r=edgar r=hchang r=dlee
2014-08-27 21:01:30 -07:00
Kyle Machulis
d511ae9336
Bug 846200 - Update Marionette JS WebAPI Tests to use new settings-api permissions; r=echou r=echen
2014-08-27 21:01:29 -07:00
Nicholas Nethercote
0d6350111c
Bug 1051106 - Remove a useless waitForScan() call. r=vchang.
...
--HG--
extra : rebase_source : fab1721336cd1c9878b7f8259524d73ea9fcebfe
2014-08-20 18:36:59 -07:00
Chuck Lee
89e5b88b70
Bug 1051660 - 0002. Test case for Wifi Enable API. r=hchang
2014-08-18 15:10:27 +08:00
Chuck Lee
ebc687e577
Bug 1051660 - 0001. Fix minor bugs in API implementation. r=hchang
2014-08-18 15:10:24 +08:00
Henry Chang
cb3bffd6e5
Bug 1033983 - Bypass the UTF conversion of null char if it's not the last one. r=chucklee
2014-08-14 16:32:42 +08:00
Chuck Lee
65a637c1ec
Bug 979739 - Fix netmask string format error and use netHelper. r=vchang
2014-08-13 15:30:01 +08:00
Bobby Holley
7c7704aa07
Bug 1052052 - Hoist Auto*JSContext into nsContentUtils and kill nsCxPusher.{cpp,h}. r=gabor
2014-08-14 18:47:15 -07:00
Ryan VanderMeulen
7c3098f03b
Backed out changesets 5b1a3161f614, 17a9673ed782, and a9b8c346d295 (bug 1052052) for B2G non-unified bustage.
2014-08-14 17:23:10 -04:00
Bobby Holley
e5da39b71b
Bug 1052052 - Hoist Auto*JSContext into nsContentUtils and kill nsCxPusher.{cpp,h}. r=gabor
2014-08-14 12:54:34 -07:00
Dimi Lee
80c690d47a
Bug 936367 - Support wifi hotspot enable API. r=vchang, r=ptheriault, sr=mrbkap
2014-08-11 17:13:25 +08:00
Chuck Lee
8855b9da2d
Bug 1047294 - Fix potential Javascript Error. r=vchang
2014-08-07 18:00:23 +08:00
Chuck Lee
88877c4e89
Bug 930355 - 0002. Implement wifi enable API. r=vchang
2014-08-07 17:19:31 +08:00
Henry Chang
01a14e211a
Bug 1046116 - Do not disable network on receiving 'CTRL-EVENT-ASSOC-REJECT'. r=vchang
...
We would disable one network after receiving 'CTRL-EVENT-ASSOC-REJECT'
a couple of times but never re-enable it again. Remove this rule until
we have a sophisticated re-enable policy.
2014-08-05 16:33:40 +08:00
Kyle Huey
f368c02a45
Bug 1046000: Shut down the wifi services. r=vchang
...
--HG--
extra : rebase_source : 121fb986ff42e414713f4ff8bab151289e9746f4
2014-07-30 19:31:18 -07:00
Jessica Jong
f9e440a5de
Bug 990458 - Part 4: WifiP2pManager changes to support updateNetworkInterface(). r=vchang
2014-07-29 16:44:29 +08:00
Jessica Jong
dcd879628f
Bug 990458 - Part 3: WifiWorker changes to support updateNetworkInterface(). r=vchang
2014-07-29 16:44:27 +08:00
Chuck Lee
865e35d94c
Bug 1039220 - Fix judgement rule for valid property. r=hchang
2014-07-16 18:06:13 +08:00
Vincent Chang
5394348251
Bug 1034489 - [FirefoxOS_v1.4][Shark]Close WIFI while obtaining IP from AP and WIFI button can't be tapped for long. r=chulee
2014-07-16 16:10:21 +08:00
Vincent Chang
33b5b9f27b
Bug 1037301 - [Wifi] Close station info update timer when we disable the hotspot. r=hchang
2014-07-11 11:45:55 +08:00
Nicholas Nethercote
bfb6ffa85c
Bug 1037302 - Avoid excess string creation in WifiCommand.jsm's getConnectionInfoICS(). r=hchang.
...
This changes the code to use search() and indexOf() to find the boundaries of
the relevant values, and substring() to extract them. This reduces the number
of strings created on each invocation by 8x.
The patch changes the behaviour if a key appears more than once. With the old
code the last occurrence would be used. With the new code the first one is
used. Hopefully this doesn't matter.
2014-07-13 22:05:27 -07:00
Henry Chang
7b5203e5f4
Bug 1022460 - Add wifi tethering test cases. r=vyang
2014-07-01 18:47:13 +08:00
Chuck Lee
99d55e5af6
Bug 1033948 - 0002. Change API naming in DOM. r=vchang
2014-07-04 14:37:55 +08:00
Harsh Pathak
fffec87019
Bug 643041 - Merge nsIX509Cert2 and nsIX509Cert3 into nsIX509Cert, and merge nsIX509CertDB2 into nsIX509CertDB. r=keeler
...
--HG--
extra : rebase_source : 5283c637e45dbee9f741d56cda54fdef1afce16e
2014-07-03 22:09:24 -07:00
Chuck Lee
be6032106e
Bug 1030591 - Send connectionInfoUpdate while IP change. r=vchang
2014-06-27 17:26:31 +08:00
Chuck Lee
5da8c247c6
Bug 1028044 - Use auth instead of autheap in phase2 settings. r=vchang
2014-06-24 17:41:38 +08:00
Chris Peterson
1f3a2dcf13
Bug 1024322 - Replace calls to MOZ_ASSUME_UNREACHABLE that have crept back into dom. r=smaug
2014-06-20 22:42:45 -07: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
Chuck Lee
dcd8787ac8
Bug 1023115 - Add retry count for EAP connection error. r=vchang
2014-06-20 10:37:43 +08:00
Henry Chang
3633b99d46
Bug 1015901 - Add test cases for "update_config=1". f=vyang, r=vchang
2014-06-04 17:07:05 +08:00
Chuck Lee
7533578bfa
Bug 1020866 - Add IEEE8021X to WPA-EAP config. r=vchang
2014-06-13 12:00:10 +08:00
Nathan Froyd
ed5104fd64
Bug 1025139 - use the correct symbol for CERT_AddTempCertToPerm in WifiCertService.cpp; r=bz
2014-06-13 14:16:13 -04:00
Vincent Chang
f3cdcd7940
Bug 1009725 - [B2G][Flame][Settings]Wi-Fi toggle button intermittently non-responsive when selected. r=chulee
2014-06-11 16:37:28 +08:00
Olli Pettay
2672babef6
Bug 1023280 - Rename dictionary.ToObject to ToObjectInternal, r=bz
2014-06-11 22:38:55 +03:00
Vicamo Yang
45bd978b7c
Bug 1023148 - Use WebIDL codegen to implement RIL & WiFi events. r=smaug
2014-06-11 09:23:34 +08:00
Vincent Chang
b66f1d41b8
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
995c55284b
Bug 775499 - 0002. Handle subject match setting. r=vchang
2014-05-19 14:41:08 +08:00
Henry Chang
df38aa2241
Bug 997090 - Add wifi test case. r=vchang, f=vyang
2014-05-16 10:50:37 +08:00
Chuck Lee
2bd6e14d75
Bug 790056 - Remove WPA-EAP filter. r=vchang
2014-05-27 14:31:09 +08:00
Vincent Chang
3187452580
Bug 774582 part2 - Unable to know if there is a user connected to Wifi tethering network. r=mrbkap
2014-05-29 13:50:57 +08: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