-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup Window's close(d) members #4402
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Editorially LGTM; were there questions about the correct behavior for these ones?
Yeah, see #3734 and pointers from there. I didn't do anything to try address those. |
Wrong issue link? But I meant, it seems like the ones in this patch are uncontroversial. Right? |
No, that issue is relevant for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Task source/event loop is the main remaining thing. It seems not too hard to do so I'd say might as well do it now?
Also will want a new commit message.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but examples would be a nice bonus.
Filed https://bugs.webkit.org/show_bug.cgi?id=195409 on Safari and #4417 for examples. |
Automatic update from web-platform-tests HTML: window.closed For whatwg/html#4402. -- wpt-commits: 391ee6b42d91d930f73825912b32928ea32f004c wpt-pr: 15561
…lose(), a=testonly Automatic update from web-platform-tests HTML: test queueing behavior of window.close() For whatwg/html#4402. -- wpt-commits: bdb6041d03facf7c79c9df62659c6bd0fb2adfc3 wpt-pr: 15649
Automatic update from web-platform-tests HTML: window.closed For whatwg/html#4402. -- wpt-commits: 391ee6b42d91d930f73825912b32928ea32f004c wpt-pr: 15561
…lose(), a=testonly Automatic update from web-platform-tests HTML: test queueing behavior of window.close() For whatwg/html#4402. -- wpt-commits: bdb6041d03facf7c79c9df62659c6bd0fb2adfc3 wpt-pr: 15649
Automatic update from web-platform-tests HTML: window.closed For whatwg/html#4402. -- wpt-commits: 391ee6b42d91d930f73825912b32928ea32f004c wpt-pr: 15561 UltraBlame original commit: 88d4845c21396701d526fd9b1303fe715b3e065f
…lose(), a=testonly Automatic update from web-platform-tests HTML: test queueing behavior of window.close() For whatwg/html#4402. -- wpt-commits: bdb6041d03facf7c79c9df62659c6bd0fb2adfc3 wpt-pr: 15649 UltraBlame original commit: 8ab89f51fe694e4f03177084635f89b7512c9bbb
Automatic update from web-platform-tests HTML: window.closed For whatwg/html#4402. -- wpt-commits: 391ee6b42d91d930f73825912b32928ea32f004c wpt-pr: 15561 UltraBlame original commit: 88d4845c21396701d526fd9b1303fe715b3e065f
…lose(), a=testonly Automatic update from web-platform-tests HTML: test queueing behavior of window.close() For whatwg/html#4402. -- wpt-commits: bdb6041d03facf7c79c9df62659c6bd0fb2adfc3 wpt-pr: 15649 UltraBlame original commit: 8ab89f51fe694e4f03177084635f89b7512c9bbb
Automatic update from web-platform-tests HTML: window.closed For whatwg/html#4402. -- wpt-commits: 391ee6b42d91d930f73825912b32928ea32f004c wpt-pr: 15561 UltraBlame original commit: 88d4845c21396701d526fd9b1303fe715b3e065f
…lose(), a=testonly Automatic update from web-platform-tests HTML: test queueing behavior of window.close() For whatwg/html#4402. -- wpt-commits: bdb6041d03facf7c79c9df62659c6bd0fb2adfc3 wpt-pr: 15649 UltraBlame original commit: 8ab89f51fe694e4f03177084635f89b7512c9bbb
Tests: web-platform-tests/wpt#15561.
Helps with #4363.
/browsers.html ( diff )
/window-object.html ( diff )