In Progress
Status Update
Comments
24...@project.gserviceaccount.com <24...@project.gserviceaccount.com> #2
I highly support this, this way every current FormGroup
subclass can define only the functions it needs (Everything besides Address
can get rid of the AutofillType
API and of the app_locale
parameters, many classes could also get rid of the VerificationStatus
API, etc.)
AutofillProfile
could then implement a GetDataForType(FieldType) -> absl::variant<Address, NameInfo, ...>
and provide the current API with visit
calls instead of polymorphism.
Description
Fuzzing Engine: libFuzzer
Fuzz Target: renderer_in_process_mojolpm_fuzzer
Job Type: libfuzzer_chrome_asan
Platform Id: linux
Crash Type: CHECK failure
Crash Address:
Crash State:
is not a valid id in extension_action_runner.cc
extensions::ExtensionActionRunner::OnRequestScriptInjectionPermission
extensions::ChromeExtensionFrameHost::RequestScriptInjectionPermission
Sanitizer: address (ASAN)
Regressed:
Reproducer Testcase:
Issue filed automatically.
See