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

Issue 343053002: Credential passing for WifiManager in Windows (Closed)

Created:
6 years, 6 months ago by Noam Samuel
Modified:
6 years, 3 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Pass credentials for WifiManager in Windows. BUG=370071 Committed: https://crrev.com/8383a9849bd233d0c1792375e13d5243434826bc Cr-Commit-Position: refs/heads/master@{#292700}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 18

Patch Set 5 : #

Patch Set 6 : #

Total comments: 2

Patch Set 7 : #

Total comments: 3

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+198 lines, -48 lines) Patch
M chrome/browser/extensions/api/networking_private/networking_private_credentials_getter_win.cc View 1 2 3 4 5 6 7 8 chunks +23 lines, -17 lines 0 comments Download
A chrome/browser/local_discovery/wifi/credential_getter_win.h View 1 2 3 4 5 6 7 8 9 1 chunk +48 lines, -0 lines 0 comments Download
A chrome/browser/local_discovery/wifi/credential_getter_win.cc View 1 2 3 4 5 6 7 8 9 1 chunk +69 lines, -0 lines 0 comments Download
M chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc View 1 2 3 4 5 6 7 8 9 7 chunks +42 lines, -5 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/extensions/chrome_utility_extensions_messages.h View 1 2 3 4 5 6 7 1 chunk +8 lines, -9 lines 0 comments Download
M chrome/utility/chrome_content_utility_ipc_whitelist.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/utility/extensions/extensions_handler.h View 1 2 3 4 5 6 7 1 chunk +1 line, -2 lines 0 comments Download
M chrome/utility/extensions/extensions_handler.cc View 1 2 3 4 5 6 7 8 9 3 chunks +4 lines, -14 lines 0 comments Download

Messages

