Confirmed users
704
edits
mNo edit summary  | 
				|||
| Line 84: | Line 84: | ||
! Name  | ! Name  | ||
! Value  | ! Value  | ||
! Example  | |||
! Explanation  | |||
|-  | |-  | ||
| ${  | | ${DefaultTitle}  | ||
|   | | Default Application Title  | ||
| MozillaWiki - SeaMonkey  | |||
|    | |||
|-  | |||
| ${TabTitle}  | |||
| Current Tab's Title  | |||
| MozillaWiki  | |||
| As set by the <tt><title></tt> of the current page  | |||
|-  | |||
| ${AppId}  | |||
| Application Identifier  | |||
| {92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}  | |||
| GUID of the current application  | |||
|-  | |||
| ${Vendor}  | |||
| Application Vendor  | |||
| Mozilla  | |||
|    | |||
|-  | |||
| ${Name}  | |||
| Application Name  | |||
| SeaMonkey  | |||
|    | |||
|-  | |||
| ${Version}  | |||
| Application Version  | |||
| 2.16a1  | |||
|    | |||
|-  | |||
| ${AppBuildID}  | |||
| Application Build Identifier  | |||
| 20121019003003  | |||
| Datestamp, YYYYMMDDhhmmss  | |||
|-  | |||
| ${Changeset}  | |||
| Built from that changeset  | |||
| bd22a204044b  | |||
| With SeaMonkey it is the '''comm-central''' (or comm-aurora, comm-beta, comm-release) changeset. With Thunderbird I don't know.  | |||
|-  | |||
| ${PlatformBuildID}  | |||
| XUL Platform Build Identifier  | |||
| 20121019003003  | |||
| Same as ${AppBuildID} AFAICT  | |||
|-  | |||
| ${PlatformVersion}  | |||
| XUL Platform Version  | |||
| 19.0a1  | |||
| Same as ${GeckoVersion} AFAICT.  | |||
|-  | |||
| ${GeckoVersion}  | |||
| Gecko Version  | |||
| 19.0a1  | |||
| With SeaMonkey it is '''not''' the same as ${Version}.  | |||
|-  | |||
| ${BrandName}  | |||
| Application Brand Name  | |||
| SeaMonkey  | |||
| I '''think''' that for Firefox-Nightly or Thunderbird-Daily it is other than ${Name}  | |||
|-  | |-  | ||
| ${UserAgent}  | | ${UserAgent}  | ||
|   | | User Agent String  | ||
| Mozilla/5.0 (X11; Linux x86_64; rv:19.0) Gecko/19.0 Firefox/19.0 SeaMonkey/2.16a1  | |||
| As can be seen near the bottom of Help→About  | |||
|-  | |||
| ${Locale}  | |||
| Current locale  | |||
| en-US  | |||
|    | |||
|-  | |||
| ${OS}  | |||
| Compilation OS  | |||
| Linux  | |||
|    | |||
|-  | |||
| ${Processor}  | |||
| Compilation Processor}  | |||
| x86_64  | |||
| ix86 means 32-bit Intel  | |||
|-  | |-  | ||
| ${  | | ${Compiler}  | ||
|   | | Compiler  | ||
| gcc3  | |||
|    | |||
|-  | |||
| ${Toolkit}  | |||
| Graphics Toolkit  | |||
| cairo  | |||
|    | |||
|-  | |||
| ${Profile}  | |||
| Current Profile  | |||
| default  | |||
|    | |||
|}  | |}  | ||
* The first two depend on the page you are browsing; I showed what appeared on this wiki's [[Main Page]].  | |||
* All of these can be seen in the <tt>Tools → Nightly Tester Tools → Customize Titlebar</tt> dialog… if it is present in the current version of NTT on the current application.  | |||
==Ideas==  | ==Ideas==  | ||
If you'd like to propose ideas on how to make the extension better, feel free to file a bug within [https://bugzilla.mozilla.org/enter_bug.cgi?product=Other%20Applications&component=Nightly%20Tester%20Tools this handy form]!  | If you'd like to propose ideas on how to make the extension better, feel free to file a bug within [https://bugzilla.mozilla.org/enter_bug.cgi?product=Other%20Applications&component=Nightly%20Tester%20Tools this handy form]!  | ||