Closed
Bug 1839411
Opened 2 years ago
Closed 2 years ago
Move Breakpoint Heading context menus from React Component to a Redux action
Categories
(DevTools :: Debugger, task)
DevTools
Debugger
Tracking
(firefox117 fixed)
RESOLVED
FIXED
117 Branch
| Tracking | Status | |
|---|---|---|
| firefox117 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
See bug 1839347.
https://searchfox.org/mozilla-central/source/devtools/client/debugger/src/components/SecondaryPanes/Breakpoints/BreakpointHeadingsContextMenu.js#76
https://searchfox.org/mozilla-central/source/devtools/client/debugger/src/components/SecondaryPanes/Breakpoints/BreakpointsContextMenu.js#363
| Assignee | ||
Comment 1•2 years ago
|
||
Also avoid unecessary other re-renders by tweaking props between index.js and breakpoint.js.
And get rid of the new function reference (checkSourceOnIgnoreList) causing a re-render for all state changes.
Updated•2 years ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•2 years ago
|
||
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/46a28cbd804f
[devtools] Move Breakpoint Heading context menus from React Component to a Redux action. r=devtools-reviewers,bomsy
https://hg.mozilla.org/integration/autoland/rev/7aa55b4c40bb
[devtools] Move Breakpoint context menus from React Component to a Redux action. r=devtools-reviewers,bomsy
Comment 4•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/46a28cbd804f
https://hg.mozilla.org/mozilla-central/rev/7aa55b4c40bb
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox117:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•