Bug 154094 - Cleanup KeyboardEvent::createForDummy()
Summary: Cleanup KeyboardEvent::createForDummy()
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jiewen Tan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-02-10 16:08 PST by Jiewen Tan
Modified: 2023-05-28 23:59 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiewen Tan 2016-02-10 16:08:44 PST
This is a followup of Bug 153903 to cleanup Cleanup KeyboardEvent::createForDummy(), which is created temporarily to work around the DOM.mm::(DOMNode *)nextFocusNode and DOM.mm::(DOMNode *)previousFocusNode.
Comment 1 Radar WebKit Bug Importer 2016-02-10 16:09:41 PST
<rdar://problem/24598613>
Comment 2 Ahmad Saleem 2023-05-28 17:45:15 PDT
This commit removed this function:

https://github.com/WebKit/WebKit/commit/1c2c87fa05a9a6b4a9e4d5f114dbf6b54153d88a

Do we need to do anything else?
Comment 3 Anne van Kesteren 2023-05-28 23:59:46 PDT
Seems safe to assume that was the cleanup.