The Wayback Machine - https://web.archive.org/web/20210313024325/https://github.com/nikrolls/uBlock-Edge/commit/732e9a95641043713f898971bb3aa472fb3028de
Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

Merge tag '1.16.6'

  • Loading branch information
nikrolls committed Aug 5, 2018
2 parents fc35567 + 5edc527 commit 732e9a95641043713f898971bb3aa472fb3028de
Showing with 5,492 additions and 9,829 deletions.
  1. +0 −1 .travis.yml
  2. +2 −17 CONTRIBUTING.md
  3. +7 −2 README.md
  4. +3 −10 assets/assets.json
  5. +0 −375 assets/ublock/filter-lists.json
  6. +3 −2 dist/README.md
  7. +192 −0 dist/chromium/publish-beta.py
  8. +14 −14 dist/description/description-da.txt
  9. +2 −3 dist/description/description-ja.txt
  10. +4 −4 dist/description/description-ka.txt
  11. +2 −2 dist/description/description-nb.txt
  12. +1 −1 dist/description/description-nl.txt
  13. +5 −5 dist/description/description-pt_BR.txt
  14. +40 −18 dist/firefox/publish-signed-beta.py
  15. +3 −3 dist/firefox/updates.json
  16. +1 −1 {platform/webext → dist/firefox}/updates.template.json
  17. +1 −1 dist/version
  18. BIN platform/chromium/img/browsericons/icon19-off.png
  19. BIN platform/chromium/img/browsericons/icon19.png
  20. BIN platform/chromium/img/browsericons/icon38-off.png
  21. BIN platform/chromium/img/browsericons/icon38.png
  22. +83 −71 platform/chromium/manifest.json
  23. +0 −74 platform/chromium/polyfill.js
  24. +186 −141 platform/chromium/vapi-background.js
  25. +9 −1 platform/{webext → chromium}/vapi-cachestorage.js
  26. +25 −3 platform/chromium/vapi-client.js
  27. +101 −6 platform/chromium/vapi-common.js
  28. +19 −511 platform/chromium/vapi-usercss.js
  29. +565 −0 platform/chromium/vapi-usercss.pseudo.js
  30. +263 −0 platform/chromium/vapi-usercss.real.js
  31. +2 −1 platform/chromium/vapi-webrequest.js
  32. +20 −2 platform/chromium/vapi.js
  33. +0 −243 platform/edge/cloud-ui.js
  34. BIN platform/edge/img/browsericons/icon19-off.png
  35. BIN platform/edge/img/browsericons/icon19.png
  36. BIN platform/edge/img/browsericons/icon38-off.png
  37. BIN platform/edge/img/browsericons/icon38.png
  38. +1 −1 platform/edge/is-webrtc-supported.js
  39. +45 −31 platform/edge/manifest.json
  40. +0 −72 platform/edge/polyfill.js
  41. +212 −138 platform/edge/vapi-background.js
  42. +269 −0 platform/edge/vapi-cachestorage.js
  43. +25 −3 platform/edge/vapi-client.js
  44. +99 −6 platform/edge/vapi-common.js
  45. +31 −524 platform/edge/vapi-usercss.js
  46. +263 −0 platform/edge/vapi-usercss.real.js
  47. +2 −1 platform/edge/vapi-webrequest.js
  48. +20 −2 platform/edge/vapi.js
  49. +0 −250 platform/firefox/bootstrap.js
  50. +0 −1 platform/firefox/chrome.manifest
  51. +0 −46 platform/firefox/css/legacy-toolbar-button.css
  52. +0 −623 platform/firefox/frameModule.js
  53. +0 −62 platform/firefox/frameScript.js
  54. +0 −58 platform/firefox/frameScript0.js
  55. +0 −6 platform/firefox/img/browsericons/icon16-off.svg
  56. +0 −6 platform/firefox/img/browsericons/icon16.svg
  57. +0 −6 platform/firefox/img/browsericons/icon24-off.svg
  58. +0 −6 platform/firefox/img/browsericons/icon24.svg
  59. +0 −64 platform/firefox/install.rdf
  60. +95 −0 platform/firefox/manifest.json
  61. +0 −9 platform/firefox/options.xul
  62. +0 −43 platform/firefox/polyfill.js
  63. +0 −47 platform/firefox/processScript.js
  64. +0 −3,678 platform/firefox/vapi-background.js
  65. +0 −399 platform/firefox/vapi-client.js
  66. +0 −167 platform/firefox/vapi-common.js
  67. +24 −6 platform/{webext/polyfill.js → firefox/vapi-usercss.js}
  68. +262 −0 platform/firefox/vapi-webrequest.js
  69. +13 −8 platform/opera/manifest.json
  70. BIN platform/safari/img/browsericons/safari-icon16-off.png
  71. BIN platform/safari/img/browsericons/safari-icon16.png
  72. BIN platform/safari/img/browsericons/safari-icon16@2x.png
  73. +3 −0 platform/webext/README.md
  74. +103 −93 platform/webext/manifest.json
  75. +32 −218 platform/webext/vapi-usercss.js
  76. +18 −106 platform/webext/vapi-webrequest.js
  77. +21 −22 src/3p-filters.html
  78. +18 −6 src/_locales/ar/messages.json
  79. +39 −27 src/_locales/bg/messages.json
  80. +16 −4 src/_locales/bn/messages.json
  81. +17 −5 src/_locales/ca/messages.json
  82. +16 −4 src/_locales/cs/messages.json
  83. +16 −4 src/_locales/cv/messages.json
  84. +65 −53 src/_locales/da/messages.json
  85. +17 −5 src/_locales/de/messages.json
  86. +20 −8 src/_locales/el/messages.json
  87. +14 −2 src/_locales/en/messages.json
  88. +15 −3 src/_locales/eo/messages.json
  89. +16 −4 src/_locales/es/messages.json
  90. +17 −5 src/_locales/et/messages.json
  91. +18 −6 src/_locales/eu/messages.json
  92. +15 −3 src/_locales/fa/messages.json
  93. +16 −4 src/_locales/fi/messages.json
  94. +17 −5 src/_locales/fil/messages.json
  95. +18 −6 src/_locales/fr/messages.json
  96. +17 −5 src/_locales/fy/messages.json
  97. +19 −7 src/_locales/gl/messages.json
  98. +16 −4 src/_locales/he/messages.json
  99. +17 −5 src/_locales/hi/messages.json
  100. +18 −6 src/_locales/hr/messages.json
  101. +15 −3 src/_locales/hu/messages.json
  102. +17 −5 src/_locales/id/messages.json
  103. +16 −4 src/_locales/it/messages.json
  104. +20 −8 src/_locales/ja/messages.json
  105. +21 −9 src/_locales/ka/messages.json
  106. +17 −5 src/_locales/kk/messages.json
  107. +16 −4 src/_locales/kn/messages.json
  108. +14 −2 src/_locales/ko/messages.json
  109. +18 −6 src/_locales/lt/messages.json
  110. +15 −3 src/_locales/lv/messages.json
  111. +15 −3 src/_locales/ml/messages.json
  112. +15 −3 src/_locales/mr/messages.json
  113. +28 −16 src/_locales/ms/messages.json
  114. +18 −6 src/_locales/nb/messages.json
  115. +20 −8 src/_locales/nl/messages.json
  116. +19 −7 src/_locales/pl/messages.json
  117. +27 −15 src/_locales/pt_BR/messages.json
  118. +24 −12 src/_locales/pt_PT/messages.json
  119. +30 −18 src/_locales/ro/messages.json
  120. +17 −5 src/_locales/ru/messages.json
  121. +15 −3 src/_locales/sk/messages.json
  122. +15 −3 src/_locales/sl/messages.json
  123. +17 −5 src/_locales/sq/messages.json
  124. +17 −5 src/_locales/sr/messages.json
  125. +17 −5 src/_locales/sv/messages.json
  126. +15 −3 src/_locales/ta/messages.json
  127. +18 −6 src/_locales/te/messages.json
  128. +18 −6 src/_locales/tr/messages.json
  129. +15 −3 src/_locales/uk/messages.json
  130. +22 −10 src/_locales/vi/messages.json
  131. +19 −7 src/_locales/zh_CN/messages.json
  132. +21 −9 src/_locales/zh_TW/messages.json
  133. +1 −0 src/about.html
  134. +1 −1 src/asset-viewer.html
  135. +0 −1 src/background.html
  136. +7 −5 src/cloud-ui.html
  137. +4 −0 src/css/1p-filters.css
  138. +69 −66 src/css/3p-filters.css
  139. +21 −31 src/css/cloud-ui.css
  140. +14 −8 src/css/dashboard-common.css
  141. +5 −1 src/css/dyna-rules.css
  142. +29 −35 src/css/popup.css
  143. +5 −0 src/css/settings.css
  144. +4 −0 src/css/whitelist.css
  145. +190 −185 src/epicker.html
  146. BIN src/img/help16.png
  147. BIN src/img/icon_128.png
  148. BIN src/img/icon_16-off.png
  149. BIN src/img/icon_16.png
  150. BIN src/img/icon_32-off.png
  151. BIN src/img/icon_32.png
  152. BIN src/img/icon_64.png
  153. +0 −1 src/js/1p-filters.js
  154. +160 −58 src/js/3p-filters.js
  155. +23 −28 src/js/assets.js
  156. +29 −21 src/js/background.js
  157. +3 −3 src/js/cloud-ui.js
  158. +10 −6 src/js/cosmetic-filtering.js
  159. +30 −12 src/js/dashboard-common.js
  160. +2 −11 src/js/messaging.js
  161. +1 −1 src/js/pagestore.js
  162. +86 −85 src/js/popup.js
  163. +13 −1 src/js/redirect-engine.js
  164. +4 −0 src/js/scriptlet-filtering.js
  165. +23 −2 src/js/scriptlets/cosmetic-logger.js
  166. +21 −1 src/js/scriptlets/cosmetic-off.js
  167. +21 −1 src/js/scriptlets/cosmetic-on.js
  168. +21 −1 src/js/scriptlets/cosmetic-survey.js
  169. +20 −2 src/js/scriptlets/dom-inspector.js
  170. +86 −57 src/js/scriptlets/element-picker.js
  171. +20 −2 src/js/scriptlets/load-large-media-all.js
  172. +20 −2 src/js/scriptlets/load-large-media-interactive.js
  173. +22 −4 src/js/scriptlets/subscriber.js
  174. +11 −38 src/js/start.js
  175. +6 −2 src/js/static-ext-filtering.js
  176. +4 −1 src/js/static-net-filtering.js
  177. +114 −15 src/js/storage.js
  178. +30 −18 src/js/tab.js
  179. +15 −142 src/js/traffic.js
  180. +3 −2 src/js/ublock.js
  181. +10 −41 src/js/udom.js
  182. +26 −30 src/js/uritools.js
  183. +14 −0 src/lib/codemirror/README.md
  184. +23 −18 src/lib/codemirror/lib/codemirror.js
  185. +41 −84 src/lib/publicsuffixlist.js
  186. +1 −1 src/popup.html
  187. +1 −0 src/web_accessible_resources/to-import.txt
  188. +7 −0 tools/import-crowdin.sh
  189. +6 −1 tools/make-chromium.sh
  190. +3 −1 tools/make-edge.sh
  191. +20 −101 tools/make-firefox-meta.py
  192. +26 −18 tools/make-firefox.sh
  193. +0 −15 tools/make-noassets.sh
  194. +10 −13 tools/make-opera-meta.py
  195. +9 −3 tools/make-opera.sh
  196. +8 −10 tools/make-webext.sh
  197. +0 −41 tools/update-checksums.sh
