Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Issue 1680483002: ARC: Implement the startScan API to start scanning of WiFI APs. (Closed)

Created:
4 years, 10 months ago by abhishekbh
Modified:
4 years, 10 months ago
CC:
Aaron Boodman, abarth-chromium, ben+mojo_chromium.org, cbentzel+watch_chromium.org, chromium-reviews, darin (slow to review), qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

ARC: Implement the startScan API to start scanning of WiFI APs. This change makes the host start scanning for WiFi APs when a startScan request is sent from the instance. BUG=584886 BUG=b/26495967 Committed: https://crrev.com/e62feb84e8b87eb3020a2c9b55324387b240412c Cr-Commit-Position: refs/heads/master@{#376112}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Add MinVersion to mojom #

Total comments: 2

Patch Set 3 : StartScan does not have a callback. #

Patch Set 4 : Removed callback in StartScan prototype. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -4 lines) Patch
M components/arc/common/net.mojom View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M components/arc/net/arc_net_host_impl.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M components/arc/net/arc_net_host_impl.cc View 1 2 3 2 chunks +10 lines, -4 lines 2 comments Download

Messages

Total messages: 27 (9 generated)
abhishekbh
CL for startScan WiFi API.
4 years, 10 months ago (2016-02-06 05:09:35 UTC) #2
abhishekbh
4 years, 10 months ago (2016-02-06 05:12:18 UTC) #4
Luis Héctor Chávez
Adding the correct lhchavez and elijahtaylor.
4 years, 10 months ago (2016-02-08 16:33:37 UTC) #6
Luis Héctor Chávez
https://codereview.chromium.org/1680483002/diff/1/components/arc/common/net.mojom File components/arc/common/net.mojom (right): https://codereview.chromium.org/1680483002/diff/1/components/arc/common/net.mojom#newcode38 components/arc/common/net.mojom:38: StartScan@2() => (bool result); [MinVersion=1] https://codereview.chromium.org/1680483002/diff/1/components/arc/net/arc_net_host_impl.cc File components/arc/net/arc_net_host_impl.cc (right): ...
4 years, 10 months ago (2016-02-08 16:35:46 UTC) #7
hidehiko
Please run trybots.
4 years, 10 months ago (2016-02-09 06:47:14 UTC) #8
abhishekbh
On 2016/02/09 06:47:14, hidehiko wrote: > Please run trybots. Done.
4 years, 10 months ago (2016-02-10 02:47:28 UTC) #9
cernekee
https://codereview.chromium.org/1680483002/diff/20001/components/arc/common/net.mojom File components/arc/common/net.mojom (right): https://codereview.chromium.org/1680483002/diff/20001/components/arc/common/net.mojom#newcode38 components/arc/common/net.mojom:38: [MinVersion=1] StartScan@2() => (); Per our discussion yesterday, we'll ...
4 years, 10 months ago (2016-02-10 21:37:58 UTC) #10
abhishekbh
Addressed concerns. Changed StartScan() => () to StartScan() https://codereview.chromium.org/1680483002/diff/1/components/arc/common/net.mojom File components/arc/common/net.mojom (right): https://codereview.chromium.org/1680483002/diff/1/components/arc/common/net.mojom#newcode38 components/arc/common/net.mojom:38: StartScan@2() ...
4 years, 10 months ago (2016-02-12 02:17:33 UTC) #11
elijahtaylor1
lgtm
4 years, 10 months ago (2016-02-12 02:19:57 UTC) #12
abhishekbh
Can you approve this when you get time ?
4 years, 10 months ago (2016-02-12 03:05:37 UTC) #14
abhishekbh
4 years, 10 months ago (2016-02-12 03:10:08 UTC) #16
hidehiko
LGTM. dcheng@, PTAL for net.mojom as an OWNER?
4 years, 10 months ago (2016-02-12 06:48:57 UTC) #18
dcheng
https://codereview.chromium.org/1680483002/diff/60001/components/arc/net/arc_net_host_impl.cc File components/arc/net/arc_net_host_impl.cc (right): https://codereview.chromium.org/1680483002/diff/60001/components/arc/net/arc_net_host_impl.cc#newcode114 components/arc/net/arc_net_host_impl.cc:114: GetStateHandler()->RequestScan(); How does ARC++ know when this is done?
4 years, 10 months ago (2016-02-13 02:32:01 UTC) #20
abhishekbh
PTAL (dcheng) https://codereview.chromium.org/1680483002/diff/60001/components/arc/net/arc_net_host_impl.cc File components/arc/net/arc_net_host_impl.cc (right): https://codereview.chromium.org/1680483002/diff/60001/components/arc/net/arc_net_host_impl.cc#newcode114 components/arc/net/arc_net_host_impl.cc:114: GetStateHandler()->RequestScan(); On 2016/02/13 02:32:01, dcheng wrote: > ...
4 years, 10 months ago (2016-02-16 22:00:05 UTC) #21
dcheng
lgtm
4 years, 10 months ago (2016-02-17 03:48:06 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1680483002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1680483002/60001
4 years, 10 months ago (2016-02-18 06:49:20 UTC) #24
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 10 months ago (2016-02-18 07:15:35 UTC) #25
commit-bot: I haz the power
4 years, 10 months ago (2016-02-18 07:17:06 UTC) #27
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/e62feb84e8b87eb3020a2c9b55324387b240412c
Cr-Commit-Position: refs/heads/master@{#376112}

Powered by Google App Engine
This is Rietveld 408576698