bug 602198 - Reduce privilege of the Web Console Network Inspector, r=gavin, a=blocking2.0

This commit is contained in:
Rob Campbell 2010-10-18 19:57:09 -03:00
Родитель 6c223bb33a
Коммит 7395af3488
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -696,10 +696,10 @@ function NetworkPanel(aParent, aHttpActivity)
close: "true"
});
// Create the browser that displays the NetworkPanel XHTML.
this.browser = createAndAppendElement(this.panel, "browser", {
// Create the iframe that displays the NetworkPanel XHTML.
this.browser = createAndAppendElement(this.panel, "iframe", {
src: "chrome://browser/content/NetworkPanel.xhtml",
disablehistory: "true",
type: "content",
flex: "1"
});