Bug 93732

Summary: [Chromium] The pointer to the frame with the current active find match might be invalid
Product: WebKit Reporter: Leandro GraciĆ” Gil <leandrogracia>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: abarth
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Leandro GraciĆ” Gil 2012-08-10 11:42:07 PDT
The current find-in-page implementation stores in the main frame a pointer to the frame holding the current active match. However, it does not handle the situations where this frame is destroyed. This pointer and the active match range need to be properly invalidated if the frame is not reachable anymore.
Comment 1 Stephen Chenney 2013-04-09 17:06:54 PDT
Marked LayoutTest bugs, bugs with Chromium IDs, and some others as WontFix. Test failure bugs still are trackable via TestExpectations or disabled unit tests.