Status
Webtools Graveyard
Tinderbox2
--
enhancement
RESOLVED
WONTFIX
People
(Reporter: mozilla, Assigned: kestes)
Tracking
Firefox Tracking Flags
(Not tracked)
Details
(URL)
It would be nice if there was a way to access the raw data in the tinderbox sidebars (i.e. without the html document formating) as an rdf or other format. Currently I've defined my own sidebar as such: <RDF:Description about="urn:sidebar:panel:tinderbox-all" NC:title="Tinderbox: All" NC:content="http://localhost/~cabbey/tinder.html" /> where my tinder.html looks something like this: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "DTD/xhtml1-frameset.dtd"> <html> <frameset rows="*,2*"> <frame src="http://tinderbox.mozilla.org/SeaMonkey/panel.html"/> <frame src="http://tinderbox.mozilla.org/SeaMonkey-Ports/panel.html"/> </frameset> </html> or when there is a branch active: <frameset rows="*,*,2*"> <frame src="http://tinderbox.mozilla.org/SeaMonkey/panel.html"/> <frame src="http://tinderbox.mozilla.org/SeaMonkey-Branch/panel.html"/> <frame src="http://tinderbox.mozilla.org/SeaMonkey-Ports/panel.html"/> </frameset> I find that this solves a problem I had with the current tinderboxen, too much wasted space. (on my screen size and normal viewing configuration the SeaMonkey tinderbox takes up about 1/5 of the available space, ports about 1/2) The frame set however is a clunky hack; there are often delays loading the content when a window is opened, or the sidebar is displayed which cause it to size the frames 1 pixel high... and I've got to "nudge" the taskbar somehow to refresh it correctly. Ideally I'd just define a document with a css to render the tinderbox rdf and then #include the relevant rdfs from t.m.o, but I couldn't find said rdfs, hence this RFE.
compare http://tinderbox.mozilla.org/showbuilds.cgi?rdf=1&tree=SeaMonkey,SeaMonkey-Ports and http://tinderbox.mozilla.org/showbuilds.cgi?quickparse=1&tree=SeaMonkey,SeaMonkey-Ports yet another in a string of bugs... individually, the rdf works fine: http://tinderbox.mozilla.org/showbuilds.cgi?rdf=1&tree=SeaMonkey http://tinderbox.mozilla.org/showbuilds.cgi?rdf=1&tree=SeaMonkey-Ports
Comment 3•17 years ago
|
||
new tbox2 might be better, take another look? tbox2 component.
Assignee: mcafee → kestes
Component: Tinderbox → Tinderbox2
I have something like your panel look at the choices in /opt/apache/htdocs/tinderbox2/SeaMonkey/ I know this needs to be done for my Headers. I wrote something simple which does not work. You can look at the page /opt/apache/htdocs/tinderbox2/SeaMonkey/alltree_headers.html Which was intended to be of the form name: value I will work on this but not during this stay at netscape.
I have something like your panel look at the choices in /opt/apache/htdocs/tinderbox2/SeaMonkey/ Also my tinderbox can be run using the text browser links (http://artax.karlin.mff.cuni.cz/~mikulas/links/) Though currently we are not printing all the necessary data. I know this needs to be done for my Headers. I wrote something simple which does not work. You can look at the page /opt/apache/htdocs/tinderbox2/SeaMonkey/alltree_headers.html Which was intended to be of the form name: value I will work on this but not during this stay at netscape.
Updated•17 years ago
|
Summary: [RFE] tinderboxen raw data in rdf → tinderboxen raw data in rdf
Updated•13 years ago
|
QA Contact: timeless → tinderbox2
Updated•5 years ago
|
Product: Webtools → Webtools Graveyard
Comment 6•4 months ago
|
||
Closing as Tinderbox is a thing anymore.
Status: NEW → RESOLVED
Last Resolved: 4 months ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•