зеркало из https://github.com/mozilla/gecko-dev.git
bug 602198 - Reduce privilege of the Web Console Network Inspector, r=gavin, a=blocking2.0
This commit is contained in:
Родитель
6c223bb33a
Коммит
7395af3488
|
@ -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"
|
||||
});
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче