Bug 204841 - Remove DocumentEventQueue and WorkerEventQueue
Summary: Remove DocumentEventQueue and WorkerEventQueue
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: InRadar
Depends on:
Blocks: 202843
  Show dependency treegraph
 
Reported: 2019-12-04 00:12 PST by Ryosuke Niwa
Modified: 2019-12-04 20:52 PST (History)
18 users (show)

See Also:


Attachments
Cleanup (24.01 KB, patch)
2019-12-04 00:15 PST, Ryosuke Niwa
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2019-12-04 00:12:51 PST
After https://trac.webkit.org/r252824, we no longer need DocumentEventQueue or WorkerEventQueue.
Delete these classes.
Comment 1 Ryosuke Niwa 2019-12-04 00:15:13 PST
Created attachment 384793 [details]
Cleanup
Comment 2 Sam Weinig 2019-12-04 05:50:51 PST
Comment on attachment 384793 [details]
Cleanup

Nice!
Comment 3 Ryosuke Niwa 2019-12-04 20:43:49 PST
(In reply to Sam Weinig from comment #2)
> Comment on attachment 384793 [details]
> Cleanup
> 
> Nice!

Indeed. We should be able to remove all other *EventQueue classes too once we migrate the media code to the event loop.
Comment 4 Ryosuke Niwa 2019-12-04 20:51:04 PST
Committed r253141: <https://trac.webkit.org/changeset/253141>
Comment 5 Radar WebKit Bug Importer 2019-12-04 20:52:23 PST
<rdar://problem/57652461>