Mercurial > nightly_tester_tools
view chrome/content/suite.js @ 4:8aa443d1e395 default tip
revised Makefile
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Tue, 02 Dec 2008 20:55:06 +0900 |
parents | 472a16863ecc |
children |
line wrap: on
line source
var nightlyApp = { init: function() { var brandbundle = document.getElementById("bundle_brand"); if (nightly.variables.name==null) { nightly.variables.name=brandbundle.getString("brandShortName"); } nightly.variables.brandname=brandbundle.getString("brandFullName"); nightly.variables.defaulttitle=nightlyApp.storedTitle; }, detectLeaks: function(event) { this.openURL('chrome://nightly/content/leaks/leaks.xul', event); }, openURL: function(url, event) { openTopWin(url); }, setCustomTitle: function(title) { }, setBlankTitle: function() { }, setStandardTitle: function() { } }