[Webkit-unassigned] [Bug 64676] New: Unable to load MHT file wrote in Linux editor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 17 23:23:29 PDT 2011


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

           Summary: Unable to load MHT file wrote in Linux editor
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: andyshou at google.com
                CC: jnd at chromium.org


In Windows, CRLF ('\r\n') is the standard char of separating lines. However, in Linux, when writing webpage in text editor, such as gedit, the default line separator is LF('\n'). When loading MHTML files in WebKit, it use SharedBufferChunkReader which only regard '\r\n' as separator of lines.
The attachment MHTML file was wrote in Linux which cannot be loaded in WebKit.

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