gecko/browser/base/content/tabcandy/tabcandy.xhtml
Ian Gilman d2bd3d9691 + Removed icons that exist elsewhere in the browser; now using them instead
+ Our toolbar button now uses the standard toolbar button styling; we just apply a glyph to it
+ Went through the code with http://caja.appspot.com/tools/index and fixed a number of minor issues it found
+ Added "refresh" to the dev menu (since you won't be able to just refresh the tabcandy page once it's in the xul:deck)
2010-06-25 16:00:51 -07:00

41 lines
1.9 KiB
HTML

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
<head>
<title>&nbsp;</title>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
<link rel="icon" href="chrome://tabcandy/content/img/tabcandy.png"/>
<link rel="stylesheet" href="css/app.css" type="text/css">
</head>
<body>
<a href="http://feedback.mozillalabs.com/forums/56804-tabcandy" target="new">
<div id="feedback" class="bottomButton">give feedback</div>
</a>
<div id="reset" class="bottomButton">reset</div>
<div id="bg" />
<script type="text/javascript;version=1.8" src="js/core/stacktrace.js"></script>
<script type="text/javascript;version=1.8" src="js/core/iq.js"></script>
<script type="text/javascript;version=1.8" src="js/core/utils.js"></script>
<script type="text/javascript;version=1.8">
Utils.log('it begins! --------------------');
/* Utils.testLogging(); */
</script>
<script type="text/javascript;version=1.8" src="js/core/toolbar-button.js"></script>
<script type="text/javascript;version=1.8" src="js/core/tabs.js"></script>
<script type="text/javascript;version=1.8" src="js/core/mirror.js"></script>
<script type="text/javascript;version=1.8" src="js/app/storage.js"></script>
<script type="text/javascript;version=1.8" src="js/app/items.js"></script>
<script type="text/javascript;version=1.8" src="js/app/drag.js"></script>
<script type="text/javascript;version=1.8" src="js/app/trench.js"></script>
<script type="text/javascript;version=1.8" src="js/app/tabitems.js"></script>
<script type="text/javascript;version=1.8" src="js/app/groups.js"></script>
<script type="text/javascript;version=1.8" src="js/app/ui.js"></script>
</body>
</html>