| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
I think users should be given an opportunity to decide on the pasted content, letting them determine the length and format of the content being pasted. Could you please help review the code when you have time?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Reviewer source(s):
kere...@chromium.org is from context(googleclient/chrome/chromium_gwsq/ui/views/config.gwsq)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
wont this be an issue on other Textfields (e.g. omnibox) as well?
// Pasting very large text (e.g., >10 MB) into views::Textfield causes severe UIIs it pasting or rendering the large text causing the lag?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
and supply them to the Textfield.The Chrome address bar (Omnibox)```suggestion
and supply them to the Textfield. The Chrome address bar (Omnibox)
```
Bug: 457203690This bug is about pasting text to `chrome://bookmarks/` WebUI, not views.
// Textfield.The Chrome address bar (Omnibox) mitigates this by truncating```suggestion
// Textfield. The Chrome address bar (Omnibox) mitigates this by truncating
```
bool intercept)Can we make this controller always intercept the paste? If a test needs to test the non-intercepting case, it should not use this controller at all.