Attention is currently required from: Jan Keitel.
Bruno Braga would like Jan Keitel to review this change.
[APC Sunset] Remove consent
Change-Id: Ife18c4c0f722729036c2adabe39061cf93d63a12
---
M chrome/browser/autofill_assistant/password_change/apc_onboarding_coordinator_impl.cc
M chrome/browser/autofill_assistant/password_change/apc_onboarding_coordinator_impl_unittest.cc
M chrome/browser/ui/BUILD.gn
D chrome/browser/ui/webui/settings/autofill_assistant_handler.cc
D chrome/browser/ui/webui/settings/autofill_assistant_handler.h
M chrome/browser/ui/webui/settings/settings_ui.cc
M components/consent_auditor/consent_auditor.h
M components/consent_auditor/consent_auditor_impl.cc
M components/consent_auditor/consent_auditor_impl.h
M components/consent_auditor/consent_auditor_impl_unittest.cc
M components/consent_auditor/fake_consent_auditor.cc
M components/consent_auditor/fake_consent_auditor.h
12 files changed, 10 insertions(+), 305 deletions(-)
To view, visit change 4055568. To unsubscribe, or for help writing mail filters, visit settings.
Attention is currently required from: Jan Keitel.
Attention is currently required from: Bruno Braga.
1 comment:
File chrome/browser/ui/webui/settings/settings_ui.cc:
web_ui->AddMessageHandler(std::make_unique<AutofillAssistantHandler>(
std::vector<int>{IDS_SETTINGS_AUTOFILL_ASSISTANT_PREF,
IDS_SETTINGS_AUTOFILL_ASSISTANT_PREF_DESC}));
If you remove this handler, than you should also remove the parts that use it, i.e. [this proxy](https://source.chromium.org/chromium/chromium/src/+/main:chrome/browser/resources/settings/privacy_page/autofill_assistant_browser_proxy.ts) and its users.
To view, visit change 4055568. To unsubscribe, or for help writing mail filters, visit settings.
Attention is currently required from: Jan Keitel.
1 comment:
File chrome/browser/ui/webui/settings/settings_ui.cc:
web_ui->AddMessageHandler(std::make_unique<AutofillAssistantHandler>(
std::vector<int>{IDS_SETTINGS_AUTOFILL_ASSISTANT_PREF,
IDS_SETTINGS_AUTOFILL_ASSISTANT_PREF_DESC}));
If you remove this handler, than you should also remove the parts that use it, i.e. […]
Done
To view, visit change 4055568. To unsubscribe, or for help writing mail filters, visit settings.
Attention is currently required from: Bruno Braga.
Patch set 5:Code-Review +1
1 comment:
File chrome/browser/autofill_assistant/password_change/apc_onboarding_coordinator_impl_unittest.cc:
Patch Set #5, Line 44: using consent_auditor::FakeConsentAuditor;
Remove.
To view, visit change 4055568. To unsubscribe, or for help writing mail filters, visit settings.
Attention is currently required from: Demetrios Papadopoulos, Markus Heintz, Ryan Hansberry.
Bruno Braga would like Ryan Hansberry, Demetrios Papadopoulos and Markus Heintz to review this change.
[APC Sunset] Remove consent
Change-Id: Ife18c4c0f722729036c2adabe39061cf93d63a12
---
M chrome/browser/autofill_assistant/password_change/apc_onboarding_coordinator_impl.cc
M chrome/browser/autofill_assistant/password_change/apc_onboarding_coordinator_impl_unittest.cc
M chrome/browser/resources/settings/BUILD.gn
M chrome/browser/resources/settings/chromeos/os_settings.gni
M chrome/browser/resources/settings/lazy_load.ts
D chrome/browser/resources/settings/privacy_page/autofill_assistant_browser_proxy.ts
M chrome/browser/resources/settings/privacy_page/personalization_options.ts
M chrome/browser/ui/BUILD.gn
D chrome/browser/ui/webui/settings/autofill_assistant_handler.cc
D chrome/browser/ui/webui/settings/autofill_assistant_handler.h
M chrome/browser/ui/webui/settings/settings_ui.cc
M chrome/test/data/webui/settings/BUILD.gn
M chrome/test/data/webui/settings/personalization_options_test.ts
D chrome/test/data/webui/settings/test_autofill_assistant_browser_proxy.ts
M components/consent_auditor/consent_auditor.h
M components/consent_auditor/consent_auditor_impl.cc
M components/consent_auditor/consent_auditor_impl.h
M components/consent_auditor/consent_auditor_impl_unittest.cc
M components/consent_auditor/fake_consent_auditor.cc
M components/consent_auditor/fake_consent_auditor.h
20 files changed, 13 insertions(+), 462 deletions(-)
Attention is currently required from: Demetrios Papadopoulos, Markus Heintz, Ryan Hansberry.
2 comments:
Patchset:
dpapad: settings/privacy_page/, lazy_load.ts, chrome/browser/ui/webui/settings/
Markus: consent_auditor.h
hansberry: os_settings.gni
File chrome/browser/autofill_assistant/password_change/apc_onboarding_coordinator_impl_unittest.cc:
Patch Set #5, Line 44: using consent_auditor::FakeConsentAuditor;
Remove.
Done
To view, visit change 4055568. To unsubscribe, or for help writing mail filters, visit settings.
Attention is currently required from: Bruno Braga, Demetrios Papadopoulos, Ryan Hansberry.
Patch set 6:Code-Review +1
1 comment:
Patchset:
consent_auditor changes LGTM
To view, visit change 4055568. To unsubscribe, or for help writing mail filters, visit settings.
Attention is currently required from: Bruno Braga, Demetrios Papadopoulos, Jan Keitel, Markus Heintz.
1 comment:
Patchset:
I'm not needed as reviewer here and don't have context -- dpapad@ can review os_settings.gni.
To view, visit change 4055568. To unsubscribe, or for help writing mail filters, visit settings.
Attention is currently required from: Bruno Braga, Jan Keitel, Markus Heintz.
4 comments:
Commit Message:
Could this CL be linked to a bug? Is it related to https://crbug.com/1386065 ?
File chrome/browser/resources/settings/privacy_page/personalization_options.ts:
Patch Set #10, Line 133: private shouldShowAutofillAssistant_: boolean;
This is still needed, as the Polymer proprety with the same name is not removed. Or should the Polymer property be removed as well?
const toggle = this.shadowRoot!.querySelector<SettingsToggleButtonElement>(
'#enableAutofillAssistantToggle');
Should the code at [1] also be removed?
File chrome/test/data/webui/settings/personalization_options_test.ts:
import {isVisible} from 'chrome://webui-test/test_util.js';
import {eventToPromise} from 'chrome://webui-test/test_util.js';
Should be merged to a single import statement.
To view, visit change 4055568. To unsubscribe, or for help writing mail filters, visit settings.
Attention is currently required from: Bruno Braga, Jan Keitel, Markus Heintz.
Bruno Braga uploaded patch set #11 to this change.
[APC Sunset] Remove consent
Bug: 1386065
Change-Id: Ife18c4c0f722729036c2adabe39061cf93d63a12
---
M chrome/browser/autofill_assistant/password_change/apc_onboarding_coordinator_impl.cc
M chrome/browser/autofill_assistant/password_change/apc_onboarding_coordinator_impl_unittest.cc
M chrome/browser/resources/settings/BUILD.gn
M chrome/browser/resources/settings/chromeos/os_settings.gni
M chrome/browser/resources/settings/lazy_load.ts
D chrome/browser/resources/settings/privacy_page/autofill_assistant_browser_proxy.ts
M chrome/browser/resources/settings/privacy_page/personalization_options.ts
M chrome/browser/ui/BUILD.gn
D chrome/browser/ui/webui/settings/autofill_assistant_handler.cc
D chrome/browser/ui/webui/settings/autofill_assistant_handler.h
M chrome/browser/ui/webui/settings/settings_ui.cc
M chrome/test/data/webui/settings/BUILD.gn
M chrome/test/data/webui/settings/personalization_options_test.ts
D chrome/test/data/webui/settings/test_autofill_assistant_browser_proxy.ts
M components/consent_auditor/consent_auditor.h
M components/consent_auditor/consent_auditor_impl.cc
M components/consent_auditor/consent_auditor_impl.h
M components/consent_auditor/consent_auditor_impl_unittest.cc
M components/consent_auditor/fake_consent_auditor.cc
M components/consent_auditor/fake_consent_auditor.h
20 files changed, 15 insertions(+), 483 deletions(-)
To view, visit change 4055568. To unsubscribe, or for help writing mail filters, visit settings.
Attention is currently required from: Demetrios Papadopoulos, Jan Keitel, Markus Heintz.
5 comments:
Commit Message:
Could this CL be linked to a bug? Is it related to https://crbug. […]
Done
Patchset:
Hi @jke...@google.com and @markus...@chromium.org could you folks take another look, your review got outdated =)
File chrome/browser/resources/settings/privacy_page/personalization_options.ts:
Patch Set #10, Line 133: private shouldShowAutofillAssistant_: boolean;
This is still needed, as the Polymer proprety with the same name is not removed. […]
nothing is needed anymore, thanks =)
const toggle = this.shadowRoot!.querySelector<SettingsToggleButtonElement>(
'#enableAutofillAssistantToggle');
Should the code at [1] also be removed? […]
Done
File chrome/test/data/webui/settings/personalization_options_test.ts:
import {isVisible} from 'chrome://webui-test/test_util.js';
import {eventToPromise} from 'chrome://webui-test/test_util.js';
Should be merged to a single import statement.
Done
To view, visit change 4055568. To unsubscribe, or for help writing mail filters, visit settings.
Attention is currently required from: Bruno Braga, Demetrios Papadopoulos, Markus Heintz.
Patch set 13:Code-Review +1
Attention is currently required from: Bruno Braga, Markus Heintz.
Patch set 13:Code-Review +1
2 comments:
Patchset:
LGTM with a question.
File chrome/browser/resources/settings/privacy_page/personalization_options.html:
label="$i18n{autofillAssistantPref}"
sub-label="$i18n{autofillAssistantPrefDesc}"
Can these string be removed now from [1]?
To view, visit change 4055568. To unsubscribe, or for help writing mail filters, visit settings.
Attention is currently required from: Demetrios Papadopoulos, Jan Keitel, Markus Heintz.
1 comment:
File chrome/browser/resources/settings/privacy_page/personalization_options.html:
label="$i18n{autofillAssistantPref}"
sub-label="$i18n{autofillAssistantPrefDesc}"
Can these string be removed now from [1]? […]
Done
To view, visit change 4055568. To unsubscribe, or for help writing mail filters, visit settings.
Attention is currently required from: Demetrios Papadopoulos, Jan Keitel, Markus Heintz.
1 comment:
Patchset:
Hi Folks, I have once again lost your lgtm after rebase. Can you please take a look again? =)
To view, visit change 4055568. To unsubscribe, or for help writing mail filters, visit settings.
Attention is currently required from: Bruno Braga, Demetrios Papadopoulos, Markus Heintz.
Patch set 14:Code-Review +1
Attention is currently required from: Bruno Braga, Markus Heintz.
Patch set 14:Code-Review +1
To view, visit change 4055568. To unsubscribe, or for help writing mail filters, visit settings.
Attention is currently required from: Bruno Braga.
Patch set 14:Code-Review +1
To view, visit change 4055568. To unsubscribe, or for help writing mail filters, visit settings.
Attention is currently required from: Bruno Braga.
Patch set 14:Commit-Queue +2
Chromium LUCI CQ submitted this change.
[APC Sunset] Remove consent
Bug: 1386065
Change-Id: Ife18c4c0f722729036c2adabe39061cf93d63a12
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4055568
Reviewed-by: Jan Keitel <jke...@google.com>
Commit-Queue: Bruno Braga <bruno...@google.com>
Reviewed-by: Demetrios Papadopoulos <dpa...@chromium.org>
Reviewed-by: Markus Heintz <markus...@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1077984}
---
M chrome/app/settings_chromium_strings.grdp
D chrome/app/settings_chromium_strings_grdp/IDS_SETTINGS_AUTOFILL_ASSISTANT_PREF.png.sha1
D chrome/app/settings_chromium_strings_grdp/IDS_SETTINGS_AUTOFILL_ASSISTANT_PREF_DESC.png.sha1
M chrome/app/settings_google_chrome_strings.grdp
D chrome/app/settings_google_chrome_strings_grdp/IDS_SETTINGS_AUTOFILL_ASSISTANT_PREF.png.sha1
D chrome/app/settings_google_chrome_strings_grdp/IDS_SETTINGS_AUTOFILL_ASSISTANT_PREF_DESC.png.sha1
M chrome/browser/autofill_assistant/password_change/apc_onboarding_coordinator_impl.cc
M chrome/browser/autofill_assistant/password_change/apc_onboarding_coordinator_impl_unittest.cc
M chrome/browser/resources/settings/BUILD.gn
M chrome/browser/resources/settings/chromeos/os_settings.gni
M chrome/browser/resources/settings/lazy_load.ts
D chrome/browser/resources/settings/privacy_page/autofill_assistant_browser_proxy.ts
M chrome/browser/resources/settings/privacy_page/personalization_options.html
M chrome/browser/resources/settings/privacy_page/personalization_options.ts
M chrome/browser/ui/BUILD.gn
D chrome/browser/ui/webui/settings/autofill_assistant_handler.cc
D chrome/browser/ui/webui/settings/autofill_assistant_handler.h
M chrome/browser/ui/webui/settings/settings_ui.cc
M chrome/browser/ui/webui/settings/shared_settings_localized_strings_provider.cc
M chrome/test/data/webui/settings/BUILD.gn
M chrome/test/data/webui/settings/personalization_options_test.ts
D chrome/test/data/webui/settings/test_autofill_assistant_browser_proxy.ts
M components/consent_auditor/consent_auditor.h
M components/consent_auditor/consent_auditor_impl.cc
M components/consent_auditor/consent_auditor_impl.h
M components/consent_auditor/consent_auditor_impl_unittest.cc
M components/consent_auditor/fake_consent_auditor.cc
M components/consent_auditor/fake_consent_auditor.h
28 files changed, 21 insertions(+), 529 deletions(-)