@@ -4,7 +4,6 @@ env:
matrix:
- BROWSER=chromium EXT=zip
- BROWSER=firefox EXT=xpi
- BROWSER=webext EXT=xpi
script: ./tools/make-${BROWSER}.sh all
deploy:
provider: releases
@@ -1,20 +1,5 @@
# Submitting issues

Despite all the guidelines and warnings I added over the years about how to use it, the GitHub issue tracker always end up being used as a [help desk](https://en.wikipedia.org/wiki/Help_desk) rather than a place to report actual, real and proven issues.
Submit on <https://github.com/uBlockOrigin/uBlock-issues/issues>.

Typically help desk are best handled by enthusiast volunteers -- so hopefully this is what will happen.

Given this, from now on I will consider GitHub issue tracker as a help desk one for uBlock Origin. I unsubscribed from being notified from all issues being opened, I will visit once in a while as time and mood allow.

When I will be visiting the "help desk", I will focus **only** on issues which I have good reasons to believe to be valid issues with uBlock Origin **itself**.

Valid issues typically comes with minimal but detailed steps to reproduce (i.e. no guesswork whatsoever required for others to reproduce), and especially genuine efforts to investigate the cause of an issue **as far as possible** using all the browser tools (uBO is HTML/CSS/JS, the browser has all the tools to investigate all of this). These will have my attention, and I will address them.

In case I am really needed for a given issue, you can mention me using `@gorhill` so that GitHub will notify me.

***

Good readings:

- [How to Report Bugs Effectively](http://www.chiark.greenend.org.uk/~sgtatham/bugs.html)
- [Why I didn’t fix your bug](http://magnusmanske.de/wordpress/?p=518)
Issue tracker here is read-only for non-[prior contributors](https://github.com/gorhill/uBlock/graphs/contributors).
@@ -1,3 +1,8 @@
[![Crowdin](https://d322cqt584bo4o.cloudfront.net/ublock/localized.svg)](https://crowdin.com/project/ublock)
[![License](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://github.com/nikrolls/uBlock-Edge/blob/master/LICENSE.txt)

***

<h1 align="center">
<sub>
<img src="https://raw.githubusercontent.com/gorhill/uBlock/master/doc/img/icon38@2x.png"
@@ -70,8 +75,8 @@ really do want to contribute something, think about the people working hard
to maintain the filter lists you are using, which were made available to use by
all for free.

You can contribute by helping translate uBlock [on Crowdin](https://crowdin.net/project/ublock).
You can contribute by helping translate uBlock Origin [on Crowdin](https://crowdin.net/project/ublock).

## License

[GPLv3](LICENSE.txt).
[GPLv3](https://github.com/nikrolls/uBlock-Edge/blob/master/LICENSE.txt).
@@ -188,13 +188,6 @@
],
"supportURL": "https://www.malwaredomains.com/"
},
"disconnect-malware": {
"content": "filters",
"group": "malware",
"off": true,
"title": "Malware filter list by Disconnect",
"contentURL": "https://s3.amazonaws.com/lists.disconnect.me/simple_malware.txt"
},
"spam404-0": {
"content": "filters",
"group": "malware",
@@ -337,7 +330,7 @@
"off": true,
"title": "CZE, SVK: EasyList Czech and Slovak",
"lang": "cs sk",
"contentURL": "https://raw.githubusercontent.com/tomasko126/easylistczechandslovak/master/filters_ublock.txt",
"contentURL": "https://raw.githubusercontent.com/tomasko126/easylistczechandslovak/master/filters.txt",
"supportURL": "https://github.com/tomasko126/easylistczechandslovak"
},
"DEU-0": {
@@ -532,7 +525,7 @@
"off": true,
"title": "NOR: Dandelion Sprouts norske filtre",
"lang": "nb",
"contentURL": "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/ExperimentalNorwegianList.txt",
"contentURL": "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianList.txt",
"supportURL": "https://github.com/DandelionSprout/adfilt"
},
"POL-0": {
@@ -631,6 +624,6 @@
"title": "VIE: ABPVN List",
"lang": "vi",
"contentURL": "https://raw.githubusercontent.com/abpvn/abpvn/master/filter/abpvn.txt",
"supportURL": "http://abpvn.com/"
"supportURL": "https://abpvn.com/"
}
}

0 comments on commit 732e9a9

Please sign in to comment.