1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-05-19 11:43:21 +12:00
Commit graph

30 commits

Author SHA1 Message Date
Raymond Hill 035f3f53a2
Fix packaging/publishing scripts 2019-12-25 09:30:34 -05:00
Raymond Hill fb94c85df1
Add ability to block early at launch; adapt to changes in Chromium 72+
Related issues:

- "Requests bypass uMatrix on Firefox start"
  <https://github.com/uBlockOrigin/uMatrix-issues/issues/69>

  Using same approach as with uBO:
  https://github.com/gorhill/uBloc/commit/41548be6be35

  `suspendTabsUntilReady` advanced setting added to "More" pane,
  useful only for Chromium -- the blocking of early network
  requests is enforced unconditionally on Firefox (because it
  supports returning Promises from webRequest handlers).

- "Cookies leaking temporarily"
  <https://github.com/uBlockOrigin/uMatrix-issues/issues/74>

  Changes in the webRequest API in Chromium 72+ caused uMatrix
  to fail to process `Cookie` and `Referer` headers on that
  platform.
2019-01-01 08:34:00 -05:00
xofe 2045397084 Minor fixes (#1005)
* correct cloud-download/upload icon CSS selectors

* fix scope tooltip in logger appearing offscreen

* open logger/dashboard links adjacent to current tab (match uBO's behaviour)

* opera: fix manifest version not being updated

Version code copied from tools/make-chromium-meta.py

* fix https://www.reddit.com/r/uBlockOrigin/comments/9gwrna/when_you_right_click_and_go_to_options_it_keeps/

source:
* 6dd6dc5f1d

* remove unused "processReferer" setting

It was changed to a matrix switch in 5d8bae3da2

* remove unused source code

source:
* f516cd3d26
* 0503f52b1e

* remove bold version of Roboto font (unused from HTTPSB)

* correct FontAwesome license after change from v5 back to v4.7

License copied from bb737e29d5

* fix build scripts after c0f4abfd00
2018-12-30 07:52:52 -05:00
Raymond Hill a7753fd356
rename "webext" target to "firefox" 2018-08-25 12:05:55 -04:00
Raymond Hill a0c72fc302
removing unsupported firefox/legacy platform 2018-08-25 12:01:00 -04:00
xofe d9bfbb5525 firefox: only copy polyfill.js + vapi-*.js to js directory (other js files only needed in root dir of package) 2017-11-24 09:13:35 +00:00
gorhill c2d7096500 refactor assets management; working webextension version 2017-03-29 09:12:12 -04:00
gorhill cc7be90de4 update tool scripts for proper versioning 2017-01-31 17:47:03 -05:00
gorhill 99225e1688 ability to create a dev build for Firefox 2015-08-27 13:12:34 -04:00
gorhill 1f4ba9dda9 this extends compatibility to FF-24-34
imported code from uBlock, including legacy toolbar support in 34485a04658ae7d8357dabe5e42b18e3e066a4b9,
which is itself directly based on work from @AlexVallat:
- 620a7d78d1
- d9b23d4f10
- 5ac4ec21e9
2015-07-21 13:28:13 -04:00
gorhill 5106c4bc44 this fixes rendering of toolbar icon 2015-04-19 10:06:05 -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