Chromium Code Reviews
Description[DevTools] update decorations when there is no pending possibleBreakpoints
Currently when user clicks by gutter:
- we add fake breakpoint and request inline breakpoints,
- as soon as breakpoint resolved we remove fake breakpoint, schedule removing of inline breakpoints and request inline breakpoints again.
- as soon as possibleBreakpoints request is fulfilled we render inline decorations again.
As result user can see blinking of inline breakpoints. To solve this issue with this CL we update inline decorations only when all pending possibleBreakpoints requests for current line are fulfilled.
BUG=none
R=pfeldman@chromium.org
Review-Url: https://codereview.chromium.org/2887903002
Cr-Commit-Position: refs/heads/master@{#472499}
Committed: https://chromium.googlesource.com/chromium/src/+/bd6ab69408c03fcb7c9efaddac139049e9e2e54c
Patch Set 1 #
Total comments: 1
Patch Set 2 : better tests #Dependent Patchsets: Messages
Total messages: 16 (8 generated)
|