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)

x86_64
Linux
defect
Not set
normal

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:...
There is also the LOAD_FROM_CACHE flag that can be set, if a cache load is truly what is desired.
By which I mean LOAD_ONLY_FROM_CACHE, which is a much stronger guarantee than the other.
Assignee: nobody → josh
Depends on: 755661
Hot. I love when bugs resolve themselves. Bug 755661 removed all instances of creating new channels.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.