0
Files
src/content/services
Caleb Raitto 04f5ab713b clickiness: Add ViewAndClickEvents table and read + write logic
This just adds basic functionality and doesn't include things like
full compaction support, expiration, manual clearing logic, etc., as
those will come in subsequent CLs.

The mojom type that will eventually be passed to the worklet process is
defined, but the plumbing to actually pass values to the worklet process
will come in a future CL.

Bug: 394108643
Change-Id: If7948579a78c909c0bd372ac4e5751cb8a86549d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6256880
Reviewed-by: Ayu Ishii <ayui@chromium.org>
Reviewed-by: Orr Bernstein <orrb@google.com>
Commit-Queue: Caleb Raitto <caraitto@chromium.org>
Reviewed-by: Dominic Farolino <dom@chromium.org>
Reviewed-by: Cammie Smith Barnes <cammie@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1432359}
2025-03-13 14:05:34 -07:00
..

This directory holds services that are: (a) Not considered part of Chrome's foundation (i.e., //services) or they have dependencies which we don't allow in /services (such as content or Blink), and (b) are entirely consumed by content/ (or exposed via a content/public interface).

If in doubt about where your service belongs, contact services-dev@chromium.org.