[webkit-changes] [WebKit/WebKit] 710c43: Remove deprecated uppercase URL attribute alias fr...

Ahmad Saleem noreply at github.com
Thu Dec 8 01:55:10 PST 2022


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

  Changed paths:
    M LayoutTests/http/tests/eventsource/eventsource-url-attribute-expected.txt
    M LayoutTests/http/tests/eventsource/eventsource-url-attribute.html
    M Source/WebCore/page/EventSource.idl

  Log Message:
  -----------
  Remove deprecated uppercase URL attribute alias from EventSource interface

Remove deprecated uppercase URL attribute alias from EventSource interface
https://bugs.webkit.org/show_bug.cgi?id=248787

Reviewed by Ryosuke Niwa.

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

https://html.spec.whatwg.org/multipage/server-sent-events.html#the-eventsource-interface

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

The upper case "URL" attribute was only in draft specifications from 2009 but later dropped in 2011 specs, which were implemented by non-Webkit browsers. It was later dropped by Blink in 2015 as well.

* Source/WebCore/page/EventSource.idl: Remove 'URL' attribute and also add link to web-spec
* LayoutTests/http/tests/eventsource/eventsource-url-attribute.html: Rebaselined
* LayoutTests/http/tests/eventsource/eventsource-url-attribute-expected.txt: Rebaselined

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




More information about the webkit-changes mailing list