DescriptionFix for InspectorOverlay violating document lifecycle expectations
Under some circumstances it's possible for InspectorOverlay::update to
trigger InspectorOverlay::invalidate which can lead to a style recalc
within a layout which violates document lifecycle expectations.
For details of how the above could happen, see:
https://code.google.com/p/chromium/issues/detail?id=432129#c77
The fix is to make InspectorOverlay::invalidate do nothing
during an InspectorOverlay::update.
BUG=432129
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=186718
Patch Set 1 #Patch Set 2 : Remove unwanted changes. #
Total comments: 1
Patch Set 3 : Fix image diff #Patch Set 4 : Oops removing files meant for a different CL. #
Dependent Patchsets: Messages
Total messages: 12 (3 generated)
|