Activity
From 02/24/2022 to 03/25/2022
03/25/2022
- 10:12 AM Revision 480b3a3f (haketilo): make Makefile automatically rewrite itself when Haketilo version is bumped
- 10:10 AM Revision ea15d008 (haketilo): bump version to 1.0-beta3
- 10:10 AM Revision e63c71d6 (haketilo): make a tar.gz distribution archive in one go (no intermediate .tar generation)
03/24/2022
- 09:55 PM Revision d911bf37 (haketilo): fix encoding detection in StreamFilter
- 09:30 PM Revision b9a6179c (haketilo): fix payload creation for file:// URLs
- 08:43 PM Revision 60c0b4fe (haketilo): delay loading of js code in test_policy_enforcing.py
- We don't want JS loading to happen upon python module load. We want to do it lazily. Here it was being done eagerly d...
- 08:43 PM Revision 749f1c85 (haketilo): prepare for exposing APIs to injected scripts
- 08:43 PM Revision bbc9fae4 (haketilo): serialize and deserialize entire Response object when relaying fetch() calls to other contexts using sendMessage
03/15/2022
- 11:31 AM Revision 6ca07019 (haketilo): delay loading of js code in test_policy_enforcing.py
- We don't want JS loading to happen upon python module load. We want to do it lazily. Here it was being done eagerly d...
- 11:20 AM Revision f650ee99 (haketilo): prepare for exposing APIs to injected scripts
- 10:16 AM Revision 13a707c6 (haketilo): serialize and deserialize entire Response object when relaying fetch() calls to other contexts using sendMessage
03/12/2022
03/11/2022
- 04:41 PM Revision 7f0b5ded (haketilo): don't double-modify response headers retrieved from cache
- 02:13 PM Revision 9aa2d862 (haketilo): don't double-modify response headers retrieved from cache
- 01:04 PM Revision aa34ed46 (haketilo): make the order of rules in generated CSP deterministic
- This is purely to help with automated testing.
03/10/2022
- 11:43 AM Revision 26459fb4 (haketilo): treat "view-source:" pages as privileged
- 11:43 AM Revision 8781ee15 (haketilo): fix application of default blocking rule under Chromium
- 11:43 AM Revision bace213c (haketilo): fix chromium synchronous policy fetching for file:/// URLs
- 11:43 AM Revision eae2250e (haketilo): fix incorrect variable reference
- 11:43 AM Revision aacacbb8 (haketilo): improvement to also properly sanitize intrinsics in XML documents under older browsers (IceCat 60)
- 11:43 AM Revision f37e4b6f (haketilo): bump version to 1.0-beta2
- 11:43 AM Revision ca21495c (haketilo): change "Install preview" button text to "More..."
- 11:43 AM Revision 003876d5 (haketilo): present appropriate error message when using popup in Private Browsing mode
03/09/2022
- 06:50 PM Revision cb70284d (haketilo): fix application of default blocking rule under Chromium
- 06:43 PM Revision 387c8c2a (haketilo): fix chromium synchronous policy fetching for file:/// URLs
- 06:10 PM Revision 4d95758f (haketilo): fix incorrect variable reference
- 12:55 PM Revision c9c13120 (haketilo): improvement to also properly sanitize intrinsics in XML documents under older browsers (IceCat 60)
03/08/2022
- 06:28 PM Revision f1ae488f (haketilo): bump version to 1.0-beta2
- 06:16 PM Revision 177ccf0f (haketilo): change "Install preview" button text to "More..."
- 06:15 PM Revision 723c031e (haketilo): present appropriate error message when using popup in Private Browsing mode
- 05:34 PM Revision 093ec2a5 (haketilo): correct the Private Browsing mode notice on settings page
- 04:26 PM Revision b2c167f1 (haketilo-and-hydrilla): don't include schema patch version number in generated instances
03/07/2022
- 01:40 PM Revision 6a7f4f33 (haketilo-and-hydrilla): fix sending of JSON definition straight from disk file
03/05/2022
03/04/2022
- 06:14 PM Revision 70923829 (haketilo): fix setting of 'blocked-blocked<...>-<name>' attributes and add tests
- 05:25 PM Revision 33b6872c (haketilo): for () loop styling
- 05:25 PM Revision b43acfe3 (haketilo): fix setting of 'blocked-<name>' attributes when blocking intrinsic event handlers
- 05:25 PM Revision 4970930c (haketilo): prepend all generated console messages with 'Haketilo:'
- 04:37 PM Revision 7fdb3e84 (haketilo): fix comment typo
- 04:36 PM Revision 587c1a88 (haketilo): display an informative message in settings page if IndexedDB cannot be accessed
- 04:13 PM Revision 652e4476 (haketilo): improve styling of item preview
- 04:13 PM Revision 22fe27f0 (haketilo): include $schema property in internally-generated resources/mappings
- 04:13 PM Revision c8294257 (haketilo): optimize Pattern Query Tree for size of its JSON.stringify()'ed representation
- 04:13 PM Revision 241f58b6 (haketilo): stop `haketilo()` fixture cleanup from closing last browser window
- 04:13 PM Revision 57ce414c (haketilo): validate repository responses against JSON schemas
- * compute_scripts.awk (include_file): don't enforce specific path format on #INCLUDE'd files
* .gitmodules, schemas: ...
03/03/2022
- 03:55 PM Revision ec6fd4d9 (haketilo): improve styling of item preview
- 03:55 PM Revision a066af01 (haketilo): include $schema property in internally-generated resources/mappings
03/02/2022
- 04:28 PM Revision aee1aed7 (haketilo-and-hydrilla): refer to other sources for more information about running Hydrilla
- 04:15 PM Revision 4eb22719 (haketilo-and-hydrilla): mention PyPI freedom issues in README
- 12:44 PM Revision 17adc623 (haketilo): optimize Pattern Query Tree for size of its JSON.stringify()'ed representation
- 10:15 AM Revision 1cb6aaae (haketilo-and-hydrilla): add Hydrilla server manpage
03/01/2022
- 04:36 PM Revision ca6da915 (haketilo): stop `haketilo()` fixture cleanup from closing last browser window
- 11:29 AM Revision 74bbdd9a (haketilo): validate repository responses against JSON schemas
- * compute_scripts.awk (include_file): don't enforce specific path format on #INCLUDE'd files
* .gitmodules, schemas: ... - 09:54 AM Revision 2a7dc95e (haketilo-and-hydrilla): update schema versions to 1.0.1
02/28/2022
- 04:01 PM Revision 17e66592 (haketilo): change copyright notice of js-sha256 code to be exactly the same as in upstream's LICENSE.txt
- * common/sha256.js: removed email address from the copyright line
- 04:01 PM Revision 3c883b36 (haketilo): make 'check' Makefile target an alias to 'test'
- * Makefile.in: modify 'check' target
02/26/2022
- 09:21 PM Revision d4f338ff (haketilo): make 'check' and alias to 'test'
- * Makefile.in: modify 'check' target
02/25/2022
- 01:58 PM Revision 098e5e50 (haketilo): remove unused shell_utils, update upload_amo.sh to still work
- Even though upload_amo.sh scripts for extension signing is included, we're currently unable to use it because Firefox...
02/24/2022
- 04:32 PM Revision c2a56443 (haketilo-and-hydrilla): send /query responses with proper mimetype
- 04:02 PM Revision 2463a134 (haketilo-and-hydrilla): also specify babel dependency
- 03:53 PM Revision 60da51b1 (haketilo-and-hydrilla): update README for 1.0 pre-release
- 03:40 PM Revision e7683f33 (haketilo-and-hydrilla): adapt to change in hydrilla.util.translation()
- 03:40 PM Revision 7d45ef6c (haketilo-and-hydrilla): (temporarily) remove debian packaging
- 03:40 PM Revision 0bbc3083 (haketilo-and-hydrilla): add version constraints on hydrilla.builder
Also available in: Atom