[Webkit-unassigned] [Bug 37175] Factor DocumentWriter out of FrameLoader

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 8 16:26:37 PDT 2010


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





--- Comment #8 from Adam Barth <abarth at webkit.org>  2010-04-08 16:26:37 PST ---
> I like, but don't love, the name "document writer". In particular, it seems
> that the caller of "write" is what you would call the writer. The object you
> call write *on* is not the writer. I'll try to think of another word for you.

Another point of interest on this subject is that DocumentWriter does call
write() on the tokenizer:

+         tokenizer->write(decoded, true);

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