Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-17 | don't copy README.md to built Haketilo | Wojtek Kosior | |
2022-02-16 | fix out-of-source builds | Wojtek Kosior | |
2021-12-27 | facilitate egistering dynamic content scripts with mappings data | Wojtek Kosior | |
2021-12-22 | reworked build system; added missing license notices | Wojtek Kosior | |
2021-12-08 | facilitate initialization of IndexedDB for use by Haketilo | Wojtek Kosior | |
2021-12-03 | merge `master` (license notices) and `koszko` (v1.0 development) | Wojtek Kosior | |
2021-11-30 | rewrite parts of build script in awk | Wojtek Kosior | |
2021-11-20 | replace cookies with synchronous XmlHttpRequest as policy smuggling method. | Wojtek Kosior | |
Note: this breaks Mozilla port of Haketilo. Synchronous XmlHttpRequest doesn't work as well there. This will be fixed with dynamically-registered content scripts later. | |||
2021-10-30 | Fix license notices on JS and SH files | jahoti | |
Other files have been left, as no model notice is available | |||
2021-10-14 | merge build system | Wojtek Kosior | |
2021-10-14 | Adjust makefile targets | jahoti | |
Rename some files used in building and remove redundant aliases | |||
2021-10-13 | Add VPATH and Haketilo version to the makefile as part of configure. | jahoti | |
2021-10-10 | Quote $BUILDDIR throughout build.sh | jahoti | |
Ensure build.sh can deal with arbitrary build directories. | |||
2021-10-07 | Start on a makefile | jahoti | |
Currently includes targets for unpacked versions and zips | |||
2021-10-06 | Restart modifications to build with a makefile in mind | jahoti | |
2021-09-08 | Fix sanitizing of non-HTML XMLDocument's | Wojtek Kosior | |
2021-09-06 | generate Chromium unique key automatically in `build.sh' | Wojtek Kosior | |
2021-09-02 | enable toggling of global script blocking policy\n\nThis commit also ↵ | Wojtek Kosior | |
introduces `light_storage' module which is later going to replace the storage code we use right now.\nAlso included is a hack to properly display scrollbars under Mozilla (needs testing on newer Mozilla browsers). | |||
2021-08-18 | remove unneeded policy-related cosole messages; restore IceCat 60 compatibility | Wojtek Kosior | |
2021-08-18 | enhance our bundler to protect top-level `this' from accidental clobbering | Wojtek Kosior | |
2021-08-06 | Facilitate installation of scripts from the repository | Wojtek Kosior | |
This commit includes: * removal of page_info_server * running of storage client in popup context * extraction of some common CSS to a separate file * extraction of scripts import view to a separate file * addition of a facility to conveniently clone complex structures from DOM (in DOM_helpers.js) * addition of hydrilla repo url to default settings * other minor changes and of course changes related to the actual installation of scripts from the repo | |||
2021-08-05 | enable modularization of html files | Wojtek Kosior | |
2021-07-20 | Merge rebranding to "Hachette" | Wojtek Kosior | |
2021-07-12 | merge jahoti into master | Wojtek Kosior | |
2021-07-11 | Integrate browser.js into exports_init.js, and streamline the result | jahoti | |
2021-07-04 | Revamp default settings | jahoti | |
Default settings are now provided in the same format as data exported from the extension, incorporating them into the main program as part of the build process. Also, modify their contents; the apparently non-functional FSF stuff is gone, replaced with fixes for BandCamp, WorldCat, and SumOfUs. | |||
2021-07-02 | ignore some special files (emacs automatic backups) when building | Wojtek Kosior | |
2021-06-30 | emply an sh-based build system; make some changes to blocking | Wojtek Kosior | |