Total messages: 57 (1 generated)
Noam Samuel
6 years, 6 months ago (2014-06-20 22:49:27 UTC) #1
Vitaly Buka (NO REVIEWS)
lgtm https://codereview.chromium.org/343053002/diff/60001/chrome/browser/local_discovery/wifi/credential_getter_win.h File chrome/browser/local_discovery/wifi/credential_getter_win.h (right): https://codereview.chromium.org/343053002/diff/60001/chrome/browser/local_discovery/wifi/credential_getter_win.h#newcode28 chrome/browser/local_discovery/wifi/credential_getter_win.h:28: const scoped_refptr<base::MessageLoopProxy>& callback_runner); base::TaskRunner* callback_runner https://codereview.chromium.org/343053002/diff/60001/chrome/browser/local_discovery/wifi/credential_getter_win.h#newcode44 chrome/browser/local_discovery/wifi/credential_getter_win.h:44: scoped_refptr<base::MessageLoopProxy> ...
6 years, 6 months ago (2014-06-21 00:33:39 UTC) #2
stevenjb
https://codereview.chromium.org/343053002/diff/60001/chrome/browser/extensions/api/networking_private/networking_private_credentials_getter_win.cc File chrome/browser/extensions/api/networking_private/networking_private_credentials_getter_win.cc (right): https://codereview.chromium.org/343053002/diff/60001/chrome/browser/extensions/api/networking_private/networking_private_credentials_getter_win.cc#newcode14 chrome/browser/extensions/api/networking_private/networking_private_credentials_getter_win.cc:14: using extensions::NetworkingPrivateCredentialsGetter; Unnecessary? (Code is in extensions namespace) https://codereview.chromium.org/343053002/diff/60001/chrome/browser/extensions/api/networking_private/networking_private_credentials_getter_win.cc#newcode16 ...
6 years, 6 months ago (2014-06-23 17:12:20 UTC) #3
Vitaly Buka (NO REVIEWS)
https://codereview.chromium.org/343053002/diff/60001/chrome/browser/local_discovery/wifi/credential_getter_win.h File chrome/browser/local_discovery/wifi/credential_getter_win.h (right): https://codereview.chromium.org/343053002/diff/60001/chrome/browser/local_discovery/wifi/credential_getter_win.h#newcode28 chrome/browser/local_discovery/wifi/credential_getter_win.h:28: const scoped_refptr<base::MessageLoopProxy>& callback_runner); Usually Chrome code use TaskRunner or ...
6 years, 6 months ago (2014-06-23 17:46:27 UTC) #4
Noam Samuel
https://codereview.chromium.org/343053002/diff/60001/chrome/browser/extensions/api/networking_private/networking_private_credentials_getter_win.cc File chrome/browser/extensions/api/networking_private/networking_private_credentials_getter_win.cc (right): https://codereview.chromium.org/343053002/diff/60001/chrome/browser/extensions/api/networking_private/networking_private_credentials_getter_win.cc#newcode14 chrome/browser/extensions/api/networking_private/networking_private_credentials_getter_win.cc:14: using extensions::NetworkingPrivateCredentialsGetter; On 2014/06/23 17:12:20, stevenjb wrote: > Unnecessary? ...
6 years, 6 months ago (2014-06-23 17:55:44 UTC) #5
Vitaly Buka (NO REVIEWS)
BUG id?
6 years, 6 months ago (2014-06-23 17:57:54 UTC) #6
Noam Samuel
+thestig@ for chrome_content_utility_client review
6 years, 6 months ago (2014-06-23 17:58:09 UTC) #7
stevenjb
https://codereview.chromium.org/343053002/diff/100001/chrome/browser/extensions/api/networking_private/networking_private_credentials_getter_win.cc File chrome/browser/extensions/api/networking_private/networking_private_credentials_getter_win.cc (right): https://codereview.chromium.org/343053002/diff/100001/chrome/browser/extensions/api/networking_private/networking_private_credentials_getter_win.cc#newcode42 chrome/browser/extensions/api/networking_private/networking_private_credentials_getter_win.cc:42: callback.Run(base64_encoded_ciphertext, ""); , error
6 years, 6 months ago (2014-06-23 18:18:29 UTC) #8
Noam Samuel
https://codereview.chromium.org/343053002/diff/100001/chrome/browser/extensions/api/networking_private/networking_private_credentials_getter_win.cc File chrome/browser/extensions/api/networking_private/networking_private_credentials_getter_win.cc (right): https://codereview.chromium.org/343053002/diff/100001/chrome/browser/extensions/api/networking_private/networking_private_credentials_getter_win.cc#newcode42 chrome/browser/extensions/api/networking_private/networking_private_credentials_getter_win.cc:42: callback.Run(base64_encoded_ciphertext, ""); On 2014/06/23 18:18:29, stevenjb wrote: > , ...
6 years, 6 months ago (2014-06-23 18:35:16 UTC) #9
Lei Zhang
On 2014/06/23 17:58:09, Noam Samuel wrote: > +thestig@ for chrome_content_utility_client review lgtm
6 years, 6 months ago (2014-06-23 18:57:38 UTC) #10
stevenjb
lgtm
6 years, 6 months ago (2014-06-23 19:22:41 UTC) #11
Jorge Lucangeli Obes
Is there anything specific that you want me to review, or should I take a ...
6 years, 6 months ago (2014-06-23 22:24:00 UTC) #12
Noam Samuel
On 2014/06/23 22:24:00, jorgelo (OOO till July 11th) wrote: > Is there anything specific that ...
6 years, 5 months ago (2014-07-08 20:22:52 UTC) #13
Jorge Lucangeli Obes
I see a lot of code moved around but I don't see the utility side ...
6 years, 5 months ago (2014-07-22 17:20:05 UTC) #14
Vitaly Buka (NO REVIEWS)
On 2014/07/22 17:20:05, Jorge Lucangeli Obes wrote: > I see a lot of code moved ...
6 years, 5 months ago (2014-07-22 17:38:57 UTC) #15
Jorge Lucangeli Obes
On 2014/07/22 17:38:57, Vitaly Buka wrote: > On 2014/07/22 17:20:05, Jorge Lucangeli Obes wrote: > ...
6 years, 5 months ago (2014-07-22 18:00:27 UTC) #16
Vitaly Buka (NO REVIEWS)
On 2014/07/22 18:00:27, Jorge Lucangeli Obes wrote: > On 2014/07/22 17:38:57, Vitaly Buka wrote: > ...
6 years, 5 months ago (2014-07-22 18:06:00 UTC) #17
Jorge Lucangeli Obes
On 2014/07/22 18:06:00, Vitaly Buka wrote: > On 2014/07/22 18:00:27, Jorge Lucangeli Obes wrote: > ...
6 years, 5 months ago (2014-07-22 18:08:15 UTC) #18
Noam Samuel
On 2014/07/22 18:08:15, Jorge Lucangeli Obes wrote: > On 2014/07/22 18:06:00, Vitaly Buka wrote: > ...
6 years, 5 months ago (2014-07-22 18:12:06 UTC) #19
Jorge Lucangeli Obes
https://codereview.chromium.org/343053002/diff/120001/chrome/common/chrome_utility_messages.h File chrome/common/chrome_utility_messages.h (right): https://codereview.chromium.org/343053002/diff/120001/chrome/common/chrome_utility_messages.h#newcode521 chrome/common/chrome_utility_messages.h:521: IPC_MESSAGE_CONTROL1(ChromeUtilityHostMsg_GetWiFiCredentials, So this is not encrypted anymore? The comment ...
6 years, 5 months ago (2014-07-22 18:18:49 UTC) #20
Noam Samuel
https://codereview.chromium.org/343053002/diff/120001/chrome/common/chrome_utility_messages.h File chrome/common/chrome_utility_messages.h (right): https://codereview.chromium.org/343053002/diff/120001/chrome/common/chrome_utility_messages.h#newcode521 chrome/common/chrome_utility_messages.h:521: IPC_MESSAGE_CONTROL1(ChromeUtilityHostMsg_GetWiFiCredentials, On 2014/07/22 18:18:49, Jorge Lucangeli Obes wrote: > ...
6 years, 5 months ago (2014-07-23 17:19:11 UTC) #21
Jorge Lucangeli Obes
On 2014/07/23 17:19:11, Noam Samuel wrote: > https://codereview.chromium.org/343053002/diff/120001/chrome/common/chrome_utility_messages.h > File chrome/common/chrome_utility_messages.h (right): > > https://codereview.chromium.org/343053002/diff/120001/chrome/common/chrome_utility_messages.h#newcode521 ...
6 years, 5 months ago (2014-07-23 17:34:22 UTC) #22
chromium-reviews
The encryption is still being worked on. If you're more comfortable with it, we can ...
6 years, 5 months ago (2014-07-23 17:40:04 UTC) #23
Jorge Lucangeli Obes
On 2014/07/23 17:40:04, chromium-reviews wrote: > The encryption is still being worked on. If you're ...
6 years, 5 months ago (2014-07-23 20:01:28 UTC) #24
Noam Samuel
On 2014/07/23 20:01:28, Jorge Lucangeli Obes wrote: > On 2014/07/23 17:40:04, chromium-reviews wrote: > > ...
6 years, 5 months ago (2014-07-23 21:01:05 UTC) #25
Jorge Lucangeli Obes
On 2014/07/23 21:01:05, Noam Samuel wrote: > On 2014/07/23 20:01:28, Jorge Lucangeli Obes wrote: > ...
6 years, 5 months ago (2014-07-23 21:03:52 UTC) #26
Noam Samuel
The CQ bit was checked by noamsml@chromium.org
6 years, 5 months ago (2014-07-23 21:11:24 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/noamsml@chromium.org/343053002/120001
6 years, 5 months ago (2014-07-23 21:15:33 UTC) #28
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_aosp on tryserver.chromium ...
6 years, 5 months ago (2014-07-24 00:57:23 UTC) #29
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-24 01:05:15 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_chromium_gn_compile_rel/builds/25310) android_clang_dbg on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_clang_dbg/builds/163935) android_dbg ...
6 years, 5 months ago (2014-07-24 01:05:16 UTC) #31
Noam Samuel
The CQ bit was checked by noamsml@chromium.org
6 years, 3 months ago (2014-08-28 18:10:10 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/noamsml@chromium.org/343053002/140001
6 years, 3 months ago (2014-08-28 18:10:47 UTC) #33
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: mac_gpu on tryserver.chromium.gpu ...
6 years, 3 months ago (2014-08-28 19:06:33 UTC) #34
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 3 months ago (2014-08-28 19:11:04 UTC) #35
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_rel on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_rel/builds/7100)
6 years, 3 months ago (2014-08-28 19:11:06 UTC) #36
Noam Samuel
The CQ bit was checked by noamsml@chromium.org
6 years, 3 months ago (2014-08-28 21:20:57 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/noamsml@chromium.org/343053002/160001
6 years, 3 months ago (2014-08-28 21:21:59 UTC) #38
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: mac_gpu on tryserver.chromium.gpu ...
6 years, 3 months ago (2014-08-28 23:01:19 UTC) #39
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 3 months ago (2014-08-28 23:06:46 UTC) #40
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/7503)
6 years, 3 months ago (2014-08-28 23:06:47 UTC) #41
Noam Samuel
noamsml@chromium.org changed reviewers: + kalman@chromium.org
6 years, 3 months ago (2014-08-28 23:13:02 UTC) #42
Noam Samuel
+kalman for chrome_utility_extension_messages
6 years, 3 months ago (2014-08-28 23:13:03 UTC) #43
Lei Zhang
On 2014/08/28 23:13:03, Noam Samuel wrote: > +kalman for chrome_utility_extension_messages No, you need a security ...
6 years, 3 months ago (2014-08-28 23:15:55 UTC) #44
not at google - send to devlin
You need an IPC owner not an extension owner.
6 years, 3 months ago (2014-08-28 23:15:58 UTC) #45
Lei Zhang
thestig@chromium.org changed reviewers: + jschuh@chromium.org
6 years, 3 months ago (2014-08-28 23:16:41 UTC) #46
Lei Zhang
+jschuh ^ I'll review and possibly sync up the OWNERS files.
6 years, 3 months ago (2014-08-28 23:16:41 UTC) #47
jschuh
On 2014/08/28 23:16:41, Lei Zhang wrote: > +jschuh ^ > > I'll review and possibly ...
6 years, 3 months ago (2014-08-28 23:55:28 UTC) #48
Vitaly Buka (NO REVIEWS)
The CQ bit was checked by vitalybuka@chromium.org
6 years, 3 months ago (2014-08-29 00:16:49 UTC) #49
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/noamsml@chromium.org/343053002/160001
6 years, 3 months ago (2014-08-29 00:19:39 UTC) #50
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: mac_gpu on tryserver.chromium.gpu ...
6 years, 3 months ago (2014-08-29 00:38:43 UTC) #51
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 3 months ago (2014-08-29 00:43:23 UTC) #52
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg/builds/10665)
6 years, 3 months ago (2014-08-29 00:43:25 UTC) #53
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/noamsml@chromium.org/343053002/180001
6 years, 3 months ago (2014-08-29 18:47:25 UTC) #55
commit-bot: I haz the power
Committed patchset #10 (id:180001) as f611114d8f2ef08eb6f374fc1ff20300ac60811a
6 years, 3 months ago (2014-08-29 22:47:47 UTC) #56
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:11:09 UTC) #57
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/8383a9849bd233d0c1792375e13d5243434826bc
Cr-Commit-Position: refs/heads/master@{#292700}

Powered by Google App Engine
This is Rietveld 408576698