[Webkit-unassigned] [Bug 39854] Refactor platform depedent editing behavior code out of Settings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 27 14:39:59 PDT 2010


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





--- Comment #1 from Antonio Gomes (tonikitoo) <tonikitoo at webkit.org>  2010-05-27 14:39:56 PST ---
Created an attachment (id=57277)
 --> (https://bugs.webkit.org/attachment.cgi?id=57277)
wip - first materialization of the idea

A quick prototype of the idea we discussed.

Basically, it adds a EditorSettings class, also owned by Page. The idea is to gradually move all EditingBehavior stuff in Settings to this new EditorSettings class, and change callsites of Settings::editorBehavior() to use the methods we add into this class.

I've showed how it is going to happen in the RenderBlock case, for now. (please ignore the method name)

Darin, Ojan, could you please validate that before I go on?

-- 
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