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

134 commits

Author SHA1 Message Date
Raymond Hill 9d97748772
Fix fetching of assets at build time 2021-07-19 11:58:09 -04:00
Raymond Hill 035f3f53a2
Fix packaging/publishing scripts 2019-12-25 09:30:34 -05:00
Raymond Hill d993b8442a
Import translation work from https://crowdin.com/project/umatrix 2019-12-22 08:49:06 -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 495dddc389
fix https://github.com/uBlockOrigin/uMatrix-issues/issues/70 2018-10-06 09:04:37 -04:00
Raymond Hill e02360f096
remove sidebar support for stable build; prevent sidebar opening at install for dev build 2018-09-26 06:54:55 -04:00
Raymond Hill cc0bed69bf
fix version parsing 2018-09-14 07:13:26 -04: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
Raymond Hill 2714193b73
Use "development build" instead of "dev build" before Chrome store complains 2018-06-17 08:50:50 -04:00
Raymond Hill a976bd0d22
fix cleaning script 2018-03-22 15:59:22 -04:00
Raymond Hill 702fbba914
add changes needed for self-hosted signed beta version 2018-03-05 17:10:39 -05:00
Raymond Hill 2cf4a57bf4
first draft toward fixing #30 2018-01-29 17:19:42 -05:00
Raymond Hill 1be2f40eae
move 3rd-party assets management to uBlockOrigin/uAssets 2018-01-21 09:47:51 -05:00
Raymond Hill ed8556a9fe
add logger-in-sidebar support for Opera 2018-01-04 16:50:06 -05:00
gorhill 39b2f1ddac
add ability to create properly labelled dev build for chromium 2017-12-02 08:44:32 -05:00
gorhill b4112d5641 list changed files after import 2017-11-25 16:52:36 -05:00
xofe a36042b5ce webext: fix options_ui.js removal + remove unused options_ui.html
per ec3d1bfc88
2017-11-24 09:38:37 +00: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 c4718246ea remove obsolete files 2017-11-20 13:42:50 -05:00
gorhill e23276b83a add Esperanto; fix Serbian import 2017-11-13 18:46:22 -05:00
gorhill 70b4eb0877 fix #612 2017-11-13 18:24:08 -05:00
gorhill 540436fe7f remove webext-hybrid version 2017-11-10 12:35:08 -05:00
gorhill 406f6473b6 use indexedDB to cache assets: https://bugzilla.mozilla.org/show_bug.cgi?id=1371255#c11 2017-09-01 08:19:14 -04:00
gorhill 10972a55df fix https://github.com/gorhill/uBlock/issues/2855 2017-08-11 00:11:14 -04:00
gorhill d7b3841f93 fix https://github.com/gorhill/uBlock/issues/2843 2017-08-08 16:57:46 -04:00
gorhill 08ecc1a241 add pure webext version 2017-08-08 16:46:14 -04:00
gorhill fa7b0777f3 rename more accurately webext version to webext-hybrid 2017-08-08 16:32:44 -04:00
gorhill 68b8baef34 rename more accurately webext version to webext-hybrid 2017-08-08 16:27:03 -04:00
gorhill ef172bcf81 use xpi instead of zip for webext 2017-04-02 23:22:11 -04:00
gorhill 97509f6d03 hybrid webextension for seamless migration from legacy 2017-03-29 13:46:19 -04: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 2e3e1ddb5a bring packages up-to-date with available translations 2016-03-02 11:11:52 -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 a1f8e9599e translation work from https://crowdin.com/project/umatrix 2015-06-04 10:29:24 -04:00
mikhaelkh f24e9a907f Minor fixes
µMatrix -> uMatrix in tools folder.
Small fix in hosts-files.json.
2015-05-29 23:49:41 +03:00
gorhill caeb0973d4 updated opera package script 2015-05-21 20:11:21 -04:00
gorhill a58dba5c27 removing unused translations 2015-05-13 14:59:32 -04:00
gorhill 654821f101 translation work from https://crowdin.com/project/umatrix 2015-05-08 07:48:57 -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 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