Aleksei Khoroshilov

Results 37 issues of Aleksei Khoroshilov

It contains `#!/usr/bin/env python3`. `DEPS` files are executed as python scripts, to support all python3 features inside `DEPS` we should run checkdeps with python3.

QA/No
dev-concern
release-notes/exclude
OS/Desktop

After migrating to native `redirect_cc` we need to update compile_db.py patch. The file name now is `redirect_cc` instead of `redirect-cc`.

QA/No
release-notes/exclude
dev-experience
OS/Desktop

Currently `npm run sync` has these issues: 1. unable to sync gclient-controlled repos when they have changes, for ex. when `v8` is patched, it's impossible to complete `npm run sync`:...

QA/No
dev-concern
release-notes/exclude
dev-experience
OS/Desktop

Changes: * Move `npm run sync`-related functions from `util.js` into `sync.js` * Add support for running `gclient sync` in `brave` to sync brave DEPS only * Disable global `gclient sync`...

`checkdeps.py` contains `#!/usr/bin/env python3`. DEPS files are executed as python scripts, to support all python3 features inside DEPS we should run checkdeps with python3 as intended. Resolves https://github.com/brave/brave-browser/issues/24562 ## Submitter...

This is an all-in-one PR to test and run the overall build. It will be split into several PRs to actually merge the whole thing. ## Submitter Checklist: - [...

CI/run-network-audit

Presubmits support initially implemented in https://github.com/brave/brave-browser/issues/16196 requires some additional work to properly cover brave-core codebase and make it usable during CI runs. This task aims to make all required changes...

dev-concern
dev-experience
OS/Desktop

``` user@WDPC:~/brave/1/src/brave$ ../tools/resources/optimize-png-files.sh android Optimized 390/391 files in 06:02:41s Result: 30882300 => 23260121 bytes (7622179 bytes: 24%) ``` Resolves https://github.com/brave/brave-browser/issues/25911 ## Submitter Checklist: - [x] I confirm that no security/privacy...

Changes in this PR: * Redo presubmit integration: move most settings to `brave/chromium_presubmit_config.json5`, add config to filter/blocklist presubmits from `src/PRESUBMIT.py`. * Fix pylint run from `brave/PRESUBMIT.py` to use `brave/.pylintrc` and...

LLVM issue is created, so we hope that they will fix this and we can remove this workaround later. Other info regarding this lld bug is here: https://github.com/brave/brave-browser/issues/23734#issuecomment-1262169448 Related https://github.com/brave/brave-browser/issues/23734...