Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-18 | restore compatibility with IceCat 60 | Wojtek Kosior | |
This commit also fixes the --driver option to configure script. | |||
2022-06-18 | automatically change repo url to point to api v2 endpoint | Wojtek Kosior | |
2022-06-10 | merge support for CORS bypassing and eval() | Wojtek Kosior | |
2022-06-10 | allow eval() in injected scripts | Wojtek Kosior | |
2022-06-01 | support schema v2 and dependencies on mappings | Wojtek Kosior | |
2022-03-28 | add more tests for CORS bypassing feature | Wojtek Kosior | |
2022-03-26 | allow injected scripts to bypass CORS using provided API | Wojtek Kosior | |
2022-03-24 | fix payload creation for file:// URLs | Wojtek Kosior | |
2022-03-24 | delay loading of js code in test_policy_enforcing.py | Wojtek Kosior | |
We don't want JS loading to happen upon python module load. We want to do it lazily. Here it was being done eagerly due to some previous overlooking. | |||
2022-03-24 | prepare for exposing APIs to injected scripts | Wojtek Kosior | |
2022-03-24 | serialize and deserialize entire Response object when relaying fetch() calls ↵ | Wojtek Kosior | |
to other contexts using sendMessage | |||
2022-03-11 | don't double-modify response headers retrieved from cache | Wojtek Kosior | |
2022-03-10 | improvement to also properly sanitize intrinsics in XML documents under ↵ | Wojtek Kosior | |
older browsers (IceCat 60) | |||
2022-03-10 | present appropriate error message when using popup in Private Browsing mode | Wojtek Kosior | |
2022-03-08 | correct the Private Browsing mode notice on settings page | Wojtek Kosior | |
2022-03-05 | improve script blocking in non-HTML documents (XML) | Wojtek Kosior | |
2022-03-04 | fix setting of 'blocked-blocked<...>-<name>' attributes and add tests | Wojtek Kosior | |
2022-03-04 | display an informative message in settings page if IndexedDB cannot be accessed | Wojtek Kosior | |
2022-03-04 | include $schema property in internally-generated resources/mappings | Wojtek Kosior | |
2022-03-04 | optimize Pattern Query Tree for size of its JSON.stringify()'ed representation | Wojtek Kosior | |
2022-03-04 | stop `haketilo()` fixture cleanup from closing last browser window | Wojtek Kosior | |
2022-03-04 | validate repository responses against JSON schemas | Wojtek Kosior | |
* compute_scripts.awk (include_file): don't enforce specific path format on #INCLUDE'd files * .gitmodules, schemas: add Haketilo JSON schemas subrepo * html/install.js (InstallView): import schema validator and run it against downloaded mapping and resource definitions * html/repo_query.js (RepoEntry): import schema validator and run it against obtained query results * test/haketilo_test/unit/test_install.py (test_install_normal_usage, test_install_dialogs): use underscore instead of hyphen in item identifiers * test/haketilo_test/unit/test_install.py (test_install_dialogs): adapt error message test cases to new handling method of invalid JSON instanced * test/haketilo_test/unit/test_repo_query.py (test_repo_query_normal_usage): use underscore instead of hyphen in item identifiers * test/haketilo_test/unit/test_repo_query.py (test_repo_query_messages): use higher sample unsupported schema version to avoid having to modify the test case soon * test/haketilo_test/world_wide_library.py: use underscore instead of hyphen in item identifiers * common/jsonschema.js, common/jsonschema: adapt tdegrunt's jsonschema and include in Haketilo, load schema documents from schemas/ | |||
2022-02-19 | fix URL construction when downloading definitions from Hydrilla | Wojtek Kosior | |
2022-02-18 | make "uuid" an optional property | Wojtek Kosior | |
2022-02-17 | automatically pick up a free port to run the HTTP proxy on | Wojtek 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-17 | fix test-environment* targets | Wojtek Kosior | |
2022-02-16 | fix out-of-source builds | Wojtek Kosior | |
2022-02-16 | improve the build system | Wojtek Kosior | |
2022-02-16 | assume and use "$schema" properties in item definitions | Wojtek Kosior | |
2022-02-15 | facilitate running test environment with Haketilo loaded into browser | Wojtek Kosior | |
2022-02-15 | fix loading initial data and verify it in automated tests | Wojtek Kosior | |
2022-02-15 | change store names and data keys to singular | Wojtek Kosior | |
2022-02-09 | prevent failure in setup of the test case being run after test_broadcast ( ↵ | Wojtek Kosior | |
old IceCat) | |||
2022-02-09 | make resource dependency specifier an object | Wojtek Kosior | |
2022-02-09 | adapt to changes in file path format | Wojtek 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-02 | support Parabola's Iceweasel in tests | Wojtek Kosior | |
2022-02-01 | more improvements for abrowser&librewolf | Wojtek Kosior | |
2022-01-31 | add 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-29 | make Haketilo buildable again (for Mozilla) | Wojtek Kosior | |
How cool it is to throw away 5755 lines of code... | |||
2022-01-28 | update error reporting in popup | Wojtek Kosior | |
2022-01-27 | add actual payload injection functionality to new content script | Wojtek Kosior | |
2022-01-27 | facilitate querying IndexedDB for script files of resource and its dependencies | Wojtek Kosior | |
2022-01-26 | add new root content script | Wojtek Kosior | |
2022-01-26 | add new extension's popup page | Wojtek Kosior | |
2022-01-25 | add a repo querying HTML interface | Wojtek Kosior | |
2022-01-22 | add a mapping/resources installation dialog | Wojtek Kosior | |
2022-01-18 | facilitate caching repository responses in content scripts | Wojtek Kosior | |
2022-01-18 | facilitate making CORS-agnostic requests through background script | Wojtek Kosior | |
2022-01-17 | test script blocking with and without the CSP-based approach on | Wojtek Kosior | |
2022-01-17 | move policy enforcing code to a new file, include basic test | Wojtek Kosior | |