[Webkit-unassigned] [Bug 43227] Accumulation of marked up text in createMarkup (range version) must be centralized

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 29 21:05:12 PDT 2010


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





--- Comment #2 from Ryosuke Niwa <rniwa at webkit.org>  2010-07-29 21:05:11 PST ---
Created an attachment (id=63025)
 --> (https://bugs.webkit.org/attachment.cgi?id=63025)
cleanup proposal

(In reply to comment #1)
> Why must it be centralized?

Because there are many static functions in markup.cpp, and it's hard to understand the relationship between functions and two createMarkup functions.
So I'd like to introduce accumulator (wrapper for now) for the range version first, and gradually increase and organize the shared code between two functions.

See the attachment for what I mean.

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