mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-07 11:56:51 +00:00
Bug #140104 --> only bring in the cookie tasks overlay if the window is a nav window.
this fixes a problem where mail, mail compose and editor windows were getting a cookie icon in them. r/sr=sspitzer
This commit is contained in:
parent
a2a842ad48
commit
c473f275f4
@ -17,16 +17,11 @@
|
||||
|
||||
<!-- overlay information -->
|
||||
<RDF:Seq about="urn:mozilla:overlays">
|
||||
<RDF:li resource="chrome://communicator/content/tasksOverlay.xul"/>
|
||||
<RDF:li resource="chrome://communicator/content/contentAreaContextOverlay.xul"/>
|
||||
<RDF:li resource="chrome://communicator/content/pref/preftree.xul"/>
|
||||
<RDF:li resource="chrome://navigator/content/navigatorOverlay.xul"/>
|
||||
</RDF:Seq>
|
||||
|
||||
<RDF:Seq about="chrome://communicator/content/tasksOverlay.xul">
|
||||
<RDF:li>chrome://cookie/content/cookieTasksOverlay.xul</RDF:li>
|
||||
</RDF:Seq>
|
||||
|
||||
<RDF:Seq about="chrome://communicator/content/contentAreaContextOverlay.xul">
|
||||
<RDF:li>chrome://cookie/content/cookieContextOverlay.xul</RDF:li>
|
||||
</RDF:Seq>
|
||||
@ -37,6 +32,7 @@
|
||||
|
||||
<RDF:Seq about="chrome://navigator/content/navigatorOverlay.xul">
|
||||
<RDF:li>chrome://cookie/content/cookieNavigatorOverlay.xul</RDF:li>
|
||||
<RDF:li>chrome://cookie/content/cookieTasksOverlay.xul</RDF:li>
|
||||
</RDF:Seq>
|
||||
|
||||
</RDF:RDF>
|
||||
|
Loading…
Reference in New Issue
Block a user