Skip to content

Commit

Permalink
addition of browser extension link
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilliams720 committed Nov 26, 2024
1 parent 171ca3c commit 3159fdb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
1. [Considered alternatives](#considered-alternatives)
1. [Questions](#questions)
1. [Implementation](#implementation-work)
1. [Browser extension](#extension)
1. [Glossary](#glossary)
1. [Links](#links--further-reading)

Expand Down Expand Up @@ -254,6 +255,10 @@ Finally tracking of all rectangles in user space may not be as efficient as the
- [https://chromium-review.googlesource.com/c/chromium/src/+/5741652/1](https://chromium-review.googlesource.com/c/chromium/src/+/5741652/1)
- [https://chromium-review.googlesource.com/c/chromium/src/+/5783139](https://chromium-review.googlesource.com/c/chromium/src/+/5783139)

## Browser Extension

You can try out the Chrome extension [here](https://github.com/jdapena/container-timing-extension). You will need to build it manually for now and load the browser with it set as an argument.

## Glossary

- **Region**: This is an object which efficiently holds Rects and can calculate overlaps between them plus various other things such as total size etc. In Chromium this would be a [Skia](https://skia.org/) or [SkRegion](https://api.skia.org/classSkRegion.html), Firefox's Moz2D and Webkit's CoreGraphics libraries should have equivalent concepts.
Expand Down

0 comments on commit 3159fdb

Please sign in to comment.