Closed
Bug 1301716
Opened 9 years ago
Closed 9 years ago
Pref off new debugger in tests that require old debugger
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1300861
People
(Reporter: jlong, Assigned: jlong)
References
Details
Attachments
(3 files)
12.28 KB,
patch
|
Details | Diff | Splinter Review | |
58 bytes,
text/x-review-board-request
|
Details | |
58 bytes,
text/x-review-board-request
|
Details |
There are several older tests in other tools that assume the window has state that the older debugger created. We need to fix up these tests, but we want to turn on the new debugger now so we're going to just force those specific tests to keep using the old debugger.
Assignee | ||
Comment 1•9 years ago
|
||
Fixes the following tests:
devtools/client/webconsole/test/browser_console_optimized_out_vars.js
devtools/client/webconsole/test/browser_console_variables_view_while_debugging.js
devtools/client/webconsole/test/browser_console_variables_view_while_debugging_and_inspecting.js
devtools/client/webconsole/test/browser_eval_in_debugger_stackframe.js
devtools/client/webconsole/test/browser_eval_in_debugger_stackframe2.js
devtools/client/webconsole/test/browser_webconsole_autocomplete_in_debugger_stackframe.js
devtools/client/webconsole/test/browser_webconsole_bug_1050691_click_function_to_source.js
devtools/client/webconsole/test/browser_webconsole_bug_766001_JS_Console_in_Debugger.js
devtools/client/webconsole/test/browser_webconsole_closure_inspection.js
devtools/client/webconsole/test/browser_webconsole_input_field_focus_on_panel_select.js
Assignee | ||
Comment 2•9 years ago
|
||
When we run a try push, we'll should include bug 1301719 which fixes a bunch of browser toolbox/addons tests.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → jlong
Comment 5•9 years ago
|
||
Try push with these patches + bug 1301719 + bug 1300861: https://treeherder.mozilla.org/#/jobs?repo=try&revision=0492127466e9
Assignee | ||
Comment 6•9 years ago
|
||
Let's merge this with bug 1300861, as it's difficult to track a lot of moving parts.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•