Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-17 | quote $(pwd) | Wojtek Kosior | |
2022-02-17 | add a `test-prepare` convenience target | Wojtek Kosior | |
2022-02-16 | fix out-of-source builds | Wojtek Kosior | |
2022-02-16 | improve the build system | Wojtek Kosior | |
2022-02-15 | facilitate running test environment with Haketilo loaded into browser | 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... | |||
2021-12-31 | utilize Pattern Tree to decide the policy to use and modify HTTP response ↵ | Wojtek Kosior | |
headers according to that policy This commit also enhances the build script so that preprocessor conditionals can now use operators '&&' and '||'. The features being developed are not yet included in the actual Haketilo build. Some of the new source files contain similar functionality to other ones already existing in the source tree. At some point the latter will be removed. | |||
2021-12-08 | facilitate initialization of IndexedDB for use by Haketilo | Wojtek Kosior | |
2021-11-27 | add Selenium- and Python-based test system | Wojtek Kosior | |
2021-10-14 | merge build system | Wojtek Kosior | |
2021-10-14 | Add (basic) install support | jahoti | |
The extension can be installed if DESTDIR is supplied | |||
2021-10-14 | Adjust makefile targets | jahoti | |
Rename some files used in building and remove redundant aliases | |||
2021-10-13 | Add GNU's make targets, implementing dist | jahoti | |
Distribution tarballs can now be made with "make dist". | |||
2021-10-13 | Tidy up Makefile | jahoti | |
Add file prerequisites and some other minor changes | |||
2021-10-13 | Add VPATH and Haketilo version to the makefile as part of configure. | jahoti | |
2021-10-10 | Add a configuration system | jahoti | |