| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| 1 Adblock Plus for Firefox | 1 Adblock Plus for Firefox |
| 2 ======================== | 2 ======================== |
| 3 | 3 |
| 4 Issues | |
| 5 ------- | |
| 6 | |
| 7 - [Issue Tracker](https://issues.adblockplus.org/) | |
|
Wladimir Palant
2015/12/01 14:14:54
I'm not sure whether this makes much sense - exter
Erik
2015/12/01 18:06:21
I'm not sure that I understand this. When I went
Wladimir Palant
2015/12/01 19:18:59
I see. That's not the typical use case however. No
Erik
2016/10/25 18:50:41
This isn't possible at the moment, https://github.
| |
| 8 | |
| 4 Building | 9 Building |
| 5 --------- | 10 --------- |
| 6 | 11 |
| 7 ### Requirements | 12 ### Requirements |
| 8 | 13 |
| 9 - [Python 2.7](https://www.python.org) | 14 - [Python 2.7](https://www.python.org) |
| 10 - [The Jinja2 module](http://jinja.pocoo.org/docs) | 15 - [The Jinja2 module](http://jinja.pocoo.org/docs) |
| 11 | 16 |
| 12 ### Building the extension | 17 ### Building the extension |
| 13 | 18 |
| (...skipping 19 matching lines...) Expand all Loading... | |
| 33 Running the unit tests | 38 Running the unit tests |
| 34 ---------------------- | 39 ---------------------- |
| 35 | 40 |
| 36 To verify your changes you can use the existing | 41 To verify your changes you can use the existing |
| 37 [unit test suite](https://hg.adblockplus.org/adblockplustests). The unit tests | 42 [unit test suite](https://hg.adblockplus.org/adblockplustests). The unit tests |
| 38 are a separate extension that is installed in addition to Adblock Plus. You can | 43 are a separate extension that is installed in addition to Adblock Plus. You can |
| 39 either install the | 44 either install the |
| 40 [existing unit test builds](https://adblockplus.org/devbuilds/adblockplustests) | 45 [existing unit test builds](https://adblockplus.org/devbuilds/adblockplustests) |
| 41 or clone the repository and create your own build. After installing the unit | 46 or clone the repository and create your own build. After installing the unit |
| 42 tests go to extension's options and run the unit tests from there. | 47 tests go to extension's options and run the unit tests from there. |
| OLD | NEW |