mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
Fix for bug 192014. Bookmarks menu shows no bookmarks when no unminimized windows are open.
r=pch, sr=jag, a=sspitzer
This commit is contained in:
parent
64593d037b
commit
459db5f4cb
@ -56,6 +56,10 @@ Contributor(s): ______________________________________. -->
|
||||
<script type="application/x-javascript" src="chrome://navigator/content/browser.js"/>
|
||||
<script type="application/x-javascript" src="chrome://navigator/content/navigator.js"/>
|
||||
|
||||
<!-- Shared Bookmarks Utility Library -->
|
||||
<script type="application/x-javascript" src="chrome://communicator/content/bookmarks/bookmarks.js"/>
|
||||
<script type="application/x-javascript" src="chrome://communicator/content/bookmarks/bookmarksMenu.js"/>
|
||||
|
||||
<stringbundleset id="stringbundleset"/>
|
||||
|
||||
<!-- keys are appended from the overlay -->
|
||||
@ -76,6 +80,8 @@ Contributor(s): ______________________________________. -->
|
||||
|
||||
<broadcasterset id="navBroadcasters"/>
|
||||
|
||||
<template id="bookmarksMenuTemplate"/>
|
||||
|
||||
<!-- it's the whole navigator.xul menubar! hidden windows need to
|
||||
have a menubar for situations where they're the only window remaining
|
||||
on a platform that wants to leave the app running, like the Mac.
|
||||
|
Loading…
Reference in New Issue
Block a user