[Webkit-unassigned] [Bug 10813] REGRESSION (r16245): double-clicking on javascript exceptions fails to show source

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Mon Sep 11 15:31:08 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10813


opendarwin.org at mitzpettel.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at nypop.com,
                   |                            |opendarwin.org at mitzpettel.co
                   |                            |m, darin at apple.com
           Keywords|                            |Regression
            Summary|Regression: double-clicking |REGRESSION (r16245): double-
                   |on javascript exceptions    |clicking on javascript
                   |fails to show source        |exceptions fails to show
                   |                            |source




------- Comment #2 from opendarwin.org at mitzpettel.com  2006-09-11 15:31 PDT -------
The regression happend between in r16245 (text encoding fixes, bug 10728).
+[WebCoreFrameBridge stringWithData:textEncodingName:] is assumed to default to
Latin-1 when passed nil for the encoding name, but nothing in the code supports
it: TextEncoding just passes the nil down to atomicCanonicalTextEncodingName()
which returns 0. The TextEncoding's m_encoding remains 0, and consequently it
doesn't decode or encode.


-- 
Configure bugmail: http://bugzilla.opendarwin.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