4d074f7a47b421a0cecf19fed34362969b63c0b7
The test was intermittently failing with SSL handshake errors and "Failed to download extension." because the kHostResolverRules used MAP *:443 which routed ALL HTTPS traffic to the test server. Other browser subsystems (Safe Browsing, sync, etc.) would also connect to the test server, causing spurious SSL handshake failures that could interfere with the extension CRX download. Narrow the host resolver rule to MAP a.test:443 so only the test domain is routed to the HTTPS test server. Also move the host_resolver()->AddRule() call to the beginning of SetUpOnMainThread() to ensure DNS resolution is configured before the server starts accepting connections. Resolves https://github.com/brave/brave-browser/issues/52732
Use "Show full screen reminder to press Esc on exit" option to show/hide both tab-initiated and browser initiated full screen (#33432)
…
…
…
…
…
…
Brave Core
Brave Core is a set of changes, APIs, and scripts used for customizing Chromium to make the Brave browser. Please also check https://github.com/brave/brave-browser
Follow @brave on Twitter for important announcements.
Resources
Community
You can ask questions and interact with the community in the following locations:
- Brave Community
communitychannel on Brave Software's Slack
Languages
C++
36.9%
HTML
31.6%
Swift
9.4%
TypeScript
9%
Java
4.8%
Other
8.1%