[Webkit-unassigned] [Bug 73878] New: webkit.py: Really fix the printing of StringImpl now that 8 bit strings are present

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 5 16:48:53 PST 2011


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

           Summary: webkit.py: Really fix the printing of StringImpl now
                    that 8 bit strings are present
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kubo at profusion.mobi


r98624 turned StringImpl::m_data into StringImpl::{m_data8,m_data16}. r98785 made webkit.py always use m_data16, which does not work when the string is an 8-bit string (such as KURL::string()).

I was not able to directly call StringImpl::is8Bit() in the Python code, so I just reproduced the implementation there.

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