summaryrefslogtreecommitdiffstats
path: root/chromium/docs/render-frame-host-lifecycle-state.gv
blob: 3b42bc7ec0c3b5ebf0ba8d4d20c3fa94c8b75168 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Generated with https://crrev.com/c/2220116 and:
//   python3 tools/state_transitions/state_graph.py content/browser/renderer_host/render_frame_host_impl.cc LifecycleStateImpl
//
// See tools/state_transitions/README.md
digraph createflow {
  kSpeculative -> {kActive, kPendingCommit, kReadyToBeDeleted};
  kPendingCommit -> {kPrerendering, kActive, kReadyToBeDeleted};
  kPrerendering -> {kActive, kRunningUnloadHandlers, kReadyToBeDeleted};
  kActive -> {kInBackForwardCache, kRunningUnloadHandlers, kReadyToBeDeleted};
  kInBackForwardCache -> {kActive, kReadyToBeDeleted};
  kRunningUnloadHandlers -> {kReadyToBeDeleted};
  kReadyToBeDeleted -> {};
}