RESOLVED FIXED 142096
Make ActiveDOMObject::canSuspend() pure virtual
https://bugs.webkit.org/show_bug.cgi?id=142096
Summary Make ActiveDOMObject::canSuspend() pure virtual
Chris Dumez
Reported 2015-02-27 13:12:49 PST
Make ActiveDOMObject::canSuspend() pure virtual so that people at least try to provide an implementation for it. The default implementation was returning false unconditionally and thus was preventing pages from entering the PageCache. Radar: <rdar://problem/19923085>
Attachments
Patch (54.38 KB, patch)
2015-02-27 13:15 PST, Chris Dumez
no flags
Patch (54.36 KB, patch)
2015-02-27 13:22 PST, Chris Dumez
no flags
Patch (55.16 KB, patch)
2015-02-27 13:45 PST, Chris Dumez
no flags
Patch (56.06 KB, patch)
2015-02-27 15:02 PST, Chris Dumez
no flags
Patch (56.01 KB, patch)
2015-02-27 15:50 PST, Chris Dumez
no flags
Chris Dumez
Comment 1 2015-02-27 13:15:49 PST
Chris Dumez
Comment 2 2015-02-27 13:22:10 PST
Chris Dumez
Comment 3 2015-02-27 13:45:18 PST
Chris Dumez
Comment 4 2015-02-27 15:02:01 PST
Chris Dumez
Comment 5 2015-02-27 15:50:19 PST
Chris Dumez
Comment 6 2015-02-27 17:05:42 PST
Comment on attachment 247568 [details] Patch Clearing flags on attachment: 247568 Committed r180801: <http://trac.webkit.org/changeset/180801>
Chris Dumez
Comment 7 2015-02-27 17:05:52 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.