Editor::executeCommand() should have DCEHCK about frame is active |
|||
Issue descriptionEditor::executeCommand() is called by RenderFrameImpl via WebLocalFrameImpl. RenderFrameImpl may call Editor::executeCommand() during detach[1]. We've not been sure other cases that Edtior::executeCommand() for inactive frame. Thus, we should have DCEHCK to check frame is active in Editor::executeCommand(). [1] http://crbug.com/692557 Chrome_Mac: Crash Report - blink::SelectionEditor::updateCachedVisibleSelectionIfNeeded
,
May 29 2017
Have added following patch. Please review the code changes. https://codereview.chromium.org/2910813002/
,
May 31 2017
yosin@ is a virtual owner of this issue. tripta.g@ is working this issue as #c2.
,
May 31 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/bdc74113995ad8e4c1b7cb0150431f90d30618bc commit bdc74113995ad8e4c1b7cb0150431f90d30618bc Author: tripta.g <tripta.g@samsung.com> Date: Wed May 31 09:28:42 2017 Editor::executeCommand() should have DCEHCK about frame is active BUG= 695275 Review-Url: https://codereview.chromium.org/2910813002 Cr-Commit-Position: refs/heads/master@{#475856} [modify] https://crrev.com/bdc74113995ad8e4c1b7cb0150431f90d30618bc/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp
,
May 31 2017
|
|||
►
Sign in to add a comment |
|||
Comment 1 by nikhil.s...@samsung.com
, Mar 14 2017