Project

General

Profile

Activity

From 11/04/2021 to 12/03/2021

12/03/2021

11:03 PM Feature #97: Make tests system parametrizable through configure script
> non-broken Jahoti's table, for reference:
Thanks for that! It pays to check what you write afterwards apparently...
jahoti
08:44 AM Feature #97: Make tests system parametrizable through configure script
Looks great!
non-broken Jahoti's table, for reference:
|Variable | ...
koszko
08:08 AM Feature #97 (In Progress): Make tests system parametrizable through configure script
An attempt at this is now on the `jahoti` branch (not the `build-sys` branch, which would be too hard to bring up to ... jahoti
09:10 PM Revision 44bb618a (haketilo): merge `master` (license notices) and `koszko` (v1.0 development)
koszko
08:59 PM Revision 256c046b (haketilo): add COPYING file
koszko
08:49 PM Revision 5c583de8 (haketilo): start implementing more efficient querying of URL patterns
koszko
01:00 AM Revision 201fcfad (haketilo): Support tests outside the source directory
Explicitly use certs in the build directory, and tests in the source jahoti
01:00 AM Revision c39c6b9e (haketilo): Distinguish testing and installation browsers
The configure script now accepts BROWSER and TEST_BROWSER jahoti
01:00 AM Revision 7d1f777a (haketilo): Correct types in test/misc_constants.
Load variable overrides with correct types jahoti
01:00 AM Revision 215ca720 (haketilo): Clean up Makefile test targets
Mark off the "tests" section and warn about build dir inflexibility jahoti
01:00 AM Revision 3fcff338 (haketilo): Make testing configurable
Add options to configure in accordance with #97 jahoti
01:00 AM Revision d16e763e (haketilo): Merge branch 'koszko' into jahoti
jahoti

12/02/2021

12:57 AM Feature #66: Write tests
This seems to be coming together well!
I'm in the process of addressing #97, which (along with a few other build s...
jahoti
09:04 PM fedora_hack.zip
koszko
01:00 AM Revision 5a002642 (haketilo): Allow testing behavior to be customized
Adds PYTEST, PYTHON, BROWSER_BIN, TEST_PORT, and TEST_PROFILE variables
to configure.
jahoti
01:00 AM Revision 6d819aae (haketilo): Merge remote-tracking branch 'origin/koszko' into build-sys
jahoti

12/01/2021

09:06 PM Revision 93dd7360 (haketilo): improve unit testing approach
Unit tests were moved to their own subdirectory.
Fixtures common to many unit tests were moved to test/unit/conftest....
koszko
02:10 PM Feature #66: Write tests
`koszko` branch now has a facility to load .js files together with their dependencies to a page in selenium-driven br... koszko
02:03 PM Revision 463e6830 (haketilo): facilitate testing javascript functions
Haketilo's .js files can now be loaded together with their dependencies and
executed on a page opened in a selenium-d...
koszko
10:26 AM Feature #98 (Closed): use IndexedDB for storing structured data
In all WebExtension guides the `storage` API was presented as **the** thing to use. I thought all other storage mecha... koszko

11/30/2021

07:33 PM Revision 69e53743 (haketilo): implement more efficient querying of URL patterns
koszko
07:32 PM Revision 6106c789 (haketilo): rewrite parts of build script in awk
koszko
04:48 AM Feature #22: supplement the build script with a makefile, also produce zipped artifacts
I just realized there was an edit- sorry I didn't respond!
In case you didn't work out what happened, `build-sys` ...
jahoti
04:40 AM Feature #45: Add a universal wildcard for URLs
> I think the best action we can take now is to put this idea aside for some time and instead create fixes (like Clou... jahoti
04:07 AM Feature #66: Write tests
It's working nicely! I've had a look at the unshare manpage as well, and while it deserves a more thorough read you'v... jahoti
02:27 AM Feature #92: Replace cookie smuggling with some safer approach
> I'd leave the fingerprinting issue for now. The vunlerability doesn't exist in Mozilla browsers and can be mitigate... jahoti

11/29/2021

09:22 PM Feature #79 (In Progress): Improve the build script by using awk
I did most of the work here and will probably commit tomorrow. The awk program I wrote is IMHO more maintainable than... koszko

11/27/2021

01:53 PM Feature #22: supplement the build script with a makefile, also produce zipped artifacts
koszko wrote:
> ### EDIT2
> For now I just merged `build-sys`. I'll also merge the `build.sh` -> `build.sh` + `lib_...
koszko
01:52 PM Feature #97 (Closed): Make tests system parametrizable through configure script
We should be able to pass at least the following to the `configure` script:
* name of `pytest` executable
* name of...
koszko
01:51 PM Feature #66: Write tests
`unshare` doesn't seem to work when in chroot and I currently run tests agains a browser I have installed inside a ch... koszko
01:20 PM Feature #44 (Closed): Load in default settings using the build system
koszko
01:15 PM Revision 5b2a7a61 (haketilo): add Selenium- and Python-based test system
koszko
10:45 AM Feature #69: [Roadmap 7][Milestone] Facilitate bundling HTML/XML/JSON and other data with a fix
To facilitate bypassing CORS we'd like to implement something like GreaseMonkey's GM_xmlhttpRequest (mentioned [here]... koszko
10:37 AM Feature #45: Add a universal wildcard for URLs
This is paradoxally a complex issue. We currently have different ways of handling pages that are to
1. have their ow...
koszko

11/24/2021

09:38 AM Feature #66 (In Progress): Write tests
jahoti wrote:
> > Have you considered using UML (no, not that diagraming language, I mean User Mode Linux) to run te...
koszko

11/20/2021

07:55 PM Revision 67631e6c (haketilo-and-hydrilla): fix 'referenced before assignment' error
koszko
07:15 PM Revision 92d0f3a1 (haketilo-and-hydrilla): remove unused variable
koszko
06:32 PM Feature #92: Replace cookie smuggling with some safer approach
The commit that removes smuggling via cookies and employs synchronous XHR for the job is now on the `koszko` branch. ... koszko
06:29 PM Revision 96068ada (haketilo): replace cookies with synchronous XmlHttpRequest as policy smuggling method.
Note: this breaks Mozilla port of Haketilo. Synchronous XmlHttpRequest doesn't work as well there. This will be fixed... koszko

11/19/2021

07:07 PM Feature #92: Replace cookie smuggling with some safer approach
You know what? I'd leave the fingerprinting issue for now. The vunlerability doesn't exist in Mozilla browsers and ca... koszko
06:08 PM Feature #92 (In Progress): Replace cookie smuggling with some safer approach
jahoti wrote:
> > I did, however, hope there could be some simpler solution. When I tried it seemed that some fields...
koszko
10:32 AM Revision f4edcbe7 (haketilo-and-hydrilla): fill served definitions with computed sha256 sums of files
koszko

11/18/2021

08:50 PM Revision 5200c39f (haketilo-and-hydrilla): implement redirections to resources
koszko

11/17/2021

09:12 PM Revision a6721b31 (haketilo-and-hydrilla): enable querying of patterns by url
koszko
05:31 PM Revision c6e5d1ec (haketilo-and-hydrilla): add link to software sources to ease compliance with AGPL
koszko
12:17 PM Revision c00ed7f9 (haketilo-and-hydrilla): add source index.json contents fetching
koszko

11/16/2021

06:57 PM Revision 30d5ada1 (haketilo-and-hydrilla): add license fetching
koszko
06:34 PM Revision 9bbc08a2 (haketilo-and-hydrilla): enable fetching of all mapping/resource versions
koszko
06:07 PM Revision 5bb61d9a (haketilo-and-hydrilla): update example urls
koszko
04:45 PM Revision 6a6fbe6c (haketilo-and-hydrilla): fix debian packaging
koszko
02:33 PM Revision 3a080cfe (haketilo-and-hydrilla): correct make_tarballs->tarballs in README
koszko

11/15/2021

06:49 PM Revision 10ce5c83 (haketilo-and-hydrilla): make test pass
koszko
02:31 PM Revision 214f4d21 (haketilo-and-hydrilla): add missing variable assignment
koszko
02:30 PM Revision d51f29c3 (haketilo-and-hydrilla): remove unused functions
koszko
02:16 PM Revision 9a24837f (haketilo-and-hydrilla): rename LICENSE->COPYING
koszko

11/13/2021

08:33 PM Revision a14ab0a7 (haketilo-and-hydrilla): initial commit
koszko
 

Also available in: Atom