Commit Graph

308 Commits

Author SHA1 Message Date
b8638685f4 add log 2020-09-17 06:43:04 +01:00
8d8ed15216 update 2020-09-17 06:42:21 +01:00
2f10df0ea8 use "," for tag separator, add missing dep 2020-09-17 05:36:21 +01:00
5ed3de0346 update doc 2020-09-14 01:01:50 +01:00
ec047365ed fixed firefox bookmark parsing, updated docs 2020-09-14 00:57:39 +01:00
5825356f2e [firefox] partially working places.sqlite copy strategy
- when file change is detected on places.sqlite* the
sqlite files are copied to a tmp directory and bookmark
parsing happens from there.

This commit covers the base functionnality, the bookmark parsing seems
broken from the sqlx side but new bookmarks are effectivly detected.
2020-09-09 14:07:29 +01:00
cc78ea5fff WIP: gomark broke again against exclusive vfs lock 2020-09-01 22:54:21 +01:00
98429f52f3 working build, firefox sqlite3 lock 2020-09-01 13:43:01 +01:00
02cd9f0fda removing unused deps 2020-08-12 20:13:16 +01:00
4a22a688fd fix build and module
- Migrate to module version
- Fix build
- Tests failing
2020-08-12 20:11:48 +01:00
3480dd2a32 wip migrate to module 2020-08-12 19:15:17 +01:00
8989d757f8 wip migrate to module 2020-08-12 19:14:27 +01:00
dc795166c3 wip migrate to module 2020-08-12 19:13:01 +01:00
5898acc8f0 code refactor 2019-03-01 19:48:43 +01:00
69585c2b3a move base browser to its own package 2019-03-01 19:41:44 +01:00
a85cc790fd update todos 2019-03-01 19:15:40 +01:00
e4c6fbef64 fix tree rebuild index bug 2019-03-01 19:14:12 +01:00
8130ed9ee2 refactored logging and browsers init 2019-03-01 19:03:48 +01:00
509af26a61 browser init refactoring 2019-03-01 18:30:50 +01:00
ab3c292307 Merge branch 'ff-profiles' into cli-config 2019-03-01 12:55:58 +01:00
e455782ef1 print config 2019-02-28 18:16:22 +01:00
8512987de9 fix firefox profile loading 2019-02-28 17:55:34 +01:00
7dd439a295 update todos 2019-02-27 18:02:18 +01:00
09718f29f0 firefox cli profile selection, cli flag management 2019-02-27 17:59:50 +01:00
14b4ed1fe0 Merge branch 'flag-altsrc-from-yaml' into ff-profiles 2019-02-27 17:42:22 +01:00
b0340b148e wip firefox global flags 2019-02-27 17:39:55 +01:00
f668729b98 wip modular config manager 2019-02-27 17:09:33 +01:00
d12c881a91 better config management 2019-02-27 11:47:06 +01:00
76762961e9 update todos 2019-02-26 19:42:56 +01:00
023f99dfb1 wip cli option management 2019-02-26 19:41:02 +01:00
cba4bbaec9 list profiles + check vfs cmds 2019-02-26 11:23:00 +01:00
1641ab4e4a update todos 2019-02-22 19:52:13 +01:00
0c069a3c39 firefox profiles loading, todo CLI 2019-02-22 19:50:26 +01:00
9ed35b4149 wip cli + profile handling 2019-02-20 18:39:45 +01:00
5cbcf816a7 basic CLI 2019-02-18 19:44:27 +01:00
3513f747c4 detect if multiprocess not set and ff is running 2019-02-13 20:45:07 +01:00
1f6db4c4aa wip unlocking locked db 2018-12-04 18:06:30 +01:00
bd5b8ee815 unit-test return the right errors for locked DBs 2018-12-04 05:02:47 +01:00
77a48ca9cb wip unlocking locked db 2018-12-04 04:34:30 +01:00
dc7b9f4b60 WIP handle locked database + unit test 2018-12-03 19:55:28 +01:00
9c35cea50f WIP Firefox prefs utils 2018-12-03 19:51:01 +01:00
615abc940d wip unit testing 2018-12-01 18:17:01 +01:00
f40de3bf8d Refactoring and interfaces for unit testing 2018-12-01 18:16:46 +01:00
80a1edc7bc wip testing DB.Init() for blocking files 2018-11-30 20:04:54 +01:00
0b72fbe310 update ignore 2018-11-30 20:04:15 +01:00
c582337f53 wip start UnitTest and handle sqlite file lock 2018-11-30 04:15:08 +01:00
d6f7c1d3f9 unused func 2018-11-30 03:46:30 +01:00
f94b38815e Makefile tests 2018-11-29 15:42:32 +01:00
98a0079d69 WIP use sqlx and refactor 2018-11-23 04:40:10 +01:00
2cd45617cb fix WAL journal mode after go-sqlite update 2018-11-21 11:01:15 +01:00