[Webkit-unassigned] [Bug 28038] WebSocket API implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 8 13:25:39 PDT 2009


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





--- Comment #42 from Andrew Wilson <atwilson at chromium.org>  2009-09-08 13:25:38 PDT ---
FYI, ENABLE_WEB_SOCKETS is enabled on every platform (from build-webkit):
    { option => "web-sockets", desc => "Toggle Web Sockets support",
      define => "ENABLE_WEB_SOCKETS", default => 1, value=> \$webSocketsSupport
},

Also, part of this change updates test expections:

* fast/dom/Window/window-properties-expected.txt:
> +        * fast/dom/prototype-inheritance-2-expected.txt:
> +        * fast/dom/prototype-inheritance-expected.txt:
> +        * fast/js/global-constructors-expected.txt:

You can't do that if the feature is only enabled on some platforms.

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