[Webkit-unassigned] [Bug 49714] Yensign hack should work with Shift_JIS encoding

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 22 01:36:04 PST 2010


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





--- Comment #15 from Kent Tamura <tkent at chromium.org>  2010-11-22 01:36:03 PST ---
(In reply to comment #14)
> One direction to try would be checking svn blame for encodingRegistryMutex to see why it was added.

I checked Bug 22341, and found no detail of the reason :-)

Anyway, my "Patch 3" is wrong. If no extended encodings are used before starting workers and then extended encodings are used in the workers, multiple threads can enter the HashSet initialization path.

I tried AtomicallyInitializedStatic(), but it produced a build error about global destructor.  So I decided to move these HashSets to TextEncodingRegistry.

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