When a text field can be auto-filled, we may not want to auto-correct or even spellcheck user names and emails. Add a SPI to disable spellchecking to address this. <rdar://problem/26697937>
Created attachment 280995 [details] Adds an SPI
Comment on attachment 280995 [details] Adds an SPI View in context: https://bugs.webkit.org/attachment.cgi?id=280995&action=review > Source/WebCore/html/HTMLInputElement.cpp:120 > + , m_spellcheckEnabled(true) Maybe call this m_isSpellCheckingEnabled?
Committed r201942: <http://trac.webkit.org/changeset/201942>