<feed xmlns='http://www.w3.org/2005/Atom'>
<title>browser-extension/html, branch v1.0-beta2</title>
<subtitle>A discontinued Web Extension to facilitate replacing sites' js with user-supplied scripts</subtitle>
<id>https://git.koszko.org/browser-extension/atom?h=v1.0-beta2</id>
<link rel='self' href='https://git.koszko.org/browser-extension/atom?h=v1.0-beta2'/>
<link rel='alternate' type='text/html' href='https://git.koszko.org/browser-extension/'/>
<updated>2022-03-10T10:43:59Z</updated>
<entry>
<title>change "Install preview" button text to "More..."</title>
<updated>2022-03-10T10:43:59Z</updated>
<author>
<name>Wojtek Kosior</name>
<email>koszko@koszko.org</email>
</author>
<published>2022-03-08T17:16:37Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/browser-extension/commit/?id=ca21495c166fc6269ca2d151a5bc51703949760b'/>
<id>urn:sha1:ca21495c166fc6269ca2d151a5bc51703949760b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>present appropriate error message when using popup in Private Browsing mode</title>
<updated>2022-03-10T10:43:51Z</updated>
<author>
<name>Wojtek Kosior</name>
<email>koszko@koszko.org</email>
</author>
<published>2022-03-08T17:15:23Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/browser-extension/commit/?id=003876d507112ebe2575086514d5a388f78dedd9'/>
<id>urn:sha1:003876d507112ebe2575086514d5a388f78dedd9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>correct the Private Browsing mode notice on settings page</title>
<updated>2022-03-08T16:34:37Z</updated>
<author>
<name>Wojtek Kosior</name>
<email>koszko@koszko.org</email>
</author>
<published>2022-03-08T16:34:37Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/browser-extension/commit/?id=093ec2a52697afdda610dde1302a59183719ac0f'/>
<id>urn:sha1:093ec2a52697afdda610dde1302a59183719ac0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>prepend all generated console messages with 'Haketilo:'</title>
<updated>2022-03-04T16:25:17Z</updated>
<author>
<name>Wojtek Kosior</name>
<email>koszko@koszko.org</email>
</author>
<published>2022-03-04T15:57:07Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/browser-extension/commit/?id=4970930c2f866133c38fa73800f1a963f0856692'/>
<id>urn:sha1:4970930c2f866133c38fa73800f1a963f0856692</id>
<content type='text'>
</content>
</entry>
<entry>
<title>display an informative message in settings page if IndexedDB cannot be accessed</title>
<updated>2022-03-04T15:36:44Z</updated>
<author>
<name>Wojtek Kosior</name>
<email>koszko@koszko.org</email>
</author>
<published>2022-03-04T14:56:50Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/browser-extension/commit/?id=587c1a88475c162b820d94c37e2cd18eb4422276'/>
<id>urn:sha1:587c1a88475c162b820d94c37e2cd18eb4422276</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve styling of item preview</title>
<updated>2022-03-04T15:13:39Z</updated>
<author>
<name>Wojtek Kosior</name>
<email>koszko@koszko.org</email>
</author>
<published>2022-03-03T13:40:55Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/browser-extension/commit/?id=652e4476fdc2c7177145c0d993159f84a5f64c55'/>
<id>urn:sha1:652e4476fdc2c7177145c0d993159f84a5f64c55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>include $schema property in internally-generated resources/mappings</title>
<updated>2022-03-04T15:13:39Z</updated>
<author>
<name>Wojtek Kosior</name>
<email>koszko@koszko.org</email>
</author>
<published>2022-03-03T13:38:21Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/browser-extension/commit/?id=22fe27f0e1399deaf13b416f2d35a2e12ea0f358'/>
<id>urn:sha1:22fe27f0e1399deaf13b416f2d35a2e12ea0f358</id>
<content type='text'>
</content>
</entry>
<entry>
<title>validate repository responses against JSON schemas</title>
<updated>2022-03-04T15:13:35Z</updated>
<author>
<name>Wojtek Kosior</name>
<email>koszko@koszko.org</email>
</author>
<published>2022-03-01T10:29:26Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/browser-extension/commit/?id=57ce414ca81682a71288018a4d9001604002ec23'/>
<id>urn:sha1:57ce414ca81682a71288018a4d9001604002ec23</id>
<content type='text'>
* 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/
</content>
</entry>
<entry>
<title>fix URL construction when downloading definitions from Hydrilla</title>
<updated>2022-02-19T18:54:38Z</updated>
<author>
<name>Wojtek Kosior</name>
<email>koszko@koszko.org</email>
</author>
<published>2022-02-19T18:26:48Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/browser-extension/commit/?id=8477d0cf5f2f2526bb3858ca7da26bffd8e98635'/>
<id>urn:sha1:8477d0cf5f2f2526bb3858ca7da26bffd8e98635</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make exception for localhost while disallowing http:// repo urls</title>
<updated>2022-02-19T12:51:20Z</updated>
<author>
<name>Wojtek Kosior</name>
<email>koszko@koszko.org</email>
</author>
<published>2022-02-19T12:49:54Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/browser-extension/commit/?id=d50163d14aa6b22b34ac613c761648294ead1884'/>
<id>urn:sha1:d50163d14aa6b22b34ac613c761648294ead1884</id>
<content type='text'>
</content>
</entry>
</feed>
