1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-26 10:01:08 +12:00
Commit graph

818 commits

Author SHA1 Message Date
gorhill c472e23c7d assets updater, hosts files pane, etc. 2015-05-01 19:27:43 -04:00
gorhill f4807b6b29 code review 2015-05-01 08:09:01 -04:00
gorhill 37331b1ef2 various fixes re. behind-the-scene scope 2015-04-30 19:37:55 -04:00
gorhill b01964db9b more fixes for rule edit mode 2015-04-30 19:13:03 -04:00
gorhill 171fef784e this fixes rule rendering in edit mode in FF 2015-04-30 19:03:35 -04:00
gorhill f815223f27 https://github.com/gorhill/uBlock/issues/150 needs to be fixed here too 2015-04-30 10:05:00 -04:00
gorhill 1c05281183 comments 2015-04-30 09:58:45 -04:00
gorhill 1f4ff9c809 more refactoring, code review 2015-04-21 19:47:19 -04:00
gorhill 8ae33e9c12 FF: this fixes availability of response headers for when item pulled from cache 2015-04-21 17:38:54 -04:00
gorhill 7cd060a15f refactoring, fixing script/frame blocking on FF, etc., more to do 2015-04-21 16:22:29 -04:00
gorhill cb29f10173 fixed matrix css 2015-04-21 10:16:46 -04:00
gorhill c0bfb00be8 code review 2015-04-20 00:42:49 -04:00
gorhill c1314e496b support ping request type explicitly 2015-04-19 16:30:28 -04:00
gorhill 595de33e83 sanitizing outgoing headers (drafty) 2015-04-19 16:19:14 -04:00
gorhill 5106c4bc44 this fixes rendering of toolbar icon 2015-04-19 10:06:05 -04:00
gorhill 764b1a0b7a jshint 2015-04-19 09:34:50 -04:00
gorhill 0b1ddfa17b code review 2015-04-13 15:05:53 -04:00
gorhill 5f177a2e30 this fixes reload button 2015-04-13 15:01:12 -04:00
gorhill 2d4431fe0c punycode: use non-minified version 2015-04-13 13:09:57 -04:00
gorhill 9340975606 a whole lot more left to do, at least popup shows 2015-04-13 12:31:55 -04:00
gorhill 322a5d3207 this fixes https://github.com/chrisaljoudi/uBlock/issues/1219 for Firefox 2015-04-13 10:21:20 -04:00
gorhill 99be819a0d move platform-specific images to their respective platform 2015-04-13 10:21:20 -04:00
AlexVallat 64e468b7d5 Tidying .xul location, update linux script to match windows one 2015-04-13 10:21:20 -04:00
gorhill d3161bd5d9 Revert "µBlock logo refinement and browser icon organization"
This reverts commit e43931f075847f75414c17ce13735c76119efafc.
2015-04-13 10:21:20 -04:00
Chris cb5cbda062 µBlock logo refinement and browser icon organization
This includes a new, refined µBlock logo, rendered more coherently
and consistently for different sizes and display pixel densities.
The Safari build script has been modified to bundle appropriate
resolutions. The Firefox build script was slightly changed to
adhere to the naming convention. The Chrome manifest was
modified/ammended slightly to take advantage of new renderings.
README's beginning has been modified to be nicer and more
minimal.
Other than the logo's slightly refined look and having better
resolution on different browsers and setups, this should have
no effect on the user experience or further development.
2015-04-13 10:21:20 -04:00
Chris 68f55f6a3e Fix cleanup in build script so rm won't complain during first build 2015-04-13 10:21:20 -04:00
Deathamns a15d4df48e Remove comment 2015-04-13 10:21:20 -04:00
Florian Walch fb994c6831 Set up Travis releases. 2015-04-13 10:21:20 -04:00
gorhill b66cd2ca0f build package only if "all" arg specified 2015-04-13 10:21:20 -04:00
gorhill 14f71e35d8 fix script 2015-04-13 10:21:20 -04:00
gorhill dfb1de3c91 create package 2015-04-13 10:21:20 -04:00
gorhill adfd5a3fe7 chmod u+x 2015-04-13 10:21:20 -04:00
Deathamns 4708427c0f Include LICENSE.txt into extension packages 2015-04-13 10:21:20 -04:00
Deathamns be33b5c3f0 Firefox: implement vAPI.tabs.injectScript 2015-04-13 10:21:20 -04:00
Deathamns 1a2adf08a7 Firefox: update manifest files when building 2015-04-13 10:21:20 -04:00
Deathamns 288402dc3a Firefox: blocking and content scripts for e10s 2015-04-13 10:21:20 -04:00
Deathamns 9b46b2c6c1 Firefox: partial vAPI.tabs implementation 2015-04-13 10:21:20 -04:00
Deathamns 121d4d5022 Initial Firefox port (base, messaging, locales) 2015-04-13 10:21:20 -04:00
gorhill f3f461e94c this fixes https://github.com/chrisaljoudi/uBlock/issues/1219 for Firefox 2015-04-13 10:21:16 -04:00
Deathamns d7418c9c45 Firefox: Title Case Context Menu Entry 2015-04-13 10:21:16 -04:00
Deathamns e90ea2c3ef Firefox: add localized descriptions to install.rdf 2015-04-13 10:21:16 -04:00
Deathamns b2c9dda8be Miscellaneous changes 2015-04-13 10:21:16 -04:00
Deathamns b95f974586 Fix build scipts' shebang, let -> const 2015-04-13 10:21:16 -04:00
Deathamns b6cee9dc3d Python2 compatibility for build scripts 2015-04-13 10:21:16 -04:00
Deathamns 6e40b641a2 Slight update for Python scripts 2015-04-13 10:21:16 -04:00
Deathamns 3de061b92b Firefox: set "en" as default locale 2015-04-13 10:21:16 -04:00
Deathamns 5bef16d88d Firefox: update manifest files when building 2015-04-13 10:21:16 -04:00
gorhill dd90ff1c57 code review re. last commit 2015-04-13 10:05:11 -04:00
gorhill 4fffc97954 untangling fennec code 2015-04-13 09:56:46 -04:00
gorhill 4d8f908022 #10: manually imported fixes from e762a29d30 2015-04-13 09:31:25 -04:00