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

feat: enable builtin spellchecker #20897

Merged
merged 2 commits into from Oct 31, 2019
Merged

feat: enable builtin spellchecker #20897

merged 2 commits into from Oct 31, 2019

Commits on Oct 31, 2019

  1. feat: enable builtin spellchecker (#20692)

    * chore: add code required to use chromes spellchecker
    
    * chore: fix linting
    
    * chore: manifests needs buildflags now
    
    * chore: add dictionarySuggestions to the context menu event when the spellchecker is active
    
    * chore: enable by default for windows builds
    
    * chore: add patch to remove incognito usage in the spellchecker
    
    * chore: add dependencies on spellcheck common and flags
    
    * chore: conditionally include spell check panel impl
    
    * chore: fix deps for spellcheck feature flags
    
    * chore: add patch for electron resources
    
    * chore: add dependency on //components/language/core/browser
    
    * chore: patches to make hunspell work on windows
    
    * build: collect hunspell dictionaries into a zip file and publish
    
    * chore: clean up patches
    
    * chore: add docs and set spell checker url method
    
    * chore: fix error handling
    
    * chore: fix hash logic
    
    * build: update hunspell filename generator
    
    * fix: default spellchecker list to the current system locale if we can
    
    * docs: document the language getter
    
    * chore: patch IDS_ resources for linux builds
    
    * feat: add spellcheck webpref flag to disable the builtin spellchecker
    
    * chore: fix docs typo
    
    * chore: clean up spellchecker impl as per feedback
    
    * remove unneeded deps
    MarshallOfSound committed Oct 31, 2019
    Copy the full SHA
    82c8112 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    46d5e16 View commit details
    Browse the repository at this point in the history