Closed
Bug 926794
Opened 11 years ago
Closed 6 years ago
Reloading page with console open triggers strict warnings in the debugger server
Categories
(DevTools :: Debugger, defect, P4)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 972350
People
(Reporter: cpeterson, Unassigned)
References
(Blocks 1 open bug)
Details
STR:
1. Run a debug build of Firefox from the command line
2. On a simple page like about:mozilla, open the Web Console
3. Reload the page using CMD+R
4. Watch stdout for JavaScript warnings
RESULT:
JavaScript strict warning: resource://gre/modules/devtools/dbg-server.jsm -> resource://gre/modules/devtools/server/main.js -> resource://gre/modules/devtools/server/actors/script.js, line 178: reference to undefined property aSearchParams.url
Updated•11 years ago
|
Priority: -- → P4
Comment 1•10 years ago
|
||
This bug is similar to 972350. Perhaps we should merge those into a single bug.
Updated•10 years ago
|
Summary: Reloading page with Web Console open logs JS strict warning about reference to undefined property `aSearchParams.url` → Reloading page with console open triggers strict warnings in the debugger server
Updated•10 years ago
|
Blocks: dbg-server
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•