[Webkit-unassigned] [Bug 50344] New: wss (websockets ssl) support for gtk via new gio TLS support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 1 12:17:40 PST 2010


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

           Summary: wss (websockets ssl) support for gtk via new gio TLS
                    support
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: danw at gnome.org



Dan Winship <danw at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #75301|                            |review?
               Flag|                            |


Created an attachment (id=75301)
 --> (https://bugs.webkit.org/attachment.cgi?id=75301&action=review)
Update SocketStreamHandleSoup to do wss://

Attached patch uses GTlsConnection to make wss:// work. You can test it against http://websockets.org/echo.html.

(The GPollableOutputStream stuff is basically an abstraction of the previous GSocket-specific API, that works on both GSocketConnection and GTlsConnection.)

Notably missing from this patch is a change to configure.in to require glib >= 2.27.4 since I wasn't sure how you want to do that. (Currently the support for gsettings is just conditional on the glib version... so we could do the same thing here, and continue using the old ws://-only code with older glibs...)

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