Aleksei Khoroshilov
Aleksei Khoroshilov
Resolves ## Submitter Checklist: - [ ] I confirm that no [security/privacy review is needed](https://github.com/brave/brave-browser/wiki/Security-reviews) and no other type of reviews are needed, or that I have [requested](https://github.com/brave/reviews/issues/new/choose) them -...
This PR replaces forced component update calls on each startup with forced install calls (except for AdBlock components). This is to lower the amount of requests on each browser start...
Resolves https://github.com/brave/brave-browser/issues/38076 ## Submitter Checklist: - [x] I confirm that no [security/privacy review is needed](https://github.com/brave/brave-browser/wiki/Security-reviews) and no other type of reviews are needed, or that I have [requested](https://github.com/brave/reviews/issues/new/choose) them -...
Teamcity [has a handy way](https://www.jetbrains.com/help/teamcity/service-messages.html) to report build steps, test results and other metadata via `stdout`. This feature will allow us to split the build log into collapsible stages defined...
Cherry-pick of https://github.com/brave/brave-variations/pull/1023 Copied from the original PR: This is a required change to migrate to per-file study structure, because per-file structure implies study enumeration in alphabetical order (as files...
Copy `seed.json` from commit 42ce3f2583ee8f97bb76e99c332d960c643c7c2f This is to sync-up the current state of the branches and continue migration to per-file structure in `main` branch. Related https://github.com/brave/brave-browser/issues/33654
https://github.com/brave/brave-browser/issues/24148 ``` PermissionLifetimeStudy PermissionLifetimeReleaseStudy FirstPartyEphemeralDomainBlockStudy PartitionConnectionsByNetworkIsolationKeyStudy PartitionBlinkMemoryCacheStudy ForceDisableBlinkFeatures ```
Resolves https://github.com/brave/brave-browser/issues/39528 ## Submitter Checklist: - [x] I confirm that no [security/privacy review is needed](https://github.com/brave/brave-browser/wiki/Security-reviews) and no other type of reviews are needed, or that I have [requested](https://github.com/brave/reviews/issues/new/choose) them -...
### Description During development we use `brave://version` a lot, but it's hard to differentiate where which part starts or ends with a quick glance. ### Steps to reproduce 1. Open...