Skip to content

Commit

Permalink
Updated and synced feature lists and updated redirect links
Browse files Browse the repository at this point in the history
Updated and synced the feature lists in the README and the About window.
Updated the AMO links in the README and the About window to prevent
redirects.
Added link to Screengrab (fix version) add-on.
Part of mozilla#188
  • Loading branch information
UtiluMark committed Oct 12, 2015
1 parent 144883b commit b06510e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 13 deletions.
2 changes: 1 addition & 1 deletion History.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
* Repository: Reorganize repository and documentation (#28)
* Extension: Update list of contributors (#38)
* Extension: Update maxVersions for applications (#37)
* Extension: Allow title bar customization in Thunderbird (#24)
* Extension: Allow titlebar customization in Thunderbird (#24)
* Extension: Version 3.1 loses ability to customize titlebar with just window title (#18)
* Extension: Enhance pushlog feature to support Aurora channel (#13)
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# Nightly Tester Tools
Nightly Tester Tools is an addon for aiding testers of nightly builds of Mozilla apps like Firefox and Thunderbird. Some features are:

* Extension compatibility fixing
* Titlebar customization
* Build ID retrieval
* Copy extension list to clipboard
* Screenshots
* Copy Build ID to Clipboard
* Copy List of Extensions to Clipboard
* Copy about:support to Clipboard
* Open Profile Folder
* Open Pushlog
* Screenshots utility
* Titlebar customization
* Crash options
* Extension compatibility fixing

# Install
You can install the latest stable NTT from [addons.mozilla.org](https://addons.mozilla.org/en-US/firefox/addon/6543/). To install for development, clone the repo:
Expand Down Expand Up @@ -37,4 +40,5 @@ All bugs are reported to the Nightly Tester Tools component at bugzilla.mozilla.
This project uses [.editorconfig](http://editorconfig.org/#overview), which sets defaults for the formatting of the code. So enjoy the use of [compatible editor](http://editorconfig.org/#download). Just download and install the corresponding plugin.

# Related Add-ons:
* [Add-on Compatibility Reporter](https://addons.mozilla.org/en-US/firefox/addon/15003/)
* [Screengrab (fix version)](https://addons.mozilla.org/en-US/firefox/addon/screengrab-fix-version/)
* [Add-on Compatibility Reporter](https://addons.mozilla.org/en-US/firefox/addon/add-on-compatibility-reporter/)
16 changes: 10 additions & 6 deletions extension/chrome/content/aboutNightly/aboutNightly.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,15 @@
<h2>Features</h2>

<ul>
<li>titlebar customization</li>
<li>copy build id to clipboard</li>
<li>copy extensions list to clipboard</li>
<li>screenshot utility</li>
<li>open profile folder</li>
<li>Copy Build ID to Clipboard</li>
<li>Copy List of Extensions to Clipboard</li>
<li>Copy about:support to Clipboard</li>
<li>Open Profile Folder</li>
<li>Open Pushlog</li>
<li>Screenshots utility</li>
<li>Titlebar customization</li>
<li>Crash options</li>
<li>Extension compatibility fixing</li>
</ul>

</div>
Expand All @@ -58,7 +62,7 @@

<ul>
<li>
<a href="https://addons.mozilla.org/en-US/firefox/addon/6543/">
<a href="https://addons.mozilla.org/en-US/firefox/addon/nightly-tester-tools/">
addons.mozilla.org page
</a>
</li>
Expand Down

0 comments on commit b06510e

Please sign in to comment.