0
Files
src/content/browser
Alex N. Jose 9ed598f7ba Implement Security.setIgnoreCertificateErrors for all web workers
This CL implements CDP support for ignoring certificate errors for all
worker types — service workers, shared workers and dedicated workers. Since SW fetches are often headless, the UI callback is avoided and
a new ShouldBypassCertificateErrors check is introduced.

This CL also promotes some of the Attach* and SendCommand* methods of
TestDevToolsProtocolClient from protected to public, as we need to
establish concurrent connections to targets and TestDevToolsProtocolClient only allows for one by default.

Bug: 40939167
Change-Id: Ieacd2280552672c315d45a51bb6dbcdf43b776e6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5486845
Reviewed-by: Alex Rudenko <alexrudenko@chromium.org>
Reviewed-by: Emily Stark <estark@chromium.org>
Reviewed-by: Shunya Shishido <sisidovski@chromium.org>
Reviewed-by: Andrey Kosyakov <caseq@chromium.org>
Reviewed-by: Yoshisato Yanagisawa <yyanagisawa@chromium.org>
Commit-Queue: Alex N. Jose <alexnj@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1298597}
2024-05-09 13:00:42 +00:00
..
2024-05-07 11:22:58 +00:00
2024-05-08 23:03:23 +00:00
2024-05-03 22:43:48 +00:00

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