Replace nodeFront.parent() usage with nodeFront.walkerFront in dom-mutation-breakpoint.js
Categories
(DevTools :: Framework, task, P3)
Tracking
(firefox80 fixed)
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: roy.anwesha709, Mentored)
Details
(Keywords: good-first-bug)
Attachments
(1 file, 2 obsolete files)
There are 2 calls to nodeFront.parent()
in devtools/client/framework/actions/dom-mutation-breakpoints.js#36,56
It means that the consumer has extra knowledge about who's the parent of the nodeFront, which isn't obvious. The nodeFront
has direct access to the walker front devtools/shared/fronts/node.js#411-413, so we should use that instead.
Hi mentor!
Will you please assign this bug to me? I'll try to solve it asap
Reporter | ||
Comment 2•4 years ago
|
||
Sure, it's now yours :)
Comment 3•4 years ago
|
||
Hi Roy, are you still interested in fixing this bug? Do you need any help?
Please don't hesitate to ask questions if something isn't clear.
Honza
(In reply to Jan Honza Odvarko [:Honza] (always need-info? me) from comment #3)
Hi Roy, are you still interested in fixing this bug? Do you need any help?
Please don't hesitate to ask questions if something isn't clear.Honza
I will try to submit the commit by today. Sorry for delaying it.
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Pushed by nchevobbe@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/64fb3a0c5be6 Replaced nodeFront.parent() with nodeFront.walkerFront r=nchevobbe
Updated•3 years ago
|
Comment 9•3 years ago
|
||
bugherder |
Updated•3 years ago
|
Description
•