0
Files
src/extensions
Dave Tapuska 5f0f8fc2eb [Extensions] Report bad message for invalid worker thread id
If the renderer sends up a worker thread id that matches the main
thread tell it to get lost.

Bug: 374658914
Change-Id: I96c0febfa29c391d5b7893af0bbaaf3d76dc030c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5954283
Reviewed-by: Shunya Shishido <sisidovski@chromium.org>
Reviewed-by: Steven Holte <holte@chromium.org>
Commit-Queue: Dave Tapuska <dtapuska@chromium.org>
Reviewed-by: Justin Lulejian <jlulejian@chromium.org>
Reviewed-by: David Bertoni <dbertoni@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1373295}
2024-10-24 13:54:51 +00:00
..
2024-10-10 20:35:01 +00:00
2024-10-18 17:39:17 +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: