Bug 74728
Summary: | Regression (r70321) - Document::didBecomeActive() is called twice for the main frame | ||
---|---|---|---|
Product: | WebKit | Reporter: | Brady Eidson <beidson> |
Component: | Page Loading | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | ap, aroben, bfulgham, cmarrin |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Brady Eidson
Regression (r70321) - Document::didBecomeActive() is called twice for the main frame
When you go back to a cached page, the main frame's CachedFrame and FrameLoader *both* call Document::didBecomeActive(), so it gets called twice.
I don't know what - if any - bugs this has caused but it is certainly wrong.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brady Eidson
<rdar://problem/10593804>