[Webkit-unassigned] [Bug 53224] New: Web Socket Console Messages Are Not Localized

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 26 23:11:45 PST 2011


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

           Summary: Web Socket Console Messages Are Not Localized
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joepeck at webkit.org
                CC: ap at webkit.org, yutak at chromium.org, ukai at chromium.org


There are numerous strings that can be added to the console that aren't localized.
There may be others than the ones mentioned here.

In WebSocketHandshake::readStatusLine:
http://trac.webkit.org/browser/trunk/Source/WebCore/websockets/WebSocketHandshake.cpp#L430

    "Status line contains embedded null"
    "Status line is too long"
    "No response code found: ..."
    "Status line does not end with CRLF"
    "Invalid status code: ..."

In WebSocketHandshake::readHTTPHeaders:
http://trac.webkit.org/browser/trunk/Source/WebCore/websockets/WebSocketHandshake.cpp#L497

    "CR doesn't follow LF at ..."
    "Unexpected CR in name at ..."
    "Unexpected LF in name at ..."
    "Unexpected LF in value at ..."
    "CR doesn't follow LF after value at ..."
    "invalid UTF-8 sequence in header name"
    "invalid UTF-8 sequence in header value"

And WebSocketHandshake::checkResponseHeaders:
http://trac.webkit.org/browser/trunk/Source/WebCore/websockets/WebSocketHandshake.cpp#L582

    "Error during WebSocket handshake: 'sec-websocket-origin' header is missing"
    "Error during WebSocket handshake: 'sec-websocket-location' header is missing"
    "Error during WebSocket handshake: origin mismatch: " + clientOrigin() + " != " + m_wsOrigin
    "Error during WebSocket handshake: location mismatch: " + clientLocation() + " != " + m_wsLocation
    "Error during WebSocket handshake: protocol mismatch: " + m_clientProtocol + " != " + m_wsProtocol

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