| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Change CXFA_TextProvider::GetEmbeddedObj() to take a string view
Take a string view instead of a string, since that is what
GetEmbeddedObj() needs internally. In turn, change its only caller to
create a string view and operate on the view instead of modifying the
actual string.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |