mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 6884. Set up a 'real' flash demo that pulls data from tinderbox.
This commit is contained in:
parent
c3a0006193
commit
f1c8c55d65
@ -50,6 +50,7 @@ FILES = \
|
||||
flash.css \
|
||||
flash.js \
|
||||
flash.xul \
|
||||
flames.gif \
|
||||
folder-closed.gif \
|
||||
folder-open.gif \
|
||||
iefavorite.gif \
|
||||
|
BIN
rdf/resources/flames.gif
Normal file
BIN
rdf/resources/flames.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
@ -2,10 +2,12 @@
|
||||
xmlns:NC="http://home.netscape.com/NC-rdf#">
|
||||
|
||||
<RDF:Bag ID="NC:FlashDataSources">
|
||||
<!-- demo ware! -->
|
||||
<RDF:li resource="resource:/res/rdf/remote-flash-1.rdf" />
|
||||
<RDF:li resource="resource:/res/rdf/remote-flash-2.rdf" />
|
||||
<RDF:li resource="resource:/res/rdf/remote-flash-3.rdf" />
|
||||
<RDF:li>
|
||||
<!-- The Tinderbox Flash -->
|
||||
<RDF:Description about="http://cvs-mirror.mozilla.org/webtools/tinderbox/showbuilds.cgi?tree=SeaMonkey&flash=1">
|
||||
<NC:poll-interval>60</NC:poll-interval>
|
||||
</RDF:Description>
|
||||
</RDF:li>
|
||||
</RDF:Bag>
|
||||
|
||||
<RDF:Bag ID="NC:FlashStyleSheets">
|
||||
|
@ -4,14 +4,6 @@
|
||||
|
||||
*/
|
||||
|
||||
treeitem[type="http://home.netscape.com/NC-rdf#StockFlash"] > treecell > titledbutton {
|
||||
list-style-image: url("resource:/res/rdf/stock.gif");
|
||||
}
|
||||
|
||||
treeitem[type="http://home.netscape.com/NC-rdf#OnlinePresence"] > treecell > titledbutton {
|
||||
list-style-image: url("resource:/res/rdf/online.gif");
|
||||
}
|
||||
|
||||
treeitem[type="http://home.netscape.com/NC-rdf#Biff"] > treecell > titledbutton {
|
||||
list-style-image: url("resource:/res/rdf/unread.gif");
|
||||
treeitem[type="http://www.mozilla.org/RDF#TinderboxFlash"] > treecell > titledbutton {
|
||||
list-style-image: url("resource:/res/rdf/flames.gif");
|
||||
}
|
||||
|
@ -44,6 +44,7 @@ FILES=\
|
||||
flash.css \
|
||||
flash.js \
|
||||
flash.xul \
|
||||
flames.gif \
|
||||
folder-closed.gif \
|
||||
folder-open.gif \
|
||||
iefavorite.gif \
|
||||
|
Loading…
Reference in New Issue
Block a user