aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-28change copyright notice of js-sha256 code to be exactly the same as in ↵Wojtek Kosior
upstream's LICENSE.txt * common/sha256.js: removed email address from the copyright line
2022-02-28make 'check' Makefile target an alias to 'test'Wojtek Kosior
* Makefile.in: modify 'check' target
2022-02-25remove unused shell_utils, update upload_amo.sh to still workv1.0-beta1Wojtek Kosior
Even though upload_amo.sh scripts for extension signing is included, we're currently unable to use it because Firefox API keys needed for that require execution of nonfree JS and Jahoti's Mozoid tool is no longer working <https://hydrillabugs.koszko.org/issues/111>
2022-02-21inject scripts to pages utilizing blob: URLsWojtek Kosior
2022-02-19fix URL construction when downloading definitions from HydrillaWojtek Kosior
2022-02-19make exception for localhost while disallowing http:// repo urlsWojtek Kosior
2022-02-18fix mistake in READMEWojtek Kosior
2022-02-18make "uuid" an optional propertyWojtek Kosior
2022-02-17automatically pick up a free port to run the HTTP proxy onWojtek Kosior
It is now possible to run multiple `make test` commands in parallel (e.g. testing abrowser and librewolf simultaneously after running `configure` for each of them in 2 different directories).
2022-02-17fix test-environment* targetsWojtek Kosior
2022-02-17make README table proper MarkdownWojtek Kosior
2022-02-17update README.mdWojtek Kosior
2022-02-17quote $(pwd)Wojtek Kosior
2022-02-17add a `test-prepare` convenience targetWojtek Kosior
2022-02-17fix `configure` options of the format '--option value' and 'OPTION=VALUE'Wojtek Kosior
2022-02-17don't copy README.md to built HaketiloWojtek Kosior
2022-02-17remove unused sh script fileWojtek Kosior
2022-02-16fix out-of-source buildsWojtek Kosior
2022-02-16improve the build systemWojtek Kosior
2022-02-16set version as 1.0-beta1 in manifest.jsonWojtek Kosior
2022-02-16assume and use "$schema" properties in item definitionsWojtek Kosior
2022-02-15give certain scrollbars static background color, make scrollbars' look less ↵Wojtek Kosior
browser-dependent
2022-02-15facilitate running test environment with Haketilo loaded into browserWojtek Kosior
2022-02-15fix loading initial data and verify it in automated testsWojtek Kosior
2022-02-15change store names and data keys to singularWojtek Kosior
2022-02-14restore chromium supportWojtek Kosior
2022-02-09prevent failure in setup of the test case being run after test_broadcast ( ↵Wojtek Kosior
old IceCat)
2022-02-09make resource dependency specifier an objectWojtek Kosior
2022-02-09adapt to changes in file path formatWojtek Kosior
From now on we assume Hydrilla serves file contents at 'file/sha256/<hash>' instead of 'file/sha256-<hash>'. With this commit we also stop using the "hash_key" property internally.
2022-02-02support Parabola's Iceweasel in testsWojtek Kosior
2022-02-01more improvements for abrowser&librewolfWojtek Kosior
2022-01-31add support for testing with other browsers (especially Abrowser and Librewolf)Wojtek Kosior
There are still some spurious failures when running under those newer browsers. Those will be systematically investigated and fixed.
2022-01-29make Haketilo buildable again (for Mozilla)Wojtek Kosior
How cool it is to throw away 5755 lines of code...
2022-01-28update error reporting in popupWojtek Kosior
2022-01-27add actual payload injection functionality to new content scriptWojtek Kosior
2022-01-27facilitate querying IndexedDB for script files of resource and its dependenciesWojtek Kosior
2022-01-26add new root content scriptWojtek Kosior
2022-01-26add new extension's popup pageWojtek Kosior
2022-01-25add a repo querying HTML interfaceWojtek Kosior
2022-01-22add a mapping/resources installation dialogWojtek Kosior
2022-01-18facilitate caching repository responses in content scriptsWojtek Kosior
2022-01-18facilitate making CORS-agnostic requests through background scriptWojtek Kosior
2022-01-17test script blocking with and without the CSP-based approach onWojtek Kosior
2022-01-17move policy enforcing code to a new file, include basic testWojtek Kosior
2022-01-17add basic tests for new settings pageWojtek Kosior
2022-01-15make blocking rules queryable in pattern tree just as mappings areWojtek Kosior
2022-01-14add settings page with stylingWojtek Kosior
2022-01-13facilitate managing script blocking with a list of edtable entriesWojtek Kosior
2022-01-13facilitate managing repository URLs in a list; minor other changesWojtek Kosior
2022-01-11add missing payload_create test and stylingWojtek Kosior