Initial commit of web-panels js/xul/dtd files.

This commit is contained in:
hyatt%mozilla.org 2003-08-02 01:52:18 +00:00
parent e69965950f
commit 8071f1d341
4 changed files with 17 additions and 0 deletions

View File

View File

@ -0,0 +1,14 @@
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<!DOCTYPE window [
<!ENTITY % webPanelsDTD SYSTEM "chrome://browser/locale/web-panels.dtd" >
%webPanelsDTD;
]>
<page id="webpanels-window"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script type="application/x-javascript" src="chrome://browser/content/web-panels.js"/>
<description style="color:red; margin-top:1em">The implementation of this panel is in progress.</description>
</page>

View File

@ -17,6 +17,8 @@ browser.jar:
* content/browser/pageInfo.xul (content/pageInfo.xul)
* content/browser/pageInfo.js (content/pageInfo.js)
content/browser/pageInfo.css (content/pageInfo.css)
content/browser/web-panels.js (content/web-panels.js)
content/browser/web-panels.xul (content/web-panels.xul)
classic.jar:
skin/classic/browser/aboutDialog.css (skin/aboutDialog.css)
@ -50,6 +52,7 @@ en-US.jar:
locale/en-US/browser/pageReportFirstTime.dtd (locale/pageReportFirstTime.dtd)
* locale/en-US/browser/pageInfo.dtd (locale/pageInfo.dtd)
locale/en-US/browser/pageInfo.properties (locale/pageInfo.properties)
locale/en-US/browser/web-panels.dtd (locale/web-panels.dtd)
US.jar:
locale/US/browser-region/region.properties (locale/region.properties)

View File