[Webkit-unassigned] [Bug 9887] REGRESSION: WebContinuousSpellCheckingEnabled should enable continuous spell checking on all text areas
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Mon Sep 25 22:24:31 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=9887
timothy at hatcher.name changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #10520|review? |review-
Flag| |
------- Comment #8 from timothy at hatcher.name 2006-09-25 22:24 PDT -------
(From update of attachment 10520)
isContinuousSpellCheckingEnabled is semi hot code, so it would be best to just
have a file static BOOL continuousSpellCheckingEnabled. This will be faster
than a lookup through NSUserDefaults.
Also we usually don't store these toggled settings in a NSUserDefault, the
application would normally do this and call setContinuousSpellCheckingEnabled
with the default value. We don't have a default
for setSmartInsertDeleteEnabled, etc. If we did add a new NSUserDefaults key,
it should be added to WebPreferenceKeysPrivate.h.
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list