[Webkit-unassigned] [Bug 109404] Add selectTrailingWhitespaceEnabled setting to WebCore::Page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 7 11:34:01 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=109404





--- Comment #33 from Ryosuke Niwa <rniwa at webkit.org>  2013-03-07 11:36:24 PST ---
(From update of attachment 191944)
View in context: https://bugs.webkit.org/attachment.cgi?id=191944&action=review

> Source/WebKit/chromium/src/EditorClientImpl.cpp:110
>  #if OS(WINDOWS)
>      return true;
>  #else

I would remove this if-def and return false if I were you since it shouldn't matter what we return in that case.

> Source/WebKit/mac/WebCoreSupport/WebEditorClient.mm:248
> +        return true;

This should return false.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list