| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
autofill: Wrap all fields in test::FieldDescription in std::optional
This allows other functions to reuse this type and check if a test
explicitly set the field or if it simply wanted to use the default
value.
Specifically, this will be used by crrev.com/c/7912947 that creates a
custom matcher that can directly match a `FormFieldData` against a
`test::FieldDescription` without the need of creating another
`FormFieldData` first.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |