Firefox is an open source browser backed by Mozilla.
The full list of Developer Shortcuts is available online. List
Sorted history from Firefox
sqlite3 ~/Library/Application\ Support/Firefox/Profiles/*default-release/places.sqlite "SELECT datetime(moz_historyvisits.visit_date/1000000,'unixepoch'), moz_places.url FROM moz_places, moz_historyvisits WHERE moz_places.id = moz_historyvisits.place_id" | sort | less