[Webkit-unassigned] [Bug 24150] Add virtual ScriptExecutionContext::encoding()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 25 17:22:10 PST 2009


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


dimich at chromium.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Move TextResourceDecoder    |Add virtual
                   |(m_decoder) from Document to|ScriptExecutionContext::enco
                   |ScriptExecutionContext.     |ding()




------- Comment #4 from dimich at chromium.org  2009-02-25 17:22 PDT -------
Agreed. Changing the title of the bug and attaching new patch.

Instead of moving the decoder, have a virtual method that returns the encoding
as a String.

Document does what it did with decoder, while WorkerContext initially inherits
the encoding from the parent context and then updates it after script loading.

Also update WorkerContext::completeURL to use the encoding.


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