0
Files
android_webview
apps
ash
base
build
build_overrides
buildtools
cc
chrome
chromecast
chromeos
codelabs
components
content
courgette
crypto
dbus
device
docs
extensions
browser
buildflags
common
components
docs
renderer
shell
strings
test
BUILD.gn
COMMON_METADATA
DEPS
DIR_METADATA
OWNERS
README.md
extensions_resources.grd
fuchsia_web
gin
google_apis
google_update
gpu
headless
infra
ios
ipc
media
mojo
native_client_sdk
net
pdf
ppapi
printing
remoting
rlz
sandbox
services
skia
sql
storage
styleguide
testing
third_party
tools
ui
url
weblayer
.clang-format
.clang-tidy
.eslintrc.js
.git-blame-ignore-revs
.gitattributes
.gitignore
.gn
.mailmap
.rustfmt.toml
.vpython3
.yapfignore
ATL_OWNERS
AUTHORS
BUILD.gn
CODE_OF_CONDUCT.md
DEPS
DIR_METADATA
LICENSE
LICENSE.chromium_os
OWNERS
PRESUBMIT.py
PRESUBMIT_test.py
PRESUBMIT_test_mocks.py
README.md
WATCHLISTS
codereview.settings
src/extensions
David Bertoni 96b950168c [Extensions] Limit the number of alarms an extension can create.
This CL introduces a limit of 500 alarms per extension. The number
was chosen based on data collected from the stable channel for all
platforms. This limit covers at least 99.98% of all clients.

Bug: 1400582
Change-Id: I2c22231f1770ca6bb7bc46b56119331c23e977d3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4583941
Reviewed-by: Devlin Cronin <rdevlin.cronin@chromium.org>
Commit-Queue: David Bertoni <dbertoni@chromium.org>
Reviewed-by: Kelvin Jiang <kelvinjiang@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1160867}
2023-06-21 21:22:51 +00:00
..

This will become a reusable extensions module. It implements the core parts of Chrome's extension system, and can be used with any host of the content module.

Some extensions code that is not Chrome-specific still lives in //chrome/browser/extensions and will be moved here.

Technical Documentation: