Bug 231417

Summary: Refactor shouldAutofocus to only call trivial Document getters
Product: WebKit Reporter: youenn fablet <youennf>
Component: WebCore Misc.Assignee: youenn fablet <youennf>
Status: NEW    
Severity: Normal CC: cdumez, changseok, darin, esprehn+autocc, ews-watchlist, ggaren, gyuyoung.kim, mifenton, ntim, rniwa, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch rniwa: review-

youenn fablet
Reported 2021-10-08 03:48:26 PDT
Refactor shouldAutofocus to only call trivial Document getters
Attachments
Patch (6.85 KB, patch)
2021-10-08 04:07 PDT, youenn fablet
rniwa: review-
youenn fablet
Comment 1 2021-10-08 04:07:40 PDT
Ryosuke Niwa
Comment 2 2021-10-09 01:23:18 PDT
Comment on attachment 440590 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=440590&action=review > Source/WebCore/html/HTMLFormControlElement.cpp:210 > auto& document = element.document(); We really need to store this in Ref. r- because of this.
Radar WebKit Bug Importer
Comment 3 2021-10-15 03:49:16 PDT
Note You need to log in before you can comment on or make changes to this bug.