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

Issue 22364005: Added stub portalled wifi network. (Closed)

Created:
7 years, 4 months ago by ygorshenin1
Modified:
7 years, 4 months ago
Reviewers:
oshima
CC:
chromium-reviews, cbentzel+watch_chromium.org, nkostylev+watch_chromium.org, gspencer+watch_chromium.org, gauravsh+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, Nikita (slow)
Visibility:
Public.

Description

Added stub portalled wifi network. Added stub portalled wifi network for testing captive portal UI on the ChromeOS build. To use it one's need run chrome with the folliwing switches: --disable-stub-ethernet --use-new-network-connection-handler --default-stub-network-state-idle --enable-stub-portalled-wifi BUG=246391 TEST=manual tests on Lumpy Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=217099

Patch Set 1 #

Total comments: 6

Patch Set 2 : Fix, sync. #

Total comments: 10

Patch Set 3 : Fix, sync. #

Patch Set 4 : Fix, sync. #

Patch Set 5 : IsStubPortalledWifiEnabled() is exported. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -4 lines) Patch
M chrome/browser/chromeos/net/network_portal_detector_impl.cc View 1 2 3 chunks +12 lines, -3 lines 0 comments Download
M chromeos/chromeos_switches.h View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M chromeos/chromeos_switches.cc View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M chromeos/dbus/shill_service_client_stub.h View 1 2 3 4 2 chunks +6 lines, -0 lines 0 comments Download
M chromeos/dbus/shill_service_client_stub.cc View 1 2 3 5 chunks +32 lines, -1 line 0 comments Download

Messages

Total messages: 14 (0 generated)
ygorshenin1
7 years, 4 months ago (2013-08-06 17:27:45 UTC) #1
oshima
https://codereview.chromium.org/22364005/diff/1/chromeos/dbus/shill_service_client_stub.cc File chromeos/dbus/shill_service_client_stub.cc (right): https://codereview.chromium.org/22364005/diff/1/chromeos/dbus/shill_service_client_stub.cc#newcode45 chromeos/dbus/shill_service_client_stub.cc:45: const char ShillServiceClientStub::kStubPortalledWifiName[] = "Portalled Wifi"; If you follow ...
7 years, 4 months ago (2013-08-06 21:00:01 UTC) #2
ygorshenin1
PTAL https://codereview.chromium.org/22364005/diff/1/chromeos/dbus/shill_service_client_stub.cc File chromeos/dbus/shill_service_client_stub.cc (right): https://codereview.chromium.org/22364005/diff/1/chromeos/dbus/shill_service_client_stub.cc#newcode45 chromeos/dbus/shill_service_client_stub.cc:45: const char ShillServiceClientStub::kStubPortalledWifiName[] = "Portalled Wifi"; On 2013/08/06 ...
7 years, 4 months ago (2013-08-07 09:00:30 UTC) #3
oshima
lgtm if all comments addressed. https://codereview.chromium.org/22364005/diff/10001/chrome/browser/chromeos/net/network_portal_detector_impl.cc File chrome/browser/chromeos/net/network_portal_detector_impl.cc (right): https://codereview.chromium.org/22364005/diff/10001/chrome/browser/chromeos/net/network_portal_detector_impl.cc#newcode13 chrome/browser/chromeos/net/network_portal_detector_impl.cc:13: #include "chrome/common/chrome_switches.h" this looks ...
7 years, 4 months ago (2013-08-07 16:01:12 UTC) #4
ygorshenin1
Many thanks! https://codereview.chromium.org/22364005/diff/10001/chrome/browser/chromeos/net/network_portal_detector_impl.cc File chrome/browser/chromeos/net/network_portal_detector_impl.cc (right): https://codereview.chromium.org/22364005/diff/10001/chrome/browser/chromeos/net/network_portal_detector_impl.cc#newcode13 chrome/browser/chromeos/net/network_portal_detector_impl.cc:13: #include "chrome/common/chrome_switches.h" On 2013/08/07 16:01:12, oshima wrote: ...
7 years, 4 months ago (2013-08-08 08:05:57 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ygorshenin@chromium.org/22364005/18001
7 years, 4 months ago (2013-08-08 10:36:39 UTC) #6
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 4 months ago (2013-08-08 19:40:35 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ygorshenin@chromium.org/22364005/18001
7 years, 4 months ago (2013-08-09 14:42:19 UTC) #8
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 4 months ago (2013-08-09 15:07:53 UTC) #9
ygorshenin1
+ Nikita Oshima, could you please help me? I'm trying to land this CL, but ...
7 years, 4 months ago (2013-08-12 09:12:48 UTC) #10
oshima
You need to export ShillServiceClientStub because they build with component=shared_library. On Mon, Aug 12, 2013 ...
7 years, 4 months ago (2013-08-12 14:25:15 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ygorshenin@chromium.org/22364005/49001
7 years, 4 months ago (2013-08-12 14:55:01 UTC) #12
commit-bot: I haz the power
Change committed as 217099
7 years, 4 months ago (2013-08-12 22:30:27 UTC) #13
ygorshenin1
7 years, 4 months ago (2013-08-13 07:49:17 UTC) #14
Message was sent while issue was closed.
On 2013/08/12 14:25:15, oshima wrote:
> You need to export ShillServiceClientStub because they build with
> component=shared_library.

It helped! Many thanks!

>
> 
> On Mon, Aug 12, 2013 at 2:12 AM, <mailto:ygorshenin@chromium.org> wrote:
> 
> > + Nikita
> >
> > Oshima, could you please help me?
> > I'm trying to land this CL, but still receive following compilation error
> > from
> > chromeos trybots:
> > http://build.chromium.org/p/**tryserver.chromium/builders/**
> >
>
linux_chromeos/builds/144732/**steps/compile/logs/stdio<http://build.chromium.org/p/tryserver.chromium/builders/linux_chromeos/builds/144732/steps/compile/logs/stdio>
> >
> > network_portal_detector_impl.**cc is included into browser_chromeos
> > static library
> > (https://code.google.com/p/**chromium/codesearch#chromium/**
> > src/chrome/chrome_browser_**chromeos.gypi&q=network_**
> >
>
portal_detector_impl.cc&sq=**package:chromium&type=cs&l=9<https://code.google.com/p/chromium/codesearch#chromium/src/chrome/chrome_browser_chromeos.gypi&q=network_portal_detector_impl.cc&sq=package:chromium&type=cs&l=9>
> > ),
> > which depends on chromeos/chromeos.gyp:chromeos target, so, there should
> > not be
> > any problems with linkage, and when I compile this CL locally, everything
> > is
> > fine.
> >
> > Do you know what could cause the problem with compilation on trybots?
> >
> >
>
https://codereview.chromium.**org/22364005/%3Chttps://codereview.chromium.org...>
> >

Powered by Google App Engine
This is Rietveld 408576698