Bug 28758 - Implement pageshow and pagehide events for b/f cache
Summary: Implement pageshow and pagehide events for b/f cache
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: Alexey Proskuryakov
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2009-08-26 16:49 PDT by Alexey Proskuryakov
Modified: 2023-08-19 20:31 PDT (History)
1 user (show)

See Also:


Attachments
proposed patch (53.62 KB, patch)
2009-08-26 17:15 PDT, Alexey Proskuryakov
adele: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2009-08-26 16:49:09 PDT
Firefox has events that fire when a page goes into back/forward cache, or out of it. See <https://developer.mozilla.org/en/Using_Firefox_1.5_caching>.

We need to support this.

<rdar://problem/6440869> Implement pageshow and pagehide events for b/f cache
Comment 1 Alexey Proskuryakov 2009-08-26 17:15:06 PDT
Created attachment 38650 [details]
proposed patch
Comment 2 Adele Peterson 2009-08-26 17:56:04 PDT
Comment on attachment 38650 [details]
proposed patch

yay!
Comment 3 Alexey Proskuryakov 2009-08-27 10:48:33 PDT
Committed <http://trac.webkit.org/changeset/47824>.