mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-29 21:25:35 +00:00
292adfbff7
This prevents the WalkerActor from failing at handling various requests when those requests are about DeaedNodes. Indeed, the async nature of the devtools protocol means that the client could be asking for information about a node that doesn't exist anymore because it was part of a page that was navigated away from. The WalkerActor should know how to deal with such cases, so the patch adds a number of early returns and a new test for them. This helps avoiding the inspector-panel from going blank in some edge cases. --HG-- extra : rebase_source : 26ef72eee71334f6fe467d46a486768296035b8a extra : histedit_source : 697ddbd179ec2992706f20ca7baccbd4f90f9175%2C6e1130e38ed538809f3ee16fd9a5291fe60a85c1 |
||
---|---|---|
.. | ||
test | ||
computed-view.js | ||
computedview.xhtml | ||
css-parsing-utils.js | ||
cssruleview.xhtml | ||
moz.build | ||
rule-view.js | ||
ruleview.css | ||
style-inspector-overlays.js | ||
style-inspector.js |