mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 07:13:20 +00:00
af5850efb7
Previously when closing the breakpoints panel in secondary panes, if an unselected call stack frame was selected, the breakpoints panel would unexpectedly open. This patch makes sure it remains closed when a user has closed it and then clicks other elements in the secondary panes. The same issue was happening when clicking the event listener breakpoint log checkbox, and or step in, step out, and step over. This patch should also fix Bug 1755337. Add mochitest. Fix mochitest issues and move isFrameSelected to shared-head.js Fix linting issues. Merge new mochitests into browser_dbg-state-based-panels.js Add condition to SecondaryPanes/index.js Add PropTypes to index.js Add logic to reducers/pause.js Add selector to selectors/pause.js Add breakpointsPane action to pause/actions Update mochitests to test for edge case Remove dbg_browser-breakpoints-secondary-pane.js Fix linting Make changes suggest by reviewer Add additional mochitest for event breakoints log Remove unnecessary parameters from action Fix mozbuild order Remove previewPausedLocation.js from mozbuild to fix conflict Differential Revision: https://phabricator.services.mozilla.com/D149994 |
||
---|---|---|
.. | ||
client | ||
docs | ||
perfdocs | ||
platform | ||
server | ||
shared | ||
startup | ||
.eslintrc.js | ||
.eslintrc.xpcshell.js | ||
CODE_OF_CONDUCT.md | ||
moz.build | ||
templates.mozbuild | ||
tsconfig.json |