Bug 22543 - Consolidate ActiveDOMObject page cache interaction
Summary: Consolidate ActiveDOMObject page cache interaction
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-28 07:05 PST by Alexey Proskuryakov
Modified: 2008-12-02 23:42 PST (History)
0 users

See Also:


Attachments
proposed patch (15.92 KB, patch)
2008-11-28 08:14 PST, Alexey Proskuryakov
mjs: 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 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.