gecko-dev/extensions/venkman/resources/content/venkman-output-window.html
rginda%netscape.com 92b1e3b67c - venkman only -
bug 157638, "Land VENKMAN_FLOATS_MY_BOAT branch", a=scc
Landing the 3 month old branch, which fixes the following bugs...
121409, 103898, 116102, 116099, 127750, 127099, 121501, 127102, 127737, 127733, 150481, 156776, 156769, 153381, 153066, 152946, 127752, 116286, 143682, 130398, 129692, 156111, 127736, 130050, 139565, 128604, 127751, 127732, 127727, 103425, 85634, 139557, 125394
2002-07-18 00:54:32 +00:00

22 lines
531 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<script>
var css = "chrome://venkman/skin/venkman-output-default.css";
if (document.location.search)
css = document.location.search.substr(1);
document.write ("<LINK REL=StyleSheet HREF='" + css +
"' TYPE='text/css' MEDIA='screen'>");
</script>
</head>
<body id="venkman-session-body">
<table border="0" cellpadding="0" cellspacing="0" id="session-output-table">
</table>
</body>
</html>