Skip to content

Commit 71dd337

Browse files
committed
Issue firebug#88: Change type='content-primary' to 'content' on 'browser' elements
1 parent 5c23de5 commit 71dd337

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

chrome/content/connections-window.xul

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
<vbox flex="1">
3838

3939
<!-- React UI Container -->
40-
<browser id="contentFrame" type="content-primary" flex="1"
41-
disablehistory="true" />
40+
<browser id="contentFrame" type="content" flex="1" disablehistory="true" />
4241

4342
<!-- Search bar -->
4443
<findbar id="FindToolbar" browserid="contentFrame"/>

chrome/content/inspector-window.xul

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535
<vbox flex="1">
3636

3737
<!-- Logging Output -->
38-
<browser id="contentFrame" type="content-primary" flex="1"
39-
disablehistory="true" />
38+
<browser id="contentFrame" type="content" flex="1" disablehistory="true" />
4039

4140
<!-- Search bar -->
4241
<findbar id="FindToolbar" browserid="contentFrame"/>
@@ -53,7 +52,7 @@
5352
const { inspectorWindowName } = window.arguments[0];
5453
document.title += ` - ${inspectorWindowName}`;
5554
}
56-
55+
5756
]]>
5857
</script>
5958

0 commit comments

Comments
 (0)