Skip to main content

Module history

Module history 

Source
Expand description

Persistent browsing history for the Oxide browser.

Entries are stored in a [sled] embedded database under a [sled::Tree] named "history". Each record is keyed by a unique timestamp+URL composite key so the same URL visited multiple times produces separate entries. For thread-safe access use SharedHistoryStore.

Structs§

HistoryItem
A single browsing history entry.
HistoryStore
Persistent history storage backed by a [sled::Tree].

Type Aliases§

SharedHistoryStore