Skip to content

Commit cda811b

Browse files
Cleanup
1 parent e218c88 commit cda811b

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

DevelopmentTools.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For the easiest download get all add-ons of [SeLite Development Tools collection
2323
* [AMO admin assistant](https://addons.mozilla.org/en-US/firefox/addon/amo-admin-assistant/)
2424
* [DOM Inspector](https://addons.mozilla.org/en-US/firefox/addon/dom-inspector-6622/)
2525
* [DevPrefs](https://addons.mozilla.org/en-US/firefox/addon/devprefs/). If you don't install DevPrefs, visit Firefox URL _about:config_ and set the following preferences:
26-
26+
* `xpinstall.signatures.required` to boolean `false`
2727
* `browser.dom.window.dump.enabled` to boolean `true`
2828
* `devtools.chrome.enabled` to boolean `true`
2929
* `devtools.debugger.remote-enabled` to boolean `true`

ThirdPartyIssues.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,17 @@ function goToYourGitHubComments( repositoryUser, repositoryProject ) {
3737
| Selenium | GitHub | | | (see below) | https://github.com/seleniumHQ/selenium/issues?utf8=✓&q=commenter%3A**your-github-user-name** <br/><a href="#" onclick="goToYourGitHubComments('seleniumHQ', 'selenium')">your comments</a> |
3838
| Markdown Viewer | GitHub | | | [Markdown Viewer feature](https://github.com/Thiht/markdown-viewer/pull/39) | https://github.com/Thiht/markdown-viewer/issues?utf8=✓&q=commenter%3A**your-github-user-name** <br/><a href="#" onclick="goToYourGitHubComments('Thiht', 'markdown-viewer')">your comments</a> |
3939
| Selblocks | GitHub | | | [Selblocks issues](https://github.com/search?q=repo%3Arefactoror%2FSelBlocks+label%3Aquestion+author%3Apeter-kehl&ref=searchresults&type=Issues&utf8=✓) | https://github.com/refactoror/SelBlocks/issues?utf8=✓&q=commenter%3A**your-github-user-name** <br/><a href="#" onclick="goToYourGitHubComments('refactoror', 'Selblocks')">your comments</a> |
40-
| PURE | GitHub | | | [PURE pull request](https://github.com/pure/pure/pull/20) | https://github.com/pure/pure/issues?utf8=✓&q=commenter%3A**your-github-user-name** <br/><a href="#" onclick="goToYourGitHubComments('pure', 'pure')">your comments</a> |
4140
| _Projects outside of GitHub_ | | | | | | |
4241
| Mozilla | Mozilla | [Mozilla registration](https://bugzilla.mozilla.org/createaccount.cgi) | [Mozilla preferences](https://bugzilla.mozilla.org/userprefs.cgi?tab=email) | [Mozilla issues](https://bugzilla.mozilla.org/buglist.cgi?quicksearch=ALL+bug_id%3A396966%2C406629%2C962861%2C852837%2C837961%2C627808%2C929703%2C932578%2C891774%2C278536%2C1031985%2C1051632%2C1108132%2C1096135%2C1071816%2C1247476) | [Mozilla votes](https://bugzilla.mozilla.org/page.cgi?id=voting/user.html) |
4342
| NetBeans | NetBeans | [NetBeans registration](https://netbeans.org/people/new) | [NetBeans preferences](https://netbeans.org/bugzilla/userprefs.cgi?tab=email) | [NetBeans issues](https://netbeans.org/bugzilla/buglist.cgi?quicksearch=ALL%20bug_id%3A237640%2C238942%2C244329%2C234888%2C%2C238121%2C240529%2C238691%2C238942) | [NetBeans votes](https://netbeans.org/bugzilla/page.cgi?id=voting/user.html) |
4443
{: .table}
4544

4645
Please, vote even if an issue is closed (with comments like _doesn't meet a 'feature bar'_). Subscribe to [XML RSS feed](http://www.feed43.com/selite-third_party_issues.xml) on these issues.
4746

48-
## Selenium, Markdown Viewer, SelBlocks, PURE (on GitHub)
47+
## Selenium, Markdown Viewer, SelBlocks (on GitHub)
4948
[Registration with GitHub](https://github.com/join) is easy.
5049

51-
There is no voting for issues/pull requests on GitHub. Instead, add a thumbs up ![thumbs up](https://assets-cdn.github.com/images/icons/emoji/unicode/1f44d.png) reaction. Watch out, however: reactions are per-comment. Choose an existing comment that supports fixing the problem rather than avoids it. (For reactions click at the smiley face near the top right corner of a comment.) Do not 'vote' by Star button at the top right corner. (It doesn't star the issue/pull request itself. Instead, it stars the whole repository.)
50+
There is no voting for issues/pull requests on GitHub. Instead, add a thumbs up ![thumbs up](https://assets-cdn.github.com/images/icons/emoji/unicode/1f44d.png){:height="25px" width="20px"} reaction. Watch out, however: reactions are per-comment. Choose an existing comment that supports fixing the problem rather than avoids it. (For reactions click at the smiley face near the top right corner of a comment.) Do not 'vote' by Star button at the top right corner. (It doesn't star the issue/pull request itself. Instead, it stars the whole repository.)
5251

5352
By default, you will get notifications for issues that you comment on. After you commented on an issue, you may want to unfollow it by 'Unsubscribe' button on the right. See also your [notification settings](https://github.com/settings/notifications) and [repositories that you are watching](https://github.com/watching).
5453

@@ -66,8 +65,6 @@ You can turn off any notifications at [Mozilla preferences](https://bugzilla.moz
6665
| [tree.inputField's type as autocomplete fails](https://bugzilla.mozilla.org/show_bug.cgi?id=1247476) | Mozilla | Usable Clipboard And Indent |
6766
| [Selenium IDE chrome/content/formats/html.js has an incorrect regex](https://github.com/SeleniumHQ/selenium/issues/1636) | Selenium | Reliable testing |
6867
| [Selenium IDE chrome/content/formats/html.js to preserve indented...](https://github.com/SeleniumHQ/selenium/issues/1546) | Selenium | Readable test cases |
69-
| [Enable use with XHTML](https://github.com/pure/pure/pull/20) | PURE | Exporting templatedXML
70-
| [Source code highlighted, but Reference is empty](https://github.com/esdoc/esdoc/issues/222) | ESDoc | Generating developer documentation |
7168
| [Support ECMAScript 6 Template Literals](https://github.com/SeleniumHQ/selenium/issues/1662) | Selenium | Compact tests |
7269
| [Base URL Should Allow Path](https://github.com/SeleniumHQ/selenium/issues/1550) | Selenium | Practical testing and integration |
7370
| [Refactor TestCase.debugContext to have a class on its own](https://github.com/SeleniumHQ/selenium/issues/1537) | Selenium | Stable API of [SelBlocksGlobal](SelBlocksGlobal) |

0 commit comments

Comments
 (0)