0
Files
src/content/browser
Alex Turner 854beabe37 Upgrade aggregation_service DCHECKs to CHECKs, not fatal until M128
This matches latest guidance and should help increase certainty that
these are not being hit in production. We delay this change being fatal
to M128 to allow some temporal leeway and avoid stability risks in case
they are hit. (This gives around four weeks to fix any issues from when
M125 Stable is released before Canary switches to M128.) We do not
upgrade DCHECK_CALLED_ON_VALID_SEQUENCE() as there is no CHECK
equivalent. We also avoid the "not fatal" parameter for code that is not
used in production.

Fuchsia-Binary-Size: Size increase is either not real or unavoidable
Bug: 328089064
Change-Id: I77ff212f99ac3fe9b7d103adcbdd381e01d3d6ed
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5385557
Commit-Queue: Alex Turner <alexmt@chromium.org>
Reviewed-by: Nan Lin <linnan@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1278443}
2024-03-26 17:46:43 +00:00
..
2024-03-19 02:10:30 +00:00
2024-03-21 03:36:22 +00:00

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