Wed Apr 24 2024 16:38:53 PDT
  • Whiteboard: dt-fission-m1
  • Classification: Client Software, Developer Infrastructure, Components, Server Software, Other
  • Resolution: FIXED

98 bugs found.
ID Type Summary Product Comp Assignee Status Resolution Updated
1580168 Display PID instead of incremental number in the thread list DevTools Debugger bhackett1024 RESO FIXE 2021-09-13
1580184 Duplicated JSMs are displayed in the omniscient toolbox when reloading pages DevTools Debugger bhackett1024 RESO FIXE 2021-09-13
1580839 Investigate error `Unknown thread front: UnknownThread` DevTools Debugger bhackett1024 RESO FIXE 2021-09-13
1583546 Ensure that pausing on a breakpoint without the debugger open is covered by a test DevTools Debugger bhackett1024 RESO FIXE 2021-09-13
1500142 Remove inspector bindings from toolbox DevTools Inspector gl RESO FIXE 2021-09-13
1567276 Refactor inspector to inspectorFront DevTools Inspector gl RESO FIXE 2021-09-13
1568126 Fetch the inspector and its related fronts (walker, highlighter, selection) via the nodeFront rather than from toolbox or inspector panel singleton DevTools Inspector gl RESO FIXE 2021-09-13
1568157 Replace toolbox.{inspector,walker,selection,highlighter} with something based on target.getInspector() or target.getFront("inspector") DevTools Inspector gl RESO FIXE 2021-09-13
1568860 Make the Font Editor able to display and edit font information about any selected node, even when those nodes are in oop iframes DevTools Inspector gl RESO FIXE 2021-09-13
1569023 Expose a helper on protocol's Front class to help retrieve the parent front DevTools Framework gl RESO FIXE 2021-09-13
1572460 Refactor `selection` out of the `InspectorFront` DevTools Inspector gl RESO FIXE 2021-09-13
1574506 Migrate usage of gripNodeToFront to toolbox's new getNodeFrontFromNodeGrip function DevTools Inspector gl RESO FIXE 2021-09-13
1588997 Convert ObjectClient to protocol.js front DevTools Framework jarilvalenciano RESO FIXE 2021-09-13
1539979 Use type="content" for devtools toolbox frames DevTools Framework jdescottes RESO FIXE 2021-09-13
1565200 Use JSWindowActor API instead of message manager in DebuggerServer.connectToFrame DevTools Framework jdescottes RESO FIXE 2021-09-13
1572390 Split server/main.js in debugger-server.js and debugger-server-connection.js DevTools General jdescottes RESO FIXE 2021-09-13
1572436 Extract connectTo methods from devtools/server/debugger-server.js DevTools Debugger jdescottes RESO FIXE 2021-09-13
1578979 Fix test that are intermittents when Toolbox is in content frame DevTools Framework jdescottes RESO FIXE 2021-09-13
1583444 Check remaining occurrences of window.top that might fail with content frame DevTools General jdescottes RESO FIXE 2021-09-13
1586680 Fix devtools issues when toolbox uses a <browser> element instead of a content <iframe> DevTools General jdescottes RESO FIXE 2021-09-13
1589011 Use an iframe wrapper in existing DAMP tests DevTools General jdescottes RESO FIXE 2021-09-13
1603361 Ensure that turning OBT preference on by default would enable it for users who already opened the Browser Toolbox once DevTools Framework jdescottes RESO FIXE 2020-01-09
1571704 Make ThreadActor.frames return Frame fronts instead of JSON objects DevTools Debugger jlaster RESO FIXE 2021-09-13
1573315 The debugger should attach to content processes in-addition to workers DevTools Debugger jlaster RESO FIXE 2021-09-13
1573582 Fix syntax highlighting for commands.js DevTools Debugger jlaster RESO FIXE 2021-09-13
1574040 Generalize the Debugger's worker redux management DevTools Debugger jlaster RESO FIXE 2021-09-13
1574041 Generalize Debugger worker lifecycle management DevTools Debugger jlaster RESO FIXE 2021-09-13
1574343 Improve process labels and icons DevTools Debugger jlaster RESO FIXE 2021-09-13
1575337 Remove chrome client DevTools Debugger jlaster RESO FIXE 2021-09-13
1578672 "SourceActor threw an exception 'Failed to open input source 'file:///''" exception when opening the browser toolbox DevTools Debugger jlaster RESO FIXE 2021-09-13
1580165 $0 is not working with fission enabled DevTools Console jlaster RESO FIXE 2021-09-13
1581614 Extract service container DevTools Console jlaster RESO FIXE 2021-09-13
1582870 Reduxify console actions DevTools Console jlaster RESO FIXE 2021-09-13
1583550 Support additional targets in the OBT when we highlight the dock icon in case of breakpoints DevTools Debugger jlaster RESO FIXE 2021-09-13
1441711 Connect Console to multiple processes DevTools Console nchevobbe RESO FIXE 2021-09-13
1494680 Inspector Extensions should use the current reps DevTools Inspector nchevobbe RESO FIXE 2021-09-13
1529917 Remove VariablesViewController DevTools Shared Components nchevobbe RESO FIXE 2021-09-13
1566850 Convert `target.activeConsole` to `target.getFront("console")` DevTools Console nchevobbe RESO FIXE 2020-02-26
1567832 Implement a pref for browser console fission DevTools Console nchevobbe RESO FIXE 2021-09-13
1567849 Allow the context menu to interact with targets DevTools Console nchevobbe RESO FIXE 2021-09-13
1572414 Fix non-native ConsoleAPI console warning in multi-proxy Browser Console DevTools Console nchevobbe RESO FIXE 2021-09-13
1572442 don't use webconsoleConnectionProxy to dispatch actions DevTools Console nchevobbe RESO FIXE 2021-09-13
1572484 Write a mochitest for expanding content-originated object in browser console DevTools Console nchevobbe RESO FIXE 2021-09-13
1576841 Enable multi-proxy for Browser Toolbox (when fission pref is enabled) DevTools Console nchevobbe RESO FIXE 2021-09-13
1576844 Error message when closing multi-proxy Browser Console DevTools Console nchevobbe RESO FIXE 2021-09-13
1577431 Properly cleanup Browser Console when closing its window DevTools Console nchevobbe RESO FIXE 2021-09-13
1577756 Run browser_console_webconsole_console_api_calls.js can run with both Fission enabled and disabled DevTools Console nchevobbe RESO FIXE 2021-09-13
1577780 Add a Browser Console test to invoke getter in object coming from content process DevTools Console nchevobbe RESO FIXE 2021-09-13
1577781 Add a Browser Console test to expand a longstring coming from content process DevTools Console nchevobbe RESO FIXE 2021-09-13
1577783 In Browser Toolbox, clicking on an Element node target icon should navigate to the right node in the inspector DevTools Shared Components nchevobbe RESO FIXE 2021-09-13
1577786 Write a mochitest to add a content object in the sidebar in Fission Browser Console DevTools Console nchevobbe RESO FIXE 2021-09-13
1577798 Logged Content function is missing "jump to definition" icon in Omniscient Browser Toolbox DevTools Console nchevobbe RESO FIXE 2021-09-13
1579090 WebConsole should handle ObjectFront when needed (for non-primitive Console API args + Evaluation results) DevTools Console nchevobbe RESO FIXE 2021-09-13
1580181 Don't manage evalWindow debuggee in webconsole actor's autocomplete function DevTools Console nchevobbe RESO FIXE 2021-09-13
1586201 Add a function to retrieve a nodeFront from a node grip, in the right context DevTools Console nchevobbe RESO FIXE 2021-09-13
1587701 Make toolbox's highlight/unhighlight functions work in the browser toolbox for content element DevTools Shared Components nchevobbe RESO FIXE 2021-09-13
1588999 Rename ObjectClient to ObjectFront DevTools Framework nchevobbe RESO FIXE 2021-09-13
1591330 Remove LongStringClient and use LongStringFront instead DevTools Console nchevobbe RESO FIXE 2021-09-13
1597905 Use clearOutput helper in console test DevTools Console nchevobbe RESO FIXE 2021-09-13
1601630 Remove WebConsoleUI evaluateJSAsync DevTools Console nchevobbe RESO FIXE 2021-09-13
1568825 Prepare the node-picker for being able to eventually select elements across targets DevTools Inspector patrickbrosset+bugzilla RESO FIXE 2021-09-13
1574401 Make it possible for the element picker to select elements also in oop frames DevTools Inspector patrickbrosset+bugzilla RESO FIXE 2021-09-13
1471754 Add core Resource actor infrastructure - TargetList component DevTools General poirot.alex RESO FIXE 2021-09-13
1522572 Introduce a target class specific to local tabs DevTools Framework poirot.alex RESO FIXE 2021-09-13
1565263 Support process switching without closing the toolbox DevTools Framework poirot.alex RESO FIXE 2021-09-13
1568837 Make the rule-view able to display and edit styles for any selected node, even when those nodes are in oop iframes DevTools Inspector: Rules poirot.alex RESO FIXE 2021-09-13
1568840 Make the computed-view able to display styles for any selected node, even when those nodes are in oop iframes DevTools Inspector poirot.alex RESO FIXE 2021-09-13
1569690 Target should be used to fetch any other target scoped front DevTools Debugger poirot.alex RESO FIXE 2021-09-13
1576115 xpcshell debugging is broken when setting devtools.browsertoolbox.fission to true DevTools Framework poirot.alex RESO FIXE 2021-09-13
1576586 about:debugging tests disabled on fission seem to pass DevTools about:debugging poirot.alex RESO FIXE 2021-09-13
1578242 Make the inspector use the TargetList API and support target switching DevTools Inspector poirot.alex RESO FIXE 2021-09-13
1578408 Content process thread actors should be attached as soon as the browser toolbox opens DevTools Debugger poirot.alex RESO FIXE 2021-09-13
1578426 Rename Inspector.target to currentTarget DevTools Inspector poirot.alex RESO FIXE 2021-09-13
1585986 Print method name when a RDP request failed because the front is already destroyed DevTools Framework poirot.alex RESO FIXE 2021-09-13
1588050 Switch ON the Omniscient Browser Toolbox by default DevTools Framework poirot.alex RESO FIXE 2020-03-30
1592363 Make the Console use the TargetList API DevTools Console poirot.alex RESO FIXE 2021-09-13
1572651 (obsolete) Make the BoxModelHighlighter compatible with Fission DevTools Inspector razvan.caliman RESO FIXE 2021-09-13
1599728 Track Changes - Ensure CSS changes from all frames are tracked DevTools Inspector: Changes razvan.caliman RESO FIXE 2019-12-12
1225492 Listen for paused/resumed events on threadClient, not the target DevTools Debugger ystartsev RESO FIXE 2021-09-13
1485383 Use target.getFront to instantiate all target-scoped actor fronts DevTools Framework ystartsev RESO FIXE 2021-09-13
1493714 Move attachThread/detachThread code specific to the toolbox in toolbox.js DevTools Framework ystartsev RESO FIXE 2021-09-13
1494796 Convert ThreadClient to protocol.js front DevTools Framework ystartsev RESO FIXE 2021-09-13
1522106 Remove Target.onFront in favor of the one inherited from Front. DevTools Framework ystartsev RESO FIXE 2021-09-13
1522571 Move AddonTargetFront outside of devtools/shared/front/targets DevTools Framework ystartsev RESO FIXE 2021-09-13
1560200 Connect the markup-view to multiple processes in the browser toolbox DevTools Inspector ystartsev RESO FIXE 2021-09-13
1566450 Add descriptor metaclass for the process target type DevTools Framework ystartsev RESO FIXE 2021-09-13
1573780 Introduce TargetFront for DeprecatedThreadClient DevTools Debugger ystartsev RESO FIXE 2021-09-13
1574156 implement frameDescriptor DevTools Framework ystartsev RESO FIXE 2021-09-13
1574159 implement listRemoteFrames DevTools Framework ystartsev RESO FIXE 2021-09-13
1575237 Allow browser toolbox inspector to search top level documents DevTools Inspector ystartsev RESO FIXE 2021-09-13
1575490 Cleanup access to DevTools fission preference "devtools.browsertoolbox.fission" DevTools General ystartsev RESO FIXE 2021-09-13
1575557 Refactor webExtension to be a descriptor DevTools Framework ystartsev RESO FIXE 2021-09-13
1579052 Markup view uses currentTarget walker, instead of nodeFront walker DevTools Inspector ystartsev RESO FIXE 2021-09-13
1579053 pageStyles.getLayout fails with remote nodeFronts DevTools Inspector ystartsev RESO FIXE 2021-09-13
1584107 Allow targets to have access to their parentFront DevTools Inspector ystartsev RESO FIXE 2021-09-13
1577881 Setting a breakpoint in DevTools codebase from the browser toolbox doesn't work DevTools Debugger bhackett1024 VERI FIXE 2022-01-10
1578745 Introduce a preference to enable fission frame inspection in DevTools DevTools Framework gl VERI FIXE 2021-11-29
1572671 Multi-proxy Browser Console can't be re-opened DevTools Console nchevobbe VERI FIXE 2021-09-13
98 bugs found.

File a new bug in the "DevTools" product