Commit Graph

373 Commits (master)

Author SHA1 Message Date
Ian Parker 1c45aa35a3 Fix Firefox extension validation by increasing min version 4 years ago
Ian Parker b2f09f89b5 Rebranding: Initial work on renaming to nuTensor 4 years ago
Raymond Hill a9f32a475f
Fix broken content scripts in Firefox
Related commit:
- https://github.com/gorhill/uMatrix/commit/9b292304d33a

Forgot to declare `/js/vapi.js` as first content script
to inject.
4 years ago
Raymond Hill e7140262f2
Use correct manifest key (instead of the alias) 4 years ago
Raymond Hill 9b292304d3
Bring uMatrix up to date
Notably:
- Import logger improvements from uBO
- Import CNAME uncloaking from uBO
- Import more improvements from uBO
- Make use of modern JS features

This should un-stall further development of uMatrix.
4 years ago
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.
5 years ago
Raymond Hill e02360f096
remove sidebar support for stable build; prevent sidebar opening at install for dev build 6 years ago
Raymond Hill a7753fd356
rename "webext" target to "firefox" 6 years ago
Raymond Hill a0c72fc302
removing unsupported firefox/legacy platform 6 years ago
calibrations 204aaae213 Fix and update legacy firefox vapi-client in the style of fa2658c (#900)
* Minimal refactor of vapi-client to get firefox version working

* Move messagingConnector into vAPI.messaging

* Improve vAPI.messaging setup and connecting

* Shutdown-related changes, implement remaining missing functions
6 years ago
gorhill 275899fd29 set FF56 as max version compatible with legacy version of uMatrix 7 years ago
gorhill ea16b28e65 fix popup panel width issue when photon disabled [firefox] 7 years ago
gorhill 3df27ffbdf fix https://github.com/gorhill/uBlock/issues/2696 7 years ago
gorhill 5922c3fcde fix https://github.com/gorhill/uBlock/issues/2558 7 years ago
gorhill b07972c526 minor code review 7 years ago
gorhill 29f0171291 fix timing issue at launch for Pale Moon by importing uBO's code 7 years ago
gorhill 12a6978748 fix https://github.com/gorhill/uBlock/issues/2506 7 years ago
gorhill 5f77d89db6 fix https://github.com/gorhill/uBlock/issues/2506 7 years ago
gorhill 09abdc1b9f fix https://github.com/gorhill/uBlock/issues/2502#issuecomment-290941686 7 years ago
gorhill 276a1dfa1b fix https://github.com/gorhill/uBlock/issues/2502#issuecomment-290943606 7 years ago
gorhill 3df7ee9cb1 fix regression bug introduced with 9a99a06c 7 years ago
gorhill 89c5f02d76 fix https://github.com/gorhill/uBlock/issues/2493
Fix by @gijsk, imported from https://github.com/gorhill/uBlock/pull/2497
7 years ago
gorhill 85255cf195 fix https://bugs.chromium.org/p/project-zero/issues/detail?id=1225&desc=6#c10 7 years ago
gorhill 9a99a06cd4 fix https://bugs.chromium.org/p/project-zero/issues/detail?id=1225&desc=6#c10 7 years ago
gorhill ad4b9b7b00 fix #746 7 years ago
gorhill c2d7096500 refactor assets management; working webextension version 7 years ago
gorhill 33f2dc27d3 fix https://github.com/gorhill/uBlock/issues/2226 7 years ago
gorhill bf7acf678a fix #706 7 years ago
gorhill 83b342d4e4 fix #597 + code review + merge media and image 8 years ago
gorhill 8464e3d594 import uBO fix for some behind-the-scene requests in Pale Moon 8 years ago
gorhill 9a26274b11 fix #586 8 years ago
gorhill 941d710247 fix https://github.com/gorhill/uBlock/issues/1702 8 years ago
gorhill a429b71665 code review re. #554: use channel data when available 8 years ago
gorhill 7f632afe29 code review re. #554
No longer need to evaluate within asyncOnChannelRedirect() since
all is now evaluated at `http-on-modify-request` time.
8 years ago
gorhill c978b2c5e9 code review re. https://bugzilla.mozilla.org/show_bug.cgi?id=1259169 8 years ago
gorhill 144a557ddb fix #561 8 years ago
gorhill 73646ed7ce fix #554 8 years ago
gorhill 5fe51be814 this fixes #540 8 years ago
gorhill 65924d1be8 this fixes #489 8 years ago
gorhill 3150395375 new location for Console.jsm 8 years ago
gorhill 9cfc2ff6f8 this fixes https://github.com/gorhill/uBlock/issues/763 8 years ago
gorhill 2b74a784df Nightly 46.0 is supported 8 years ago
gorhill 93d28a8e38 this fixes https://github.com/gorhill/uBlock/issues/845 9 years ago
gorhill deecee477d this fixes invalid version number 9 years ago
gorhill 1df054d844 update compatible versions 9 years ago
gorhill 6eaa85eee1 this should fix #357, #395 9 years ago
gorhill 72c9429d74 code review for #390 9 years ago
gorhill d5e7bc8800 revert fix to #390 as suggested + hopefully also fixes #413 9 years ago
gorhill 15dc2dc1e9 works fine on latest Nightly, SeaMonkey 9 years ago
gorhill 8d8f4b22d4 minor code review 9 years ago