Results 3 comments of prats84

Hi, The Firefox Version: Version=66.0.4 BuildID=20190504212614 --- It seems' the FirefoxDownloadsPlugin Class in [firefox.py](https://github.com/log2timeline/plaso/blob/master/plaso/parsers/sqlite_plugins/firefox.py) references the old version of Firefox download.sqlite. In the newer Firefox I found the Download file...

Thanks. The schema relationships at https://developer.mozilla.org/en-US/docs/Mozilla/Tech/Places/Database

### Schema ($sqlite> .schema) ``` CREATE TABLE moz_places ( id INTEGER PRIMARY KEY, url LONGVARCHAR, title LONGVARCHAR, rev_host LONGVARCHAR, visit_count INTEGER DEFAULT 0, hidden INTEGER DEFAULT 0 NOT NULL, typed...