[Webkit-unassigned] [Bug 24150] Move TextResourceDecoder (m_decoder) from Document to ScriptExecutionContext.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Feb 25 04:03:53 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=24150
------- Comment #3 from ap at webkit.org 2009-02-25 04:03 PDT -------
(From update of attachment 27950)
Why move displayStringModifiedByEncoding() to ScriptExecutionContext? It isn't
needed there.
Keeping a full-blown TextResourceDecoder in SEC while it only needs
TextEncoding doesn't look very good either. Document::m_decoder was the decoder
used for document source - but worker script source is decoded elsewhere.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list