[DevTools] added BreakpointManager.possibleBreakpoints method
This method takes UISourceCode and TextRange and returns UILocations of possible breakpoints in this range.
It uses first target with JS capability that was able to resolve startUILocation and endUILocation to call getPossibleBreakpoints on.
JavaScriptSourceFrame uses this method to get more accurate breakpoint location.
BUG=chromium:566801R=lushnikov@chromium.org,dgozman@chromium.org
Committed: https://crrev.com/b363145ee1c6ca60e5dfa882d78b3430e3d680ca
Cr-Commit-Position: refs/heads/master@{#431350}
Description was changed from
==========
[DevTools] added BreakpointManager.possibleBreakpoints method
This method takes UISource code and TextRange and returns UILocations of
possible breakpoints in this range.
It uses first target with JS capability that was able to resolve startUILocation
and endUILocation to call getPossibleBreakpoints on.
BUG=chromium:566801
R=lushnikov@chromium.org,dgozman@chromium.org
==========
to
==========
[DevTools] added BreakpointManager.possibleBreakpoints method
This method takes UISource code and TextRange and returns UILocations of
possible breakpoints in this range.
It uses first target with JS capability that was able to resolve startUILocation
and endUILocation to call getPossibleBreakpoints on.
JavaScriptSourceFrame uses this method to get more accurate breakpoint location.
BUG=chromium:566801
R=lushnikov@chromium.org,dgozman@chromium.org
==========
dgozman
Description was changed from ========== [DevTools] added BreakpointManager.possibleBreakpoints method This method takes UISource code and ...
Description was changed from
==========
[DevTools] added BreakpointManager.possibleBreakpoints method
This method takes UISource code and TextRange and returns UILocations of
possible breakpoints in this range.
It uses first target with JS capability that was able to resolve startUILocation
and endUILocation to call getPossibleBreakpoints on.
JavaScriptSourceFrame uses this method to get more accurate breakpoint location.
BUG=chromium:566801
R=lushnikov@chromium.org,dgozman@chromium.org
==========
to
==========
[DevTools] added BreakpointManager.possibleBreakpoints method
This method takes UISourceCode and TextRange and returns UILocations of possible
breakpoints in this range.
It uses first target with JS capability that was able to resolve startUILocation
and endUILocation to call getPossibleBreakpoints on.
JavaScriptSourceFrame uses this method to get more accurate breakpoint location.
BUG=chromium:566801
R=lushnikov@chromium.org,dgozman@chromium.org
==========
dgozman
The patch is doing more than description claims :-) https://codereview.chromium.org/2484283004/diff/60001/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/use-possible-breakpoints-to-resolve-breakpoint.html File third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/use-possible-breakpoints-to-resolve-breakpoint.html (right): https://codereview.chromium.org/2484283004/diff/60001/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/use-possible-breakpoints-to-resolve-breakpoint.html#newcode64 third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/use-possible-breakpoints-to-resolve-breakpoint.html:64: ...
All done, please take a look! https://codereview.chromium.org/2484283004/diff/60001/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/use-possible-breakpoints-to-resolve-breakpoint.html File third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/use-possible-breakpoints-to-resolve-breakpoint.html (right): https://codereview.chromium.org/2484283004/diff/60001/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/use-possible-breakpoints-to-resolve-breakpoint.html#newcode64 third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/use-possible-breakpoints-to-resolve-breakpoint.html:64: <p></p> On 2016/11/09 ...
4 years, 1 month ago
(2016-11-10 18:36:07 UTC)
#11
Dry run: This issue passed the CQ dry run.
dgozman
Overall looks good, but let's take a look at the usage before committing. https://codereview.chromium.org/2484283004/diff/100001/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js File ...
4 years, 1 month ago
(2016-11-10 19:06:52 UTC)
#12
Description was changed from ========== [DevTools] added BreakpointManager.possibleBreakpoints method This method takes UISourceCode and TextRange ...
4 years, 1 month ago
(2016-11-10 21:09:22 UTC)
#18
Message was sent while issue was closed.
Description was changed from
==========
[DevTools] added BreakpointManager.possibleBreakpoints method
This method takes UISourceCode and TextRange and returns UILocations of possible
breakpoints in this range.
It uses first target with JS capability that was able to resolve startUILocation
and endUILocation to call getPossibleBreakpoints on.
JavaScriptSourceFrame uses this method to get more accurate breakpoint location.
BUG=chromium:566801
R=lushnikov@chromium.org,dgozman@chromium.org
==========
to
==========
[DevTools] added BreakpointManager.possibleBreakpoints method
This method takes UISourceCode and TextRange and returns UILocations of possible
breakpoints in this range.
It uses first target with JS capability that was able to resolve startUILocation
and endUILocation to call getPossibleBreakpoints on.
JavaScriptSourceFrame uses this method to get more accurate breakpoint location.
BUG=chromium:566801
R=lushnikov@chromium.org,dgozman@chromium.org
==========
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 1 month ago
(2016-11-10 21:09:23 UTC)
#19
Message was sent while issue was closed.
Committed patchset #7 (id:120001)
commit-bot: I haz the power
Description was changed from ========== [DevTools] added BreakpointManager.possibleBreakpoints method This method takes UISourceCode and TextRange ...
4 years, 1 month ago
(2016-11-10 21:23:32 UTC)
#20
Message was sent while issue was closed.
Description was changed from
==========
[DevTools] added BreakpointManager.possibleBreakpoints method
This method takes UISourceCode and TextRange and returns UILocations of possible
breakpoints in this range.
It uses first target with JS capability that was able to resolve startUILocation
and endUILocation to call getPossibleBreakpoints on.
JavaScriptSourceFrame uses this method to get more accurate breakpoint location.
BUG=chromium:566801
R=lushnikov@chromium.org,dgozman@chromium.org
==========
to
==========
[DevTools] added BreakpointManager.possibleBreakpoints method
This method takes UISourceCode and TextRange and returns UILocations of possible
breakpoints in this range.
It uses first target with JS capability that was able to resolve startUILocation
and endUILocation to call getPossibleBreakpoints on.
JavaScriptSourceFrame uses this method to get more accurate breakpoint location.
BUG=chromium:566801
R=lushnikov@chromium.org,dgozman@chromium.org
Committed: https://crrev.com/b363145ee1c6ca60e5dfa882d78b3430e3d680ca
Cr-Commit-Position: refs/heads/master@{#431350}
==========
commit-bot: I haz the power
Patchset 7 (id:??) landed as https://crrev.com/b363145ee1c6ca60e5dfa882d78b3430e3d680ca Cr-Commit-Position: refs/heads/master@{#431350}
4 years, 1 month ago
(2016-11-10 21:23:33 UTC)
#21
Issue 2484283004: [DevTools] added BreakpointManager.possibleBreakpoints method
(Closed)
Created 4 years, 1 month ago by kozy
Modified 4 years, 1 month ago
Reviewers: dgozman, lushnikov
Base URL:
Comments: 28