Closed
Bug 792524
Opened 12 years ago
Closed 12 years ago
debugger-controller.js creates a channel out of thin air
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: jdm, Assigned: jdm)
References
Details
http://mxr.mozilla.org/mozilla-central/source/browser/devtools/debugger/debugger-controller.js#1290
This could conceivably load an uncached file without respect for a document's privacy status. This channel should probably reside in the source document's loadgroup. Alternatively, from IRC:
<dcamp> yeah. Should probably be using view-source:...
Assignee | ||
Comment 1•12 years ago
|
||
There is also the LOAD_FROM_CACHE flag that can be set, if a cache load is truly what is desired.
Assignee | ||
Comment 2•12 years ago
|
||
By which I mean LOAD_ONLY_FROM_CACHE, which is a much stronger guarantee than the other.
Updated•12 years ago
|
Assignee: nobody → josh
tracking-firefox18:
--- → +
Assignee | ||
Comment 3•12 years ago
|
||
Hot. I love when bugs resolve themselves. Bug 755661 removed all instances of creating new channels.
Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Updated•12 years ago
|
tracking-firefox18:
+ → ---
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•