RESOLVED FIXED 51931
Keep track of active text substitution preferences
https://bugs.webkit.org/show_bug.cgi?id=51931
Summary Keep track of active text substitution preferences
Anders Carlsson
Reported 2011-01-05 10:07:04 PST
Keep track of active text substitution preferences
Attachments
Patch (15.03 KB, patch)
2011-01-05 10:10 PST, Anders Carlsson
mitz: review+
Anders Carlsson
Comment 1 2011-01-05 10:10:05 PST
mitz
Comment 2 2011-01-05 10:17:53 PST
Comment on attachment 78013 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=78013&action=review > WebKit2/UIProcess/API/mac/WKView.mm:544 > + if (flag == TextChecker::state().isAutomaticDashSubstitutionEnabled) Is it safe to compare a BOOL with a bool like this?
Darin Adler
Comment 3 2011-01-05 10:21:48 PST
Comment on attachment 78013 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=78013&action=review > WebKit2/UIProcess/API/mac/WKView.mm:386 > + Strange blank line here.
Anders Carlsson
Comment 4 2011-01-05 10:28:35 PST
Note You need to log in before you can comment on or make changes to this bug.