Commit 710c43c
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@main1 parent a5482e6 commit 710c43c
File tree
3 files changed
+7
-8
lines changed- LayoutTests/http/tests/eventsource
- Source/WebCore/page
3 files changed
+7
-8
lines changedLines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | | - | |
| 7 | + | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | | - | |
| 16 | + | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
38 | | - | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
0 commit comments