memory coordinator: assertion failure in RendererFrameManager::GetMaxNumberOfSavedFrames |
||
Issue descriptionMemoryCoordinatorImpl::GetCurrentMemoryState() can return MemoryState::SUSPENDED, but clients in browser process don't expect SUSPENDED state. GetCurrentMemoryState() shouldn't return SUSPENDED in the browser process.
,
Oct 27 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/0693b4df2baa450f88e4dbefc65a30bafc66e769 commit 0693b4df2baa450f88e4dbefc65a30bafc66e769 Author: bashi <bashi@chromium.org> Date: Thu Oct 27 09:40:28 2016 GetCurrentMemoryState() shouldn't return SUSPENDED state in browser At least for now, clients in the browser process don't accept SUSPENDED state. MemoryCoordinatorImpl::GetCurrentMemoryState() shouldn't return SUSPENDED state. Use THROTTLED state instead. BUG= 659891 Review-Url: https://codereview.chromium.org/2450093006 Cr-Commit-Position: refs/heads/master@{#427980} [modify] https://crrev.com/0693b4df2baa450f88e4dbefc65a30bafc66e769/content/browser/memory/memory_coordinator_impl.cc [modify] https://crrev.com/0693b4df2baa450f88e4dbefc65a30bafc66e769/content/browser/memory/memory_coordinator_impl_unittest.cc
,
Oct 27 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by bashi@chromium.org
, Oct 27 2016