Bug 28758

Summary: Implement pageshow and pagehide events for b/f cache
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Page LoadingAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Enhancement CC: sharkadsm
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
proposed patch adele: review+

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>.