Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate WhitelistingTextInputFormatter and BlacklistingTextInputFormatter #59120

Merged
merged 4 commits into from Jun 19, 2020

Commits on Jun 18, 2020

  1. Deprecate WhitelistingTextInputFormatter and BlacklistingTextInputFor…

    …matter
    
    They are replaced by the single class FilteringTextInputFormatter.
    Hixie committed Jun 18, 2020
    Copy the full SHA
    4dfc137 View commit details
    Browse the repository at this point in the history
  2. Remove deprecated_member_use_from_same_package

    Since I ignored this lint rather than adding a bunch of //ignores in the earlier commit, I also go and clean up other places we ignored this lint.
    Hixie committed Jun 18, 2020
    Copy the full SHA
    b1e98d7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    cbc402a View commit details
    Browse the repository at this point in the history
  4. Fix merge problems

    Hixie committed Jun 18, 2020
    Copy the full SHA
    d001fe1 View commit details
    Browse the repository at this point in the history