Open
Bug 1430711
Opened 8 years ago
Updated 3 years ago
Toolbox starts blank when clicking debug button at the first time in about:debugging
Categories
(DevTools :: about:debugging, defect, P3)
Tracking
(firefox-esr52 unaffected)
NEW
| Tracking | Status | |
|---|---|---|
| firefox-esr52 | --- | unaffected |
People
(Reporter: magicp.jp, Unassigned)
References
Details
Attachments
(1 file)
|
751.72 KB,
video/mp4
|
Details |
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0 ID:20180115100056
Steps to reproduce:
1. Launch Nightly on Windows
2. Go to about:debugging
3. Enable add-on debugging
4. Click "Debug" button of Activity Stream
Actual results:
Toolbox starts blank. The following error is logged in the browser console.
error occurred while processing 'attach: Error: Permission denied to access property "document"Line: 0, column: 0 main.js:1651
_unknownError resource://devtools/server/main.js:1651:5
onPacket resource://devtools/server/main.js:1790:29
_onJSONObjectReady/< resource://devtools/shared/transport/transport.js:483:11
exports.makeInfallible/< resource://devtools/shared/ThreadSafeDevToolsUtils.js:109:14
exports.makeInfallible/< resource://devtools/shared/ThreadSafeDevToolsUtils.js:109:14
Regression range:
https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=c91659401a6d62f271bbc133f7c1d44fc455fb10&tochange=3e06cba872427866b195b98c51bca5883f166011
Expected results:
Toolbox works fine without error.
Blocks: CVE-2017-7820
Has Regression Range: --- → yes
Has STR: --- → yes
status-firefox57:
--- → wontfix
status-firefox58:
--- → affected
status-firefox-esr52:
--- → unaffected
Comment 1•8 years ago
|
||
I can't reproduce the problem on Windows 7 with Firefox 59 using a clear profile at the moment.
Comment 2•8 years ago
|
||
I tested on Windows 10 just now, on Nightly 59 (59.0a1 (2018-01-15)), and couldn't reproduce the problem either.
This is with my usual dev profile.
My environments are Windows 7, 8.1 and 10. In the attached video, I am using mozregression on Windows 10.
Comment 4•8 years ago
|
||
As we can't reproduce so far, we need more information.
magicp: Do you reproduce the error consistently? Are you using a clean profile for your tests?
Flags: needinfo?(magicp.jp)
(In reply to Julian Descottes [:jdescottes][:julian] from comment #4)
> magicp: Do you reproduce the error consistently?
Yes, I do.
> Are you using a clean profile for your tests?
I am using a clean profile for my test. Also mozregression use a new profile by default.
Flags: needinfo?(magicp.jp)
Comment 6•8 years ago
|
||
I can reproduce too. But it must be Activity Stream or some native extension, debugging an installed webextension seems to work properly.
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•7 years ago
|
status-firefox57:
wontfix → ---
status-firefox58:
affected → ---
status-firefox59:
affected → ---
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•