forked from WebKit/WebKit-http
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
https://bugs.webkit.org/show_bug.cgi?id=223071 <rdar://problem/75575483> Reviewed by Darin Adler. LayoutTests/imported/w3c: Resync WPT test from upstream a8cbe9c712ad032d36 to gain test coverage. * web-platform-tests/dom/abort/event.any-expected.txt: * web-platform-tests/dom/abort/event.any.js: * web-platform-tests/dom/abort/event.any.worker-expected.txt: Source/WebCore: Implement AbortSignal.abort() which creates and returns an already aborted AbortSignal: - whatwg/dom#960 - web-platform-tests/wpt#28003 No new tests, covered by updated test. * dom/AbortSignal.cpp: (WebCore::AbortSignal::createAborted): (WebCore::AbortSignal::AbortSignal): * dom/AbortSignal.h: * dom/AbortSignal.idl: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@274773 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
b7b4aff
commit 70419e1
Showing
10 changed files
with
68 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
2021-03-22 Chris Dumez <[email protected]> | ||
|
||
Implement AbortSignal.abort() | ||
https://bugs.webkit.org/show_bug.cgi?id=223071 | ||
<rdar://problem/75575483> | ||
|
||
Reviewed by Darin Adler. | ||
|
||
Resync WPT test from upstream a8cbe9c712ad032d36 to gain test coverage. | ||
|
||
* web-platform-tests/dom/abort/event.any-expected.txt: | ||
* web-platform-tests/dom/abort/event.any.js: | ||
* web-platform-tests/dom/abort/event.any.worker-expected.txt: | ||
|
||
2021-03-19 Chris Dumez <[email protected]> | ||
|
||
Resync webaudio web-platform-tests from upstream | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
2021-03-22 Chris Dumez <[email protected]> | ||
|
||
Implement AbortSignal.abort() | ||
https://bugs.webkit.org/show_bug.cgi?id=223071 | ||
<rdar://problem/75575483> | ||
|
||
Reviewed by Darin Adler. | ||
|
||
Implement AbortSignal.abort() which creates and returns an already aborted AbortSignal: | ||
- https://github.com/whatwg/dom/pull/960 | ||
- https://github.com/web-platform-tests/wpt/pull/28003 | ||
|
||
No new tests, covered by updated test. | ||
|
||
* dom/AbortSignal.cpp: | ||
(WebCore::AbortSignal::createAborted): | ||
(WebCore::AbortSignal::AbortSignal): | ||
* dom/AbortSignal.h: | ||
* dom/AbortSignal.idl: | ||
|
||
2021-03-22 Wenson Hsieh <[email protected]> | ||
|
||
[macOS] Context menu should account for image overlay content | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters