用户可基于此项目构建安全、快速且稳定的网页浏览体验。该项目作为开源浏览器基础,致力于提供更优的网页体验,包含源码目录结构文档及完善的代码获取指引。【此简介由AI生成】
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Gemini CLI command to extend a histogram Currently specialized for iOS but could be generalized organically via contribution from other platforms. Change-Id: I2a0fd6fae3ee3ec2b6f97a59490666bb1ce6a7a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7201904 Reviewed-by: Vincent Boisselle <vincb@google.com> Commit-Queue: Daniel White <danieltwhite@google.com> Cr-Commit-Position: refs/heads/main@{#1552372} | 7 个月前 | |
[GHC] simplify gtest discovery Change-Id: Ia12b035636388da09e52da74f9c2dca6c073b3c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6607629 Reviewed-by: Tom Lukaszewicz <tluk@chromium.org> Commit-Queue: Kevin DiClemente <kedicl@microsoft.com> Reviewed-by: Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/main@{#1468204} | 1 年前 | |
Update prompt for class refactoring task. Clarify the final step to include compiling the code to ensure the refactoring was successful. Bug: 454962881 Change-Id: I804efead698739198dc8b32f7b1c1467d8726c7a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7205731 Auto-Submit: Jie Sheng <jiesheng@google.com> Reviewed-by: Struan Shrimpton <sshrimp@google.com> Commit-Queue: Struan Shrimpton <sshrimp@google.com> Cr-Commit-Position: refs/heads/main@{#1550022} | 7 个月前 | |
[M144] [WebAudio] Add WebView flag for AudioDecoderAudioFileReader Original change's description: > [WebAudio] Add WebView flag for AudioDecoderAudioFileReader > > Bug: 440616500 > Change-Id: Ibcf1be31ad7fefb23c44a392e6848ff26cb75868 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7233756 > Commit-Queue: Jordan Bayles <jophba@chromium.org> > Reviewed-by: Ted (Chromium) Meyer <tmathmeyer@chromium.org> > Cr-Commit-Position: refs/heads/main@{#1554942} (cherry picked from commit 01c3fd278e5978ea3258a30bf2309b41551d3399) Bug: 467133423,440616500 Change-Id: Ibcf1be31ad7fefb23c44a392e6848ff26cb75868 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7242364 Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Auto-Submit: Chrome Cherry Picker <chrome-cherry-picker@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/7559@{#639} Cr-Branched-From: 223dfbac1c7542a06b422390d954afe5b560b607-refs/heads/main@{#1552494} | 6 个月前 | |
[pathbuilder] Enforce immutable SkPath APIs globally Path-editing methods in Skia's SkPath are being deprecated. This is the final step in migrating Chromium to SkPathBuilder. Turn on SK_HIDE_PATH_EDIT_METHODS to enforce non-editing SkPath APIs. Refactor remaining call sites (that were missed in previous cleanup CLs) to use SkPathBuilder or named factories. No functional changes. Bug: 378688986 Change-Id: Ib088b78a7ac798fe83004252694d7c3a867531f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7101838 Reviewed-by: Mike Reed <mike@reedtribe.org> Reviewed-by: Ali Hijazi <ahijazi@chromium.org> Reviewed-by: Dana Fried <dfried@chromium.org> Reviewed-by: Toni Barzic <tbarzic@google.com> Reviewed-by: Mitsuru Oshima <oshima@chromium.org> Reviewed-by: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by: Ted Choc <tedchoc@chromium.org> Commit-Queue: Florin Malita <fmalita@chromium.org> Cr-Commit-Position: refs/heads/main@{#1539408} | 8 个月前 | |
Updating XTBs based on .GRDs from branch 7559 Binary-Size: Size increase is unavoidable Merge-Approval-Bypass: Chromium translation automation Change-Id: I52bb7f3e9f98f44c5cbc114fcdd9089ab1f5aff1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7239114 Auto-Submit: Chrome Release Translation Dump <mdb.chrome-release-translation-dump@google.com> Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/7559@{#579} Cr-Branched-From: 223dfbac1c7542a06b422390d954afe5b560b607-refs/heads/main@{#1552494} | 6 个月前 | |
Remove AwFormDatabaseService We've already reached milestone 143, so we can clean up this code. Fixed: 390473673 Change-Id: I671f3946f0c1c717325441e10c301cb8ea80b280 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7209692 Reviewed-by: Nate Fischer <ntfschr@chromium.org> Reviewed-by: Christoph Schwering <schwering@google.com> Reviewed-by: Francois Pierre Doray <fdoray@chromium.org> Commit-Queue: Ho Cheung <hocheung@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/main@{#1552491} | 7 个月前 | |
[1/4] Implement AsanRawPtrService V2 - A part of crrev.com/c/7081651 - Added sanitizer_hooks.{h,cc} and sanitizer_shared_hooks.{h,cc} to hook __sanitizer_{malloc,free,ignore_free}hook(). Bug: crbug.com/447520906 Change-Id: I64f23cad11cff8413ed8a4c0ef9ef806e59ba5c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7208617 Reviewed-by: Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Takashi Sakamoto <tasak@google.com> Cr-Commit-Position: refs/heads/main@{#1552483} | 7 个月前 | |
[build] Remove use_cxx17 support The last usage of this variable was removed in https://crrev.com/c/7124403. Bug: 330910097 Change-Id: I5ee1e4ce8a17085ad7ffdd4fdbebfb74060fc318 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7180481 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by: Nico Weber <thakis@chromium.org> Reviewed-by: Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/main@{#1548496} | 7 个月前 | |
Roll libc++ from fa224989fd9c to 07572e7b1692 (1 revision) https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/fa224989fd9c..07572e7b1692 2025-12-01 nikolasklauser@berlin.de [Clang] Add __builtin_common_reference (#121199) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/libcxx-chromium Please CC hans@chromium.org,thakis@chromium.org on the revert to ensure that a human is aware of the problem. To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Tbr: hans@chromium.org,thakis@chromium.org Change-Id: Ief830117bad44d858668e95106baab76af277cd8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7212752 Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1552152} | 7 个月前 | |
Handle synthetic scroll updates in ScrollJankV4Decider This CL modifies cc::ScrollJankV4Decider to handle synthetic scroll updates. The biggest change is that the decisions are now asynchronous because the decider has to defer decisions for frames containing only synthetic scroll updates, whose jankiness depends on a future frame which contains at least one real scroll update. To make the code more readable, the generalized decision logic is split across two classes: * ScrollJankV4Decider: Existing class responsible for making (synchronous) jank decisions by comparing the previous and current frame. * ScrollJankV4DecisionQueue: New class responsible for deferring the jank decisions for synthetic frames. The resulting ownership model is: cc::ScrollJankV4Processor ↓ cc::ScrollJankV4DecisionQueue → cc::ScrollJankV4Decider ↓ (anonymous)::ProcessorResultConsumer ↓ cc::ScrollJankV4HistogramEmitter Bug: b:456180776 Change-Id: I4b5c8a4ba9f79a2883ea8195002312d506025660 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7205861 Reviewed-by: Jonathan Ross <jonross@chromium.org> Commit-Queue: Petr Cermak <petrcermak@chromium.org> Cr-Commit-Position: refs/heads/main@{#1552335} | 7 个月前 | |
Roll Chrome Win32 PGO Profile Roll Chrome Win32 PGO profile from chrome-win32-7559-1765279411-529723cfaf1c6d799115c8fac07014a7977343aa-86694a53f879aa9974229b5590e19c081341ac1e.profdata to chrome-win32-7559-1765303054-9b673d375047bfbf77ada012dfd1046d7e37badd-416787c5a6b22bfb93c3d3ae2477140f5e5be874.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-win32-chromium-beta Please CC chrome-brapp-engprod@google.com,pgo-profile-sheriffs@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Cq-Include-Trybots: luci.chrome-m144.try:win-chrome Tbr: pgo-profile-sheriffs@google.com Merge-Approval-Bypass: Chrome autoroller Change-Id: I5b3e0af49ff48f76bd0267a3410272479fd0f98c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7243079 Commit-Queue: Chrome Release Autoroll <chromium-release-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: Chrome Release Autoroll <chromium-release-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/7559@{#658} Cr-Branched-From: 223dfbac1c7542a06b422390d954afe5b560b607-refs/heads/main@{#1552494} | 6 个月前 | |
Add DEFINE_JNI macro to the end of every file (part 5) This CL adds DEFINE_JNI(ClassName) macro to the end of every file that includes ClassName_jni.h. Currently the macro expands to nothing. Bug: 346596940 Change-Id: Id9455cc463f2599efe7c944e8cd7b964af49b1d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7209388 Commit-Queue: Martin Kong <martinkong@google.com> Auto-Submit: Martin Kong <martinkong@google.com> Owners-Override: Andrew Grieve <agrieve@chromium.org> Reviewed-by: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/main@{#1552220} | 7 个月前 | |
Automated Commit: LKGM 16503.12.0 for chromeos. Uploaded by https://ci.chromium.org/b/8696000348530119137 CrOS-LKGM: 16503.12.0 Merge-Approval-Bypass: Automated LKGM update Cr-Original-Build-Id: 8696000348530119137 Change-Id: Ia87f6209a7ca1d251bad81c7d60c4f7251d36285 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7241336 Commit-Queue: ChromeOS Release Bot (Robot) <chromeos-ci-release@chromeos-release-bot.iam.gserviceaccount.com> Bot-Commit: ChromeOS Release Bot (Robot) <chromeos-ci-release@chromeos-release-bot.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/7559@{#586} Cr-Branched-From: 223dfbac1c7542a06b422390d954afe5b560b607-refs/heads/main@{#1552494} | 6 个月前 | |
[rust] Consistently use fn test as the name of #[gtest(...)] impl. This CL updates the doc comment in gtest_attribute.rs to point out that "the gtest macro will hide the test function in an ad-hoc mod, so the original function name doesn't matter" and that by convention, the function should be named fn test. This CL also updates other #[gtest] uses in Chromium. Bug: None Change-Id: I85cad17dc7eeec5e03f9a59363c11ad2df6eb27f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7092454 Reviewed-by: Julia Hansbrough <flowerhack@google.com> Reviewed-by: Tatsuyuki Ishi <ishitatsuyuki@google.com> Reviewed-by: Calder Kitagawa <ckitagawa@chromium.org> Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/main@{#1538655} | 8 个月前 | |
[M144] [DBD] Respond with error if removePasswords API is called Original change's description: > [DBD] Respond with error if removePasswords API is called > > Fixed: 429589322 > Change-Id: I700830731bdd97b1da5d99ddfdf6c38c6f3bf51b > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7220690 > Commit-Queue: Zaina Al-Mashni <zalmashni@google.com> > Reviewed-by: Christian Dullweber <dullweber@chromium.org> > Auto-Submit: Zaina Al-Mashni <zalmashni@google.com> > Cr-Commit-Position: refs/heads/main@{#1554608} (cherry picked from commit c69a062d4ef77adc27731119bccf19490497232a) Bug: 465596276,429589322 Change-Id: I700830731bdd97b1da5d99ddfdf6c38c6f3bf51b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7239472 Auto-Submit: Chrome Cherry Picker <chrome-cherry-picker@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/7559@{#645} Cr-Branched-From: 223dfbac1c7542a06b422390d954afe5b560b607-refs/heads/main@{#1552494} | 6 个月前 | |
[M144] [WebAudio] move start_time decl to ENABLE_FFMPEG block Original change's description: > [WebAudio] move start_time decl to ENABLE_FFMPEG block > > This patch moves the declaration of start_time to fix an > unused variable issue noted by LUCI: > > > LUCI Bisection has identified this change as the culprit of a build failure. See the analysis: https://ci.chromium.org/ui/p/chromium/bisection/compile-analysis/b/8696622045630527937 > > A revert for this change was not created because the builder that this CL broke is not watched by gardeners, therefore less important. You can consider revert this CL, fix forward or let builder owners resolve it themselves. > > Sample failed build: https://ci.chromium.org/b/8696622045630527937 > > > See originating patch: https://chromium-review.googlesource.com/c/chromium/src/+/7182235 > > Change-Id: Ic51c63a229d03055c78bf466aac42d81b35933cf > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7218111 > Reviewed-by: Thomas Guilbert <tguilbert@chromium.org> > Commit-Queue: Jordan Bayles <jophba@chromium.org> > Cr-Commit-Position: refs/heads/main@{#1553132} (cherry picked from commit f81b8d6990f83bc2c9ee5762307a3cf85b825f2b) Bug: 467133423 Change-Id: Ic51c63a229d03055c78bf466aac42d81b35933cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7242288 Auto-Submit: Chrome Cherry Picker <chrome-cherry-picker@chops-service-accounts.iam.gserviceaccount.com> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/7559@{#637} Cr-Branched-From: 223dfbac1c7542a06b422390d954afe5b560b607-refs/heads/main@{#1552494} | 6 个月前 | |
[iOS] Extend keychain access migration to all use cases. Context: crrev.com/c/6455066 migrated password storage in crypto/apple/keychain_secitem.mm to kSecAttrAccessibleAfterFirstUnlock accessibility from kSecAttrAccessibleWhenUnlocked on iOS, for better compatibility with background app launches. It turns out that two other code paths were writing keychain items with kSecAttrAccessibleWhenUnlocked accessibility, so this CL adds similar code to migrate them. Common code for this process is factored into helper methods in keychain_util.h/.mm. Change-Id: I1b17f5a8bfe0826dfe3d2c27be0630a956990a30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7177648 Reviewed-by: Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by: Elly FJ <ellyjones@chromium.org> Reviewed-by: Tommy Martino <tmartino@chromium.org> Commit-Queue: Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/main@{#1552273} | 7 个月前 | |
Remove superfluous callback.h includes from various headers Remove unused includes mostly found by heuristics in headers that do not contain keywords like "Callback" or "Closure". Bug: 40318405 Change-Id: I64e37f6b0c63f0d82288c0b70bd5344947970091 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7116485 Reviewed-by: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Owners-Override: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/main@{#1544338} | 7 个月前 | |
gamepad: Exclude PlayStation gamepads in WgiDataFetcherWin On Windows with GameInput service 2.0 or later, PlayStation gamepads are enumerated through Windows.Gaming.Input API. This causes double enumeration (and doubled inputs) as the gamepad is already handled by RawInputDataFetcher. To prevent double enumeration, ignore PlayStation gamepads in WgiDataFetcherWin. Disable with --disable-features=IgnorePS5GamepadsInWgi (cherry picked from commit 69fc999b1839a6155a34607d9cfa5fa812320f27) Bug: 462233651 Fixed: 466163073 Change-Id: I28e6d21c2cdbdce7fc623439e74729b176a6683d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7225433 Reviewed-by: Alvin Ji <alvinji@chromium.org> Commit-Queue: Matt Reynolds <mattreynolds@chromium.org> Cr-Original-Commit-Position: refs/heads/main@{#1553727} Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7229452 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/7559@{#194} Cr-Branched-From: 223dfbac1c7542a06b422390d954afe5b560b607-refs/heads/main@{#1552494} | 7 个月前 | |
[docs] Fix a broken link Fixed a broken link in docs/linux/cert_management.md. Fixed: 455606211 Change-Id: I11bd5e74fff0c9f2d864057d755741dae83e6c48 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7209179 Auto-Submit: Ho Cheung <hocheung@chromium.org> Reviewed-by: Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/main@{#1552162} | 7 个月前 | |
[M144] Remove SCOPED_CRASH_KEY_STRING1024 for crbug.com/463388771 Original change's description: > Remove SCOPED_CRASH_KEY_STRING1024 for crbug.com/463388771 > > This CL removes the SCOPED_CRASH_KEY_STRING1024 that was added for > debugging crbug.com/463388771. This crash key is causing TSan failures > because ScopedCrashKeyString is not thread-safe. > > This is a minimal change that only removes the crash key that was landed > in M144. This allows the fix to be merged into the M144 release branch. > The crash key is no longer needed for debugging. > > Bug: 463388771, 466192274, 465916612 > Change-Id: I2bc4c7f4bb8235d01a46539d96ac1a0cb59b334f > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7230304 > Reviewed-by: Shunya Shishido <sisidovski@chromium.org> > Reviewed-by: Tsuyoshi Horo <horo@chromium.org> > Commit-Queue: Tsuyoshi Horo <horo@chromium.org> > Owners-Override: Tsuyoshi Horo <horo@chromium.org> > Cr-Commit-Position: refs/heads/main@{#1554414} (cherry picked from commit db8f23ee94ae0ea207758db3639dd66e4365a303) Bug: 466206919,463388771,466192274,465916612 Change-Id: I2bc4c7f4bb8235d01a46539d96ac1a0cb59b334f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7232469 Auto-Submit: Chrome Cherry Picker <chrome-cherry-picker@chops-service-accounts.iam.gserviceaccount.com> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/7559@{#428} Cr-Branched-From: 223dfbac1c7542a06b422390d954afe5b560b607-refs/heads/main@{#1552494} | 6 个月前 | |
Add INSERTED_NO_VALUE_CHANGE_OVERWRITE CookieChangeCause This new cause is used to represent a cookie insertion that overwrites an existing cookie with the same value but with other web-observable changes, such as a different expiration date. This allows observers to distinguish this case from a simple insertion with a new value (INSERTED) or an overwrite with no observable changes (INSERTED_NO_CHANGE_OVERWRITE). The changes include: - Adding the new enum value to net::CookieChangeCause and its mojom equivalent. - Updating CookieMonster to correctly identify and dispatch this new change cause. - Adding a new test in CookieMonsterTest to verify the new behavior. - Handling the new cause in various cookie change observers throughout the codebase. - Updating histogram enums. The CL itself should not cause any behavioral changes to the current implementation. We want to use this new cause to determine if we are going to evict the page with CCNS header from BFCache when receiving the cookie modifications. See the bug for more context. Bug: 441020188 Change-Id: I2290a90d0e5fff186089bf938260c92dd62972c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7116260 Reviewed-by: Jiacheng Guo <gjc@google.com> Reviewed-by: Dylan Cutler <dylancutler@google.com> Reviewed-by: Hidehiko Abe <hidehiko@chromium.org> Reviewed-by: Zijie He <zijiehe@google.com> Reviewed-by: Adam Rice <ricea@chromium.org> Commit-Queue: Adam Rice <ricea@chromium.org> Reviewed-by: Fabio Tirelo <ftirelo@chromium.org> Cr-Commit-Position: refs/heads/main@{#1551160} | 7 个月前 | |
Avoid using //base internal headers outside of //base Avoid including headers that are meant to be internal. Either remove them, or replace them with the appropriate header. Change-Id: Iaa724c5850c000cdf1d2245e96cfc6cf9a02afa7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7205157 Reviewed-by: Gabriel Charette <gab@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Owners-Override: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/main@{#1551628} | 7 个月前 | |
Add DEFINE_JNI macro to the end of every file (part 5) This CL adds DEFINE_JNI(ClassName) macro to the end of every file that includes ClassName_jni.h. Currently the macro expands to nothing. Bug: 346596940 Change-Id: Id9455cc463f2599efe7c944e8cd7b964af49b1d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7209388 Commit-Queue: Martin Kong <martinkong@google.com> Auto-Submit: Martin Kong <martinkong@google.com> Owners-Override: Andrew Grieve <agrieve@chromium.org> Reviewed-by: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/main@{#1552220} | 7 个月前 | |
Revert CVE commits: e222db14fa, 676a945276, f17d6cefdb Signed-off-by: wangshengwen333 <wangshengwen4@h-partners.com> | 2 个月前 | |
Rewrite DevToolsTest.NewWindowFromBrowserContext as a headless test Bug: 40689291, 454825274 Change-Id: I4fa176fd12e7d0fb9f2f89b1c463ecb8c580cc90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7204291 Reviewed-by: Peter Kvitek <kvitekp@chromium.org> Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/main@{#1550153} | 7 个月前 | |
[M144][infra] Roll @chromium-luci package This updates the pin to the current HEAD of the @chromium-luci package. This will provide configuration options for generating pyl entries for mixins and variants and for generating the path to the targets spec directory relative to the source directory. Merge-Approval-Bypass=infra change (cherry picked from commit 7e937f736c56b5aa195da92bfd853d455bc85e3d) Change-Id: I9a89bf5f575e3142ad3287db93f5e7d9ac918075 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7218610 Auto-Submit: Garrett Beaty <gbeaty@google.com> Reviewed-by: Haiyang Pan <hypan@google.com> Commit-Queue: Haiyang Pan <hypan@google.com> Cr-Original-Commit-Position: refs/heads/main@{#1553099} Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7225554 Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/7559@{#73} Cr-Branched-From: 223dfbac1c7542a06b422390d954afe5b560b607-refs/heads/main@{#1552494} | 7 个月前 | |
[M144] [iOS][Composebox] Switch UI string from literal to l10n_util Original change's description: > [iOS][Composebox] Switch UI string from literal to l10n_util > > This ensures translations can be made as normal. > > Screenshot (no changes, as expected): > https://screenshot.googleplex.com/6CyrTr2Lq2TRfSj > > Bug: 467018050 > Change-Id: I82dd952a47d24f0a771990725ac3654aa2fbf87a > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7237574 > Reviewed-by: Christian Xu <christianxu@chromium.org> > Commit-Queue: Matt Reichhoff <mreichhoff@chromium.org> > Cr-Commit-Position: refs/heads/main@{#1555584} (cherry picked from commit de829d8d93a8305a37bd6b682ab91aa5a9a44c2a) Bug: 467384615,467018050 Change-Id: I82dd952a47d24f0a771990725ac3654aa2fbf87a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7243990 Auto-Submit: Chrome Cherry Picker <chrome-cherry-picker@chops-service-accounts.iam.gserviceaccount.com> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/7559@{#657} Cr-Branched-From: 223dfbac1c7542a06b422390d954afe5b560b607-refs/heads/main@{#1552494} | 6 个月前 | |
Remove superfluous includes for Mojo bindings in various headers Remove includes for mojo/public/cpp/bindings/receiver.h in headers that do not reference mojo::Receiver. Repeat the same search and delete for remote.h, pending_remote.h, associated_pending_receiver.h, etc. Then do IWYU to fix the build. Bug: 40318405 Change-Id: I6ffc5d40022918d11de67ba5f567a8c6b4655740 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7159187 Reviewed-by: Fred Shih <ffred@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Owners-Override: Fred Shih <ffred@chromium.org> Cr-Commit-Position: refs/heads/main@{#1547530} | 7 个月前 | |
[M144] media: Report active display type histograms on hardware-context-reset Original change's description: > media: Report active display type histograms on hardware-context-reset > > With dual GPU devices on Windows, the hardware-context-reset (a.k.a > DRM_E_TEE_INVALID_HWDRM_STATE) is easy to repro and unrecoverable. For > example, 4 test devices with dual GPU setup can repro the same issue. > > For further investigation on too many hardware-context-reset error > cases and to find any correlation between dual-gpu setup and this > error, added the following histograms: > - ActiveGpuDisplayInfo: Active GPU's display type whether built-in or > external > - ActiveGpuVendorId: Active GPU's vendor ID > - NonActiveGpuVendorId: Non-active GPU's vendor ID if exists > > for the existing histograms, > > - Media.EME.MediaFoundationService.HardwareContextReset > - Media.MediaFoundationRenderer.PlaybackError > > We will learn how roughly the devices with dual-GPU or external-display > causes the hardware-context-reset. Plus we can compare them with the > overall playback errors. > > Test results: http://shortn/_npZ0EPa9eR > > Bug: b:454139099, b:454691291 > Change-Id: I2069476d57097c17eabb827dab4da0fbd91c7c05 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7229280 > Reviewed-by: Evan Liu <evliu@google.com> > Reviewed-by: Maggie Chen <magchen@chromium.org> > Reviewed-by: Xiaohan Wang <xhwang@chromium.org> > Commit-Queue: Sangbaek Park <sangbaekpark@chromium.org> > Cr-Commit-Position: refs/heads/main@{#1554771} (cherry picked from commit a90cbb6023d74cdf7a8ec04546dbbdeab87d86f8) Bug: 466802765,b:454139099,b:454691291 Change-Id: I2069476d57097c17eabb827dab4da0fbd91c7c05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7232975 Auto-Submit: Chrome Cherry Picker <chrome-cherry-picker@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/7559@{#433} Cr-Branched-From: 223dfbac1c7542a06b422390d954afe5b560b607-refs/heads/main@{#1552494} | 6 个月前 | |
[rustmojo] Add simple data pipe producer + consumer test. A follow-on CL creates support for two-phase reads/writes, but it was rather large to do it all in one CL, so this CL gets the most basic form of functionality in place. Additionally drops a placeholder trap.rs file, as implementation of trap/wait are necessary for the two-phase reads/writes (also in a follow-on CL). Bug: 444509367 Change-Id: I6e7d344dd8b5600a463bdeb0decb0e41bb67ae1b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7172099 Reviewed-by: Łukasz Anforowicz <lukasza@chromium.org> Commit-Queue: Julia Hansbrough <flowerhack@google.com> Reviewed-by: Devon Loehr <dloehr@google.com> Cr-Commit-Position: refs/heads/main@{#1552485} | 7 个月前 | |
[KP] Automatic update from google3 Automatic update for 2025-12-09 UTC Merge-Approval-Bypass: pki-metadata-updater Change-Id: I12e94973a3238097c943595e4e13245b83a4018a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7240573 Bot-Commit: PKI Metadata Updates Bot <mdb.chrome-pki-metadata-release-jobs@google.com> Commit-Queue: PKI Metadata Updates Bot <mdb.chrome-pki-metadata-release-jobs@google.com> Cr-Commit-Position: refs/branch-heads/7559@{#581} Cr-Branched-From: 223dfbac1c7542a06b422390d954afe5b560b607-refs/heads/main@{#1552494} | 6 个月前 | |
[PDF Ink Signatures] Hide caret on text multi-click Fix an issue where the caret would still be visible after multiple clicks on the same text area. Multiple clicks causes text to be selected, so the caret should not be visible. Fixed: 463527958 Change-Id: I70ef002ccc54e481dc0e8fbb46d58afc809d1405 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7204902 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Andy Phan <andyphan@chromium.org> Cr-Commit-Position: refs/heads/main@{#1550098} | 7 个月前 | |
Add DEFINE_JNI macro to the end of every file (part 5) This CL adds DEFINE_JNI(ClassName) macro to the end of every file that includes ClassName_jni.h. Currently the macro expands to nothing. Bug: 346596940 Change-Id: Id9455cc463f2599efe7c944e8cd7b964af49b1d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7209388 Commit-Queue: Martin Kong <martinkong@google.com> Auto-Submit: Martin Kong <martinkong@google.com> Owners-Override: Andrew Grieve <agrieve@chromium.org> Reviewed-by: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/main@{#1552220} | 7 个月前 | |
Updating XTBs based on .GRDs from branch 7559 Binary-Size: Size increase is unavoidable Merge-Approval-Bypass: Chromium translation automation Change-Id: I71717a090d0a741f958cd6c4717ece70910f5904 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7232055 Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Auto-Submit: Chrome Release Translation Dump <mdb.chrome-release-translation-dump@google.com> Cr-Commit-Position: refs/branch-heads/7559@{#468} Cr-Branched-From: 223dfbac1c7542a06b422390d954afe5b560b607-refs/heads/main@{#1552494} | 6 个月前 | |
Convert to UNSAFE_TODO in rlz This is an automated #cleanup patch using the [Script] below. We are migrating from coarse-grained file-level suppression (#pragma allow_unsafe_buffers) to granular, expression-level markers (UNSAFE_TODO()). The pragma disables safety checks for an entire file, whereas UNSAFE_TODO() isolates specific potentially unsafe operations, allowing the rest of the file to be enforced as safe. This CL was uploaded by git cl split. Script: https://docs.google.com/document/d/1ORQGBNn2R-CEvNbDTjRd-GrOBOFlCxIHdcvSUA_EhR4/edit?usp=sharing AX-Relnotes: N/A Cleanup: This is an automated #cleanup. Bug: 409340989 Change-Id: I74aa46a34c95e788c3b4e0d673a5423a5ea73417 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7132698 Reviewed-by: Sylvain Defresne <sdefresne@chromium.org> Auto-Submit: Arthur Sonzogni <arthursonzogni@chromium.org> Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/main@{#1544303} | 7 个月前 | |
fix arm64 is_running_in_vm_ value base/cpu.h initializes is_running_in_vm_ to false, and it is only modified when running on ARCH_CPU_X86_FAMILY. Therefore, in Mac VMs, this boolean always remains false. Introduced due to recent bug in Mac 26.1, in which the serial number published for the virtual machine is 0. Bug: 463283603 Change-Id: Ib84921481fba5fa4eceea6ac2078e49635849e49 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7201806 Reviewed-by: Francois Pierre Doray <fdoray@chromium.org> Commit-Queue: Michael Maltsev <michaelm@island.io> Reviewed-by: Mark Mentovai <mark@chromium.org> Cr-Commit-Position: refs/heads/main@{#1552404} | 7 个月前 | |
[M144] Improve CreateBoundSession return values Original change's description: > Improve CreateBoundSession return values > > The initial implementation simply returns a boolean for whether all the > sessions and cookies were successfully created. But callers want some > details about the kinds of failure. So return the SessionErrors for > sessions and CookieInclusionStatuses for cookies. > > Since our error enum is created in //net, which cannot rely on Mojo, > this involves re-defining our error enum in Mojo and doing some tedious > typemapping. > > Bug: 439821296 > Change-Id: Iad78044fef905796d5e9916bfa3701076a6a6964 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7224535 > Reviewed-by: Alex Ilin <alexilin@chromium.org> > Reviewed-by: thefrog <thefrog@chromium.org> > Reviewed-by: Kenichi Ishibashi <bashi@chromium.org> > Commit-Queue: Daniel Rubery <drubery@chromium.org> > Reviewed-by: Nasko Oskov <nasko@chromium.org> > Cr-Commit-Position: refs/heads/main@{#1554918} (cherry picked from commit 75a54066dc2426c584fb191eb3c29dec5cae9596) Bug: 467046683,439821296 Change-Id: Iad78044fef905796d5e9916bfa3701076a6a6964 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7238896 Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Auto-Submit: Chrome Cherry Picker <chrome-cherry-picker@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/7559@{#566} Cr-Branched-From: 223dfbac1c7542a06b422390d954afe5b560b607-refs/heads/main@{#1552494} | 6 个月前 | |
Revert "提交CVE-488270257 CVE-492228019到144baseline" This reverts commit e949923829cc1e05f0163d1da29b82a1b8d54c9d. Signed-off-by: wangshengwen333 <wangshengwen4@h-partners.com> | 2 个月前 | |
Add an UMA histogram to track Sqlite error codes unhandled by Raze According to UMA data, half of the Raze invocations abort with a kUnknownError reason. This CL adds an histogram to track the exact Sqlite error code that caused this failure. Change-Id: I0aa32601cd48beb00cc2f5755caea39f01add30e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7147139 Reviewed-by: Anthony Vallée-Dubois <anthonyvd@chromium.org> Commit-Queue: Jean-Philippe Gravel <jpgravel@chromium.org> Reviewed-by: Etienne Bergeron <etienneb@chromium.org> Cr-Commit-Position: refs/heads/main@{#1551477} | 7 个月前 | |
Add StaticStorageQuotaEnabled enterprise escape hatch. This policy allows for an admin to override the StaticStorageQuota feature on or off. Add StaticStorageQuotaEnabled enterprise escape hatch. This policy allows for overriding the StaticStorageQuota feature and mandate quota estimation APIs provide old behavior (~60% total disk) or new (typically ~10 GiB). Bug: 369865059 Change-Id: If9fb297b7669e99d9dec966948cb7d88d2e33b99 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7157615 Commit-Queue: Brian Lefler <bcl@google.com> Reviewed-by: Tsuyoshi Horo <horo@chromium.org> Reviewed-by: Colin Blundell <blundell@chromium.org> Reviewed-by: Rakina Zata Amni <rakina@chromium.org> Cr-Commit-Position: refs/heads/main@{#1550226} | 7 个月前 | |
Fix typo in absl link in c++-features.md Change-Id: Ic000c0d7895cee0bb6e35b4b56142aba5eb1e571 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7066454 Commit-Queue: Tomasz Śniatowski <tomasz.sniatowski@xperi.com> Reviewed-by: Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/main@{#1533072} | 8 个月前 | |
[M144] Reland "Add field trial config for InfobarPrioritization" Original change's description: > Reland "Add field trial config for InfobarPrioritization" > > The reverted CL is > https://chromium-review.googlesource.com/c/chromium/src/+/7213763. > > Reason for Revert: The original CL exposed a crash in > InfoBarContainerWithPriority during browser tests (specifically > ChromeDriver). The crash occurred because OnInfoBarRemoved > unconditionally called the base InfoBarContainer::OnInfoBarRemoved > method for pending (queued) infobars. Since pending infobars are not > added to the view hierarchy, they lack the necessary container state, > triggering a DCHECK failed: container_ in InfoBar::~InfoBar. > > Changes in Reland: The underlying implementation has been fixed to > address the crash and logic errors: 1. OnInfoBarRemoved now checks if > an infobar is visible before calling the base class removal method. > Pending infobars are simply removed from the internal queue. 2. > OnInfoBarReplaced has been updated to perform a full remove-and-add > cycle. This ensures that replacing a high-priority bar with a > lower-priority one correctly triggers the promotion of other queued > high-priority bars. > > Bug: 447176374 > Change-Id: Ibf6c7e7da3e9faaf19690fce314e1cc3fc7296a8 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7223590 > Reviewed-by: Kaan Alsan <alsan@chromium.org> > Commit-Queue: Daniel Soromou <koretadaniel@chromium.org> > Cr-Commit-Position: refs/heads/main@{#1554351} (cherry picked from commit db505e1ea7a0f8db8e7e38eb67a5e761228bc63f) Bug: 467042960,447176374 Change-Id: Ibf6c7e7da3e9faaf19690fce314e1cc3fc7296a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7238372 Auto-Submit: Chrome Cherry Picker <chrome-cherry-picker@chops-service-accounts.iam.gserviceaccount.com> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/7559@{#494} Cr-Branched-From: 223dfbac1c7542a06b422390d954afe5b560b607-refs/heads/main@{#1552494} | 6 个月前 | |
社区漏洞回合 Signed-off-by: slimshady999z <zouzhiwei2@h-partners.com> | 3 个月前 | |
[M144] Add histograms to track InputToNavigationStart coverage Original change's description: > Add histograms to track InputToNavigationStart coverage > > This change introduces new boolean histograms to measure the coverage of > the PageLoad.Experimental.InputTiming.InputToNavigationStart metric. > > The coverage is tracked separately based on: > - Whether the navigation was initiated by the browser or the renderer. > - Whether a user gesture was associated with the navigation. > > The new histograms are: > - PageLoad.Experimental.InputTiming.InputToNavigationStart.Coverage.WithUserGesture.BrowserInitiated > - PageLoad.Experimental.InputTiming.InputToNavigationStart.Coverage.WithUserGesture.RendererInitiated > - PageLoad.Experimental.InputTiming.InputToNavigationStart.Coverage.WithoutUserGesture.BrowserInitiated > - PageLoad.Experimental.InputTiming.InputToNavigationStart.Coverage.WithoutUserGesture.RendererInitiated > > These histograms record true if InputToNavigationStart is recorded under > the specific conditions, and false otherwise. This will help understand > the scenarios where the metric is present or missing. > > [google internal] > DD: https://docs.google.com/document/d/1Vk6ZyQcTrEUmUCEKU-NE0aDYOS0WGmGHE6jmph__DcI/edit?tab=t.0#heading=h.esot33hckmf > > Bug: 444575624 > Change-Id: I1d8ec2364b5057a6643bc67cf39f821001759536 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7220775 > Reviewed-by: Takashi Toyoshima <toyoshim@chromium.org> > Commit-Queue: Minoru Chikamune <chikamune@chromium.org> > Cr-Commit-Position: refs/heads/main@{#1554394} (cherry picked from commit d55108c1ba1b6834aaf99d3c5baac6ca17fb8c72) Bug: 467162373,444575624 Change-Id: I1d8ec2364b5057a6643bc67cf39f821001759536 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7240336 Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Auto-Submit: Chrome Cherry Picker <chrome-cherry-picker@chops-service-accounts.iam.gserviceaccount.com> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/7559@{#640} Cr-Branched-From: 223dfbac1c7542a06b422390d954afe5b560b607-refs/heads/main@{#1552494} | 6 个月前 | |
[144] [composebox] Prevent focus ring showing around entrypoint in Omnibox. Problem: When the context menu entrypoint is clicked, and the menu doesn't show OR the menu is dismissed because the browser window loses focuses, the focus-visible outline for the button is shown. Solution: Blur the context menu entrypoint whenever the popup is shown. This is fine to do, since we don't support showing focus on the button. * omnibox behavior: * before: http://screencast/cast/NTcxMjA3Njg4MTI2NDY0MHxmZWM0Y2M4Ny05OQ * after: http://screencast/cast/NDU4NjE3Njk3NDQyMjAxNnw4ODRiOGEyMC0yNQ (cherry picked from commit 26f9bd6dfd5a2534a273662d9fa5d919e8b79cd4) Change-Id: I86c4def59081b099e63000d3429f788f9afa72f8 Bug: b:465158894, 467113257 Fixed: b:465158894 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7212359 Reviewed-by: Joe Mason <joenotcharles@google.com> Reviewed-by: Marlon Facey <mfacey@chromium.org> Auto-Submit: Paul Adedeji <pauladedeji@google.com> Commit-Queue: Paul Adedeji <pauladedeji@google.com> Cr-Original-Commit-Position: refs/heads/main@{#1553089} Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7239932 Owners-Override: Srinivas Sista <srinivassista@chromium.org> Reviewed-by: manuk hovanesian <manukh@chromium.org> Commit-Queue: Justin Donnelly <jdonnelly@chromium.org> Cr-Commit-Position: refs/branch-heads/7559@{#610} Cr-Branched-From: 223dfbac1c7542a06b422390d954afe5b560b607-refs/heads/main@{#1552494} | 6 个月前 | |
url: Use std::u16string_view for an argument of DoIDNHost This CL has no behavior changes. Bug: 350788890 Change-Id: I1e0623778973ca9f24b03b384c60f795eb9d7866 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7206957 Commit-Queue: Hayato Ito <hayato@chromium.org> Reviewed-by: Hayato Ito <hayato@chromium.org> Auto-Submit: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/main@{#1552482} | 7 个月前 | |
Add git dependencies to git submodules This CL adds support for git submodules. Users are still expected to use gclient sync. See announcement for more details: https://groups.google.com/a/chromium.org/g/chromium-dev/c/LDFlTtY8k3A Bug: 1409737 Change-Id: I2c277b343d7242113f3cc74a465716288afdf7fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4671471 Reviewed-by: John Abd-El-Malek <jam@chromium.org> Owners-Override: John Abd-El-Malek <jam@chromium.org> Reviewed-by: Erik Staab <estaab@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@chromium.org> Cr-Commit-Position: refs/heads/main@{#1187337} | 2 年前 | |
Roll clank/internal/apps from e5f6650a4094 to 4648de8c6b98 (1 revision) https://chrome-internal.googlesource.com/clank/internal/apps.git/+log/e5f6650a4094..4648de8c6b98 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/clank-apps-chromium-autoroll Please CC chrome-brapp-engprod@google.com,clhager@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Bug: chromium:455630553 Tbr: clhager@google.com No-Try: true Change-Id: I1be1c8e19d466beda7c9b0d3dec504c65a6159af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7213714 Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Bot-Commit: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1552442} | 7 个月前 | |
Roll clusterfuzz-data and move the revision to a variable Roll to 392cb8a05c3db5963d09b615987fe5fcb081088e Move to a variable to allow for autoroll in the futuree Change-Id: I7ffd67efd6fcde3c2c84210a7cdd35b29d85cc6c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6805316 Commit-Queue: Pâris Meuleman <pmeuleman@chromium.org> Reviewed-by: Rick Byers <rbyers@chromium.org> Cr-Commit-Position: refs/heads/main@{#1496201} | 11 个月前 | |
Roll commits from side projects in M144 Roll src/v8 in M144 from 80acc26727d5 to 43d2fbd022f6 Commits rolled: https://chromium.googlesource.com/v8/v8.git/+log/80acc26727d5..43d2fbd022f6 Roll src/internal in M144 from 20987331c080 to 50ee999d0455 Commits rolled: https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/20987331c080..50ee999d0455 Generated by: http://go/bbid/8696592196067309745 Merge-Approval-Bypass: Chrome DEPS-autoroller Change-Id: Ied754f26b901a704b8c71f8bb666bcdf2c1dcedb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7207876 Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/7559@{#5} Cr-Branched-From: 223dfbac1c7542a06b422390d954afe5b560b607-refs/heads/main@{#1552494} | 7 个月前 | |
Roll commits from side projects in M144 Roll src/ios_internal in M144 from 5fcedde85341 to bc4cd9c20cd4 Commits rolled: https://chrome-internal.googlesource.com/chrome/ios_internal.git/+log/5fcedde85341..bc4cd9c20cd4 Generated by: http://go/bbid/8695941030495418561 Merge-Approval-Bypass: Chrome DEPS-autoroller Change-Id: Ib9bf2ffebb3303cade90c5e8b2983e0b75af7ba6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7242903 Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/7559@{#625} Cr-Branched-From: 223dfbac1c7542a06b422390d954afe5b560b607-refs/heads/main@{#1552494} | 6 个月前 | |
Add git dependencies to git submodules This CL adds support for git submodules. Users are still expected to use gclient sync. See announcement for more details: https://groups.google.com/a/chromium.org/g/chromium-dev/c/LDFlTtY8k3A Bug: 1409737 Change-Id: I2c277b343d7242113f3cc74a465716288afdf7fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4671471 Reviewed-by: John Abd-El-Malek <jam@chromium.org> Owners-Override: John Abd-El-Malek <jam@chromium.org> Reviewed-by: Erik Staab <estaab@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@chromium.org> Cr-Commit-Position: refs/heads/main@{#1187337} | 2 年前 | |
Roll commits from side projects in M144 Roll src/v8 in M144 from 108f8bb41c84 to 93b3eafb0ff9 Commits rolled: https://chromium.googlesource.com/v8/v8.git/+log/108f8bb41c84..93b3eafb0ff9 Generated by: http://go/bbid/8696329843617359601 Merge-Approval-Bypass: Chrome DEPS-autoroller Change-Id: I1893536b30da01ffe9a25e5166ea53c6d616e3dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7231726 Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/7559@{#224} Cr-Branched-From: 223dfbac1c7542a06b422390d954afe5b560b607-refs/heads/main@{#1552494} | 7 个月前 | |
Remove misc PPAPI references In particular, cast-linux.content_browsertests.filter is empty after removing the non-existent PPAPI test it still references, so delete all references to this .filter file as well. Bug: 40511450, 41184813 Change-Id: Idf32fc7a24312a0dce6ad7c9c93a92845a03ca98 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7129738 Reviewed-by: Nico Weber <thakis@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/main@{#1543781} | 7 个月前 | |
[clang-tidy] Enable new clang-tidy checks. These checks don't seem to emit false positives and check useful things we care about in Chrome. Enable them. Change-Id: Ie92f60ec471dcda3f77dfafa83e600c43c6f60c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6604017 Reviewed-by: Rick Byers <rbyers@chromium.org> Commit-Queue: Julia Hansbrough <flowerhack@google.com> Cr-Commit-Position: refs/heads/main@{#1483944} | 11 个月前 | |
Tell clangd to ignore -DUNSAFE_BUFFERS_BUILD flag This compiler flag was added in https://crrev.com/c/5485646 and it causes the code to add lines declaring the pragma allow_unsafe_buffers which clangd does not know. This causes clangd to throw hundreds of Unknown pragma ignored errors after which clangd just gives up on indexing. Bug: 40284755 Test: Generate compile_commands.json with and without this fix and observe the errors when opening files in my editor. Change-Id: I712dd2a2fa981e275229b68f5db15449d44f10fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5498358 Reviewed-by: danakj <danakj@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Auto-Submit: Jeroen Dhollander <jeroendh@google.com> Cr-Commit-Position: refs/heads/main@{#1294438} | 2 年前 | |
Fix up cursorignore to enable opted-in directories under third_party Change-Id: I8cd5d9d9a44db0a3cb84bb80a8226c1a4b37c941 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7168743 Commit-Queue: Yoav Weiss (@Shopify) <yoavweiss@chromium.org> Reviewed-by: Rick Byers <rbyers@chromium.org> Reviewed-by: Yoav Weiss (@Shopify) <yoavweiss@chromium.org> Cr-Commit-Position: refs/heads/main@{#1547039} | 7 个月前 | |
Ignore .jj/ directories in Gemini. This adds .jj/ to the .geminiignore file, preventing Gemini tools from processing or indexing content within JJ version control directories. Change-Id: I57f1e01cac0c3b2add881c48e2e4e5bb2afa36c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6841852 Reviewed-by: Erik Staab <estaab@chromium.org> Commit-Queue: Bryant Chandler <bryantchandler@chromium.org> Cr-Commit-Position: refs/heads/main@{#1500354} | 10 个月前 | |
[cleanup] Add recent cleanup cls to .git-blame-ignore-revs Ensures three recent formatting cls are ignored by git blame: - https://crrev.com/c/6438214 - https://crrev.com/c/6437107 - https://crrev.com/c/6437697 Adds this to an existing block in the file as it matches the block's description. Change-Id: I0416642b50dd266c984f12afbfe4232823d93a61 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6438088 Reviewed-by: Nico Weber <thakis@chromium.org> Commit-Queue: Alex Turner <alexmt@chromium.org> Cr-Commit-Position: refs/heads/main@{#1444180} | 1 年前 | |
Exclude the CT log list from git-secrets hooks. Some Chromium developers have global git-secrets enforcement on in their environments, but this detects certificate transparency log list changes as potential secrets whenever they try to make a commit which includes them (most often, due to git-merge including it). This excludes this particular case from that protection, to avoid these false positives. The syntax for this file is that every non-blank non-comment line is a regular expression which is matched against "filename:linenumber:linecontents" strings, where the filename is generally but not always relative to the repository root. Change-Id: Ib7974bad8067cccb6892d1f6e106ab5421775e3d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5186635 Reviewed-by: Rick Byers <rbyers@chromium.org> Commit-Queue: Jeremy Roman <jbroman@chromium.org> Reviewed-by: Carlos IL <carlosil@chromium.org> Cr-Commit-Position: refs/heads/main@{#1247272} | 2 年前 | |
Add .spec to lf line endings in .gitattributes All existing *.spec files should have lf and be text-based. Change-Id: I88a6fe8b9191a391bd26eb42d217e756e079efb8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5457940 Reviewed-by: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by: Samuel Huang <huangs@chromium.org> Auto-Submit: Stefan Smolen <ssmole@microsoft.com> Cr-Commit-Position: refs/heads/main@{#1288901} | 2 年前 | |
Remove //ui/surface The only code in this directory is TransportDIB, and the only TransportDIB user that ever existed was PPAPI. Without PPAPI, TransportDIB is dead code. Without TransportDIB, the directory is effectively empty, so delete it all. Bug: 40511450 Change-Id: I62d5fb24bc0fe5e4ba4c61eb0ead53abd14f8e17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7129402 Auto-Submit: Lei Zhang <thestig@chromium.org> Reviewed-by: Kenneth Russell <kbr@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by: Dave Tapuska <dtapuska@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/main@{#1541910} | 7 个月前 | |
[DEPS] Add chrome/browser/cpu_performance_internal This dependency is automatically scrubbed from internal source of truth and provides the Chrome internal implementation of the CPU Performance API. It is only required by the official Chrome release pipeline. Bug: 449760252 Change-Id: Ie048a25391bb5e6c4a2f2259874ba34b55d57baa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7124314 Reviewed-by: Michael Lippautz <mlippautz@chromium.org> Reviewed-by: Jan Keitel <jkeitel@google.com> Commit-Queue: Nikolaos Papaspyrou <nikolaos@chromium.org> Cr-Commit-Position: refs/heads/main@{#1542635} | 7 个月前 | |
Revert "build: Set use_siso=true in .gn" This reverts commit 31df66c1507e70a28bc87f87630313c9dbe0a8c5. Reason for revert: The CL disabled remote execution on non-corp builds unexpectedly. Bug: 379584977 Original change's description: > build: Set use_siso=true in .gn > > build_with_chromium has been used to enable Siso for Chromium. > With https://crrev.com/c/6585977, autoninja can read use_siso in .gn. > > Bug: 379584977 > Change-Id: I73f90b6861e46b8f77d2c347b27e29118d8f22b8 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6587589 > Auto-Submit: Junji Watanabe <jwata@google.com> > Reviewed-by: Fumitoshi Ukai <ukai@google.com> > Commit-Queue: Junji Watanabe <jwata@google.com> > Cr-Commit-Position: refs/heads/main@{#1465729} Bug: 379584977 No-Presubmit: true No-Tree-Checks: true No-Try: true Change-Id: Ib09d63af875ae9dc58c803b29f50486e482e4c34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6595748 Auto-Submit: Junji Watanabe <jwata@google.com> Commit-Queue: Fumitoshi Ukai <ukai@google.com> Reviewed-by: Fumitoshi Ukai <ukai@google.com> Cr-Commit-Position: refs/heads/main@{#1466281} | 1 年前 | |
Update copyright headers in the top-level files This CL was generated manually. No-Try: true Bug: 1098010 Change-Id: I23f14f4c85edc1c6498fb40d2f415031398324b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3887619 Auto-Submit: Avi Drissman <avi@chromium.org> Owners-Override: Avi Drissman <avi@chromium.org> Reviewed-by: Mark Mentovai <mark@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1045836} | 3 年前 | |
[rust] Switch rustfmt parser to default to language edition 2024. Bug: 450891119. Change-Id: I561864b330f15a30585d956326f0223bbd9b2c2c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7055616 Reviewed-by: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Auto-Submit: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/main@{#1531788} | 8 个月前 | |
Upgrade google-cloud-bigquery to v3.38.0 Some dependencies also need upgrades. Fixed: 460885696 Change-Id: I92ea1767b5f4368d3d6cd7bfd4d3b31033de92a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7169508 Auto-Submit: Jonathan Lee <jonathanjlee@google.com> Reviewed-by: Ben Pastene <bpastene@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/main@{#1546704} | 7 个月前 | |
Disable Python formatting under third_party/rust, take 2 http://crrev.com/c/7083754 attempted to do this, but git cl format only uses the top-level .yapfignore file: https://source.chromium.org/chromium/chromium/tools/depot_tools/+/main:git_cl.py;l=761;drc=cd260a79de3d60cb5ef73452a5f0e2d01e9c2803 Bug: none Change-Id: Ib2959ce310a2fc42337f2f1c1d5753336a6a6964 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7088528 Reviewed-by: Łukasz Anforowicz <lukasza@chromium.org> Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/main@{#1536297} | 8 个月前 | |
Remove myself from OWNERS files Change-Id: I779e90f9803ef09265096d178c5dfd4245780fab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5527354 Owners-Override: John Abd-El-Malek <jam@chromium.org> Reviewed-by: Avi Drissman <avi@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Reviewed-by: Rick Byers <rbyers@chromium.org> Auto-Submit: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/main@{#1298817} | 2 年前 | |
Remove unneeded mojom include from glic_button_controller Bug: None Change-Id: I879b033c65d629365dbf3de59d69fb836e90ead2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7213032 Reviewed-by: Dave Tapuska <dtapuska@chromium.org> Reviewed-by: Alison Gale <agale@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/main@{#1552345} | 7 个月前 | |
android: Remove monochrome_public_apk_checker Removes the monochrome_public_apk_checker target and related Python scripts. This test suite verified that the Monochrome APK contained a superset of files from the Chrome and WebView APKs. This is no longer needed because monochrome is deprecated. Bug: 427481836 Cq-Include-Trybots: luci.chrome.try:android-internal-binary-size,android-internal-dbg,android-internal-rel,android-internal-unpublished-dbg Change-Id: I1b6dbbe324631ead72b5cb32906ce54a3afb44e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7208049 Commit-Queue: Peter Wen <wnwen@chromium.org> Owners-Override: Peter Wen <wnwen@chromium.org> Reviewed-by: Henrique Nakashima <hnakashima@chromium.org> Auto-Submit: Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/main@{#1551600} | 7 个月前 | |
code-of-conduct: document appeal path Normally we tell people about this in the email we send them when banning them, but we should document it publicly too. Bug: None Change-Id: I398f84c368e2acd6525b9af2a5a4e19d84183967 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6499390 Reviewed-by: Nico Weber <thakis@chromium.org> Auto-Submit: Elly FJ <ellyjones@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/main@{#1453664} | 1 年前 | |
add CPPLINT.cfg This is to disable include order check in cpplint and let clang-format sort includes instead. This is preparation CL of NOLINT comments removal in https://crrev.com/c/5432839. Bug: 329138753 Change-Id: Ied606affdab2336da88a2a21c8e0f7cd8b5d1aec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5445529 Reviewed-by: Peter Kasting <pkasting@chromium.org> Reviewed-by: Nico Weber <thakis@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/main@{#1286530} | 2 年前 | |
root: add CRYPTO_OWNERS Per discussion on chrome-security-leads@, this change centralizes ownership of cryptographic code in chromium within a single root-level file. Existing OWNERS files for crypto code are left in place (since they reflect expertise within specific directories) but //CRYPTO_OWNERS is added as a fallback owner to all of them. Bug: None Change-Id: I069f3c9085219f78504f533e84046aadb01fa11d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5770906 Reviewed-by: Nico Weber <thakis@chromium.org> Reviewed-by: Adam Langley <agl@chromium.org> Reviewed-by: Emily Stark <estark@chromium.org> Commit-Queue: Elly FJ <ellyjones@chromium.org> Reviewed-by: Andrew Whalley <awhalley@chromium.org> Cr-Commit-Position: refs/heads/main@{#1341684} | 1 年前 | |
Roll Chrome Android ARM64 Orderfile from Ye1Sv8PIBPl-THrpe... to dCJJRQrzvbBJdsCok... If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/orderfile-android-arm64-chromium-beta Please CC clank-build@google.com,clank-library-failures@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Tbr: clank-library-failures@google.com Merge-Approval-Bypass: Chrome autoroller Change-Id: I442c4b203f20d971c3fec7c737c934546ee2ea6d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7242751 Commit-Queue: Chrome Release Autoroll <chromium-release-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: Chrome Release Autoroll <chromium-release-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/7559@{#660} Cr-Branched-From: 223dfbac1c7542a06b422390d954afe5b560b607-refs/heads/main@{#1552494} | 6 个月前 | |
[COIL] Change chromium code search type links to use main rather than master This CL finishes the changes for all files not in third_party. Top level files were missed by the script, docs changes due to multiple entries on the same line which were not caught by script, but manually fixed up. See this doc: go/chromium-coil-change for more info BUG=1210385 Change-Id: I6d92e2e6fd244174cc370662399fa713a7b8abf5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2927090 Auto-Submit: John Palmer <jopalmer@chromium.org> Commit-Queue: Jochen Eisinger <jochen@chromium.org> Reviewed-by: Jochen Eisinger <jochen@chromium.org> Cr-Commit-Position: refs/heads/master@{#889685} | 5 年前 | |
Update copyright headers in the top-level files This CL was generated manually. No-Try: true Bug: 1098010 Change-Id: I23f14f4c85edc1c6498fb40d2f415031398324b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3887619 Auto-Submit: Avi Drissman <avi@chromium.org> Owners-Override: Avi Drissman <avi@chromium.org> Reviewed-by: Mark Mentovai <mark@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1045836} | 3 年前 | |
Update copyright headers in the top-level files This CL was generated manually. No-Try: true Bug: 1098010 Change-Id: I23f14f4c85edc1c6498fb40d2f415031398324b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3887619 Auto-Submit: Avi Drissman <avi@chromium.org> Owners-Override: Avi Drissman <avi@chromium.org> Reviewed-by: Mark Mentovai <mark@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1045836} | 3 年前 | |
third_party: pull microsoft_webauthn via DEPS Change //third_party/microsoft_webauthn from being a manually copied dependency to being synced automatically via DEPS. The source Github repository is mirrored to Chromium git. Change-Id: I4421494ecf7aa915b973c3d62deea18e813630de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6981630 Reviewed-by: Nico Weber <thakis@chromium.org> Auto-Submit: Martin Kreichgauer <martinkr@google.com> Reviewed-by: Nina Satragno <nsatragno@chromium.org> Commit-Queue: Martin Kreichgauer <martinkr@google.com> Cr-Commit-Position: refs/heads/main@{#1522435} | 9 个月前 | |
[IPP] Remove references from //chrome/browser and //services/network This deletes all references to //component/ip_protection from //chrome/browser and //services/network so that it can be deleted in a later CL. It also deletes all of the IPP code located in those directories that is not related to the Settings page toggles because that is being handled in a separate CL. Bug: 458071609 Change-Id: Iacb93e1abe9480fbcbf26f3ab890c4966a6a6964 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7156894 Reviewed-by: Andrew Williams <awillia@chromium.org> Commit-Queue: Alex Kallam <aakallam@chromium.org> Cr-Commit-Position: refs/heads/main@{#1552463} | 7 个月前 | |
Refactor test assertions and improve code style. The changes include replacing assertTrue(a in b) with assertIn(a, b), assertTrue(a not in b) with assertNotIn(a, b), and assertEqual(None, ...) with assertIsNone(...) for better readability and more informative failure messages. String quotes are made consistent, and a pylint directive is added. Change-Id: Ie429b7fafa1d4c58a124029f5df99dba2118b133 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7155351 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Auto-Submit: Alexei Svitkine <asvitkine@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/main@{#1545238} | 7 个月前 | |
yapf PRESUBMIT*.py This CL is intended to be trivial. Change-Id: I5d315e320a368ce13e256e61335abc5b82eb5977 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7031880 Reviewed-by: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Kalvin Lee <kdlee@chromium.org> Cr-Commit-Position: refs/heads/main@{#1536469} | 8 个月前 | |
Remove accidental space in //README.md In //README.md, a newline at the end of the “get around” link created an extra space before the period. This edit removes the space by not using a newline at the end of the link text. Change-Id: I159217cb1e906d82c70e6916cf2c5a6a04a2c0ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5147833 Reviewed-by: Nico Weber <thakis@chromium.org> Auto-Submit: Gabriel “gabldotink” <gabl@gabl.ink> Reviewed-by: Erik Staab <estaab@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/main@{#1240724} | 2 年前 | |
root: add //SECURITY_OWNERS Specifically, this change adds a new //SECURITY_OWNERS file, then marks all SECURITY_OWNERS files elsewhere in the tree as owned by that SECURITY_OWNERS file. This will help enforce the SECURITY_OWNERS membership policy documented in //docs/security/security-owners.md. Note that it is still possible for OWNERS files in subdirectories to override this root rule: a more-specific OWNERS file will always override a less-specific one. We will monitor for that situation using watchlists, in the absence of a better technical measure to apply. Bug: 417401758 Change-Id: I7a7bca2cbc7a36ccab04310ff7b0d6cc09fde737 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6542689 Reviewed-by: Rick Byers <rbyers@chromium.org> Commit-Queue: Elly FJ <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/main@{#1460364} | 1 年前 | |
Update 'compose' watchlist filepath to use more precise regex. The filepath regex for 'compose' is updated to anchor the paths to the start of the string and require a trailing slash, preventing matches on prefixes of other directory names. Change-Id: Iaa377c0c1fae9c528a95971dda7fafcc11ee0b99 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7208743 Commit-Queue: Éric Noyau <noyau@chromium.org> Reviewed-by: Christian Xu <christianxu@chromium.org> Commit-Queue: Christian Xu <christianxu@chromium.org> Auto-Submit: Éric Noyau <noyau@chromium.org> Cr-Commit-Position: refs/heads/main@{#1551133} | 7 个月前 | |
Remove agable from src OWNERS files Change-Id: I95178dde14672080b562d1cccbb978509adddd2f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2216569 Commit-Queue: Darin Fisher <darin@chromium.org> Reviewed-by: Darin Fisher <darin@chromium.org> Reviewed-by: Stephen Martinis <martiniss@chromium.org> Auto-Submit: Aaron Gable <agable@chromium.org> Cr-Commit-Position: refs/heads/master@{#780374} | 5 年前 |
项目 README 为空