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 |
Leandro GraciĆ” Gil
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Stephen Chenney
Marked LayoutTest bugs, bugs with Chromium IDs, and some others as WontFix. Test failure bugs still are trackable via TestExpectations or disabled unit tests.