Bug 22543

Summary: Consolidate ActiveDOMObject page cache interaction
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: DOMAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
proposed patch mjs: review+

Description Alexey Proskuryakov 2008-11-28 07:05:35 PST
For more classes to share ActiveDOMObject logic, it needs to implement page cache interaction. A page with an outstanding XMLHttpRequest should never go to page cache, while a timer needs to be suspended.
Comment 1 Alexey Proskuryakov 2008-11-28 08:14:57 PST
Created attachment 25572 [details]
proposed patch
Comment 2 Maciej Stachowiak 2008-12-02 14:33:37 PST
Comment on attachment 25572 [details]
proposed patch

r=me
Comment 3 Alexey Proskuryakov 2008-12-02 23:42:52 PST
Committed revision 38931.