Rebecca Chang Swee Fun fea2a55e2a Publish chromium based on 107.0.5304.88 1 vuosi sitten
..
content fea2a55e2a Publish chromium based on 107.0.5304.88 1 vuosi sitten
core fea2a55e2a Publish chromium based on 107.0.5304.88 1 vuosi sitten
ios fea2a55e2a Publish chromium based on 107.0.5304.88 1 vuosi sitten
metrics fea2a55e2a Publish chromium based on 107.0.5304.88 1 vuosi sitten
DEPS fea2a55e2a Publish chromium based on 107.0.5304.88 1 vuosi sitten
DIR_METADATA fea2a55e2a Publish chromium based on 107.0.5304.88 1 vuosi sitten
OWNERS fea2a55e2a Publish chromium based on 107.0.5304.88 1 vuosi sitten
README.md fea2a55e2a Publish chromium based on 107.0.5304.88 1 vuosi sitten

README.md

History Component

Component that manages visited URLs history.

History services

There are 3 different history services that fulfill different requirements:

  • HistoryService: manages and allows access to local-only history.
  • WebHistoryService: handles queries to history servers providing overall history access (local and remote), potentially including from other devices synced to the same account.
  • BrowsingHistoryService: is a layer on top of the two services above and SyncService that works transparently for both sync’ing and non-sync’ing users.