mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 02:57:38 +00:00
Bug 340669: disable session history for view source, (nsISHistory undefined for Thunderbird), patch by Simon B�nzli <zeniko@gmail.com>, r=mconnor
This commit is contained in:
parent
05c8c2a15a
commit
d659544321
@ -188,7 +188,7 @@
|
||||
ondragdrop="nsDragAndDrop.drop(event, contentAreaDNDObserver);">
|
||||
|
||||
<browser id="content" type="content-primary" name="content" src="about:blank" flex="1"
|
||||
context="viewSourceContextMenu"/>
|
||||
disablehistory="true" context="viewSourceContextMenu"/>
|
||||
|
||||
#include ../../typeaheadfind/content/findBar.inc
|
||||
|
||||
|
@ -205,7 +205,7 @@
|
||||
ondragdrop="nsDragAndDrop.drop(event, contentAreaDNDObserver);">
|
||||
|
||||
<browser id="content" type="content-primary" name="content" src="about:blank" flex="1"
|
||||
context="viewSourceContextMenu"/>
|
||||
disablehistory="true" context="viewSourceContextMenu"/>
|
||||
#include ../../typeaheadfind/content/findBar.inc
|
||||
</vbox>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user