0
Files
src/content/browser
Sharon Yang 98309fb16b Change SiteInstanceGroup observers to be checked
SiteInstanceGroup has a list of observers, which were previously
UncheckedObservers. There are no legacy observers so they can instead
be CheckedObservers, which is the safer option.

A unit test was added, though it passes both before and after this
change.

Test: SiteInstanceGroupTest.ObserverListReentrance, No Behaviour Change
Bug: 1467593
Change-Id: Idafe6e7d53f14dc6ae568ffd6c4772ab78ad6f7a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4717412
Reviewed-by: Alex Moshchuk <alexmos@chromium.org>
Commit-Queue: Sharon Yang <yangsharon@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1176355}
2023-07-28 00:11:40 +00:00
..
2023-07-06 18:02:40 +00:00
2023-07-27 21:45:58 +00:00
2023-06-26 23:14:49 +00:00

This directory contains the core code needed for the browser process of a multi-process sandboxed browser.