0
Files
src/extensions
Dave Tapuska 6e3616270c [extensions] Set reset_on_disconnect
While I wouldn't expect EventRouter to be destroyed and recreated set
the associated interface to reset on disconnect in hopes of addressing
the crashing issue.

Bug: 374658914
Change-Id: I352a3098568396e93a14cab2c472694abbfb0adc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5998675
Reviewed-by: David Bertoni <dbertoni@chromium.org>
Commit-Queue: Dave Tapuska <dtapuska@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1379441}
2024-11-07 03:20:53 +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: