[webkit-changes] [WebKit/WebKit] a05af3: Remove deprecated uppercase URL attribute alias on...

Ahmad Saleem noreply at github.com
Wed Dec 7 02:13:58 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a05af340527ab26ff2e81de10b6630b25b83e922
      https://github.com/WebKit/WebKit/commit/a05af340527ab26ff2e81de10b6630b25b83e922
  Author: Ahmad Saleem <ahmad.saleem792+github at gmail.com>
  Date:   2022-12-07 (Wed, 07 Dec 2022)

  Changed paths:
    M LayoutTests/http/tests/websocket/tests/hybi/network-process-crash-error.html
    M LayoutTests/http/tests/websocket/tests/hybi/simple-wss.html
    M LayoutTests/http/tests/websocket/tests/hybi/simple.html
    M LayoutTests/http/tests/websocket/tests/hybi/url-attribute-expected.txt
    M LayoutTests/http/tests/websocket/tests/hybi/url-attribute.html
    M LayoutTests/http/tests/websocket/tests/hybi/url-parsing-expected.txt
    M LayoutTests/http/tests/websocket/tests/hybi/url-parsing.html
    M LayoutTests/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/url/004-expected.txt
    M LayoutTests/platform/glib/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/url/004-expected.txt
    M Source/WebCore/Modules/websockets/WebSocket.idl

  Log Message:
  -----------
  Remove deprecated uppercase URL attribute alias on WebSocket interface

Remove deprecated uppercase URL attribute alias on WebSocket interface
https://bugs.webkit.org/show_bug.cgi?id=248781

Reviewed by Chris Dumez.

This patch is to align Webkit with Blink / Chromium, Gecko / Firefox and Web-Specification:

https://html.spec.whatwg.org/multipage/comms.html#the-websocket-interface

Partial Merge - https://chromium.googlesource.com/chromium/blink/+/825c9732ce83f380fadfc062331cc12495e5eb12

The `URL` attribute is from early iterations of the spec and was
maintained for compatibility even after `url` was standardized but now it is not in the latest web-specification and was removed from Blink in 2015 as well.

* Source/WebCore/Modules/websockets/WebSocket.idl: Remove 'URL' attribute and also add link to web-spec
* LayoutTests/http/tests/websocket/tests/hybi/network-process-crash-error.html: Rebaselined
* LayoutTests/http/tests/websocket/tests/hybi/simple.html: Rebaselined
* LayoutTests/http/tests/websocket/tests/hybi/url-attribute.html: Rebaselined
* LayoutTests/http/tests/websocket/tests/hybi/url-attribute-expected.txt: Rebaselined
* LayoutTests/http/tests/websocket/tests/hybi/url-parsing.html: Rebaselined
* LayoutTests/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/url/004-expected.txt: Rebaselined
* LayoutTests/http/tests/websockets/tests/hybi/url-parsing-expected.txt: Rebaselined
* LayoutTests/platform/glib/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/url/004-expected.txt: Rebaselined
* LayoutTests/http/tests/websocket/tests/hybi/simple-wss.html: Rebaselined

Canonical link: https://commits.webkit.org/257467@main




More information about the webkit-changes mailing list