Bug 93732 - [Chromium] The pointer to the frame with the current active find match might be invalid
Summary: [Chromium] The pointer to the frame with the current active find match might ...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-10 11:42 PDT by Leandro Graciá Gil
Modified: 2013-04-09 17:06 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.