0
Files
src/extensions
Kevin McNee 0bf2e45d56 Reland "MPArch GuestView: Implement MimeHandlerView"
This is a reland of commit 3dc5590bec

This reland fixes
TestMimeHandlerViewGuest::WaitForGuestLoadStartThenStop.

Original change's description:
> MPArch GuestView: Implement MimeHandlerView
>
> Notably, we have MPArch based guests ineligible for bfcache like the
> inner WebContents implementation. While supporting this should be
> possible, there wouldn't be much benefit once the PDF viewer
> switches to OOPIF.
>
> The MimeHandlerView tests are parameterized to run with both
> the existing inner WebContents implementation and MPArch.
>
> We also fix TestGuestViewManager::WaitUntilAttached to be able to handle
> guests with attachment in progress.
>
> Bug: 40202416
> Change-Id: I679f50ba2b516f124ff56c99f4396672d847a287
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6176225
> Reviewed-by: Dave Tapuska <dtapuska@chromium.org>
> Commit-Queue: Kevin McNee <mcnee@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#1406762}

Bug: 40202416
Change-Id: Ie7471abc8fa3c2ea854ff16a1ad84aee3e63ae2b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6173652
Reviewed-by: Dave Tapuska <dtapuska@chromium.org>
Commit-Queue: Kevin McNee <mcnee@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1407332}
2025-01-16 08:06:06 -08: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: