Bug 151677 - Rename ActiveDOMObject/DOMWindow PageCacheSuspension code to support more reasons for suspension
Summary: Rename ActiveDOMObject/DOMWindow PageCacheSuspension code to support more rea...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 150515
  Show dependency treegraph
 
Reported: 2015-11-30 15:07 PST by Kat Graff
Modified: 2015-12-01 00:18 PST (History)
4 users (show)

See Also:


Attachments
Patch (76.70 KB, patch)
2015-11-30 16:20 PST, Kat Graff
no flags Details | Formatted Diff | Diff
Patch (70.48 KB, patch)
2015-11-30 16:31 PST, Kat Graff
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kat Graff 2015-11-30 15:07:20 PST
Renaming:
ActiveDOMObject::canSuspendForPageCache and DOMWindow::m_suspendedForPageCache, DOMWindow::resetUnlessSuspendedForPageCache, DOMWindow::suspendForPageCache, DOMWindow::resumeFromPageCache.
Comment 1 Kat Graff 2015-11-30 16:20:49 PST
Created attachment 266295 [details]
Patch
Comment 2 Kat Graff 2015-11-30 16:31:45 PST
Created attachment 266299 [details]
Patch
Comment 3 WebKit Commit Bot 2015-11-30 17:55:57 PST
Comment on attachment 266299 [details]
Patch

Clearing flags on attachment: 266299

Committed r192848: <http://trac.webkit.org/changeset/192848>
Comment 4 WebKit Commit Bot 2015-11-30 17:55:59 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Csaba Osztrogonác 2015-12-01 00:18:49 PST
Just to document: It broke the EFL build 
(not in WebKit2 code!!!!) as the EWS noticed.

And the fix landed in https://trac.webkit.org/changeset/192860