-
Notifications
You must be signed in to change notification settings - Fork 905
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move remaining rust deps into third_party/rust #19320
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
the
CI/run-audit-deps
Check for known npm/cargo vulnerabilities (audit_deps)
label
Jul 17, 2023
bridiver
changed the title
Rust dep cleanup 3
Move remaining rust deps into third_party/rust
Jul 17, 2023
DJAndries
approved these changes
Jul 17, 2023
bridiver
force-pushed
the
rust-dep-cleanup-3
branch
from
July 17, 2023 23:07
6014080
to
6d01607
Compare
bridiver
force-pushed
the
rust-dep-cleanup-3
branch
from
July 18, 2023 01:47
abcfebd
to
769c537
Compare
mkarolin
approved these changes
Jul 18, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DEPS++
antonok-edm
approved these changes
Jul 18, 2023
mkarolin
pushed a commit
that referenced
this pull request
Jul 20, 2023
25 tasks
25 tasks
mkarolin
pushed a commit
that referenced
this pull request
Aug 3, 2023
kjozwiak
pushed a commit
that referenced
this pull request
Aug 8, 2023
….57.x). (#19447) * Merge pull request #18955 from brave/cargo-rustc-cr115 Convert to rust_static_lib * fix patch to exclude compiler builtins for linux arm64 (#19118) don't use compiler_builtins for linux arm64 because the prebuilt library doesn't exist yet in upstream * Merge pull request #19125 from brave/issues/31415 Use Brave forked version of futures-retry * Merge pull request #19132 from brave/win-prebuilt-fix add win arm64 back in temporarily until we get the llvm update with t… * Merge pull request #19232 from brave/rust-dep-fixup Rust dep fixup * Merge pull request #19300 from brave/rust-dep-cleanup-2 Remove remaining dependencies using download_rust_deps * Merge pull request #19320 from brave/rust-dep-cleanup-3 * Merge pull request #19339 from brave/win-rust-asan-fix upstream patch https://chromium-review.googlesource.com/c/chromium/sr… * Fix __rust_dealloc on Windows. (#19116) * Merge pull request #19322 from brave/audit-branding-fix audit_deps needs branding for some reason * Merge pull request #19426 from brave/rust-unsafe-fn * Merge pull request #18808 from brave/cr116 Upgrade from Chromium 115 to Chromium 116 * Merge pull request #19453 from brave/android_text_view_id_conflict_fix [C116] [Android] Fix for the `text_view` id conflict * Fix loading.desktop.brave after cr116 (#19450) * Fix loading.desktop.brave after cr116 * Fix lint errors * Merge pull request #19455 from brave/maxk-fix-narrow-settings-menu [cr116 follow-up] Fixes narrow settings menu button. * Merge pull request #19457 from brave/maxk-disable-kOptimizationGuideFetchingForSRP [cr116 follow-up] Disables kOptimizationGuideFetchingForSRP feature. * Merge pull request #19458 from brave/maxk-fix-brave-toolbar [cr116 follow-up] Fixes toolbar buttons misalignment. * Update padding after brave toolbar is initialized (#19484) As we're not updating padding during in the middle of initialization, we should do it after it finishes. * Fix broken on-demand updates on Windows (#19469) --------- Co-authored-by: Brian Johnson <[email protected]> Co-authored-by: Aleksey Khoroshilov <[email protected]> Co-authored-by: samartnik <[email protected]> Co-authored-by: Mikhail <[email protected]> Co-authored-by: Sangwoo Ko <[email protected]> Co-authored-by: Michael Herrmann <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves brave/brave-browser#31693
Submitter Checklist:
QA/Yes
orQA/No
;release-notes/include
orrelease-notes/exclude
;OS/...
) to the associated issuenpm run test -- brave_browser_tests
,npm run test -- brave_unit_tests
wikinpm run lint
,npm run presubmit
wiki,npm run gn_check
,npm run tslint
git rebase master
(if needed)Reviewer Checklist:
gn
After-merge Checklist:
changes has landed on
Test Plan: