The official GitHub mirror of the Chromium source
This report presents the forensic synthetic code analysis of chromium/chromium with 24,392 GitHub stars. SynthScan v2.0 examined 26,372,431 lines of code across 271003 source files, recording 112374 pattern matches distributed across 28 syntactic categories. The overall adjusted score of 5.1 places this repository in the Low AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 112374 distinct pattern matches across 28 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | PRESUBMIT.py | 4261 | # Put the template argument into a capture group for deeper examination later. | COMMENT |
| LOW | PRESUBMIT.py | 4581 | COMMENT | |
| LOW | PRESUBMIT.py | 7121 | COMMENT | |
| LOW | CPPLINT.cfg | 1 | # Copyright 2024 The Chromium Authors | COMMENT |
| LOW | skia/config/SkUserConfig.h | 41 | to store the SkMatrix and clip via calls to SkCanvas::save() (and balanced | COMMENT |
| LOW | skia/config/SkUserConfig.h | 81 | #define SK_R32_SHIFT 16 | COMMENT |
| LOW | skia/config/SkUserConfig.h | 101 | // The in-memory order will be different, of course, but as long as everything | COMMENT |
| LOW | skia/config/SkUserConfig.h | 121 | // These flags are no longer defined in Skia, but we have them (temporarily) | COMMENT |
| LOW | skia/config/SkUserConfig.h | 161 | #define SK_USE_DISCARDABLE_SCALEDIMAGECACHE | COMMENT |
| LOW | skia/ext/skia_utils_ios_unittest.mm | 1 | // Copyright 2012 The Chromium Authors | COMMENT |
| LOW | skia/ext/skia_histogram.h | 1 | // Copyright 2016 The Chromium Authors | COMMENT |
| LOW | skia/ext/skia_utils_base.h | 41 | SK_API void WriteSkString(base::Pickle* pickle, const SkString& str); | COMMENT |
| LOW | skia/ext/test_fonts_mac.mm | 1 | // Copyright 2019 The Chromium Authors | COMMENT |
| LOW | skia/ext/switches_export.h | 1 | // Copyright 2024 The Chromium Authors | COMMENT |
| LOW | skia/ext/switches_export.h | 21 | #else // defined(COMPONENT_BUILD) | COMMENT |
| LOW | skia/ext/skia_utils_ios.mm | 1 | // Copyright 2012 The Chromium Authors | COMMENT |
| LOW | skia/ext/image_operations.h | 21 | // | COMMENT |
| LOW | skia/ext/image_operations.h | 41 | // to too much latency - or impossible - due to image format or size | COMMENT |
| LOW | skia/ext/image_operations.h | 61 | COMMENT | |
| LOW | skia/ext/image_operations.h | 81 | RESIZE_FIRST_ALGORITHM_METHOD = RESIZE_BOX, | COMMENT |
| LOW | skia/ext/skia_utils_ios.h | 1 | // Copyright 2012 The Chromium Authors | COMMENT |
| LOW | skia/ext/SkMemory_new_handler.cpp | 1 | // Copyright 2012 The Chromium Authors | COMMENT |
| LOW | skia/ext/SkMemory_new_handler.cpp | 21 | #include <windows.h> | COMMENT |
| LOW | skia/ext/skia_utils_win.h | 1 | // Copyright 2006-2008 The Chromium Authors | COMMENT |
| LOW | skia/ext/skia_utils_win.h | 61 | // HDC. | COMMENT |
| LOW | skia/ext/skia_utils_win.h | 81 | // will be for a bitmap with 32-bits-per-pixel RGB data (the high bits are | COMMENT |
| LOW | skia/ext/skia_utils_win.h | 101 | // handle to an allocated memory block containing a DIBV5 header followed by the | COMMENT |
| LOW | skia/ext/skia_utils_mac.h | 1 | // Copyright 2012 The Chromium Authors | COMMENT |
| LOW | skia/ext/skia_utils_mac.mm | 1 | // Copyright 2012 The Chromium Authors | COMMENT |
| LOW | skia/ext/pmcolor_utils.h | 1 | // Copyright 2025 The Chromium Authors | COMMENT |
| LOW | skia/ext/convolver.h | 1 | // Copyright 2012 The Chromium Authors | COMMENT |
| LOW | skia/ext/convolver.h | 21 | #define SIMD_PADDING 8 // 8 * int16_t | COMMENT |
| LOW | skia/ext/convolver.h | 41 | #undef FixedToFloat | COMMENT |
| LOW | skia/ext/convolver.h | 81 | // Returns the maximum pixel span of a filter. | COMMENT |
| LOW | skia/ext/convolver.h | 181 | // It is assumed the source pixel offsets referenced in the input filters | COMMENT |
| LOW | skia/ext/platform_canvas.h | 1 | // Copyright 2011 The Chromium Authors | COMMENT |
| LOW | skia/ext/platform_canvas.h | 21 | #include "third_party/skia/include/core/SkCanvas.h" | COMMENT |
| LOW | skia/ext/platform_canvas.h | 101 | SK_API SkBitmap ReadPixels(SkCanvas* canvas); | COMMENT |
| LOW | skia/ext/rgba_to_yuva.h | 1 | // Copyright 2021 The Chromium Authors | COMMENT |
| LOW | skia/ext/rgba_to_yuva.h | 21 | // `dst_yuva_info`. `dst_yuva_info` describes the entire destination image - the | COMMENT |
| LOW | skia/ext/cicp.h | 1 | // Copyright 2022 The Chromium Authors | COMMENT |
| LOW | skia/ext/event_tracer_impl.h | 1 | // Copyright 2014 The Chromium Authors | COMMENT |
| LOW | skia/ext/geometry.h | 1 | // Copyright 2024 The Chromium Authors | COMMENT |
| LOW | skia/public/mojom/bitmap_skbitmap_mojom_traits.h | 1 | // Copyright 2016 The Chromium Authors | COMMENT |
| LOW | skia/public/mojom/skcolorspace_mojom_traits.h | 1 | // Copyright 2023 The Chromium Authors | COMMENT |
| LOW | remoting/host/usage_stats_consent.h | 1 | // Copyright 2012 The Chromium Authors | COMMENT |
| LOW | remoting/host/me2me_heartbeat_service_client.h | 1 | // Copyright 2024 The Chromium Authors | COMMENT |
| LOW | remoting/host/desktop_resizer.h | 1 | // Copyright 2012 The Chromium Authors | COMMENT |
| LOW | remoting/host/desktop_resizer.h | 21 | // operate on the single monitor if there is only one. If there are several | COMMENT |
| LOW | remoting/host/cursor_visibility_notifier.h | 1 | // Copyright 2021 The Chromium Authors | COMMENT |
| LOW | remoting/host/corp_signaling_connector.h | 1 | // Copyright 2025 The Chromium Authors | COMMENT |
| LOW | remoting/host/fake_desktop_environment.h | 1 | // Copyright 2014 The Chromium Authors | COMMENT |
| LOW | remoting/host/fake_desktop_environment.h | 21 | #include "remoting/host/base/desktop_environment_options.h" | COMMENT |
| LOW | remoting/host/remote_input_filter.h | 1 | // Copyright 2012 The Chromium Authors | COMMENT |
| LOW | remoting/host/ftl_signaling_connector.h | 1 | // Copyright 2019 The Chromium Authors | COMMENT |
| LOW | remoting/host/worker_process_launcher.h | 1 | // Copyright 2026 The Chromium Authors | COMMENT |
| LOW | remoting/host/elevated_native_messaging_host.h | 1 | // Copyright 2026 The Chromium Authors | COMMENT |
| LOW | remoting/host/host_status_observer.h | 21 | COMMENT | |
| LOW | remoting/host/evaluate_capability.h | 1 | // Copyright 2017 The Chromium Authors | COMMENT |
| LOW | remoting/host/peer_connection_process_handler.h | 1 | // Copyright 2026 The Chromium Authors | COMMENT |
| 78540 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | PRESUBMIT.py | 6716 | def replace_special_with_underscore(string): | CODE |
| LOW | remoting/tools/run_multi_process_host.py | 64 | def terminate_remote_sessions(): | CODE |
| LOW | …moting/tools/remote_test_helper/SimpleJSONRPCServer.py | 31 | class SimpleJSONRPCRequestHandler(_base.SimpleXMLRPCRequestHandler): | CODE |
| LOW | remoting/tools/remote_test_helper/rth_server.py | 8 | class RequestHandler(_server.SimpleJSONRPCRequestHandler): | CODE |
| LOW | remoting/host/file_transfer/ipc_file_operations.h | 30 | class RequestHandler { | CODE |
| LOW | remoting/host/linux/configure_url_forwarder.py | 73 | def set_default_browser_to_url_forwarder( | CODE |
| LOW | remoting/host/linux/configure_url_forwarder.py | 128 | def get_supported_desktop_envs_and_settings_key() -> dict[str, str]: | CODE |
| LOW | remoting/host/linux/configure_url_forwarder.py | 223 | def restore_previous_settings() -> None: | CODE |
| LOW | remoting/host/linux/configure_url_forwarder.py | 231 | def check_default_browser_is_url_forwarder(desktop_env: str) -> None: | CODE |
| LOW | remoting/host/linux/configure_url_forwarder.py | 248 | def check_url_forwarder_setup() -> None: | CODE |
| LOW | remoting/host/linux/linux_me2me_host.py | 261 | def is_crash_reporting_enabled(config): | CODE |
| LOW | remoting/host/linux/linux_me2me_host.py | 271 | def get_pipewire_session_manager(): | CODE |
| LOW | remoting/host/linux/linux_me2me_host.py | 366 | def terminate_command_if_running(command_line): | CODE |
| LOW | remoting/host/linux/linux_me2me_host.py | 791 | def _wait_for_setup_before_host_launch(self): | CODE |
| LOW | remoting/host/linux/linux_me2me_host.py | 1299 | def _fetch_wayland_socket_from_systemd(self): | CODE |
| LOW | remoting/host/linux/linux_me2me_host.py | 1342 | def _wait_for_wayland_compositor_running(self): | CODE |
| LOW | remoting/host/linux/linux_me2me_host.py | 1410 | def _wait_for_setup_before_host_launch(self): | CODE |
| LOW | remoting/host/linux/linux_me2me_host.py | 1519 | def get_unused_display_number(): | CODE |
| LOW | remoting/host/linux/linux_me2me_host.py | 1868 | def bash_invocation_for_script(script): | CODE |
| LOW | remoting/host/linux/linux_me2me_host.py | 1913 | def exec_self_via_login_shell(): | CODE |
| LOW | remoting/host/linux/linux_me2me_host.py | 1958 | def unset_crd_systemd_env_vars(): | CODE |
| LOW | remoting/host/linux/linux_me2me_host.py | 2108 | def waitpid_handle_exceptions(pid, deadline): | CODE |
| LOW | remoting/host/linux/linux_me2me_host.py | 2154 | def watch_for_resolution_changes(initial_size): | CODE |
| LOW | ui/file_manager/integration_tests/test_util.ts | 1728 | export async function expectHistogramTotalCount(name: string, count: number) { | CODE |
| LOW | …_manager/integration_tests/file_manager/breadcrumbs.ts | 43 | export async function breadcrumbsDownloadsTranslation() { | CODE |
| LOW | …_manager/integration_tests/file_manager/breadcrumbs.ts | 73 | export async function breadcrumbsRenderShortPath() { | CODE |
| LOW | …_manager/integration_tests/file_manager/breadcrumbs.ts | 118 | export async function breadcrumbsEliderButtonNotExist() { | CODE |
| LOW | …_manager/integration_tests/file_manager/breadcrumbs.ts | 164 | export async function breadcrumbsRenderLongPath() { | CODE |
| LOW | …_manager/integration_tests/file_manager/breadcrumbs.ts | 209 | export async function breadcrumbsMainButtonClick() { | CODE |
| LOW | …_manager/integration_tests/file_manager/breadcrumbs.ts | 243 | export async function breadcrumbsMainButtonEnterKey() { | CODE |
| LOW | …_manager/integration_tests/file_manager/breadcrumbs.ts | 279 | export async function breadcrumbsEliderButtonClick() { | CODE |
| LOW | …_manager/integration_tests/file_manager/breadcrumbs.ts | 329 | export async function breadcrumbsEliderButtonKeyboard() { | CODE |
| LOW | …_manager/integration_tests/file_manager/breadcrumbs.ts | 387 | export async function breadcrumbsEliderMenuClickOutside() { | CODE |
| LOW | …_manager/integration_tests/file_manager/breadcrumbs.ts | 421 | export async function breadcrumbsEliderMenuItemClick() { | CODE |
| LOW | …_manager/integration_tests/file_manager/breadcrumbs.ts | 475 | export async function breadcrumbsEliderMenuItemTabLeft() { | CODE |
| LOW | …_manager/integration_tests/file_manager/breadcrumbs.ts | 516 | export async function breadcrumbsEliderMenuItemTabRight() { | CODE |
| LOW | …_manager/integration_tests/file_manager/breadcrumbs.ts | 558 | export async function breadcrumbNavigateBackToSharedWithMe() { | CODE |
| LOW | …e_manager/integration_tests/file_manager/quick_view.ts | 58 | function checkQuickViewElementsDisplayBlock(elements: ElementObject[]) { | CODE |
| LOW | …e_manager/integration_tests/file_manager/quick_view.ts | 82 | function checkQuickViewElementsDisplayNone(elements: ElementObject[]) { | CODE |
| LOW | …e_manager/integration_tests/file_manager/quick_view.ts | 128 | async function openQuickViewViaContextMenu(appId: string, name: string) { | CODE |
| LOW | …e_manager/integration_tests/file_manager/quick_view.ts | 153 | async function openQuickViewMultipleSelection(appId: string, names: string[]) { | CODE |
| LOW | …e_manager/integration_tests/file_manager/quick_view.ts | 220 | async function getQuickViewMetadataBoxField( | CODE |
| LOW | …e_manager/integration_tests/file_manager/quick_view.ts | 336 | export async function openQuickViewViaContextMenuSingleSelection() { | CODE |
| LOW | …e_manager/integration_tests/file_manager/quick_view.ts | 352 | export async function openQuickViewViaContextMenuCheckSelections() { | CODE |
| LOW | …e_manager/integration_tests/file_manager/quick_view.ts | 441 | export async function openQuickViewRemovablePartitions() { | CODE |
| LOW | …e_manager/integration_tests/file_manager/quick_view.ts | 505 | export async function openQuickViewLastModifiedMetaData() { | CODE |
| LOW | …e_manager/integration_tests/file_manager/quick_view.ts | 626 | export async function openQuickViewAndroidGuestOs() { | CODE |
| LOW | …e_manager/integration_tests/file_manager/quick_view.ts | 657 | export async function openQuickViewDocumentsProvider() { | CODE |
| LOW | …e_manager/integration_tests/file_manager/quick_view.ts | 769 | export async function openQuickViewTextFileWithUnknownMimeType() { | CODE |
| LOW | …e_manager/integration_tests/file_manager/quick_view.ts | 878 | async function checkQuickViewTextScrollY(scrollY: {toString: () => string}) { | CODE |
| LOW | …e_manager/integration_tests/file_manager/quick_view.ts | 1014 | export async function openQuickViewPdfPreviewsDisabled() { | CODE |
| LOW | …e_manager/integration_tests/file_manager/quick_view.ts | 1115 | async function checkQuickViewHtmlScrollY(scrollY: {toString: () => any}) { | CODE |
| LOW | …e_manager/integration_tests/file_manager/quick_view.ts | 1175 | export async function openQuickViewBackgroundColorHtml() { | CODE |
| LOW | …e_manager/integration_tests/file_manager/quick_view.ts | 1282 | export async function openQuickViewAudioOnDrive() { | CODE |
| LOW | …e_manager/integration_tests/file_manager/quick_view.ts | 1327 | export async function openQuickViewAudioWithImageMetadata() { | CODE |
| LOW | …e_manager/integration_tests/file_manager/quick_view.ts | 1584 | export async function openQuickViewImageRawWithOrientation() { | CODE |
| LOW | …e_manager/integration_tests/file_manager/quick_view.ts | 1851 | export async function openQuickViewVideoOnDrive() { | CODE |
| LOW | …e_manager/integration_tests/file_manager/quick_view.ts | 1907 | export async function openQuickViewKeyboardUpDownChangesView() { | CODE |
| LOW | …e_manager/integration_tests/file_manager/quick_view.ts | 1977 | export async function openQuickViewKeyboardLeftRightChangesView() { | CODE |
| LOW | …e_manager/integration_tests/file_manager/quick_view.ts | 2047 | export async function openQuickViewToggleInfoButtonKeyboard() { | CODE |
| 16386 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | PRESUBMIT.py | 183 | ('Use com.google.common.truth.Truth.assertThat() instead of ' | CODE |
| CRITICAL | PRESUBMIT.py | 301 | ('Use com.google.common.truth.Truth.assertThat() instead of ' | CODE |
| CRITICAL⚡ | …er/file_manager/foreground/js/main_window_component.ts | 64 | this.ui_.listContainer.table.list.addEventListener( | CODE |
| CRITICAL⚡ | …er/file_manager/foreground/js/main_window_component.ts | 68 | this.ui_.listContainer.table.list.addEventListener( | CODE |
| CRITICAL⚡ | …er/file_manager/foreground/js/main_window_component.ts | 72 | this.ui_.listContainer.table.list.addEventListener( | CODE |
| CRITICAL⚡ | …er/file_manager/foreground/js/main_window_component.ts | 76 | this.ui_.listContainer.table.list.addEventListener( | CODE |
| CRITICAL⚡ | …er/file_manager/foreground/js/main_window_component.ts | 80 | this.ui_.listContainer.table.list.addEventListener( | CODE |
| CRITICAL | tools/cr/cr/base/client.py | 262 | for name in cr.auto.build.config.OVERRIDES.exported.keys(): | CODE |
| CRITICAL | tools/traffic_annotation/scripts/auditor/auditor.py | 210 | annotation.proto.semantics.internal.contacts.append(fake_contact) | CODE |
| CRITICAL | tools/traffic_annotation/scripts/auditor/auditor.py | 212 | annotation.proto.semantics.user_data.type.append( | CODE |
| CRITICAL | tools/traffic_annotation/scripts/auditor/auditor.py | 298 | combination.proto.semantics.internal.contacts.extend( | CODE |
| CRITICAL | tools/traffic_annotation/scripts/auditor/auditor.py | 301 | combination.proto.semantics.user_data.type.extend( | CODE |
| CRITICAL | tools/perf/page_sets/rendering/key_idle_power_cases.py | 35 | action_runner.tab.browser.platform.android_action_runner.TurnScreenOff() | CODE |
| CRITICAL | …_size/libsupersize/testdata/R8_Disassembler_Output.txt | 57 | # Method: 'bb com.youtube.elements.fbs.AnimatedVectorType.animation()': | COMMENT |
| CRITICAL | …_size/libsupersize/testdata/R8_Disassembler_Output.txt | 62 | bb com.youtube.elements.fbs.AnimatedVectorType.animation() | CODE |
| CRITICAL | …_size/libsupersize/testdata/R8_Disassembler_Output.txt | 87 | # Method: 'Va com.youtube.elements.fbs.AnimatedVectorType.frameState(java.lang.Object, int, byte[])': | COMMENT |
| CRITICAL | …_size/libsupersize/testdata/R8_Disassembler_Output.txt | 92 | Va com.youtube.elements.fbs.AnimatedVectorType.frameState(java.lang.Object, int, byte[]) | CODE |
| CRITICAL | …_size/libsupersize/testdata/R8_Disassembler_Output.txt | 117 | # Method: 'Wa com.youtube.elements.fbs.AnimatedVectorType.progressState(java.lang.Object)': | COMMENT |
| CRITICAL | …_size/libsupersize/testdata/R8_Disassembler_Output.txt | 122 | Wa com.youtube.elements.fbs.AnimatedVectorType.progressState(java.lang.Object) | CODE |
| CRITICAL | …org/chromium/content/browser/input/ImeAdapterImpl.java | 255 | org.chromium.blink.mojom.ImeRenderWidgetHost.MANAGER.bind(this, mHandle); | CODE |
| CRITICAL | …ser/accessibility/WebContentsAccessibilityE2ETest.java | 244 | org.chromium.base.test.util.CriteriaHelper.pollUiThread( | CODE |
| CRITICAL | …ser/accessibility/WebContentsAccessibilityE2ETest.java | 967 | org.chromium.base.test.util.CriteriaHelper.pollUiThread( | CODE |
| CRITICAL | …ser/accessibility/WebContentsAccessibilityE2ETest.java | 969 | org.chromium.base.test.util.Criteria.checkThat( | CODE |
| CRITICAL | …hromium/content_public/browser/ClientDataJsonTest.java | 249 | payment.payeeOrigin = new org.chromium.url.internal.mojom.Origin(); | CODE |
| CRITICAL | …oid/javatests/src/org/chromium/url/OriginJavaTest.java | 54 | org.chromium.url.internal.mojom.Origin mojom = new org.chromium.url.internal.mojom.Origin(); | CODE |
| CRITICAL | …oid/javatests/src/org/chromium/url/OriginJavaTest.java | 72 | org.chromium.url.internal.mojom.Origin mojom = new org.chromium.url.internal.mojom.Origin(); | CODE |
| CRITICAL | …ayments/test_support/PaymentRequestServiceBuilder.java | 107 | new org.chromium.url.internal.mojom.Origin(); | CODE |
| CRITICAL | …tofill/heuristics/input/148_payment_dickblick.com.html | 158 | window.BlickWebCommerceScript.Cart.SubTotalComponent.Controller.Initialize({ | CODE |
| CRITICAL | …rg/chromium/components/crash/anr/AnrCollectorTest.java | 237 | + " at org.chromium.chrome.browser.settings.SettingsActivity.onOptionsItemSelected(chromium-Trichro | CODE |
| CRITICAL | …rg/chromium/components/crash/anr/AnrCollectorTest.java | 253 | + " at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)\n" | CODE |
| CRITICAL | …rg/chromium/components/crash/anr/AnrCollectorTest.java | 444 | + " at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:230)\n" | CODE |
| CRITICAL | …rg/chromium/components/crash/anr/AnrCollectorTest.java | 461 | + " at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:230)\n" | CODE |
| CRITICAL | …rg/chromium/components/crash/anr/AnrCollectorTest.java | 507 | + " at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:230)\n" | CODE |
| CRITICAL | …rg/chromium/components/crash/anr/AnrCollectorTest.java | 913 | + " at org.chromium.chrome.browser.settings.SettingsActivity.onOptionsItemSelected(chromium-Trichro | CODE |
| CRITICAL | …rg/chromium/components/crash/anr/AnrCollectorTest.java | 929 | + " at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)\n" | CODE |
| CRITICAL | …rg/chromium/components/crash/anr/AnrCollectorTest.java | 1160 | + " at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:230)\n" | CODE |
| CRITICAL | …rg/chromium/components/crash/anr/AnrCollectorTest.java | 1177 | + " at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:230)\n" | CODE |
| CRITICAL | …rg/chromium/components/crash/anr/AnrCollectorTest.java | 1223 | + " at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:230)\n" | CODE |
| CRITICAL | …est/javatests/src/org/chromium/net/CronetTestRule.java | 294 | org.chromium.net.httpflags.Flags.newBuilder(); | CODE |
| CRITICAL | …/src/org/chromium/net/CronetUrlRequestContextTest.java | 197 | org.chromium.net.httpflags.Flags.newBuilder() | CODE |
| CRITICAL | …/src/org/chromium/net/CronetUrlRequestContextTest.java | 449 | org.chromium.net.httpflags.Flags.newBuilder() | CODE |
| CRITICAL | …mium/net/impl/AndroidHttpEngineBuilderWrapperTest.java | 371 | optionsBuilder.setStaleDnsOptions(org.chromium.net.DnsOptions.StaleDnsOptions.builder()); | CODE |
| CRITICAL | …java/src/org/chromium/net/VersionSafeProxyOptions.java | 65 | org.chromium.net.impl.proto.ProxyOptions.newBuilder(); | CODE |
| CRITICAL | …java/src/org/chromium/net/VersionSafeProxyOptions.java | 68 | org.chromium.net.impl.proto.Proxy.newBuilder(); | CODE |
| CRITICAL | …chromium/net/impl/AndroidHttpEngineBuilderWrapper.java | 220 | new android.net.http.DnsOptions.StaleDnsOptions.Builder(); | CODE |
| CRITICAL | …roid/api/src/org/chromium/net/UploadDataProviders.java | 26 | return org.chromium.net.apihelpers.UploadDataProviders.create(file); | CODE |
| CRITICAL | …roid/api/src/org/chromium/net/UploadDataProviders.java | 37 | return org.chromium.net.apihelpers.UploadDataProviders.create(fd); | CODE |
| CRITICAL | …roid/api/src/org/chromium/net/UploadDataProviders.java | 47 | return org.chromium.net.apihelpers.UploadDataProviders.create(buffer); | CODE |
| CRITICAL | …roid/api/src/org/chromium/net/UploadDataProviders.java | 59 | return org.chromium.net.apihelpers.UploadDataProviders.create(data, offset, length); | CODE |
| CRITICAL | …roid/api/src/org/chromium/net/UploadDataProviders.java | 69 | return org.chromium.net.apihelpers.UploadDataProviders.create(data); | CODE |
| CRITICAL | …rd_party/blink/tools/blinkpy/w3c/buganizer_unittest.py | 184 | self.service.issues.return_value.list.assert_has_calls([ | STRING |
| CRITICAL | …tests/layout/gap-decorations-flexbox-lots-of-data.html | 70 | <div class="row"><div class="cell col-level"></div><div class="cell col-proc"></div><div class="cell col-text">--------- | CODE |
| CRITICAL | …arty/blink/perf_tests/layout/flexbox-lots-of-data.html | 66 | <div class="row"><div class="cell col-level"></div><div class="cell col-proc"></div><div class="cell col-text">--------- | CODE |
| CRITICAL | third_party/blink/web_tests/resources/testdriver.js | 285 | return window.test_driver_internal.bidi.log.entry_added.subscribe(params); | CODE |
| CRITICAL | third_party/blink/web_tests/resources/testdriver.js | 298 | return window.test_driver_internal.bidi.log.entry_added.on(callback); | CODE |
| CRITICAL | third_party/blink/web_tests/resources/testdriver.js | 310 | const remove_handler = window.test_driver_internal.bidi.log.entry_added.on( | CODE |
| CRITICAL | …/select-popup/popup-menu-scrollbar-button-scrolls.html | 52 | let innerSelectRect = internals.pagePopupWindow.global.picker.selectElement_.getBoundingClientRect(); | CODE |
| CRITICAL | …orms/calendar-picker/week-picker-touch-operations.html | 34 | internals.pagePopupWindow.global.picker.monthPopupView.yearListView.element.addEventListener('touchend', testAfterSw | CODE |
| CRITICAL | …orms/calendar-picker/week-picker-touch-operations.html | 48 | internals.pagePopupWindow.global.picker.monthPopupView.yearListView.element.removeEventListener('touchend', testAfte | CODE |
| CRITICAL | …orms/calendar-picker/week-picker-touch-operations.html | 54 | internals.pagePopupWindow.global.picker.monthPopupView.yearListView.element.addEventListener('touchend', testAfterSw | CODE |
| 935 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …/test/frame_generator/scenarios/scroll_horizontal.html | 41 | <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore mag | CODE |
| LOW | …/test/frame_generator/scenarios/scroll_horizontal.html | 41 | <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore mag | CODE |
| LOW | …/test/frame_generator/scenarios/scroll_horizontal.html | 53 | <p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem a | CODE |
| LOW | …/test/frame_generator/scenarios/scroll_horizontal.html | 53 | <p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem a | CODE |
| LOW | …ng/test/frame_generator/scenarios/scroll_vertical.html | 32 | <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna | CODE |
| LOW | …ng/test/frame_generator/scenarios/scroll_vertical.html | 32 | <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna | CODE |
| LOW | …ng/test/frame_generator/scenarios/scroll_vertical.html | 43 | <p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem a | CODE |
| LOW | …ng/test/frame_generator/scenarios/scroll_vertical.html | 43 | <p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem a | CODE |
| LOW⚡ | …le_manager/foreground/js/banner_controller_unittest.ts | 1269 | 'fake-key-1': 'test-fake-value-1', | CODE |
| LOW⚡ | …le_manager/foreground/js/banner_controller_unittest.ts | 1272 | 'fake-key-2': 'test-fake-value-2', | CODE |
| LOW | …le_manager/foreground/js/banner_controller_unittest.ts | 1228 | 'fake-key': 'test-fake-value', | CODE |
| LOW | …le_manager/foreground/js/banner_controller_unittest.ts | 1249 | warningBannerCustomContext['another-fake-key'] = 'another-fake-value'; | CODE |
| LOW⚡ | …id/junit/src/org/chromium/ui/text/SpanApplierTest.java | 26 | String input = "Lorem ipsum <span>dolor</span> sit amet."; | CODE |
| LOW⚡ | …id/junit/src/org/chromium/ui/text/SpanApplierTest.java | 27 | String output = "Lorem ipsum dolor sit amet."; | CODE |
| LOW⚡ | …id/junit/src/org/chromium/ui/text/SpanApplierTest.java | 27 | String output = "Lorem ipsum dolor sit amet."; | CODE |
| LOW⚡ | …id/junit/src/org/chromium/ui/text/SpanApplierTest.java | 40 | "Lorem <link>ipsum</link> dolor sit amet, <cons>consectetur adipiscing</cons>" | CODE |
| LOW⚡ | …id/junit/src/org/chromium/ui/text/SpanApplierTest.java | 43 | "Lorem ipsum dolor sit amet, " + "consectetur adipiscing elit. Proin consectetur."; | CODE |
| LOW⚡ | …id/junit/src/org/chromium/ui/text/SpanApplierTest.java | 43 | "Lorem ipsum dolor sit amet, " + "consectetur adipiscing elit. Proin consectetur."; | CODE |
| LOW⚡ | …id/junit/src/org/chromium/ui/text/SpanApplierTest.java | 59 | String input = "Lorem ipsum <span>dolor</span> sit amet."; | CODE |
| LOW⚡ | …id/junit/src/org/chromium/ui/text/SpanApplierTest.java | 60 | String output = "Lorem ipsum dolor sit amet."; | CODE |
| LOW⚡ | …id/junit/src/org/chromium/ui/text/SpanApplierTest.java | 60 | String output = "Lorem ipsum dolor sit amet."; | CODE |
| LOW | …id/junit/src/org/chromium/ui/text/SpanApplierTest.java | 73 | String input = "Lorem ipsum <span>dolor</> sit amet."; | CODE |
| LOW | …id/junit/src/org/chromium/ui/text/SpanApplierTest.java | 86 | String input = "Lorem ipsum <>dolor</span> sit amet."; | CODE |
| LOW | …id/junit/src/org/chromium/ui/text/SpanApplierTest.java | 99 | String input = "Lorem ipsum <span>dolor<span2> sit </span2> </span> amet."; | CODE |
| LOW | …id/junit/src/org/chromium/ui/text/SpanApplierTest.java | 113 | String input = "Lorem ipsum <span>dolor</span> <span>sit </span> amet."; | CODE |
| LOW | …id/junit/src/org/chromium/ui/text/SpanApplierTest.java | 131 | String output = "Lorem ipsum dolor sit amet."; | CODE |
| LOW | …id/junit/src/org/chromium/ui/text/SpanApplierTest.java | 131 | String output = "Lorem ipsum dolor sit amet."; | CODE |
| LOW | …id/junit/src/org/chromium/ui/text/SpanApplierTest.java | 152 | "Lorem <link>ipsum</link> dolor sit amet, <cons>consectetur" | CODE |
| LOW | …id/junit/src/org/chromium/ui/text/SpanApplierTest.java | 154 | String expected = "Lorem " + " dolor sit amet, " + " consectetur."; | CODE |
| LOW | …id/junit/src/org/chromium/ui/text/SpanApplierTest.java | 166 | String input = "<cons><link>ipsum</link>consectetur adipiscing</cons> dolor sit amet"; | CODE |
| LOW⚡ | ui/webui/resources/cr_elements/cr_input/cr_input.ts | 227 | if (changedProperties.has('placeholder')) { | CODE |
| LOW⚡ | ui/webui/resources/cr_elements/cr_input/cr_input.ts | 229 | this.inputElement.removeAttribute('placeholder'); | CODE |
| LOW⚡ | ui/webui/resources/cr_elements/cr_input/cr_input.ts | 231 | this.inputElement.setAttribute('placeholder', this.placeholder); | CODE |
| LOW | …ources/cr_components/history_clusters/clusters.html.ts | 18 | <div id="placeholder" ?hidden="${!this.computePlaceholderText_()}"> | CODE |
| LOW⚡ | …sources/cr_components/localized_link/localized_link.ts | 12 | * Example: "lorem ipsum <a href="example.com">Learn More</a> dolor sit" | COMMENT |
| LOW⚡ | …sources/cr_components/localized_link/localized_link.ts | 14 | * The "Learn More" will be aria-labelledby like so: "lorem ipsum Learn More | COMMENT |
| LOW⚡ | …sources/cr_components/localized_link/localized_link.ts | 15 | * dolor sit". Meanwhile, "Lorem ipsum" and "dolor sit" will be aria-hidden. | COMMENT |
| LOW | ui/accessibility/test_ax_tree_update.h | 57 | // ++++4 kTextField name="placeholder" state=kEditable,kFocusable | COMMENT |
| LOW | …/chromium/ui/accessibility/AccessibilityStateTest.java | 119 | String inputString = "placeholder"; | CODE |
| LOW | …/chromium/ui/accessibility/AccessibilityStateTest.java | 126 | Assert.assertEquals("placeholder", response.get(0)); | CODE |
| LOW | …/chromium/ui/accessibility/AccessibilityStateTest.java | 139 | Assert.assertEquals("placeholder", response.get(0)); | CODE |
| LOW | …/chromium/ui/accessibility/AccessibilityStateTest.java | 165 | Assert.assertEquals("placeholder", response.get(0)); | CODE |
| LOW | …/chromium/ui/accessibility/AccessibilityStateTest.java | 183 | Assert.assertEquals("placeholder", response.get(1)); | CODE |
| LOW | …/chromium/ui/accessibility/AccessibilityStateTest.java | 201 | Assert.assertEquals("placeholder", response.get(1)); | CODE |
| LOW | …/chromium/ui/accessibility/AccessibilityStateTest.java | 210 | AccessibilityServiceInfo service1 = new BuilderForTests().setId("placeholder").build(); | CODE |
| LOW | tools/crates/gnrt/vendor.rs | 709 | /// Checks if `dir` contains a "placeholder" crate (one crated by `fn | COMMENT |
| LOW | tools/grit/grit/gather/policy_json_unittest.py | 46 | 'owners': ['foo@bar.com'], | CODE |
| LOW | …ols/grit/grit/format/policy_templates_json_unittest.py | 48 | 'owners': ['foo@bar.com'], | CODE |
| LOW | …ols/grit/grit/format/policy_templates_json_unittest.py | 160 | "owners": ["foo@bar.com"], | CODE |
| LOW | tools/oobe/generate_screen_template.py | 132 | lambda content: re.sub('placeholder', '-'.join( | CODE |
| LOW | tools/oobe/generate_screen_template.py | 167 | new_file = re.sub('placeholder', | CODE |
| LOW | tools/oobe/generate_screen_template.py | 245 | new_file_path = re.sub('placeholder', | CODE |
| LOW | tools/oobe/generate_screen_template.py | 282 | new_file_path = re.sub('placeholder', | CODE |
| LOW | tools/perf/core/results_dashboard_unittest.py | 26 | self.dummy_token = {'token': 'dummy1234', 'file': 'path/to/file'} | CODE |
| LOW | tools/perf/core/results_dashboard_unittest.py | 120 | content = json.dumps(self.dummy_token) | CODE |
| LOW | tools/perf/core/results_dashboard_unittest.py | 203 | content = json.dumps(self.dummy_token) | CODE |
| LOW⚡ | tools/perf/core/tbmv3/trace_processor_unittest.py | 327 | os.environ['PERFETTO_SYMBOLIZER_MODE'] = 'placeholder' | CODE |
| LOW⚡ | tools/perf/core/tbmv3/trace_processor_unittest.py | 328 | os.environ['PERFETTO_BINARY_PATH'] = 'placeholder' | CODE |
| LOW | tools/perf/core/services/pinpoint_service_test.py | 15 | self.get_user_email.return_value = 'user@example.com' | CODE |
| LOW | tools/perf/core/services/pinpoint_service_test.py | 46 | 'user': 'user@example.com'}, | CODE |
| 5556 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …file_manager/background/js/runtime_loaded_test_util.ts | 102 | * @return True for success. | COMMENT |
| HIGH | …file_manager/background/js/runtime_loaded_test_util.ts | 324 | * @return True if operation was successful. | COMMENT |
| HIGH | …file_manager/background/js/runtime_loaded_test_util.ts | 337 | * @return True if operation was successful. | COMMENT |
| HIGH | …file_manager/background/js/runtime_loaded_test_util.ts | 377 | * @return True if the event is sent to the target, false otherwise. | COMMENT |
| HIGH | …file_manager/background/js/runtime_loaded_test_util.ts | 414 | * @return True if the event is sent to the target, false otherwise. | COMMENT |
| HIGH | …file_manager/background/js/runtime_loaded_test_util.ts | 447 | * @return True if the event is sent to the target, false otherwise. | COMMENT |
| HIGH | …file_manager/background/js/runtime_loaded_test_util.ts | 479 | * @return True if the all events are sent to the target, false otherwise. | COMMENT |
| HIGH | …file_manager/background/js/runtime_loaded_test_util.ts | 536 | * @return True if the event was sent to the target, false otherwise. | COMMENT |
| HIGH | …file_manager/background/js/runtime_loaded_test_util.ts | 565 | * @return True if the event is sent to the target, false otherwise. | COMMENT |
| HIGH | …file_manager/background/js/runtime_loaded_test_util.ts | 599 | * @return True if the event is sent to the target, false otherwise. | COMMENT |
| HIGH | …file_manager/background/js/runtime_loaded_test_util.ts | 620 | * @return True if the event is sent to the target, false otherwise. | COMMENT |
| HIGH | …file_manager/background/js/runtime_loaded_test_util.ts | 636 | * @return True if the event is sent to the target, false otherwise. | COMMENT |
| HIGH | …file_manager/background/js/runtime_loaded_test_util.ts | 659 | * @return True if the event is sent to the target, false otherwise. | COMMENT |
| HIGH | …file_manager/background/js/runtime_loaded_test_util.ts | 690 | * @return True if the event is sent to the target, false otherwise. | COMMENT |
| HIGH | …file_manager/background/js/runtime_loaded_test_util.ts | 704 | * @return True if the event is sent to the target, false otherwise. | COMMENT |
| HIGH | …file_manager/background/js/runtime_loaded_test_util.ts | 723 | * @return True if the all events are sent to the target, false otherwise. | COMMENT |
| HIGH | …file_manager/background/js/runtime_loaded_test_util.ts | 954 | * @return True if the event was sent to the contentWindow. | COMMENT |
| HIGH | …file_manager/background/js/runtime_loaded_test_util.ts | 968 | * @return True if focus method of the element has been called, false otherwise. | COMMENT |
| HIGH | ui/file_manager/file_manager/background/js/test_util.ts | 88 | * @return True if file got selected, false otherwise. | COMMENT |
| HIGH | ui/file_manager/file_manager/background/js/test_util.ts | 113 | * @return True if file got selected and a double click message is | COMMENT |
| HIGH | ui/file_manager/file_manager/background/js/test_util.ts | 164 | * @return True if copying got simulated successfully. It does not | COMMENT |
| HIGH | ui/file_manager/file_manager/background/js/test_util.ts | 185 | * @return True if deleting got simulated successfully. It does not | COMMENT |
| HIGH | ui/file_manager/file_manager/background/js/test_util.ts | 204 | * @return True if the command is executed successfully. | COMMENT |
| HIGH | ui/file_manager/file_manager/background/js/test_util.ts | 290 | * @return True if the task was executed. | COMMENT |
| HIGH | …e_manager/file_manager/foreground/js/file_selection.ts | 61 | * @return True if there is any read-only entry in the current selection. | COMMENT |
| HIGH | …ger/file_manager/foreground/js/mock_directory_model.ts | 26 | * @return True if the file should be shown. | COMMENT |
| HIGH | …manager/file_manager/foreground/js/thumbnail_loader.ts | 263 | * @return True if a valid image is loaded. | COMMENT |
| HIGH | …anager/file_manager/foreground/js/naming_controller.ts | 68 | * @return True if valid. | COMMENT |
| HIGH | …le_manager/foreground/js/file_manager_commands_util.ts | 253 | * @return True if the entry is a root entry. | COMMENT |
| HIGH | …le_manager/foreground/js/file_manager_commands_util.ts | 268 | * @return True if the event was triggered by the selection menu button. | COMMENT |
| HIGH | …le_manager/foreground/js/file_manager_commands_util.ts | 279 | * @return True if we should show the menu items for regular entries. | COMMENT |
| HIGH | …le_manager/foreground/js/file_manager_commands_util.ts | 346 | * @return True if the event should be ignored, false otherwise. | COMMENT |
| HIGH | …er/file_manager/foreground/js/main_window_component.ts | 515 | * @return True if focused. | COMMENT |
| HIGH | …le_manager/file_manager/foreground/js/actions_model.ts | 37 | * @return True if the function can execute, false if not. | COMMENT |
| HIGH | …_manager/file_manager/foreground/js/directory_model.ts | 356 | * @return True if the current directory is read only. If there is no entry | COMMENT |
| HIGH⚡ | …_manager/file_manager/foreground/js/directory_model.ts | 371 | * @return True if the a scan is active. | COMMENT |
| HIGH⚡ | …_manager/file_manager/foreground/js/directory_model.ts | 378 | * @return True if search is in progress. | COMMENT |
| HIGH⚡ | …_manager/file_manager/foreground/js/directory_model.ts | 385 | * @return True if it's on Drive. | COMMENT |
| HIGH⚡ | …_manager/file_manager/foreground/js/directory_model.ts | 392 | * @return True if it's on a Linux native volume. | COMMENT |
| HIGH⚡ | …_manager/file_manager/foreground/js/directory_model.ts | 401 | * @return True if the current volume is blocked by DLP. | COMMENT |
| HIGH | …_manager/file_manager/foreground/js/directory_model.ts | 413 | * @return True if current root volume type is equal to specified volume type. | COMMENT |
| HIGH | …_manager/file_manager/foreground/js/directory_model.ts | 1592 | * @return True if directory search should be used for the entry and query. | COMMENT |
| HIGH | …nager/file_manager/foreground/js/directory_contents.ts | 971 | * @return True if uncommon folders is visible to the user now. | COMMENT |
| HIGH | …nager/file_manager/foreground/js/directory_contents.ts | 996 | * @return True if the file should be shown, false otherwise. | COMMENT |
| HIGH | …nager/file_manager/foreground/js/directory_contents.ts | 1179 | * @return True if search results (drive or local). | COMMENT |
| HIGH | …e_manager/foreground/js/folder_shortcuts_data_model.ts | 403 | * @return True if the given |entry| exists in the array. False otherwise. | COMMENT |
| HIGH | …ager/file_manager/foreground/js/ui/file_tap_handler.ts | 68 | * @return True if a tap event was detected and the |callback| processed the | COMMENT |
| HIGH | …e_manager/foreground/js/ui/file_manager_dialog_base.ts | 39 | * @return True if the dialog can show successfully. False if the | COMMENT |
| HIGH | …e_manager/foreground/js/ui/file_manager_dialog_base.ts | 98 | * @return True if the dialog can show successfully. False if the | COMMENT |
| HIGH | …e_manager/foreground/js/ui/file_manager_dialog_base.ts | 108 | * @return True if the dialog can show successfully. False if the | COMMENT |
| HIGH | …le_manager/file_manager/foreground/js/ui/file_table.ts | 681 | * @return True if the mouse is hit to the background of the list, | COMMENT |
| HIGH | …_manager/foreground/js/ui/file_list_selection_model.ts | 51 | * @return True if check-select mode is enabled. | COMMENT |
| HIGH | …_manager/foreground/js/ui/file_list_selection_model.ts | 104 | * @return True if check-select mode is enabled. | COMMENT |
| HIGH | ui/file_manager/file_manager/foreground/js/ui/menu.ts | 229 | * @return True if the menu has visible item. Otherwise, false. | COMMENT |
| HIGH | …ile_manager/file_manager/foreground/js/ui/file_grid.ts | 946 | * @return True if the mouse is over an element in the list, False if it is in | COMMENT |
| HIGH | …ile_manager/file_manager/foreground/js/ui/file_grid.ts | 961 | * @return True if the mouse is hit to the background of the list. | COMMENT |
| HIGH | ui/file_manager/file_manager/foreground/js/ui/list.ts | 1459 | * @return True if we found a focusable element. | COMMENT |
| HIGH | …ger/file_manager/foreground/js/ui/multi_menu_button.ts | 125 | * @return True if there's a visible menu. | COMMENT |
| HIGH | ui/file_manager/file_manager/foreground/js/ui/grid.ts | 322 | * @return True if a list item. | COMMENT |
| HIGH | …nager/file_manager/foreground/js/ui/file_table_list.ts | 246 | * @return True if the mouse is over an element in the list, False if it is in | COMMENT |
| 560 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | ui/color/PRESUBMIT.py | 0 | presubmit script for changes affecting chrome/installer/linux/ see http://dev.chromium.org/developers/how-tos/depottools | STRING |
| HIGH | ui/views/PRESUBMIT.py | 0 | presubmit script for changes affecting chrome/installer/linux/ see http://dev.chromium.org/developers/how-tos/depottools | STRING |
| HIGH | tools/clang/iterator_checker/tests/PRESUBMIT.py | 0 | presubmit script for changes affecting chrome/installer/linux/ see http://dev.chromium.org/developers/how-tos/depottools | STRING |
| HIGH | tools/json_to_struct/PRESUBMIT.py | 0 | presubmit script for changes affecting chrome/installer/linux/ see http://dev.chromium.org/developers/how-tos/depottools | STRING |
| HIGH | tools/json_schema_compiler/PRESUBMIT.py | 0 | presubmit script for changes affecting chrome/installer/linux/ see http://dev.chromium.org/developers/how-tos/depottools | STRING |
| HIGH | tools/json_data_generator/PRESUBMIT.py | 0 | presubmit script for changes affecting chrome/installer/linux/ see http://dev.chromium.org/developers/how-tos/depottools | STRING |
| HIGH | tools/perf/PRESUBMIT.py | 0 | presubmit script for changes affecting chrome/installer/linux/ see http://dev.chromium.org/developers/how-tos/depottools | STRING |
| HIGH | components/omnibox/PRESUBMIT.py | 0 | presubmit script for changes affecting chrome/installer/linux/ see http://dev.chromium.org/developers/how-tos/depottools | STRING |
| HIGH | components/search_engines/PRESUBMIT.py | 0 | presubmit script for changes affecting chrome/installer/linux/ see http://dev.chromium.org/developers/how-tos/depottools | STRING |
| HIGH | …rty/blink/renderer/core/frame/deprecation/PRESUBMIT.py | 0 | presubmit script for changes affecting chrome/installer/linux/ see http://dev.chromium.org/developers/how-tos/depottools | STRING |
| HIGH | third_party/blink/renderer/platform/PRESUBMIT.py | 0 | presubmit script for changes affecting chrome/installer/linux/ see http://dev.chromium.org/developers/how-tos/depottools | STRING |
| HIGH | chrome/PRESUBMIT.py | 0 | presubmit script for changes affecting chrome/installer/linux/ see http://dev.chromium.org/developers/how-tos/depottools | STRING |
| HIGH | chrome/app/PRESUBMIT.py | 0 | presubmit script for changes affecting chrome/installer/linux/ see http://dev.chromium.org/developers/how-tos/depottools | STRING |
| HIGH | chrome/browser/vr/PRESUBMIT.py | 0 | presubmit script for changes affecting chrome/installer/linux/ see http://dev.chromium.org/developers/how-tos/depottools | STRING |
| HIGH | chrome/browser/android/vr/PRESUBMIT.py | 0 | presubmit script for changes affecting chrome/installer/linux/ see http://dev.chromium.org/developers/how-tos/depottools | STRING |
| HIGH | chrome/common/extensions/PRESUBMIT.py | 0 | presubmit script for changes affecting chrome/installer/linux/ see http://dev.chromium.org/developers/how-tos/depottools | STRING |
| HIGH | chrome/installer/linux/PRESUBMIT.py | 0 | presubmit script for changes affecting chrome/installer/linux/ see http://dev.chromium.org/developers/how-tos/depottools | STRING |
| HIGH | ui/resources/PRESUBMIT.py | 0 | presubmit script for chromium theme resources. see http://dev.chromium.org/developers/how-tos/depottools/presubmit-scrip | STRING |
| HIGH | ui/resources/resource_check/ico_files.py | 0 | presubmit script for chromium theme resources. see http://dev.chromium.org/developers/how-tos/depottools/presubmit-scrip | STRING |
| HIGH | ui/resources/resource_check/resource_scale_factors.py | 0 | presubmit script for chromium theme resources. see http://dev.chromium.org/developers/how-tos/depottools/presubmit-scrip | STRING |
| HIGH | chrome/app/theme/PRESUBMIT.py | 0 | presubmit script for chromium theme resources. see http://dev.chromium.org/developers/how-tos/depottools/presubmit-scrip | STRING |
| HIGH | ui/file_manager/base/gn/PRESUBMIT.py | 0 | presubmit script for agents/prompts. see http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts for mor | STRING |
| HIGH | infra/config/scripts/PRESUBMIT.py | 0 | presubmit script for agents/prompts. see http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts for mor | STRING |
| HIGH | infra/config/migration/lib/PRESUBMIT.py | 0 | presubmit script for agents/prompts. see http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts for mor | STRING |
| HIGH | tools/metrics/actions/PRESUBMIT.py | 0 | presubmit script for agents/prompts. see http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts for mor | STRING |
| HIGH | tools/metrics/histograms/PRESUBMIT.py | 0 | presubmit script for agents/prompts. see http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts for mor | STRING |
| HIGH | tools/android/colabutils/memory_usage/PRESUBMIT.py | 0 | presubmit script for agents/prompts. see http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts for mor | STRING |
| HIGH | agents/prompts/PRESUBMIT.py | 0 | presubmit script for agents/prompts. see http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts for mor | STRING |
| HIGH | ui/gfx/PRESUBMIT.py | 0 | presubmit checks for services/proxy_resolver/test see https://www.chromium.org/developers/how-tos/depottools/presubmit-s | STRING |
| HIGH | printing/test/PRESUBMIT.py | 0 | presubmit checks for services/proxy_resolver/test see https://www.chromium.org/developers/how-tos/depottools/presubmit-s | STRING |
| HIGH | pdf/test/PRESUBMIT.py | 0 | presubmit checks for services/proxy_resolver/test see https://www.chromium.org/developers/how-tos/depottools/presubmit-s | STRING |
| HIGH | content/test/PRESUBMIT.py | 0 | presubmit checks for services/proxy_resolver/test see https://www.chromium.org/developers/how-tos/depottools/presubmit-s | STRING |
| HIGH | ios/testing/PRESUBMIT.py | 0 | presubmit checks for services/proxy_resolver/test see https://www.chromium.org/developers/how-tos/depottools/presubmit-s | STRING |
| HIGH | ios/chrome/test/data/policy/PRESUBMIT.py | 0 | presubmit checks for services/proxy_resolver/test see https://www.chromium.org/developers/how-tos/depottools/presubmit-s | STRING |
| HIGH | storage/test/PRESUBMIT.py | 0 | presubmit checks for services/proxy_resolver/test see https://www.chromium.org/developers/how-tos/depottools/presubmit-s | STRING |
| HIGH | components/reporting/PRESUBMIT.py | 0 | presubmit checks for services/proxy_resolver/test see https://www.chromium.org/developers/how-tos/depottools/presubmit-s | STRING |
| HIGH | components/test/PRESUBMIT.py | 0 | presubmit checks for services/proxy_resolver/test see https://www.chromium.org/developers/how-tos/depottools/presubmit-s | STRING |
| HIGH | components/resources/PRESUBMIT.py | 0 | presubmit checks for services/proxy_resolver/test see https://www.chromium.org/developers/how-tos/depottools/presubmit-s | STRING |
| HIGH | third_party/blink/renderer/PRESUBMIT.py | 0 | presubmit checks for services/proxy_resolver/test see https://www.chromium.org/developers/how-tos/depottools/presubmit-s | STRING |
| HIGH | third_party/blink/common/PRESUBMIT.py | 0 | presubmit checks for services/proxy_resolver/test see https://www.chromium.org/developers/how-tos/depottools/presubmit-s | STRING |
| HIGH | mojo/public/interfaces/bindings/tests/PRESUBMIT.py | 0 | presubmit checks for services/proxy_resolver/test see https://www.chromium.org/developers/how-tos/depottools/presubmit-s | STRING |
| HIGH | services/proxy_resolver/test/PRESUBMIT.py | 0 | presubmit checks for services/proxy_resolver/test see https://www.chromium.org/developers/how-tos/depottools/presubmit-s | STRING |
| HIGH | ui/base/ime/PRESUBMIT.py | 0 | presubmit script for mojo see http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts for more details a | STRING |
| HIGH | tools/binary_size/PRESUBMIT.py | 0 | presubmit script for mojo see http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts for more details a | STRING |
| HIGH | agents/extensions/PRESUBMIT.py | 0 | presubmit script for mojo see http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts for more details a | STRING |
| HIGH | agents/testing/PRESUBMIT.py | 0 | presubmit script for mojo see http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts for more details a | STRING |
| HIGH | agents/common/PRESUBMIT.py | 0 | presubmit script for mojo see http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts for more details a | STRING |
| HIGH | agents/skills/PRESUBMIT.py | 0 | presubmit script for mojo see http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts for more details a | STRING |
| HIGH | content/PRESUBMIT.py | 0 | presubmit script for mojo see http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts for more details a | STRING |
| HIGH | content/renderer/PRESUBMIT.py | 0 | presubmit script for mojo see http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts for more details a | STRING |
| HIGH | ios/PRESUBMIT.py | 0 | presubmit script for mojo see http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts for more details a | STRING |
| HIGH | ios/chrome/browser/flags/PRESUBMIT.py | 0 | presubmit script for mojo see http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts for more details a | STRING |
| HIGH | ios/web_view/PRESUBMIT.py | 0 | presubmit script for mojo see http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts for more details a | STRING |
| HIGH | testing/merge_scripts/code_coverage/PRESUBMIT.py | 0 | presubmit script for mojo see http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts for more details a | STRING |
| HIGH | testing/buildbot/filters/PRESUBMIT.py | 0 | presubmit script for mojo see http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts for more details a | STRING |
| HIGH | components/vector_icons/PRESUBMIT.py | 0 | presubmit script for mojo see http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts for more details a | STRING |
| HIGH | components/feature_engagement/PRESUBMIT.py | 0 | presubmit script for mojo see http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts for more details a | STRING |
| HIGH | components/sync/PRESUBMIT.py | 0 | presubmit script for mojo see http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts for more details a | STRING |
| HIGH | …/web_tests/external/wpt/html/canvas/tools/PRESUBMIT.py | 0 | presubmit script for mojo see http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts for more details a | STRING |
| HIGH | …arty/android_platform/development/scripts/PRESUBMIT.py | 0 | presubmit script for mojo see http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts for more details a | STRING |
| 626 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | remoting/tools/zip2msi.py | 48 | CODE | |
| LOW | remoting/tools/remove_spaces.py | 9 | CODE | |
| LOW | remoting/tools/verify_resources.py | 27 | CODE | |
| LOW | remoting/tools/verify_resources.py | 29 | CODE | |
| LOW | remoting/tools/remote_test_helper/rth_server.py | 4 | CODE | |
| LOW | remoting/host/win/get_clsids.py | 12 | CODE | |
| LOW | remoting/host/linux/configure_url_forwarder.py | 11 | CODE | |
| LOW | remoting/host/linux/configure_url_forwarder.py | 17 | CODE | |
| LOW | ui/ozone/generate_ozone_platform_list.py | 57 | CODE | |
| LOW | ui/ozone/generate_ozone_platform_list.py | 58 | CODE | |
| LOW | ui/ozone/generate_ozone_platform_list.py | 59 | CODE | |
| LOW | ui/ozone/generate_constructor_list.py | 53 | CODE | |
| LOW | ui/ozone/generate_constructor_list.py | 54 | CODE | |
| LOW | ui/ozone/generate_constructor_list.py | 55 | CODE | |
| LOW | ui/chromeos/styles/semantic_css_checker_test.py | 17 | CODE | |
| LOW | ui/chromeos/styles/semantic_css_checker_test.py | 17 | CODE | |
| LOW | ui/chromeos/styles/semantic_css_checker.py | 5 | CODE | |
| LOW | ui/chromeos/styles/presubmit_support_test.py | 7 | CODE | |
| LOW | ui/webui/resources/tools/generate_code_cache_test.py | 10 | CODE | |
| LOW | ui/webui/resources/tools/bundle_js.py | 7 | CODE | |
| LOW | ui/webui/resources/tools/bundle_js.py | 10 | CODE | |
| LOW | ui/webui/resources/tools/bundle_js.py | 11 | CODE | |
| LOW | ui/webui/resources/tools/bundle_js.py | 12 | CODE | |
| LOW | ui/webui/resources/tools/bundle_js.py | 13 | CODE | |
| LOW | ui/webui/resources/tools/generate_grd_test.py | 9 | CODE | |
| LOW | ui/webui/resources/tools/generate_code_cache.py | 11 | CODE | |
| LOW | ui/events/ozone/evdev/capture_test_events.py | 9 | CODE | |
| LOW | ui/accessibility/PRESUBMIT.py | 7 | CODE | |
| LOW | ui/base/ime/generate_character_composer_data.py | 64 | CODE | |
| LOW | buildtools/checkdeps/checkdeps.py | 28 | CODE | |
| LOW | infra/config/scripts/tests/milestones_unit_test.py | 10 | CODE | |
| LOW | infra/config/migration/lib/values.py | 64 | CODE | |
| LOW | tools/omahaproxy.py | 12 | CODE | |
| LOW | tools/omahaproxy.py | 17 | CODE | |
| LOW | tools/roll_webgl_conformance.py | 6 | CODE | |
| LOW | tools/roll_webgl_conformance.py | 15 | CODE | |
| LOW | tools/check_git_config.py | 18 | CODE | |
| LOW | tools/unused-symbols-report.py | 20 | CODE | |
| LOW | tools/download_optimization_profile.py | 16 | CODE | |
| LOW | tools/download_optimization_profile.py | 19 | CODE | |
| LOW | tools/multi_process_rss.py | 20 | CODE | |
| LOW | tools/boilerplate.py | 11 | CODE | |
| LOW | tools/boilerplate.py | 11 | CODE | |
| LOW | tools/ipc_messages_log.py | 22 | CODE | |
| LOW | tools/make_gtest_filter.py | 32 | CODE | |
| LOW | tools/make_gtest_filter.py | 35 | CODE | |
| LOW | tools/sort_sources.py | 89 | CODE | |
| LOW | tools/diagnose-me.py | 9 | CODE | |
| LOW | tools/diagnose-me.py | 15 | CODE | |
| LOW | tools/yes_no.py | 5 | CODE | |
| LOW | tools/perry.py | 19 | CODE | |
| LOW | tools/perry.py | 22 | CODE | |
| LOW | tools/include_tracer.py | 15 | CODE | |
| LOW | tools/run-swarmed.py | 26 | CODE | |
| LOW | tools/check_ecs_deps/check_ecs_deps.py | 9 | CODE | |
| LOW | tools/site_compare/site_compare.py | 14 | CODE | |
| LOW | tools/site_compare/site_compare.py | 17 | CODE | |
| LOW | tools/site_compare/utils/browser_iterate.py | 21 | CODE | |
| LOW | tools/site_compare/commands/maskmaker.py | 13 | CODE | |
| LOW | tools/site_compare/commands/measure.py | 21 | CODE | |
| 2525 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | PRESUBMIT.py | 2877 | CODE | |
| LOW | PRESUBMIT.py | 3113 | CODE | |
| LOW | PRESUBMIT.py | 3255 | CODE | |
| LOW | PRESUBMIT.py | 3406 | CODE | |
| LOW | PRESUBMIT.py | 3876 | CODE | |
| LOW | PRESUBMIT.py | 3908 | CODE | |
| LOW | PRESUBMIT.py | 4118 | CODE | |
| LOW | PRESUBMIT.py | 4209 | CODE | |
| LOW | PRESUBMIT.py | 4307 | CODE | |
| LOW | PRESUBMIT.py | 4557 | CODE | |
| LOW | PRESUBMIT.py | 4832 | CODE | |
| LOW | PRESUBMIT.py | 4900 | CODE | |
| LOW | PRESUBMIT.py | 4976 | CODE | |
| LOW | PRESUBMIT.py | 5098 | CODE | |
| LOW | PRESUBMIT.py | 5455 | CODE | |
| LOW | PRESUBMIT.py | 5543 | CODE | |
| LOW | PRESUBMIT.py | 5606 | CODE | |
| LOW | PRESUBMIT.py | 5681 | CODE | |
| LOW | PRESUBMIT.py | 5964 | CODE | |
| LOW | PRESUBMIT.py | 6102 | CODE | |
| LOW | PRESUBMIT.py | 6433 | CODE | |
| LOW | PRESUBMIT.py | 6686 | CODE | |
| LOW | PRESUBMIT.py | 7086 | CODE | |
| LOW | PRESUBMIT.py | 7643 | CODE | |
| LOW | PRESUBMIT.py | 7761 | CODE | |
| LOW | PRESUBMIT.py | 7904 | CODE | |
| LOW | PRESUBMIT.py | 8044 | CODE | |
| LOW | PRESUBMIT.py | 8526 | CODE | |
| LOW | PRESUBMIT.py | 3315 | CODE | |
| LOW | PRESUBMIT.py | 4213 | CODE | |
| LOW | PRESUBMIT.py | 5393 | CODE | |
| LOW | PRESUBMIT.py | 7284 | CODE | |
| LOW | remoting/tools/zip2msi.py | 81 | CODE | |
| LOW | remoting/tools/run_multi_process_host.py | 64 | CODE | |
| LOW | remoting/tools/run_multi_process_host.py | 203 | CODE | |
| LOW | remoting/tools/verify_resources.py | 61 | CODE | |
| LOW | remoting/host/linux/configure_url_forwarder.py | 128 | CODE | |
| LOW | remoting/host/linux/linux_me2me_host.py | 1797 | CODE | |
| LOW | remoting/host/linux/linux_me2me_host.py | 2108 | CODE | |
| LOW | remoting/host/linux/linux_me2me_host.py | 2250 | CODE | |
| LOW | remoting/host/linux/linux_me2me_host.py | 916 | CODE | |
| LOW | remoting/host/linux/linux_me2me_host.py | 1433 | CODE | |
| LOW | remoting/host/linux/linux_me2me_host.py | 1637 | CODE | |
| LOW | remoting/host/installer/build-installer-archive.py | 230 | CODE | |
| LOW | remoting/test/frame_generator/frame_generator.py | 134 | CODE | |
| LOW | ui/resources/resource_check/resource_scale_factors.py | 41 | CODE | |
| LOW | ui/chromeos/styles/semantic_css_checker.py | 27 | CODE | |
| LOW | ui/file_manager/base/gn/PRESUBMIT.py | 35 | CODE | |
| LOW | ui/gl/generate_bindings.py | 2337 | CODE | |
| LOW | ui/gl/generate_bindings.py | 2585 | CODE | |
| LOW | ui/gl/generate_bindings.py | 3117 | CODE | |
| LOW | ui/gl/generate_bindings.py | 3163 | CODE | |
| LOW | ui/gl/generate_bindings.py | 3300 | CODE | |
| LOW | ui/gl/generate_bindings.py | 2682 | CODE | |
| LOW | ui/webui/resources/tools/bundle_js.py | 110 | CODE | |
| LOW | ui/webui/resources/tools/generate_grd.py | 107 | CODE | |
| LOW | ui/gfx/x/gen_xproto.py | 305 | CODE | |
| LOW | ui/gfx/x/gen_xproto.py | 492 | CODE | |
| LOW | ui/gfx/x/gen_xproto.py | 609 | CODE | |
| LOW | ui/gfx/x/gen_xproto.py | 683 | CODE | |
| 1967 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH⚡ | PRESUBMIT_test.py | 1663 | 'boolean isOsDebuggable = Build.TYPE.equals("userdebug")', | CODE |
| HIGH⚡ | PRESUBMIT_test.py | 1673 | 'boolean isOsDebuggable = Build.TYPE.equals("userdebug")' | CODE |
| HIGH⚡ | PRESUBMIT_test.py | 1678 | 'boolean isOsDebuggable = android.os.Build.TYPE.equals("userdebug")' | CODE |
| HIGH | PRESUBMIT_test.py | 5498 | MockFile('bad3.cc', ['DCHECK_IS_ON && foo']), | CODE |
| HIGH | PRESUBMIT.py | 5025 | Build.TYPE.equals('') or ''.equals(Build.TYPE) to check if | STRING |
| HIGH | ui/file_manager/base/gn/uma_enums_generate.py | 42 | 'Done. Format using: git cl format && git cl format --js ui/file_manager') | CODE |
| HIGH | ui/gfx/x/gen_xproto.py | 620 | 'if (format != 0 && format != 8 && format != 16 && format != 32) {', | CODE |
| HIGH | buildtools/reclient_cfgs/configure_reclient_cfgs.py | 167 | print(" update_depot_tools && cipd auth-login") | CODE |
| HIGH | tools/bisect_test.py | 1847 | io.BytesIO(b'{"chromium_main_branch_position": null}'), | STRING |
| HIGH | tools/metrics/structured/sync/model.py | 45 | - (optional) one or more targets. If undefined, defaults to 'chromium' | STRING |
| HIGH | tools/json_to_struct/java_element_generator.py | 16 | return indent + 'null,' | CODE |
| HIGH | tools/json_to_struct/java_element_generator.py | 39 | return indent + 'null,' | CODE |
| HIGH⚡ | tools/json_schema_compiler/js_externs_generator_test.py | 151 | * optionalLetter: (!chrome.fakeApi.Greek|undefined), | COMMENT |
| HIGH⚡ | tools/json_schema_compiler/js_externs_generator_test.py | 153 | * optionalObjArr: (!Array<!chrome.fakeApi.Bar>|undefined), | COMMENT |
| HIGH⚡ | tools/json_schema_compiler/js_externs_generator_test.py | 157 | * maybe: (number|undefined), | COMMENT |
| HIGH⚡ | tools/json_schema_compiler/js_externs_generator_test.py | 209 | * @param {function((!chrome.fakeApi.Baz|undefined)): void=} callback | COMMENT |
| HIGH⚡ | tools/json_schema_compiler/js_externs_generator_test.py | 216 | * @param {?number|undefined} num | COMMENT |
| HIGH⚡ | tools/json_schema_compiler/js_externs_generator_test.py | 219 | * @param {?SomeType|undefined} optionalSomeType | COMMENT |
| HIGH⚡ | tools/json_schema_compiler/js_externs_generator_test.py | 220 | * @param {?boolean|undefined} bool | COMMENT |
| HIGH⚡ | tools/json_schema_compiler/js_externs_generator_test.py | 221 | * @param {?chrome.fakeApi.Baz|undefined} baz | COMMENT |
| HIGH | tools/json_schema_compiler/js_externs_generator_test.py | 467 | * foo: (boolean|undefined), | COMMENT |
| HIGH | tools/json_schema_compiler/js_util.py | 71 | .Append('|undefined)', new_line=False)) | STRING |
| HIGH | tools/json_schema_compiler/js_util.py | 149 | c.Append('|undefined)', new_line=False) | STRING |
| HIGH | tools/json_schema_compiler/js_util.py | 192 | c.Append('|undefined)', new_line=False) | CODE |
| HIGH | tools/python/google/platform_utils_linux.py | 148 | return [self._bash, "-c", self._httpd_cmd_string + ' -k stop && sleep 5'] | CODE |
| HIGH | tools/python/google/platform_utils_mac.py | 145 | return [self._bash, "-c", self._httpd_cmd_string + ' -k stop && sleep 5'] | CODE |
| HIGH | tools/typescript/validate_tsconfig.py | 100 | # File manager uses ts_library() in an unsupported way. Just return true | COMMENT |
| HIGH | …ols/fuchsia/comparative_tester/generate_perf_report.py | 264 | # One of them has to be non-null, by the way ZipListsByPredicate functions | COMMENT |
| HIGH | tools/real_world_impact/real_world_impact.py | 375 | var togglingImg = null; | CODE |
| HIGH | tools/real_world_impact/real_world_impact.py | 376 | var toggleTimer = null; | CODE |
| HIGH | tools/real_world_impact/real_world_impact.py | 399 | e = e || window.event; | CODE |
| HIGH | tools/real_world_impact/real_world_impact.py | 400 | var keyCode = e.keyCode || e.which; | CODE |
| HIGH | tools/polymer/css_to_wrapper.py | 57 | let instance: CSSResultGroup|null = null; | CODE |
| HIGH | tools/grit/grit/gather/rc_unittest.py | 126 | MENUITEM "Klonk && is ""good""", ID_GONK_KLONKIS | CODE |
| HIGH | tools/grit/grit/gather/tr_html_unittest.py | 453 | if (!(w.checked || e.checked)) { o.checked=0;o.disabled=1;} else {o.disabled=0;} } | CODE |
| HIGH | tools/grit/grit/format/rc_unittest.py | 110 | MENUITEM "Klonk && is [good]", ID_GONK_KLONKIS | STRING |
| HIGH | tools/grit/grit/format/rc_unittest.py | 404 | MENUITEM "Klonk && is excellent", ID_GONK_KLONKIS | STRING |
| HIGH | tools/grit/grit/tool/transl2tc_unittest.py | 120 | self.assertTrue('XX01XX&SkraXX02XX&HaettaXX03XXThetta er "Klonk" sem eg fylaXX04XXgonkurinnXX05XXKlonk && er [good]X | CODE |
| HIGH | tools/dump_process_memory/collect_process_dump.py | 56 | 'mkdir -p %(path)s && cd %(path)s && /data/local/tmp/dump_process %(pid)d' | CODE |
| HIGH | tools/android/checkstyle/checkstyle_test.py | 401 | new AlertDialog.Builder(null); | CODE |
| HIGH | tools/android/checkstyle/remove_unused_imports.py | 23 | '$(git merge-base @{u} HEAD 2>/dev/null || echo HEAD^)'), | CODE |
| HIGH | tools/android/generate_java_test/generate_java_test.py | 78 | sActivity = sActivityTestRule.launchActivity(null); | CODE |
| HIGH⚡ | …f/contrib/system_health_scroll_jank/janky_story_set.py | 22 | window.WebSocket = undefined; | CODE |
| HIGH⚡ | …f/contrib/system_health_scroll_jank/janky_story_set.py | 23 | window.Worker = undefined; | CODE |
| HIGH⚡ | …f/contrib/system_health_scroll_jank/janky_story_set.py | 24 | window.performance = undefined;''' + override_online.ALWAYS_ONLINE | CODE |
| HIGH | tools/perf/page_sets/speedometer1_pages.py | 34 | benchmarkClient._measuredValues.push(measuredValues); | CODE |
| HIGH | tools/perf/page_sets/speedometer1_pages.py | 35 | benchmarkClient._timeValues.push(measuredValues.total); | CODE |
| HIGH | tools/perf/page_sets/speedometer1_pages.py | 58 | suite_times.push( | CODE |
| HIGH | tools/perf/page_sets/octane_pages.py | 69 | __results.push(msg); | CODE |
| HIGH | tools/perf/page_sets/jetstream2_pages.py | 58 | allScores.push(benchmark.score); | CODE |
| HIGH | tools/perf/page_sets/speedometer2_pages.py | 81 | suitesNames.push(s.name); | CODE |
| HIGH | tools/perf/page_sets/speedometer2_pages.py | 93 | suiteValues.push(measuredValues); | CODE |
| HIGH | tools/perf/page_sets/speedometer2_pages.py | 119 | suite_times.push( | CODE |
| HIGH | tools/perf/page_sets/speedometer3_pages.py | 101 | window.metrics = Object.create(null); | CODE |
| HIGH | tools/perf/page_sets/system_health/browsing_stories.py | 185 | 'document.querySelector(".message-button") != null;', | CODE |
| HIGH | tools/perf/page_sets/system_health/browsing_stories.py | 1372 | != null) | CODE |
| HIGH | tools/perf/page_sets/system_health/browsing_stories.py | 1582 | "document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null)" | STRING |
| HIGH | tools/perf/page_sets/system_health/browsing_stories.py | 1723 | "null, XPathResult.FIRST_ORDERED_NODE_TYPE, null)" | STRING |
| HIGH⚡ | tools/perf/page_sets/system_health/browsing_stories.py | 1942 | window.WebSocket = undefined; | CODE |
| HIGH⚡ | tools/perf/page_sets/system_health/browsing_stories.py | 1943 | window.Worker = undefined; | CODE |
| 239 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | ui/menus/cocoa/menu_controller.mm | 153 | // ┌───────────────┐ | COMMENT |
| MEDIUM⚡ | ui/menus/cocoa/menu_controller.mm | 158 | // ├───────────────┤ | COMMENT |
| MEDIUM⚡ | ui/menus/cocoa/menu_controller.mm | 161 | // └───────────────┘ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 99 | // ┌────────┐ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 100 | // ├────────┤ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 103 | // ├────────┤ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 104 | // └────────┘ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 239 | // ┌────────┐ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 240 | // ├────────┤ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 243 | // └────────┘ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 277 | // ┌────────┐ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 280 | // ├────────┤ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 281 | // └────────┘ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 316 | // ┌────────┐ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 319 | // ├────────┤ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 321 | // └────────┘ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 355 | // ┌───────┐ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 356 | // ├───────┤ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 361 | // └───────┘ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 401 | // ┌───────┐ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 402 | // ├───────┤ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 407 | // └───────┘ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 453 | // ┌───────┐ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 454 | // ├───────┤ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 459 | // └───────┘ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 501 | // ┌───────┐ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 502 | // ├───────┤ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 507 | // └───────┘ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 554 | // ┌────────┐ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 555 | // ├────────┤ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 558 | // └────────┘ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 787 | // ┌───┬─────────────┐ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 788 | // │ ├─────────────┤ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 791 | // └───┴─────────────┘ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 831 | // ┌───────────────┬───┐ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 832 | // ├───────────────┤ │ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 835 | // └───────────────┴───┘ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 870 | // ┏━┱───────────────┬───┐ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 871 | // ┃╳┠───────────────┤ │ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 874 | // ┗━┹───────────────┴───┘ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 916 | // ┌───┬─────────────┲━┓ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 917 | // │ ├─────────────┨╳┃ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 920 | // └───┴─────────────┺━┛ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 967 | // ┏━┱──────────────────┐ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 968 | // ┃╳┠──────────────────┤ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 970 | // ┃╳┠──────────────────┤ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 971 | // ┗━┹──────────────────┘ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 1020 | // ┌─────────────────┲━┓ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 1021 | // ├─────────────────┨╳┃ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 1023 | // ├─────────────────┨╳┃ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 1024 | // └─────────────────┺━┛ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 1069 | // ┌───┬─────────────┐ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 1070 | // │ ├─────────────┤ | COMMENT |
| MEDIUM⚡ | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 1073 | // └───┴─────────────┘ | COMMENT |
| MEDIUM | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 144 | // ┌───────┐ | COMMENT |
| MEDIUM | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 150 | // └───────┘ | COMMENT |
| MEDIUM | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 192 | // ┌───────┐ | COMMENT |
| MEDIUM | …m/ui/edge_to_edge/layout/EdgeToEdgeLayoutUnitTest.java | 198 | // └───────┘ | COMMENT |
| MEDIUM⚡ | ui/base/test/view_tree_validator_unittest.mm | 44 | // ┌────────────┬────────────┐ | COMMENT |
| MEDIUM⚡ | ui/base/test/view_tree_validator_unittest.mm | 45 | // │ │ ┌────────┐ │ | COMMENT |
| 457 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | PRESUBMIT.py | 8325 | # Create a set of changed line numbers. | STRING |
| MEDIUM | .rustfmt.toml | 1 | # This file defines the Rust style for automatic reformatting. | COMMENT |
| MEDIUM | …ting/host/installer/mac/Scripts/remoting_postflight.sh | 72 | # Create the PAM configuration unless it already exists and has been edited. | COMMENT |
| MEDIUM | …ting/host/installer/mac/Scripts/remoting_postflight.sh | 98 | # This file is auto-updated by the Chrome Remote Desktop installer. | COMMENT |
| MEDIUM | …ting/host/installer/mac/Scripts/remoting_postflight.sh | 106 | # Create a symlink from the legacy .bundle name to the new .app name. This | COMMENT |
| MEDIUM | remoting/host/installer/linux/build-deb.sh | 141 | # Create a fresh debian/changelog. | COMMENT |
| MEDIUM | remoting/test/frame_generator/frame_generator.py | 328 | # Create a new target and attach to it using the "flat" protocol. | COMMENT |
| MEDIUM | ui/webui/resources/tools/bundle_js.py | 108 | # Create the manifest file from the sourcemap generated by rollup and return the | STRING |
| MEDIUM | ui/webui/resources/tools/bundle_js.py | 190 | # Create the manifest file from the sourcemaps generated by rollup. | STRING |
| MEDIUM | ui/webui/resources/tools/bundle_js.py | 210 | # This file is dynamically created by C++. Should always be imported with | STRING |
| MEDIUM | .gemini/commands/crash/link_symbols.sh | 20 | # Create a directory for the symbols and navigate into it. | COMMENT |
| MEDIUM | tools/bisect-builds.py | 1741 | # Create a temp directory and unzip the revision into it. | COMMENT |
| MEDIUM | tools/bisect-builds.py | 2839 | # Create the AbstractBuild object. | COMMENT |
| MEDIUM | tools/metrics/python_support/setup_modules_lib_test.py | 38 | # Create a readable name for the test output | COMMENT |
| MEDIUM | tools/metrics/python_support/dependency_solver_test.py | 18 | # Create a temporary directory for each test to ensure isolation | COMMENT |
| MEDIUM | tools/metrics/actions/PRESUBMIT_test.py | 88 | # Create a mock error object to be returned by PresubmitError | COMMENT |
| MEDIUM | tools/metrics/actions/suffixes_to_variants.py | 194 | # Create an inline <token> node. | COMMENT |
| MEDIUM | tools/metrics/histograms/merge_xml.py | 78 | # Create the combined <histograms> tag. | COMMENT |
| MEDIUM | tools/metrics/histograms/merge_xml.py | 103 | # Create the combined <histogram_suffixes_list> tag. | COMMENT |
| MEDIUM | tools/metrics/histograms/find_unmapped_histograms.py | 191 | # The following function name suffixes are not defined in //base/metrics. | STRING |
| MEDIUM | …ls/metrics/histograms/presubmit_bad_message_reasons.py | 22 | # This function is called once per bad_message.h-containing directory. Check | COMMENT |
| MEDIUM | tools/tracing/symbolize_trace.py | 45 | # Create a temp dir if output dir is not provided. | COMMENT |
| MEDIUM | tools/clang/unsafe_pragma_rewriter/fix_unsafe.py | 39 | # Define the macros to be inserted | COMMENT |
| MEDIUM | tools/clang/spanify/gnconfigs.py | 7 | # This file contains a couple dictionaries of useful GN args we need in various | COMMENT |
| MEDIUM | tools/clang/spanify/project.py | 5 | # This file contains the metadata for all projects supported by the spanify tool. | COMMENT |
| MEDIUM | tools/clang/scripts/package.py | 658 | # Create main archive. | COMMENT |
| MEDIUM | tools/clang/scripts/update.py | 314 | # This file is created by first class GCS deps. If this file exists, | COMMENT |
| MEDIUM | tools/json_to_struct/element_generator.py | 65 | # Create a new array variable and use it in the structure initializer. | COMMENT |
| MEDIUM | tools/json_schema_compiler/idl_schema.py | 15 | # This file is a peer to json_schema.py. Each of these files understands a | COMMENT |
| MEDIUM | tools/json_schema_compiler/model.py | 809 | # Create a dummy object to parse "manifest_keys" as a type. | COMMENT |
| MEDIUM | tools/json_schema_compiler/model.py | 815 | # Create a Type instance for the manifest keys object. | COMMENT |
| MEDIUM | tools/json_schema_compiler/web_idl_schema.py | 17 | # This file is a peer to json_schema.py and idl_schema.py. Each of these files | COMMENT |
| MEDIUM | …s/json_schema_compiler/ppapi/generators/idl_outfile.py | 161 | # Create the file and write to it | COMMENT |
| MEDIUM | tools/json_schema_compiler/ppapi/generators/idl_node.py | 43 | # This class implements the AST tree, providing the associations between | COMMENT |
| MEDIUM | tools/gn/bootstrap/bootstrap.py | 6 | # This file isn't officially supported by the Chromium project. It's maintained | COMMENT |
| MEDIUM | tools/translation/upload_screenshots.py | 233 | # Creating a standard gsutil object, assuming there are depot_tools | COMMENT |
| MEDIUM | tools/translation/helper/sanity_check.py | 50 | # This file is intentionally missing an include, skip it. | COMMENT |
| MEDIUM | tools/python/google/platform_utils_win.py | 177 | # This method is specific to windows, expected to be used only by *_win.py | COMMENT |
| MEDIUM | tools/win/linker_verbose_tracking.py | 112 | # Create a list to hold all of the references to this symbol | COMMENT |
| MEDIUM | tools/rust/package_rust.py | 84 | # Create main archive. | COMMENT |
| MEDIUM | tools/rust/build_rust.py | 853 | # The above function exits and prints the actual hash if | COMMENT |
| MEDIUM | tools/rust/build_rust.py | 921 | # The above function exits and prints the actual hash if | COMMENT |
| MEDIUM | tools/autotest/autotest_test.py | 145 | # Create the C++ wrapper containing references to the JS files | COMMENT |
| MEDIUM | tools/autotest/autotest_test.py | 153 | # Create the TS test files | COMMENT |
| MEDIUM | tools/grit/grit/format/html_inline_unittest.py | 102 | # Create an HTML file that attempts to inline a generated JS file. | COMMENT |
| MEDIUM | tools/grit/grit/tool/resize.py | 284 | # Create the resource.h file | STRING |
| MEDIUM | tools/grit/grit/tool/android2grd.py | 217 | # Create an output element for each language. | COMMENT |
| MEDIUM | tools/disable_tests/integration_test.py | 138 | """This class represents a data-driven integration test. | STRING |
| MEDIUM | …ols/generate_library_loader/generate_library_loader.py | 164 | # Create a unique prefix, e.g. for header guards. | STRING |
| MEDIUM | tools/utr/output_adapter.py | 38 | # Create a logger that avoids rich formatting as we can't control recipe | COMMENT |
| MEDIUM | tools/bedrock/bedrock_metrics_test.py | 17 | # Create a temporary directory for test files. | COMMENT |
| MEDIUM | tools/bedrock/bedrock_metrics.py | 282 | # Define the JSON data. | COMMENT |
| MEDIUM | tools/mac/symbolicate_crash.py | 173 | # Create a stack frame with the information extracted from the regex. | COMMENT |
| MEDIUM | tools/mac/symbolicate_crash.py | 238 | # Create the stack frame with the information extracted from the regex. | COMMENT |
| MEDIUM⚡ | tools/mac/symbolicate_crash.py | 269 | # Create a regex to match the lines of format: | COMMENT |
| MEDIUM | tools/mac/symbolicate_crash.py | 295 | # Create the collection and initialize it with empty lists for each image. | COMMENT |
| MEDIUM | tools/mac/power/export_dtrace.py | 185 | # Define the format for DTrace stacks filenames. | COMMENT |
| MEDIUM | tools/mac/power/plug.py | 36 | # Create the event loop | COMMENT |
| MEDIUM | tools/mac/power/plug.py | 40 | # Create the strip controller | COMMENT |
| MEDIUM | tools/mb/mb.py | 1184 | # Create a reverse map from isolate label to isolate dict. | COMMENT |
| 440 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | PRESUBMIT.py | 95 | # Web test harness. | COMMENT |
| LOW | remoting/host/linux/linux_me2me_host.py | 250 | # we just return False to indicate an unsupported platform. The user can still | COMMENT |
| MEDIUM | …_manager/integration_tests/file_manager/file_dialog.ts | 865 | // Note these tests use the suggestedName field as a robust way to simulate a | COMMENT |
| MEDIUM | …/file_manager/foreground/js/ui/banners/state_banner.ts | 66 | // element to leverage the href tag on the element to have a URL opened. | COMMENT |
| MEDIUM | …manager/foreground/js/ui/banners/educational_banner.ts | 115 | // element to leverage the href tag on the element to have a URL opened. | COMMENT |
| MEDIUM | …ile_manager/foreground/js/ui/banners/warning_banner.ts | 81 | // element to leverage the href tag on the element to have a URL opened. | COMMENT |
| MEDIUM | …manager/file_manager/common/js/entry_utils_unittest.ts | 174 | // If we delve directories only one level, found entries should be 5. | COMMENT |
| MEDIUM | ui/android/texture_compressor/selectors.rs | 85 | // Use fold to compute minimum. Essentially a vector version of min_by_key. | COMMENT |
| MEDIUM | ui/gl/generate_bindings.py | 2718 | # TODO(jmadill): make more robust | STRING |
| MEDIUM | ui/gl/android/surface_texture.h | 33 | // being referenced from the callback, the only robust way here is to create | COMMENT |
| MEDIUM | …ources/cr_components/search/audio_processor.service.ts | 48 | // Set the default smoothing to 0 to utilize the Chrome custom smoother. | COMMENT |
| MEDIUM | ui/display/types/display_constants.h | 132 | // Whether a configuration should be seamless or full. Full configuration may | COMMENT |
| MEDIUM | ui/display/types/native_display_delegate.h | 107 | // Get a description of supported seamless refresh rates for the display with | COMMENT |
| MEDIUM | ui/display/manager/display_configurator.h | 260 | // seamless modeset to a refresh rate returned from here succeeds at one time, | COMMENT |
| MEDIUM | ui/display/manager/display_configurator.h | 263 | // there is a full modeset, or when a seamless refresh rate change fails, to | COMMENT |
| MEDIUM | ui/display/manager/display_configurator.h | 325 | // seamless configuration change as needed. | COMMENT |
| MEDIUM | ui/display/manager/display_configurator.h | 329 | // schedule a seamless configuration change if needed. If a display is not in | COMMENT |
| MEDIUM | ui/display/manager/configure_displays_task.h | 171 | // Whether this request should be seamless or not (i.e. should a full modeset | COMMENT |
| MEDIUM | ui/events/test/event_generator.h | 159 | // Dispatch through the application. Least robust. | COMMENT |
| MEDIUM | ui/events/test/event_generator.h | 164 | // based on event type. Most robust. | COMMENT |
| MEDIUM | ui/accessibility/ax_position.h | 4409 | // Essentially, the question we need to answer is: "When are two non | COMMENT |
| MEDIUM | ui/views/widget/any_widget_observer.h | 82 | // This allows you to create a test that is robust even if | COMMENT |
| MEDIUM | ui/views/widget/widget.h | 629 | // robust against widgets being destroyed during iteration. | COMMENT |
| MEDIUM | ui/views/controls/image_view.h | 72 | // there is no existing rep of `scale`, we will utilize the image resize | COMMENT |
| MEDIUM | ui/views/window/dialog_delegate.h | 470 | // Essentially it prevents clicks that happen within a user's double click | COMMENT |
| MEDIUM | ui/views/window/dialog_client_view.h | 85 | // Essentially it prevents clicks that happen within a user's double click | COMMENT |
| MEDIUM | ui/views/accessibility/ax_virtual_view.h | 51 | // Some composite widgets such as tree and table views may utilize lightweight | COMMENT |
| MEDIUM | ui/views/accessibility/view_accessibility.h | 467 | // such as screen readers, may utilize this information to transition focus | COMMENT |
| MEDIUM | ui/gfx/platform_font_mac.mm | 486 | // initialize |height_|. However, it has a silly rounding bug. Essentially, it | COMMENT |
| MEDIUM | ui/gfx/interpolated_transform.h | 235 | // Represents an animated transform with a transformed origin. Essentially, | COMMENT |
| MEDIUM | ui/gfx/mac/coordinate_conversion_unittest.mm | 20 | // value for robust tests. | COMMENT |
| MEDIUM | crypto/unexportable_key.h | 232 | // interfaces to the secure hardware may not be robust. See |GetWrappedKey|. | COMMENT |
| LOW | infra/config/migration/lib/migrate_targets.py | 426 | # remove the name attribute, then we can just use the kind filter for | COMMENT |
| LOW | infra/config/migration/lib/buildozer.py | 88 | # don't raise an exception, instead just return False to indicate the failure. | COMMENT |
| MEDIUM | tools/site_compare/site_compare.py | 123 | # robust enough. Change this after deciding exactly what we want to | COMMENT |
| MEDIUM | tools/site_compare/scrapers/firefox/firefox2.py | 23 | # locations, 2) uses sleep() statements rather than more robust checks, | COMMENT |
| MEDIUM | tools/tracing/symbol_fetcher.py | 121 | # |os.path.join| to utilize the correct slash for the system. | COMMENT |
| LOW | tools/clang/scripts/package.py | 152 | # again just use that. | COMMENT |
| LOW | tools/clang/scripts/apply_edits.py | 189 | # beginning of a line, then don't skip anything and just return `index`. | STRING |
| LOW | tools/clang/scripts/apply_edits.py | 193 | # Is the previous line a non-comment? If so, just return `index`. | STRING |
| MEDIUM | tools/crates/gnrt/lib/crates.rs | 121 | // For convenience, leverage semver::VersionReq for parsing even | COMMENT |
| LOW | tools/json_schema_compiler/compiler.py | 270 | # TODO(sashab): Could also just use file_paths[0] here and not complain. | COMMENT |
| MEDIUM | tools/json_schema_compiler/cc_generator.py | 617 | # For CHOICES, we leverage the specialized helper in manifest_parse_util. | COMMENT |
| MEDIUM | tools/json_schema_compiler/manifest_parse_util.h | 296 | // Here, we leverage the existing "parse from value" logic generated for C++ | COMMENT |
| LOW | tools/json_schema_compiler/web_idl_schema.py | 427 | # file. For custom types we just add a '$ref' with the type name, | COMMENT |
| LOW | tools/json_schema_compiler/web_idl_schema.py | 744 | # should be able to just use the 'returns' field with 'type' = 'promise' | COMMENT |
| LOW | tools/rust/update_rust.py | 128 | # simply call DownloadAndUnpack() every time: aside from unnecessarily | COMMENT |
| LOW | tools/autotest/finders/file_finder.py | 499 | # If the modified file is ALREADY a test file, just add it directly. | COMMENT |
| MEDIUM | tools/polymer/css_to_wrapper.py | 274 | # extract the CSS content from, to facilitate migration without having to | STRING |
| LOW | tools/grit/grit/xtb_reader.py | 110 | # We are inside a <translation> node so just add the characters to our | COMMENT |
| LOW | tools/grit/grit/format/html_inline.py | 536 | # no more dependencies would be discovered anyway, so just return early. | COMMENT |
| LOW | tools/disable_tests/conditions.py | 70 | # TODO: We could probably just use object identity here (and for __hash__), | COMMENT |
| LOW | tools/disable_tests/disable.py | 203 | # Web tests just use the filename as the test name, so don't mess with it. | COMMENT |
| LOW | tools/disable_tests/gtest.py | 426 | # If not then just return the LHS. | COMMENT |
| LOW | tools/disable_tests/gtest.py | 465 | # Otherwise this is a terminal, so just return it. | COMMENT |
| LOW | tools/disable_tests/gtest.py | 614 | # just return the original file contents and forgo formatting. | COMMENT |
| LOW | tools/utr/cipd.py | 31 | # to interference. (ie: `gclient sync` wiping out the bundle.) So just use | COMMENT |
| LOW⚡ | tools/mac/symbolicate_crash.py | 259 | # Otherwise, this frame could not be matched and just use the raw input. | COMMENT |
| MEDIUM⚡ | tools/mac/symbolicate_crash.py | 264 | """Parses out the binary images section in order to get the load offset.""" | STRING |
| LOW | tools/mac/symbolicate_crash.py | 410 | # If symbolication failed, just use the original line. | COMMENT |
| 451 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | PRESUBMIT.py | 4357 | def _GetJSONParseError(input_api, filename, eat_comments=True): | CODE |
| LOW | PRESUBMIT.py | 4037 | except Exception as e: | CODE |
| LOW | PRESUBMIT.py | 7524 | except Exception as e: | CODE |
| LOW | PRESUBMIT.py | 7742 | except Exception as e: | CODE |
| MEDIUM⚡ | remoting/tools/run_multi_process_host.py | 345 | print("Error: --terminate-sessions must be run with sudo.") | CODE |
| MEDIUM⚡ | remoting/tools/run_multi_process_host.py | 354 | print(f"Error: Output directory not found: {args.out_dir}") | CODE |
| MEDIUM⚡ | remoting/tools/run_multi_process_host.py | 359 | print("Error: Must be run as root in elevated mode.") | CODE |
| MEDIUM⚡ | remoting/tools/run_multi_process_host.py | 362 | print("Error: --user-home is required in elevated mode.") | CODE |
| MEDIUM⚡ | remoting/tools/run_multi_process_host.py | 368 | print("Error: Do not run this script directly with sudo. " | CODE |
| LOW | remoting/tools/remote_test_helper/jsonrpclib.py | 297 | except Exception: | CODE |
| LOW | remoting/tools/wdotool/wdotool.py | 164 | except Exception as err: | CODE |
| MEDIUM | remoting/host/linux/linux_me2me_host.py | 220 | def display_manager_is_gdm(): | CODE |
| LOW | remoting/host/linux/linux_me2me_host.py | 1512 | except Exception as e: | CODE |
| LOW | remoting/host/linux/linux_me2me_host.py | 1949 | except Exception as e: | CODE |
| LOW | remoting/test/frame_generator/frame_generator.py | 186 | except Exception: | CODE |
| LOW | remoting/test/frame_generator/frame_generator.py | 200 | except Exception: | CODE |
| MEDIUM | remoting/test/frame_generator/frame_generator.py | 303 | print(f"Error: Chrome binary not found at {chrome_path}", | CODE |
| MEDIUM | remoting/test/frame_generator/frame_generator.py | 310 | print(f"Error: Scenario file not found at {scenario_path}", | CODE |
| LOW | …/resources/tools/lit_template_formatter/diff_helper.py | 29 | except Exception as e: | CODE |
| MEDIUM | …/resources/tools/lit_template_formatter/diff_helper.py | 30 | print(f"Error reading files: {e}", file=sys.stderr) | CODE |
| LOW | buildtools/checkdeps/builddeps.py | 125 | except Exception as e: | CODE |
| LOW | tools/omahaproxy.py | 27 | except Exception as e: | CODE |
| MEDIUM | tools/omahaproxy.py | 28 | print('Error: could not load %s\n\n%s' % (URL, str(e))) | CODE |
| MEDIUM | tools/omahaproxy.py | 87 | print('Error: unable to find %s for Chrome %s %s.' % (opts.field, opts.os, | CODE |
| MEDIUM | tools/omahaproxy.py | 24 | def main(): | CODE |
| LOW | tools/check_git_config.py | 163 | except Exception: | CODE |
| LOW | tools/check_git_config.py | 206 | except Exception: | CODE |
| LOW | tools/check_git_config.py | 359 | except Exception: | CODE |
| LOW | tools/check_git_config.py | 534 | except Exception: | CODE |
| MEDIUM | tools/auto-nav.py | 55 | print('Error importing required modules. Run with vpython3 instead of ' | CODE |
| MEDIUM | tools/auto-nav.py | 171 | print('Error getting browser process ID for IdleWakeups.') | CODE |
| LOW | tools/bisect-builds.py | 1383 | except Exception as e: | CODE |
| LOW | tools/bisect-builds.py | 1759 | except Exception: | CODE |
| LOW | tools/bisect-builds.py | 2090 | except Exception: | CODE |
| LOW | tools/bisect-builds.py | 2346 | except Exception as e: | CODE |
| MEDIUM | tools/bisect-builds.py | 2341 | def _IsWebViewProvider(apk_helper_instance): | CODE |
| LOW | tools/run-swarmed.py | 60 | except Exception as e: | CODE |
| LOW | tools/metrics/PRESUBMIT.py | 242 | except Exception as e: | CODE |
| LOW | tools/metrics/python_support/setup_modules_lib_test.py | 59 | except Exception as e: | CODE |
| LOW | tools/metrics/common/presubmit_util.py | 80 | except Exception: | CODE |
| LOW | tools/metrics/common/presubmit_util.py | 247 | except Exception as e: | CODE |
| LOW | tools/metrics/common/presubmit_util.py | 256 | except Exception as e: | CODE |
| LOW | tools/metrics/actions/extract_actions.py | 429 | except Exception as e: | CODE |
| MEDIUM | tools/metrics/actions/extract_actions.py | 430 | print('Error encountered for path %s' % path) | CODE |
| LOW | tools/metrics/actions/PRESUBMIT.py | 210 | except Exception as e: | CODE |
| LOW | tools/cygprofile/generate_orderfile_full.py | 473 | except Exception as e: | CODE |
| LOW | tools/cygprofile/generate_orderfile_full.py | 522 | except Exception as e: | CODE |
| LOW | tools/cygprofile/generate_orderfile_full.py | 564 | except Exception as e: | CODE |
| LOW | tools/cygprofile/generate_orderfile_full.py | 612 | except Exception as e: | CODE |
| MEDIUM | tools/ininja/ininja.py | 93 | print(f"Error running 'git status': {e}") | CODE |
| MEDIUM⚡ | tools/ininja/ininja.py | 152 | print("Error: 'autoninja' command not found.") | CODE |
| LOW⚡ | tools/ininja/ininja.py | 155 | except Exception as e: | CODE |
| MEDIUM⚡ | tools/ininja/ininja.py | 156 | print(f"An error occurred while running autoninja: {e}") | CODE |
| LOW | tools/tracing/metadata_extractor.py | 187 | except Exception: | CODE |
| LOW | tools/tracing/metadata_extractor.py | 196 | except Exception: | CODE |
| LOW | tools/tracing/metadata_extractor.py | 219 | except Exception: | CODE |
| MEDIUM | tools/infra/clobber_cache_utils.py | 55 | print(f"Error getting bot states: {e}") | CODE |
| LOW | tools/clang/pylib/clang/plugin_testing.py | 115 | except Exception as e: | CODE |
| MEDIUM | tools/clang/pylib/clang/plugin_testing.py | 106 | def RunOneTest(self, test_name, cmd): | CODE |
| LOW | …s/clang/unsafe_pragma_rewriter/remove_unsafe_pragma.py | 24 | except Exception as e: | CODE |
| 825 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …compositor/test/multi_layer_animator_test_controller.h | 48 | // NOTE: This function will NOT progress LayerAnimationSequences that are | COMMENT |
| LOW⚡ | ui/android/texture_compressor/lib.rs | 72 | // Step 1: make each u16 codeword big-endian | COMMENT |
| LOW | ui/webui/resources/tools/build_webui_watcher.js | 72 | // Step 1: Verify targets exist. | COMMENT |
| LOW⚡ | ui/webui/resources/tools/build_webui_watcher.js | 94 | // Step 2: Build 'chrome' target once | COMMENT |
| LOW⚡ | ui/webui/resources/tools/build_webui_watcher.js | 103 | // Step 3: Listen for file changes. | COMMENT |
| LOW | ui/webui/resources/tools/lit_template_formatter/main.js | 32 | // Step 1: Extract and process template content | COMMENT |
| LOW | ui/webui/resources/tools/lit_template_formatter/main.js | 47 | // Step 2: Prepare HTML AST and collect metadata | COMMENT |
| LOW | ui/webui/resources/tools/lit_template_formatter/main.js | 65 | // Step 3: Format TS expressions using collected metadata | COMMENT |
| LOW⚡ | ui/webui/resources/tools/lit_template_formatter/main.js | 83 | // Step 5: Write rest of file to temp file, run clang-format. | COMMENT |
| LOW⚡ | ui/webui/resources/tools/lit_template_formatter/main.js | 90 | // Step 6: Reconstruction | COMMENT |
| LOW⚡ | ui/webui/resources/tools/codemods/lit_migration.js | 66 | // Step 1: Replace Classes, Mixins and URLs. | COMMENT |
| LOW⚡ | ui/webui/resources/tools/codemods/lit_migration.js | 71 | // Step 2: Replace getTemplate import. | COMMENT |
| LOW⚡ | ui/webui/resources/tools/codemods/lit_migration.js | 77 | // Step 3: Replace 'getTemplate()' calls. | COMMENT |
| LOW⚡ | ui/webui/resources/tools/codemods/lit_migration.js | 80 | // Step 4: Replace 'static get properties() {...}' | COMMENT |
| LOW | ui/views/bubble/bubble_dialog_delegate_view.h | 525 | // NOTE: This function should not be called in ozone platforms where global | COMMENT |
| LOW | ui/views/input_protection/README.md | 94 | ### Step 1: Configure the Protector | COMMENT |
| LOW | ui/views/input_protection/README.md | 139 | ### Step 2: Query the Protector | COMMENT |
| LOW | ui/views/actions/README.md | 23 | #### Step 1: Create the ActionViewInterface | COMMENT |
| LOW | ui/views/actions/README.md | 45 | #### Step 2: Override View::GetActionViewInterface | COMMENT |
| LOW | ui/gfx/image/image_skia.h | 37 | // NOTE: This class should *not* be used to store multiple logical sizes of an | COMMENT |
| LOW⚡ | .gemini/commands/cr/gerrit/fix-review-comments.toml | 5 | ## Step 1: Fetch Comments | COMMENT |
| LOW⚡ | .gemini/commands/cr/gerrit/fix-review-comments.toml | 13 | ## Step 2: Familiarize yourself with the change | COMMENT |
| LOW⚡ | .gemini/commands/cr/gerrit/fix-review-comments.toml | 17 | ## Step 3: Make Changes | COMMENT |
| LOW⚡ | .gemini/commands/cr/gerrit/fix-review-comments.toml | 25 | ## Step 4: Finish Up | COMMENT |
| LOW⚡ | tools/clang/scripts/analyze_includes.py | 310 | # Step 1: Initialization. | COMMENT |
| LOW⚡ | tools/clang/scripts/analyze_includes.py | 314 | # Step 2: Compute semidominators. | COMMENT |
| LOW⚡ | tools/clang/scripts/analyze_includes.py | 323 | # Step 3: Implicitly define the immediate dominator for each node. | COMMENT |
| LOW⚡ | tools/clang/scripts/analyze_includes.py | 329 | # Step 4: Explicitly define the immediate dominator for each node. | COMMENT |
| LOW⚡ | tools/flags/generate_clank_feature_flag.py | 523 | # Step 7: Add flag-metadata portion | COMMENT |
| LOW⚡ | tools/flags/generate_clank_feature_flag.py | 550 | # Step 13: Give confirmation | COMMENT |
| LOW | tools/flags/generate_clank_feature_flag.py | 270 | # Step 3: Add Java-side functional component | COMMENT |
| LOW | tools/flags/generate_clank_feature_flag.py | 330 | # Step 4: Add C++-side functional component | COMMENT |
| LOW | tools/flags/generate_clank_feature_flag.py | 445 | # Step 5: Add about_flags portion | COMMENT |
| LOW | tools/flags/generate_clank_feature_flag.py | 462 | # Step 6: Add flag_descriptions portion | COMMENT |
| LOW | tools/flags/generate_clank_feature_flag.py | 535 | # Step 12: Run generate_flag_enums.py | COMMENT |
| LOW | tools/pervasive_resources/README.md | 10 | ## Step 1 - Query for candidate URLs | COMMENT |
| LOW⚡ | tools/pervasive_resources/README.md | 51 | ## Step 2 - Filter candidates based on requirements | COMMENT |
| LOW⚡ | tools/pervasive_resources/README.md | 58 | ## Step 3 - Identify static URLs | COMMENT |
| LOW⚡ | tools/pervasive_resources/README.md | 60 | ## Step 4 - Identify patterns | COMMENT |
| LOW | …traffic_annotation/scripts/update_annotations_sheet.py | 261 | # Step 1: Compare old and new contents, generate add/remove requests so that | COMMENT |
| LOW | …traffic_annotation/scripts/update_annotations_sheet.py | 303 | # Step 2: Compare cells of old and new contents, issue requests to update | COMMENT |
| LOW | …t_enum_value_checker/strict_enum_value_checker_test.py | 84 | # NOTE: This method is a copy of ChangeContents method of AffectedFile in | COMMENT |
| LOW | tools/binary_size/libsupersize/native.py | 333 | # Step 1: Create list of (index_of_symbol, name_list). | COMMENT |
| LOW | tools/binary_size/libsupersize/native.py | 373 | # Step 2: Create new symbols as siblings to each existing one. | COMMENT |
| LOW | net/ssl/ssl_config_service.h | 136 | // NOTE: This method should only be called when `ech_enabled` is true in | COMMENT |
| LOW | net/http/http_vary_data.h | 42 | // NOTE: This class does not hold onto the contents of the Vary header. | COMMENT |
| LOW | net/socket/ssl_server_socket.h | 5 | // NOTE: This class is provided to support existing Chromium consumers; it is | COMMENT |
| LOW | chromeos/tast_control_disabled_tests.txt | 9 | # WARNING: This may cause unexpected disablement and is strongly discouraged. | COMMENT |
| LOW | chromeos/ime/input_methods.txt | 1 | # WARNING: This is a deprecated config file. This file no longer contains | COMMENT |
| LOW | …s/ash/components/network/network_handler_test_helper.h | 19 | // NOTE: This class is intended for use in tests that use NetworkHandler::Get() | COMMENT |
| LOW | …ash/components/network/proxy/ui_proxy_config_service.h | 26 | // NOTE: This class must be rebuilt with the primary user's profile prefs when | COMMENT |
| LOW | …omeos/ash/components/quick_start/quick_start_message.h | 42 | // NOTE: This function must be called in a process isolated from the | COMMENT |
| LOW⚡ | …ts/projects/code-health/accessibility-cleanup/SKILL.md | 42 | ### Step 1: Workspace Preparation | COMMENT |
| LOW⚡ | …ts/projects/code-health/accessibility-cleanup/SKILL.md | 48 | ### Step 2: Discovery & Batch Selection | COMMENT |
| LOW⚡ | …ts/projects/code-health/accessibility-cleanup/SKILL.md | 54 | ### Step 3: Refactoring & Implementation | COMMENT |
| LOW⚡ | …ts/projects/code-health/accessibility-cleanup/SKILL.md | 70 | ### Step 4: Validation | COMMENT |
| LOW⚡ | …ts/projects/code-health/accessibility-cleanup/SKILL.md | 79 | ### Step 5: Verification | COMMENT |
| LOW⚡ | …ts/projects/code-health/accessibility-cleanup/SKILL.md | 83 | ### Step 6: Bug Tracking | COMMENT |
| LOW⚡ | …ts/projects/code-health/accessibility-cleanup/SKILL.md | 91 | ### Step 7: Submission | COMMENT |
| LOW⚡ | agents/projects/code-health/histogram-cleanup/SKILL.md | 65 | ### Step 1: Workspace Preparation | COMMENT |
| 509 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | remoting/host/file_transfer/file_operations.h | 55 | // data as requested, but there may be cases where less data is returned. | COMMENT |
| HIGH | …ssibility/platform/ax_platform_tree_manager_delegate.h | 39 | // Carries out an action on a specific UI element as requested by an assistive | COMMENT |
| HIGH | ui/base/x/x11_drag_drop_client.h | 220 | // The operation bitfield as requested by StartDragAndDrop. | COMMENT |
| HIGH | ui/touch_selection/touch_selection_controller.h | 146 | // Ticks an active animation, as requested to the client by |SetNeedsAnimate|. | COMMENT |
| HIGH | ui/touch_selection/touch_handle.h | 125 | // Ticks an active animation, as requested to the client by |SetNeedsAnimate|. | COMMENT |
| HIGH | tools/ininja/ininja.py | 53 | changes, not generated by Gemini." | STRING |
| HIGH⚡ | net/base/net_error_list.h | 353 | // Failed to set the socket's receive buffer size as requested. | COMMENT |
| HIGH⚡ | net/base/net_error_list.h | 356 | // Failed to set the socket's send buffer size as requested. | COMMENT |
| HIGH⚡ | net/base/net_error_list.h | 359 | // Failed to set the socket's receive buffer size as requested, despite success | COMMENT |
| HIGH⚡ | net/base/net_error_list.h | 363 | // Failed to set the socket's send buffer size as requested, despite success | COMMENT |
| HIGH | chromeos/printing/ppd_metadata_manager.h | 33 | // * upon success, ParsedPrinters as requested. | COMMENT |
| HIGH | printing/backend/cups_printer.h | 58 | // Retrieves information from CUPS printer objects as requested. This class | COMMENT |
| HIGH | agents/prompts/projects/spanification/run.py | 401 | # Read the summary.json file generated by gemini. | COMMENT |
| HIGH | …ile_system_access/file_system_access_watcher_manager.h | 84 | // error if the given file or directory cannot be watched as requested. | COMMENT |
| HIGH | …t/public/browser/browser_child_process_host_delegate.h | 37 | // Binds an interface receiver in the host process, as requested by the child | COMMENT |
| HIGH | content/public/browser/child_process_host_delegate.h | 35 | // Binds an interface receiver in the host process, as requested by the child | COMMENT |
| HIGH | docs/security/faq.md | 903 | valid report. Before submitting a report generated by AI please ensure you have | CODE |
| HIGH | docs/security/ai-generated-security-bugs-faq.md | 1 | # AI-generated security bugs FAQ | COMMENT |
| HIGH | docs/security/ai-generated-security-bugs-faq.md | 7 | influx of security bugs generated by AI models, both externally submitted (via | CODE |
| HIGH | docs/security/ai-generated-security-bugs-faq.md | 104 | ## Do AI-generated security bugs have special requirements around being made public? | COMMENT |
| HIGH | extensions/renderer/api/runtime_hooks_delegate.h | 28 | // Returns an absolute url for a path inside of an extension, as requested | COMMENT |
| HIGH | extensions/browser/api/runtime/runtime_api.h | 68 | // restartAfterDelay API. It failed to be scheduled as requested, and was | COMMENT |
| HIGH | components/favicon/core/favicon_database.h | 141 | // Mark all bitmaps of type ON_DEMAND at `icon_url` as requested at `time`. | COMMENT |
| HIGH | …vice_signals/core/system_signals/file_system_service.h | 32 | // Collects and returns the file system items' signals as requested by | COMMENT |
| HIGH | …nents/leveldb_proto/internal/proto_database_selector.h | 29 | // underlying database as unique or shared as requested. | COMMENT |
| HIGH | …ponents/previous_session_info/previous_session_info.mm | 648 | // Store only URL origin (not whole URL spec) as requested by Privacy Team. | COMMENT |
| HIGH | components/policy/core/common/policy_types.h | 153 | // Policy fetched as requested by the user, e.g. through chrome://policy. | COMMENT |
| HIGH | …k/web_tests/wpt_internal/reporting/resources/report.py | 55 | # Delete reports as requested | COMMENT |
| HIGH | …k/web_tests/external/wpt/reporting/resources/report.py | 50 | # Delete reports as requested | COMMENT |
| HIGH | …web_tests/touchadjustment/resources/touchadjustment.js | 144 | // Adjust the touch point as requested. | COMMENT |
| HIGH⚡ | …rc/core/ext/transport/cronet/transport/cronet_status.h | 362 | // Failed to set the socket's receive buffer size as requested. | COMMENT |
| HIGH⚡ | …rc/core/ext/transport/cronet/transport/cronet_status.h | 365 | // Failed to set the socket's send buffer size as requested. | COMMENT |
| HIGH⚡ | …rc/core/ext/transport/cronet/transport/cronet_status.h | 368 | // Failed to set the socket's receive buffer size as requested = despite | COMMENT |
| HIGH⚡ | …rc/core/ext/transport/cronet/transport/cronet_status.h | 373 | // Failed to set the socket's send buffer size as requested = despite success | COMMENT |
| HIGH | …grpc/source/src/cpp/server/secure_server_credentials.h | 57 | // to be used with any creds type as requested in #21589 or (b) find a way to | COMMENT |
| HIGH | …arty/crashpad/crashpad/util/stdlib/aligned_allocator.h | 39 | //! \brief A standard allocator that aligns its allocations as requested, | COMMENT |
| HIGH | …_party/closure_library/closure/goog/a11y/aria/roles.js | 20 | * This is auto-generated code. Do not manually edit! For more details | COMMENT |
| HIGH | …y/closure_library/closure/goog/a11y/aria/attributes.js | 21 | * This is auto-generated code. Do not manually edit! For more details | COMMENT |
| HIGH | …y/closure_library/closure/goog/a11y/aria/datatables.js | 21 | * This is auto-generated code. Do not manually edit! | COMMENT |
| HIGH⚡ | third_party/libvpx/include/elf.h | 39 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | third_party/libvpx/include/elf.h | 44 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | third_party/libvpx/include/elf.h | 49 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | third_party/libvpx/include/elf.h | 54 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | third_party/libvpx/include/elf.h | 59 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | third_party/libvpx/include/elf.h | 64 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | third_party/libvpx/include/elf.h | 69 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | third_party/libvpx/include/elf.h | 74 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | third_party/libvpx/include/elf.h | 79 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | third_party/libvpx/include/elf.h | 84 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | third_party/libvpx/include/elf.h | 89 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | third_party/libvpx/include/elf.h | 94 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | third_party/libvpx/include/elf.h | 99 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | third_party/libvpx/include/elf.h | 104 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | third_party/libvpx/include/elf.h | 109 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | third_party/libvpx/include/elf.h | 114 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | third_party/libvpx/include/elf.h | 119 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | third_party/libvpx/include/elf.h | 124 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | third_party/libvpx/include/elf.h | 129 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | third_party/libvpx/include/elf.h | 134 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | third_party/libvpx/include/elf.h | 139 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| 79 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | remoting/tools/remote_test_helper/jsonrpclib.py | 146 | Parse an HTTP response object and return the JSON object. Args: response: An HTTP response object. Returns: | STRING |
| HIGH | remoting/host/linux/linux_me2me_host.py | 2086 | Wrapper around os.waitpid() which waits until either a child process dies or the deadline elapses. Args: pid: P | STRING |
| HIGH | remoting/host/linux/linux_me2me_host.py | 2109 | Wrapper around os.waitpid()/waitpid_with_timeout(), which waits until either a child process exits or the deadline ela | STRING |
| HIGH | infra/config/migration/lib/migrate_targets.py | 311 | Processes waterfall data to generate starlark migration edits. Args: builder_group_name: The name of the builder | STRING |
| HIGH | infra/config/migration/lib/buildozer.py | 37 | Run buildozer. buildozer is run with the provided arguments, with the output being captured. In the case of a usage | STRING |
| HIGH | infra/config/migration/lib/buildozer.py | 65 | Run buildozer, allowing for command failure. buildozer is run with the provided arguments, with the output being ca | STRING |
| HIGH | infra/config/migration/lib/pyl.py | 358 | Enforce the current token's type and advance the stream. If the current token has the expected type, then it will b | STRING |
| HIGH | infra/config/migration/lib/pyl.py | 596 | Parse a pyl file. Args: file: The file being parsed. source: The contents of the file. Returns: An iterabl | STRING |
| HIGH | tools/bisect-builds.py | 2201 | Returns the earliest Chromium build version for a given revision. Args: revision: An Cr-Commit-Position number. | STRING |
| HIGH | tools/site_compare/command_line.py | 184 | Command-line argument to a command. Args: names: argument name, or list of synonyms helptext: br | STRING |
| HIGH | tools/site_compare/command_line.py | 523 | Add a new command to the parser. Args: names: command name, or list of synonyms helptext: brie | STRING |
| HIGH | tools/metrics/common/models.py | 351 | A complex node type that has attributes or other nodes as children. Unmarshalls nodes to objects. Args: tag: T | STRING |
| HIGH | tools/metrics/common/models.py | 388 | Extracts the content of the node to an object. Args: node: The XML node to extract data from. Returns: | STRING |
| HIGH | tools/metrics/common/pretty_print_xml.py | 608 | Pretty-prints the given XML node at the given indent level. Args: node: The ElementTree node to pretty-print. | STRING |
| HIGH | tools/metrics/structured/sync/model_util.py | 35 | Get an attribute. Error if it is missing, optionally error if it doesn't match the provided regex. Args: | STRING |
| HIGH | tools/metrics/structured/sync/model_util.py | 65 | Get the text of an element. Error if it is missing text, optionally error if it doesn't match the provided reg | STRING |
| HIGH | tools/metrics/structured/sync/model_util.py | 92 | Get an attribute. Returns None if it doesn't exist. Args: elem: structured.xml file element tree. | STRING |
| HIGH | tools/metrics/structured/sync/model_util.py | 123 | Get an attribute that is a comma separated list. Returns None if it doesn't exist. Args: elem: structured.xml | STRING |
| HIGH | tools/metrics/structured/sync/model_util.py | 160 | Get all child nodes of `elem` with tag `tag`. Error if none exist, or a child is not a compound node. Args: | STRING |
| HIGH | tools/metrics/structured/sync/model_util.py | 191 | Get the child of `elem` with tag `tag`. Error if there isn't exactly one matching child, or it isn't compound. | STRING |
| HIGH | tools/metrics/structured/sync/model_util.py | 214 | Get the text of all child nodes of `elem` with tag `tag`. Error if none exist, or a child is not a text node. Optio | STRING |
| HIGH | tools/metrics/structured/sync/model_util.py | 255 | Get the text of the child of `elem` with tag `tag`. Error if there isn't exactly one matching child, or it isn't a | STRING |
| HIGH | tools/metrics/structured/sync/model_util.py | 282 | Ensure `elem` has no attributes except those in `expected_attrs`. Args: elem: structured.xml file element tre | STRING |
| HIGH | tools/metrics/structured/sync/model_util.py | 307 | Ensure all children in `expected_children` are in `elem`. Args: elem: structured.xml file element tree. | STRING |
| HIGH | tools/metrics/structured/sync/model_util.py | 349 | Ensure uniqueness of the 'name' of all children of `elem` with `tag`. Args: elem: structured.xml file element | STRING |
| HIGH | tools/metrics/structured/sync/model_util.py | 366 | Ensures that the names provided are unique. Args: elem: structured.xml file element tree. names: The li | STRING |
| HIGH | tools/metrics/actions/action_utils.py | 226 | Parse the XML data currently stored in the file. Args: file_content: a string containing the action XML file cont | STRING |
| HIGH | tools/metrics/actions/action_utils.py | 349 | Converts template actions dictionary into a dictionary of expanded actions We allow the actions.xml to contain tokens | STRING |
| HIGH | …etrics/histograms/generate_expired_histograms_array.py | 68 | Filters histograms to find expired ones if date format is used. Args: histograms(Dict[str, Dict]): Histogram desc | STRING |
| HIGH | …etrics/histograms/generate_expired_histograms_array.py | 116 | Fetches base date from |content| to compare expiry dates with. Args: content: A string with the base date. rege | STRING |
| HIGH | …etrics/histograms/generate_expired_histograms_array.py | 142 | Extracts current milestone from |content|. Args: content: A string with the version information. regex: A regul | STRING |
| HIGH | tools/metrics/histograms/update_histogram_enum.py | 69 | Creates a dictionary of enum values, read from a C++ file. Args: filename: The unix-style path (relative to src | STRING |
| HIGH | tools/metrics/histograms/extract_histograms.py | 1005 | Loads histogram definitions from a disk file. Args: filename: a file path to load data from. Returns: a di | STRING |
| HIGH | tools/cygprofile/android_profile_tool.py | 105 | Run the orderfile system health benchmarks and collect log files. Args: apk_or_browser: The location of the c | STRING |
| HIGH | tools/cygprofile/android_profile_tool.py | 180 | Run the given benchmark and collect the generated profiles. Args: apk: The location of the webview apk file t | STRING |
| HIGH | tools/cygprofile/android_profile_tool.py | 341 | Pulls the profile data off of the device. Args: profile_subdir: The subdirectory name to store the profiles. | STRING |
| HIGH | tools/cygprofile/generate_orderfile_full.py | 86 | Execute a shell command. Args: cmd: A list of command strings. cwd: Directory in which the command shou | STRING |
| HIGH | tools/tracing/metadata_extractor.py | 131 | Parsed OS name string into an enum. Args: raw_os_name: An OS name string returned from base::SysInfo: | STRING |
| HIGH | tools/tracing/breakpad_file_extractor.py | 26 | Uses dump_syms to extract breakpad files. Args: dump_syms_path: The path to the dump_syms binary that should be r | STRING |
| HIGH | tools/json_schema_compiler/web_idl_schema_test.py | 16 | Gets the function dictionary with the specified name from the schema. Args: schema: The processed API schema dict | STRING |
| HIGH | tools/json_schema_compiler/web_idl_schema_test.py | 35 | Gets the custom type dictionary with the specified name from the schema. Args: schema: The processed API schema d | STRING |
| HIGH | tools/json_schema_compiler/web_idl_schema_test.py | 67 | Gets the event dictionary with the specified name from the schema. Args: schema: The processed API schema diction | STRING |
| HIGH | tools/json_schema_compiler/web_idl_schema.py | 73 | Gets the name of the defined IDL type from an IDLNode. Args: node: The IDLNode to return the type name from. R | STRING |
| HIGH | tools/json_schema_compiler/web_idl_schema.py | 182 | Extract contiguous file comments above a node and return them as a string. For comments to be extracted correctly the | STRING |
| HIGH | tools/licenses/licenses.py | 528 | Parses the metadata from the file. Args: filepath: the path to a file from which to parse metadata. optional_ | STRING |
| HIGH | tools/python/google/process_utils.py | 44 | Runs the command list. Prints the given command (which should be a list of one or more strings). If specified, prin | STRING |
| HIGH | tools/python/google/process_utils.py | 120 | Runs the command list, printing its output and returning its exit status. Prints the given command (which should be a | STRING |
| HIGH | tools/python/google/process_utils.py | 142 | Runs a list of commands in parallel, waits for all commands to terminate and returns their status. If specified, the o | STRING |
| HIGH | tools/usb_gadget/hid_descriptors.py | 67 | Create a function which encodes a HID Main item. See Device Class Definition for Human Interface Devices (HID) Versio | STRING |
| HIGH | tools/fuchsia/comparative_tester/test_results.py | 54 | Converts a JSON dictionary object into a ResultLine. Args: dct (Dict[str, Any]): The JSON object to be parsed as | STRING |
| HIGH | tools/fuchsia/comparative_tester/test_results.py | 146 | Deconstructs a line starting with OK, stating that the test finished successfully, and isolates the timing measurement | STRING |
| HIGH | tools/fuchsia/comparative_tester/comparative_tester.py | 28 | Runs a command and returns the standard output. Args: command (List[str]): The list of command chunks to use in s | STRING |
| HIGH | tools/grit/grit/format/data_pack.py | 292 | Combines all inputs into one. Args: inputs: a list of (resources_by_id, encoding) tuples to be combined. | STRING |
| HIGH | tools/oobe/generate_screen_template.py | 183 | Finds placeholder files inside git repository with the git grep. Args: globs: List of strings that represents exp | STRING |
| HIGH | tools/bisect_repackage/bisect_repackage_utils.py | 321 | Packs files into a new zip archive. Files are first copied into a directory within the output_dir named for the arc | STRING |
| HIGH | tools/mac/power/utils.py | 65 | Looks for the process associated with |browser|. Args: process_name: Name of the process to return. Returns: | STRING |
| HIGH | tools/pixel_test/check_pixel_test_flakiness.py | 114 | Compares the screenshots generated in the current iteration with those from the previous iteration. If flakiness is de | STRING |
| HIGH | tools/pixel_test/check_pixel_test_flakiness.py | 176 | Analyzes the screenshots generated by one iteration. Args: prev_temp_dir: The absolute file path to the directory | STRING |
| HIGH | tools/android/colabutils/profile/speedometer.py | 15 | Runs the speedometer 3.1 benchmark over ADB and returns the results. Args: app: The chrome app to run the b | STRING |
| HIGH | tools/android/colabutils/profile/speedometer.py | 58 | Reads the speedometer benchmark results from the output directory and returns a corresponding Result object. Ar | STRING |
| 132 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …file_manager/file_manager/foreground/js/file_rename.ts | 152 | // Before moving, we need to check if there is an existing entry at | COMMENT |
| LOW | ui/file_manager/file_manager/widgets/xf_tree_util.ts | 22 | * When tree slot or tree item's slot changes, we need to check if the change | COMMENT |
| LOW⚡ | ui/android/texture_compressor/lib.rs | 72 | // Step 1: make each u16 codeword big-endian | COMMENT |
| LOW⚡ | ui/android/texture_compressor/lib.rs | 74 | // Step 2: [aaaa, bbbb] to [baba, baba] | COMMENT |
| LOW⚡ | ui/android/texture_compressor/lib.rs | 76 | // Step 3: [baba, baba], [dcdc, dcdc] to [dcba, dcba], [dcba, dcba] | COMMENT |
| LOW | ui/webui/resources/tools/build_webui_watcher.js | 72 | // Step 1: Verify targets exist. | COMMENT |
| LOW⚡ | ui/webui/resources/tools/build_webui_watcher.js | 94 | // Step 2: Build 'chrome' target once | COMMENT |
| LOW⚡ | ui/webui/resources/tools/build_webui_watcher.js | 103 | // Step 3: Listen for file changes. | COMMENT |
| LOW | ui/webui/resources/tools/lit_template_formatter/main.js | 32 | // Step 1: Extract and process template content | COMMENT |
| LOW | ui/webui/resources/tools/lit_template_formatter/main.js | 47 | // Step 2: Prepare HTML AST and collect metadata | COMMENT |
| LOW | ui/webui/resources/tools/lit_template_formatter/main.js | 65 | // Step 3: Format TS expressions using collected metadata | COMMENT |
| LOW⚡ | ui/webui/resources/tools/lit_template_formatter/main.js | 83 | // Step 5: Write rest of file to temp file, run clang-format. | COMMENT |
| LOW⚡ | ui/webui/resources/tools/lit_template_formatter/main.js | 90 | // Step 6: Reconstruction | COMMENT |
| LOW⚡ | ui/webui/resources/tools/codemods/lit_migration.js | 66 | // Step 1: Replace Classes, Mixins and URLs. | COMMENT |
| LOW⚡ | ui/webui/resources/tools/codemods/lit_migration.js | 71 | // Step 2: Replace getTemplate import. | COMMENT |
| LOW⚡ | ui/webui/resources/tools/codemods/lit_migration.js | 77 | // Step 3: Replace 'getTemplate()' calls. | COMMENT |
| LOW⚡ | ui/webui/resources/tools/codemods/lit_migration.js | 80 | // Step 4: Replace 'static get properties() {...}' | COMMENT |
| LOW⚡ | .gemini/commands/cr/gerrit/fix-review-comments.toml | 5 | ## Step 1: Fetch Comments | COMMENT |
| LOW⚡ | .gemini/commands/cr/gerrit/fix-review-comments.toml | 13 | ## Step 2: Familiarize yourself with the change | COMMENT |
| LOW⚡ | .gemini/commands/cr/gerrit/fix-review-comments.toml | 17 | ## Step 3: Make Changes | COMMENT |
| LOW⚡ | .gemini/commands/cr/gerrit/fix-review-comments.toml | 25 | ## Step 4: Finish Up | COMMENT |
| LOW⚡ | tools/clang/scripts/analyze_includes.py | 310 | # Step 1: Initialization. | COMMENT |
| LOW⚡ | tools/clang/scripts/analyze_includes.py | 314 | # Step 2: Compute semidominators. | COMMENT |
| LOW⚡ | tools/clang/scripts/analyze_includes.py | 323 | # Step 3: Implicitly define the immediate dominator for each node. | COMMENT |
| LOW⚡ | tools/clang/scripts/analyze_includes.py | 329 | # Step 4: Explicitly define the immediate dominator for each node. | COMMENT |
| LOW⚡ | tools/flags/generate_clank_feature_flag.py | 523 | # Step 7: Add flag-metadata portion | COMMENT |
| LOW⚡ | tools/flags/generate_clank_feature_flag.py | 550 | # Step 13: Give confirmation | COMMENT |
| LOW | tools/flags/generate_clank_feature_flag.py | 270 | # Step 3: Add Java-side functional component | COMMENT |
| LOW | tools/flags/generate_clank_feature_flag.py | 330 | # Step 4: Add C++-side functional component | COMMENT |
| LOW | tools/flags/generate_clank_feature_flag.py | 445 | # Step 5: Add about_flags portion | COMMENT |
| LOW | tools/flags/generate_clank_feature_flag.py | 462 | # Step 6: Add flag_descriptions portion | COMMENT |
| LOW | tools/flags/generate_clank_feature_flag.py | 535 | # Step 12: Run generate_flag_enums.py | COMMENT |
| LOW | …traffic_annotation/scripts/update_annotations_sheet.py | 261 | # Step 1: Compare old and new contents, generate add/remove requests so that | COMMENT |
| LOW | …traffic_annotation/scripts/update_annotations_sheet.py | 303 | # Step 2: Compare cells of old and new contents, issue requests to update | COMMENT |
| LOW | tools/binary_size/libsupersize/native.py | 333 | # Step 1: Create list of (index_of_symbol, name_list). | COMMENT |
| LOW | tools/binary_size/libsupersize/native.py | 373 | # Step 2: Create new symbols as siblings to each existing one. | COMMENT |
| LOW | …skills/automated-tracing/scripts/run_warm_benchmark.py | 101 | # Step 1: Warmup run (Android) | COMMENT |
| LOW | …skills/automated-tracing/scripts/run_warm_benchmark.py | 120 | # Step 2: Migrate and clean (Android) | COMMENT |
| LOW | …skills/automated-tracing/scripts/run_warm_benchmark.py | 133 | # Step 3: Run the actual warm benchmark (Android) | COMMENT |
| LOW | …skills/automated-tracing/scripts/run_warm_benchmark.py | 155 | # Step 1: Warmup run (Desktop) | COMMENT |
| LOW | …skills/automated-tracing/scripts/run_warm_benchmark.py | 178 | # Step 2: Migrate and clean (Desktop) | COMMENT |
| LOW | …skills/automated-tracing/scripts/run_warm_benchmark.py | 190 | # Step 3: Run the actual warm benchmark (Desktop) | COMMENT |
| LOW⚡ | content/test/data/cross_site_iframe_factory.html | 258 | // Step 1: layout children. | COMMENT |
| LOW⚡ | content/test/data/cross_site_iframe_factory.html | 264 | // Step 2: find largest child. | COMMENT |
| LOW⚡ | content/test/data/cross_site_iframe_factory.html | 272 | // Step 3: Tweakable control parameters. | COMMENT |
| LOW⚡ | content/test/data/cross_site_iframe_factory.html | 282 | // Step 4: Assume a gridSizeX-by-gridSizeY layout that's big enough to fit if | COMMENT |
| LOW⚡ | …data/accessibility/css/anchor-positioning-changed.html | 45 | // Step 1: Adding aria-controls to anchor1 should remove the detailsId. | COMMENT |
| LOW⚡ | …data/accessibility/css/anchor-positioning-changed.html | 53 | // Step 2: Removing role=tooltip from target2 should set detailsId on anchor2. | COMMENT |
| LOW⚡ | …data/accessibility/css/anchor-positioning-changed.html | 61 | // Step 3: Add a header with the same name as anchor2. target2 should be anchored | COMMENT |
| LOW⚡ | …data/accessibility/css/anchor-positioning-changed.html | 73 | // Step 4: Change the heading's id. | COMMENT |
| LOW⚡ | …data/accessibility/css/anchor-positioning-changed.html | 81 | // Step 5: Change target2's id. | COMMENT |
| LOW⚡ | …ssibility/css/anchor-positioning-multiple-anchors.html | 32 | // Step 1: Anchor target1 to anchor2 as well. | COMMENT |
| LOW⚡ | …ssibility/css/anchor-positioning-multiple-anchors.html | 41 | // Step 2: Remove anchor1 so that target1 only has one anchor. | COMMENT |
| LOW | …sibility/css/anchor-positioning-position-fallback.html | 41 | // Step 1: Scroll to the bottom of the page so that target is now anchored to anchor2. | COMMENT |
| LOW⚡ | …cessibility/aria/aria-owns-illegal-multiple-owner.html | 19 | // Step 1: create a second owner for m1, which is illegal, and therefore the | COMMENT |
| LOW⚡ | …cessibility/aria/aria-owns-illegal-multiple-owner.html | 27 | // Step 2: | COMMENT |
| LOW⚡ | …cessibility/aria/aria-owns-illegal-multiple-owner.html | 36 | // Step 3: | COMMENT |
| LOW⚡ | …cessibility/aria/aria-owns-illegal-multiple-owner.html | 45 | // Step 4: | COMMENT |
| LOW⚡ | …cessibility/aria/aria-owns-illegal-multiple-owner.html | 54 | // Step 5: Calls p2IsOwner() again. | COMMENT |
| LOW⚡ | …tent/browser/input/ThreadedInputConnectionFactory.java | 208 | // Step 1: Set mProxyView as InputMethodManager#mNextServedView. | COMMENT |
| 285 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | remoting/tools/webrtc_trace_analyzer.py | 7 | # Usage: | COMMENT |
| LOW | ui/compositor/callback_layer_animation_observer.h | 19 | // Example usage: | COMMENT |
| LOW | ui/compositor/callback_layer_animation_observer.h | 79 | // Example usage: | COMMENT |
| LOW | ui/lottie/animation.h | 50 | // Usage example: | COMMENT |
| LOW | ui/webui/resources/js/test_loader.ts | 7 | // Example usage: | COMMENT |
| LOW | ui/gfx/win/crash_id_helper.h | 25 | // Example usage: | COMMENT |
| LOW | ui/base/interaction/interaction_test_util.h | 62 | // Example usage: | COMMENT |
| LOW | tools/multi_process_rss.py | 9 | # Usage: | COMMENT |
| LOW | tools/clang/scripts/apply_fixits.py | 10 | # Usage: | COMMENT |
| LOW | tools/clang/scripts/dashboard.py | 24 | # Usage: | COMMENT |
| LOW | tools/get_swarming_logs/get_all.sh | 14 | # Usage: | COMMENT |
| LOW | tools/get_swarming_logs/get_one.sh | 14 | # Usage: | COMMENT |
| LOW | tools/grit/stamp_grit_sources.py | 12 | # Usage: | COMMENT |
| LOW | tools/android/forwarder2/self_deleter_helper.h | 43 | // Usage example: | COMMENT |
| LOW | gpu/command_buffer/client/logging.h | 21 | // Example usage: | COMMENT |
| LOW | net/test/scoped_mutually_exclusive_feature_list.h | 21 | // Example usage: | COMMENT |
| LOW | net/http/http_response_headers.h | 53 | // Example usage: | COMMENT |
| LOW | net/socket/socket_test_util.h | 87 | // Example usage: | COMMENT |
| LOW | …mponents/specialized_features/feature_access_checker.h | 108 | // Example usage: | COMMENT |
| LOW | …ash/components/mojo_proxy/mojo_core/core/atomic_flag.h | 17 | // Example usage: | COMMENT |
| LOW | chromeos/ash/components/geolocation/test_utils.h | 90 | // Example usage: | COMMENT |
| LOW | content/test/content_browser_test_utils_internal.h | 301 | // Example usage: | COMMENT |
| LOW | content/browser/btm/btm_test_utils.h | 233 | // Example usage: | COMMENT |
| LOW | content/common/trace_utils.h | 26 | // Example usage: | COMMENT |
| LOW | content/public/renderer/render_frame_observer_tracker.h | 7 | // Example usage: | COMMENT |
| LOW | content/public/test/browser_test_utils.h | 1416 | // Example usage: | COMMENT |
| LOW | content/public/browser/jank_monitor.h | 29 | // Usage example: | COMMENT |
| LOW | …/js_messaging/web_frames_manager_java_script_feature.h | 45 | // Usage example: | COMMENT |
| LOW | ios/chrome/browser/tabs/model/tab_helper_attacher.h | 67 | // Example usage: | COMMENT |
| LOW | ios/chrome/browser/tabs/model/tab_helper_attacher.h | 78 | // Example usage: | COMMENT |
| LOW | ios/chrome/browser/tabs/model/tab_helper_attacher.h | 89 | // Example usage: | COMMENT |
| LOW | …overlays/model/public/web_content_area/alert_overlay.h | 29 | // Usage example: | COMMENT |
| LOW | ios/chrome/browser/google/model/google_logo_service.h | 16 | // Example usage: | COMMENT |
| LOW | ios/chrome/browser/favicon/model/large_icon_cache.h | 23 | // Example usage: | COMMENT |
| LOW | ios/chrome/browser/shared/ui/elements/crossfade_label.h | 15 | // Example usage: | COMMENT |
| LOW | extensions/test/extension_state_tester.h | 46 | // Example usage: | COMMENT |
| LOW | …browser/updater/extension_update_found_test_observer.h | 17 | // Usage example: | COMMENT |
| LOW | testing/multiprocess_func_list.h | 20 | // Example usage: | COMMENT |
| LOW | testing/libfuzzer/libfuzzer_base_wrappers.h | 19 | // Example usage: | COMMENT |
| LOW | chromecast/base/observer.h | 58 | // Example usage: | COMMENT |
| LOW | components/metrics/dwa/dwa_recorder.h | 6 | // Usage example: | COMMENT |
| LOW | …mponents/reporting/client/report_queue_configuration.h | 83 | // Example usage: | COMMENT |
| LOW | components/search_provider_logos/logo_service.h | 17 | // Example usage: | COMMENT |
| LOW | …nents/enterprise/platform_auth/url_session_test_util.h | 66 | // Example usage: | COMMENT |
| LOW | …mponents/affiliations/core/browser/sql_table_builder.h | 24 | // Usage example: | COMMENT |
| LOW | components/variations/variations_associated_data.h | 8 | // Example usage: | COMMENT |
| LOW | …formance_manager/public/resource_attribution/queries.h | 144 | // Example usage: | COMMENT |
| LOW | …rowser/data_manager/personal_data_manager_test_utils.h | 30 | // Example usage: | COMMENT |
| LOW | …ta_manager/payments/payments_data_manager_test_utils.h | 16 | // Example usage: | COMMENT |
| LOW | …a_manager/autofill_ai/entity_data_manager_test_utils.h | 21 | // Example usage: | COMMENT |
| LOW | …ta_manager/addresses/address_data_manager_test_utils.h | 17 | // Example usage: | COMMENT |
| LOW | components/offline_pages/core/offline_page_model.h | 120 | // Example usage: | COMMENT |
| LOW | …sited_url_ranking/public/visited_url_ranking_service.h | 65 | // Example usage: | COMMENT |
| LOW | components/feed/core/v2/tools/stream_dump.py | 6 | # Usage: | COMMENT |
| LOW | components/ukm/ukm_recorder_impl.h | 56 | // Example usage: | COMMENT |
| LOW | …ayments/core/browser/facilitated_payments_api_client.h | 34 | // Example usage: | COMMENT |
| LOW | …ponents/subresource_filter/core/common/scoped_timers.h | 142 | // Example usage: | COMMENT |
| LOW | components/unexportable_keys/unexportable_key_service.h | 150 | // Example usage: | COMMENT |
| LOW | …uter/browser/presentation/local_presentation_manager.h | 38 | // Example usage: | COMMENT |
| LOW | components/policy/core/browser/policy_conversions.h | 61 | // Usage example: | COMMENT |
| 135 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | PRESUBMIT.py | 4653 | # Check if any newly added lines in OWNERS files intersect with required | COMMENT |
| LOW | PRESUBMIT.py | 5151 | # Check if the new line is doing some logging | COMMENT |
| LOW | PRESUBMIT.py | 7217 | # Check if the message looks like an attempt to use ICU | COMMENT |
| LOW | PRESUBMIT.py | 8340 | # Check if any line in the match is in the set of changed lines. | STRING |
| LOW | remoting/host/linux/linux_me2me_host.py | 1491 | # Check if xserver-xorg-video-dummy is up-to-date. Older versions don't | COMMENT |
| LOW | ui/gl/generate_bindings.py | 2380 | # Write file header. | COMMENT |
| LOW | ui/gl/generate_bindings.py | 2479 | # Write file header. | COMMENT |
| LOW | ui/gl/generate_bindings.py | 2500 | # Write file header. | COMMENT |
| LOW | ui/gl/generate_bindings.py | 2534 | # Write file header. | COMMENT |
| LOW | ui/gl/generate_bindings.py | 2563 | # Write file header. | COMMENT |
| LOW | ui/gl/generate_bindings.py | 2604 | # Write file header. | COMMENT |
| LOW | buildtools/checkdeps/java_checker.py | 91 | # Read files in parallel. | COMMENT |
| LOW | infra/config/migration/lib/migrate_targets.py | 421 | # Check if a declaration of the kind already exists, any print operation | COMMENT |
| LOW | tools/bisect-builds.py | 936 | # Check if target archive build exists in batches. | COMMENT |
| LOW | tools/bisect-builds.py | 2261 | # Check if depot_tools is installed and path is set. | COMMENT |
| LOW | tools/site_compare/drivers/win32/windowing.py | 57 | # Loop through the list of windows to check | COMMENT |
| LOW | …metrics/private_metrics/private_metrics_validations.py | 40 | # Check if the enum is defined in enums.xml. | COMMENT |
| LOW | tools/metrics/common/diff_util.py | 45 | temp.close() # Close the file so the browser process can access it. | CODE |
| LOW | tools/metrics/common/pretty_print_xml.py | 483 | # Check if tag name is valid. | COMMENT |
| LOW | tools/metrics/structured/code_generator.py | 80 | # Check if event is part of an event sequence. Note that this goes after the | COMMENT |
| LOW | tools/metrics/structured/code_generator.py | 93 | # Check if the Project should be generated for the given target. | COMMENT |
| LOW | tools/metrics/structured/sync/model.py | 159 | # Check if key-rotation is specified. If so, then change the | COMMENT |
| LOW | tools/metrics/structured/sync/model.py | 177 | # Check if scope is specified. If so, then change the scope. | COMMENT |
| LOW | tools/metrics/ukm/xml_validations.py | 540 | # Check if the enum is defined in enums.xml. | COMMENT |
| LOW | tools/metrics/histograms/find_unmapped_histograms.py | 476 | # Check if the sign bit (bit 31) is set | COMMENT |
| LOW | …histograms/update_gpu_driver_bug_workaround_entries.py | 31 | # Read the file as a list of lines | COMMENT |
| LOW | tools/metrics/histograms/split_xml.py | 181 | # Check if the directory of its prefix exists. Return the |camel_name| if the | COMMENT |
| LOW | tools/metrics/histograms/update_editor_commands.py | 49 | # Read the file as a list of lines | COMMENT |
| LOW | tools/metrics/histograms/update_use_counter_css.py | 38 | # Read the file as a list of lines | COMMENT |
| LOW | tools/metrics/histograms/update_net_error_codes.py | 33 | # Read the file as a list of lines | COMMENT |
| LOW | tools/metrics/histograms/update_histogram_enum.py | 85 | # Read the file as a list of lines | COMMENT |
| LOW | tools/metrics/histograms/extract_histograms.py | 709 | # Check if the affected histogram name is a pattern or exists directly. | COMMENT |
| LOW | tools/metrics/histograms/extract_histograms.py | 713 | # Check if any current histogram matches the pattern | COMMENT |
| LOW | tools/tracing/breakpad_file_extractor.py | 53 | # Check if |build_dir| and |breakpad_base_dir| are directories. | COMMENT |
| LOW | tools/tracing/adb_profile_chrome_startup.py | 49 | # Check if the device is healthy. | COMMENT |
| LOW | …s/clang/unsafe_pragma_rewriter/remove_unsafe_pragma.py | 40 | # Check if the pragma and endif lines exist and match the pattern | COMMENT |
| LOW | tools/clang/unsafe_pragma_rewriter/fix_unsafe.py | 17 | # Read file content | COMMENT |
| LOW | …s/clang/spanify/apply-successful-std-array-rewrites.py | 32 | # Check if patch added std::array or std::to_array | COMMENT |
| LOW | tools/clang/spanify/extract_edits.py | 271 | int(parts[4]) # Check if it's a valid integer representation | CODE |
| LOW | tools/clang/spanify/upload-rewrites.py | 175 | # Check if changes were introduced | COMMENT |
| LOW | tools/clang/unsafe_todo_remover/unsafe_todo_remover.py | 784 | # Check if ANY builder succeeded | COMMENT |
| LOW | …s/json_schema_compiler/ppapi/generators/idl_outfile.py | 106 | # Close the file, flushing it to disk | COMMENT |
| LOW | tools/flags/generate_clank_feature_flag.py | 294 | # Check if our new flag comes before the current one. | COMMENT |
| LOW | tools/licenses/licenses.py | 552 | # Check if a new dependency will be described. | COMMENT |
| LOW | tools/resources/optimize-png-files.sh | 529 | # Print the results. | COMMENT |
| LOW | tools/chromeos/run_cros.sh | 70 | # Check if the directory contains chrome binary | COMMENT |
| LOW | tools/grit/grit/grd_reader_unittest.py | 181 | # Check if the ID is set to the name. In the past, there was a bug | COMMENT |
| LOW | tools/grit/grit/grd_reader_unittest.py | 209 | # Check if the ID is set to the name. In the past, there was a bug | COMMENT |
| LOW | tools/grit/grit/format/data_pack.py | 191 | # Write file header. | COMMENT |
| LOW | tools/grit/grit/format/c_format.py | 70 | # Output message with non-ascii chars escaped as octal numbers C's grammar | COMMENT |
| LOW | tools/grit/grit/node/misc.py | 495 | # Check if the input is required for any output configuration. | COMMENT |
| LOW | tools/flakiness/find_flakiness.py | 153 | # Print the results and write the data file. | COMMENT |
| LOW | tools/codeql/validate_database.py | 62 | # Check if the warnings are problematic. | COMMENT |
| LOW | tools/android/appstats.py | 951 | # Check if we need to track another device | COMMENT |
| LOW | tools/android/checkxmlstyle/checkxmlstyle.py | 407 | # Check if there are text attributes defined outside text appearances. | COMMENT |
| LOW | tools/android/checkstyle/remove_unused_imports.py | 36 | # Check if removed last import from an import group. | COMMENT |
| LOW | …ndroid/dependency_analysis/print_class_dependencies.py | 160 | # Check if dependency should be ignored due to --ignore-modularized, | COMMENT |
| LOW | …ndroid/dependency_analysis/print_class_dependencies.py | 162 | # Check if dependency should be listed as a cleared dep. | COMMENT |
| LOW | tools/android/avd/3pp/fetch.py | 79 | # Check if it's a file to prevent following symlinks. | COMMENT |
| LOW | tools/android/generate_java_test/generate_java_test.py | 107 | # Set root to be "src/" like src/tools/android/gn_java_test/../../../ | STRING |
| 137 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | PRESUBMIT.py | 3087 | CODE | |
| LOW | remoting/tools/remote_test_helper/jsonrpclib.py | 364 | CODE | |
| LOW | ui/webui/resources/tools/generate_grd_test.py | 56 | CODE | |
| LOW | tools/metrics/histograms/find_unmapped_histograms.py | 212 | CODE | |
| LOW | tools/clang/spanify/apply-successful-rewrites.py | 438 | CODE | |
| LOW | tools/grit/grit/grd_reader.py | 151 | CODE | |
| LOW | tools/grit/grit/util.py | 255 | CODE | |
| LOW | tools/grit/grit/util.py | 283 | CODE | |
| LOW | tools/grit/grit/gather/chrome_scaled_image.py | 153 | CODE | |
| LOW | tools/grit/grit/extern/tclib.py | 343 | CODE | |
| LOW | tools/grit/grit/extern/tclib.py | 458 | CODE | |
| LOW | tools/utr/recipe.py | 98 | CODE | |
| LOW | tools/md_browser/md_browser.py | 119 | CODE | |
| LOW | tools/android/appstats.py | 625 | CODE | |
| LOW | …d/customtabs_benchmark/scripts/customtabs_benchmark.py | 240 | CODE | |
| LOW | tools/symsrc/source_index.py | 158 | CODE | |
| LOW | tools/style_variable_generator/presubmit_support.py | 34 | CODE | |
| LOW | tools/perf/page_sets/desktop_ui/browser_utils.py | 8 | CODE | |
| LOW | tools/binary_size/trybot_commit_size_checker.py | 92 | CODE | |
| LOW | tools/binary_size/libsupersize/models.py | 717 | CODE | |
| LOW | tools/binary_size/libsupersize/integration_test.py | 188 | CODE | |
| LOW | tools/binary_size/libsupersize/integration_test.py | 321 | CODE | |
| LOW | tools/binary_size/libsupersize/integration_test.py | 393 | CODE | |
| LOW | …nt/test/gpu/gpu_tests/gpu_integration_test_unittest.py | 60 | CODE | |
| LOW | content/test/gpu/gpu_tests/gpu_helper_unittest.py | 19 | CODE | |
| LOW | content/test/gpu/gpu_tests/pixel_test_pages.py | 72 | CODE | |
| LOW | ios/tools/automatic_ownership/commit.py | 104 | CODE | |
| LOW | ios/tools/forward_declarations/self_heal_branch.py | 28 | CODE | |
| LOW | ios/testing/plugin/test_plugin_service_pb2_grpc.py | 121 | CODE | |
| LOW | ios/testing/plugin/test_plugin_service_pb2_grpc.py | 138 | CODE | |
| LOW | ios/testing/plugin/test_plugin_service_pb2_grpc.py | 155 | CODE | |
| LOW | ios/testing/plugin/test_plugin_service_pb2_grpc.py | 172 | CODE | |
| LOW | ios/testing/plugin/test_plugin_service_pb2_grpc.py | 189 | CODE | |
| LOW | testing/buildbot/generate_buildbot_json.py | 920 | CODE | |
| LOW | …/renderer/bindings/scripts/bind_gen/blink_v8_bridge.py | 88 | CODE | |
| LOW | …nk/renderer/bindings/scripts/bind_gen/code_node_cxx.py | 259 | CODE | |
| LOW | …nk/renderer/bindings/scripts/bind_gen/code_node_cxx.py | 343 | CODE | |
| LOW | …y/blink/renderer/bindings/scripts/web_idl/interface.py | 35 | CODE | |
| LOW | third_party/blink/tools/blinkpy/w3c/buganizer.py | 301 | CODE | |
| LOW | …ty/blink/tools/blinkpy/common/system/executive_mock.py | 93 | CODE | |
| LOW | …ty/blink/tools/blinkpy/common/system/executive_mock.py | 135 | CODE | |
| LOW | …/blink/tools/blinkpy/common/system/system_host_mock.py | 39 | CODE | |
| LOW | …d_party/blink/tools/blinkpy/common/system/executive.py | 332 | CODE | |
| LOW | …y/blink/tools/blinkpy/web_tests/models/test_results.py | 65 | CODE | |
| LOW | …nk/tools/blinkpy/web_tests/port/server_process_mock.py | 31 | CODE | |
| LOW | …ird_party/blink/tools/blinkpy/web_tests/port/driver.py | 118 | CODE | |
| LOW | third_party/blink/tools/blinkpy/tool/blink_tool.py | 106 | CODE | |
| LOW | …s/wpt_internal/trust-tokens/resources/hash_to_field.py | 183 | CODE | |
| LOW | …t_internal/trust-tokens/resources/trust_token_voprf.py | 723 | CODE | |
| LOW | …k/web_tests/external/wpt/eventsource/resources/cors.py | 11 | CODE | |
| LOW | …ternal/wpt/webvtt/parsing/file-parsing/tools/parser.py | 688 | CODE | |
| LOW | …ternal/wpt/common/security-features/subresource/xhr.py | 8 | CODE | |
| LOW | …rnal/wpt/common/security-features/subresource/image.py | 98 | CODE | |
| LOW | …driver/tests/bidi/network/get_data/cached_tentative.py | 59 | CODE | |
| LOW | …s/external/wpt/webdriver/tests/bidi/script/conftest.py | 33 | CODE | |
| LOW | …s/external/wpt/webdriver/tests/bidi/script/conftest.py | 65 | CODE | |
| LOW | …/external/wpt/webdriver/tests/bidi/storage/__init__.py | 20 | CODE | |
| LOW | …l/wpt/webdriver/tests/bidi/log/entry_added/__init__.py | 44 | CODE | |
| LOW | …/external/wpt/webdriver/tests/support/bidi/fixtures.py | 435 | CODE | |
| LOW | …/external/wpt/webdriver/tests/support/bidi/fixtures.py | 560 | CODE | |
| 116 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | remoting/host/GEMINI.md | 84 | ## Recommended RAG Topics | COMMENT |
| MEDIUM | tools/autotest/test_executor.py | 197 | # Format only failed tests to avoid flooding the context window with passed tests. | COMMENT |
| MEDIUM | agents/infra/review_rag_indexer/README.md | 1 | # Review RAG Indexer | COMMENT |
| MEDIUM | content/public/common/content_features.h | 431 | // Number of days to "store" IPH guardrails for navigation captured app launches | COMMENT |
| MEDIUM | docs/threading_and_tasks.md | 863 | ## TaskRunner ownership (encourage no dependency injection) | COMMENT |
| MEDIUM | docs/patterns/inversion-of-control.md | 31 | ### What is inversion of control? | COMMENT |
| MEDIUM | …bapps/browser/installable/ml_install_result_reporter.h | 29 | // classification (or, if the guardrail was applied, "blocked by guardrails"). | COMMENT |
| MEDIUM | …bapps/browser/installable/ml_install_result_reporter.h | 63 | // result to the ml training api, update guardrails if applicable, and emit | COMMENT |
| MEDIUM | …bapps/browser/installable/ml_installability_promoter.h | 81 | // The reporting of the ML results & updating of the guardrails is done through | COMMENT |
| MEDIUM | components/webapps/browser/banners/app_banner_manager.h | 102 | // - Ml install prompting is not blocked by guardrails (via | COMMENT |
| MEDIUM | components/autofill/README.md | 155 | ## What are the main classes that orchestrate Autofill? | COMMENT |
| MEDIUM | …ird_party/blink/renderer/core/frame/local_dom_window.h | 124 | // Size thresholds for network efficiency guardrails policy enforcement. | COMMENT |
| MEDIUM | …enderer/core/loader/resource_load_observer_for_frame.h | 79 | // Track resource metrics by identifier for network-efficiency-guardrails | COMMENT |
| MEDIUM | …nk/renderer/core/execution_context/execution_context.h | 488 | // Returns the policy state for network-efficiency-guardrails in this | COMMENT |
| MEDIUM | …nk/renderer/core/execution_context/execution_context.h | 495 | // Check for guardrails policy state and report large asset violation if | COMMENT |
| MEDIUM | …y/blink/renderer/platform/loader/fetch/fetch_context.h | 168 | // Check for guardrails policy state and report large asset violation if | COMMENT |
| MEDIUM | …er/platform/loader/fetch/guardrail_policy_asset_type.h | 10 | // Asset types under network-efficiency-guardrails criteria. | COMMENT |
| MEDIUM | …me/test/enterprise/e2e/connector/common/echo_server.py | 35 | # the entire DER to the orchestrating machine, which has `cryptography` | COMMENT |
| MEDIUM | chrome/browser/pwc/privileged_web_contents.h | 37 | // consulted through the structural guardrails of PwcComponentPolicy. Must | COMMENT |
| MEDIUM | chrome/browser/pwc/pwc_component_policy.h | 33 | // Delegates answer inside structural guardrails enforced by | COMMENT |
| MEDIUM | chrome/browser/pwc/pwc_component_policy.h | 74 | // for the dynamic allowlists, wrapped in the structural guardrails | COMMENT |
| MEDIUM⚡ | …ome/browser/web_applications/web_app_pref_guardrails.h | 56 | // WebAppPrefGuardrails provide a simple way of building guardrails based on the | COMMENT |
| MEDIUM⚡ | …ome/browser/web_applications/web_app_pref_guardrails.h | 58 | // The guardrails help prevent the prompt from showing up after a specific | COMMENT |
| MEDIUM⚡ | …ome/browser/web_applications/web_app_pref_guardrails.h | 60 | // guardrails are stored in the prefs. | COMMENT |
| MEDIUM⚡ | …ome/browser/web_applications/web_app_pref_guardrails.h | 175 | // defined or set to std::nullopt, guardrails will never be reset. | COMMENT |
| MEDIUM⚡ | …ome/browser/web_applications/web_app_pref_guardrails.h | 179 | // ----------------------PWA Install IPH guardrails---------------------------- | COMMENT |
| MEDIUM⚡ | …ome/browser/web_applications/web_app_pref_guardrails.h | 180 | // In Product Help (IPH) notifications are limited by guardrails to avoid | COMMENT |
| MEDIUM⚡ | …ome/browser/web_applications/web_app_pref_guardrails.h | 183 | // existing guardrails. Otherwise: | COMMENT |
| MEDIUM⚡ | …ome/browser/web_applications/web_app_pref_guardrails.h | 213 | // ----------------------ML guardrails---------------------------- | COMMENT |
| MEDIUM⚡ | …ome/browser/web_applications/web_app_pref_guardrails.h | 214 | // Machine Learning (ML) triggered install prompts are limited by guardrails to | COMMENT |
| MEDIUM⚡ | …ome/browser/web_applications/web_app_pref_guardrails.h | 217 | // prompts and resets all guardrails. Otherwise: | COMMENT |
| MEDIUM⚡ | …ome/browser/web_applications/web_app_pref_guardrails.h | 227 | // - The guardrails are reset every `kTotalDaysToStoreMLGuardrails` days (this | COMMENT |
| MEDIUM⚡ | …ome/browser/web_applications/web_app_pref_guardrails.h | 229 | // - Example scenarios for triggering guardrails: | COMMENT |
| MEDIUM⚡ | …ome/browser/web_applications/web_app_pref_guardrails.h | 237 | // days, after which the guardrails are cleared. | COMMENT |
| MEDIUM⚡ | …ome/browser/web_applications/web_app_pref_guardrails.h | 268 | // -----------------------IPH Navigation Capturing guardrails------------------- | COMMENT |
| MEDIUM⚡ | …ome/browser/web_applications/web_app_pref_guardrails.h | 269 | // Navigation capturing In Product Help (IPH) is limited by guardrails to avoid | COMMENT |
| MEDIUM⚡ | …ome/browser/web_applications/web_app_pref_guardrails.h | 272 | // existing guardrails. All values are measured globally and not per app. | COMMENT |
| MEDIUM⚡ | …ome/browser/web_applications/web_app_pref_guardrails.h | 276 | // - Example scenarios for triggering guardrails: | COMMENT |
| MEDIUM | …ome/browser/web_applications/web_app_pref_guardrails.h | 141 | // If guardrails are blocked, returns a string result of why it was blocked. | COMMENT |
| MEDIUM | …ome/browser/web_applications/web_app_pref_guardrails.h | 151 | // If a prompt is already blocked by guardrails, return whether that should be | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …/android/java/src/org/chromium/ui/DropdownAdapter.java | 103 | // If you need to modify this layout, don't forget to test it with TalkBack and make sure | COMMENT |
| MEDIUM | tools/vim/chromium.ycm_extra_conf.py | 36 | # For improved performance you can use a clang compile-commands.json database. To | COMMENT |
| MEDIUM | tools/clang/ast_rewriter/dedup.py | 33 | e.g. because it's in third_party. Feel free to customize the logic. | STRING |
| MEDIUM | tools/clang/spanify/gnconfigs.py | 166 | # Note: again you can also use | COMMENT |
| MEDIUM | tools/clang/stack_maps/tests/relocate_single_fn.cpp | 18 | // We noinline for demonstration purposes only - we want to be able to know the | COMMENT |
| MEDIUM | tools/bisect/bisect_gtests.py | 28 | # you can use `--gtest_repeat`. | COMMENT |
| LOW | tools/perf/core/results_processor/compute_metrics.py | 105 | # Also don't forget to call util.SetUnexpectedFailure(test_result). | COMMENT |
| LOW | tools/perf/core/results_processor/compute_metrics.py | 105 | # Also don't forget to call util.SetUnexpectedFailure(test_result). | COMMENT |
| LOW | …omeos/ash/components/login/auth/auth_events_recorder.h | 31 | // Enum used for UMA. Do NOT reorder or remove entry. Don't forget to | COMMENT |
| LOW | …romeos/ash/components/login/auth/public/auth_failure.h | 26 | // Enum used for UMA. Do NOT reorder or remove entry. Don't forget to | COMMENT |
| LOW | …romeos/ash/components/login/auth/public/auth_failure.h | 96 | // Enum used for UMA. Do NOT reorder or remove entry. Don't forget to | COMMENT |
| LOW | …test/gpu/gpu_tests/webgpu_cts_integration_test_base.py | 394 | # (~2x the number of total tests) being initialized, so make sure to clear | COMMENT |
| MEDIUM | …app_shim_remote_cocoa/render_widget_host_view_cocoa.mm | 1051 | // an overlapping view instead). As discussed above, the mouse may go outside | COMMENT |
| MEDIUM | content/browser/webid/request.h | 505 | // visits a site, it's worth noting that they must be from different render | COMMENT |
| LOW | ios/chrome/test/scoped_eg_traits_overrider.mm | 13 | // For other trait overrides, don't forget to add it here. The | COMMENT |
| LOW | ios/chrome/test/scoped_eg_traits_overrider.mm | 20 | // For other trait overrides, don't forget to remove it here. The | COMMENT |
| LOW⚡ | …ns/browser/install/sandboxed_unpacker_failure_reason.h | 11 | // Note: enum used for UMA. Do NOT reorder or remove entries. Don't forget to | COMMENT |
| LOW⚡ | …ns/browser/install/sandboxed_unpacker_failure_reason.h | 14 | // Don't forget to update device_management_backend.proto (name: | COMMENT |
| LOW⚡ | …ns/browser/install/sandboxed_unpacker_failure_reason.h | 16 | // new entries. Don't forget to update ConvertUnpackerFailureReasonToProto | COMMENT |
| LOW⚡ | extensions/browser/install/crx_install_error.h | 31 | // 1) Don't forget to update enums.xml when adding new entries. | COMMENT |
| LOW⚡ | extensions/browser/install/crx_install_error.h | 32 | // 2) Don't forget to update device_management_backend.proto (name: | COMMENT |
| LOW⚡ | extensions/browser/install/crx_install_error.h | 35 | // 3) Don't forget to update ConvertCrxInstallErrorDetailToProto method in | COMMENT |
| LOW⚡ | extensions/browser/updater/safe_manifest_parser.h | 21 | // 1) Don't forget to update enums.xml (name: ManifestInvalidError) when adding | COMMENT |
| LOW⚡ | extensions/browser/updater/safe_manifest_parser.h | 23 | // 2) Don't forget to update device_management_backend.proto (name: | COMMENT |
| LOW⚡ | extensions/browser/updater/safe_manifest_parser.h | 26 | // 3) Don't forget to update ConvertManifestInvalidErrorToProto method in | COMMENT |
| LOW⚡ | …nsions/browser/updater/extension_downloader_delegate.h | 67 | // Note: enum used for UMA. Do NOT reorder or remove entries. Don't forget to | COMMENT |
| LOW⚡ | …nsions/browser/updater/extension_downloader_delegate.h | 69 | // new entries. Don't forget to update device_management_backend.proto (name: | COMMENT |
| LOW⚡ | …nsions/browser/updater/extension_downloader_delegate.h | 71 | // Don't forget to update ConvertDownloadingStageToProto method in | COMMENT |
| LOW⚡ | …nsions/browser/updater/extension_downloader_delegate.h | 114 | // 1) Don't forget to update enums.xml (name: | COMMENT |
| LOW⚡ | …nsions/browser/updater/extension_downloader_delegate.h | 116 | // 2) Don't forget to update device_management_backend.proto (name: | COMMENT |
| LOW⚡ | …nsions/browser/updater/extension_downloader_delegate.h | 119 | // 3) Don't forget to update ConvertDownloadCacheStatusToProto method in | COMMENT |
| LOW⚡ | …ions/browser/forced_extensions/install_stage_tracker.h | 44 | // or remove entries. Don't forget to update enums.xml (name: | COMMENT |
| LOW⚡ | …ions/browser/forced_extensions/install_stage_tracker.h | 45 | // ExtensionInstallationStage) when adding new entries. Don't forget to update | COMMENT |
| LOW⚡ | …ions/browser/forced_extensions/install_stage_tracker.h | 48 | // Don't forget to update ConvertInstallationStageToProto method in | COMMENT |
| LOW | …ions/browser/forced_extensions/install_stage_tracker.h | 84 | // used for UMA. Do NOT reorder or remove entries. Don't forget to update | COMMENT |
| LOW | …ions/browser/forced_extensions/install_stage_tracker.h | 88 | // entries. Don't forget to update ConvertInstallCreationStageToProto method | COMMENT |
| LOW⚡ | …ions/browser/forced_extensions/install_stage_tracker.h | 126 | // Enum used for UMA. Do NOT reorder or remove entries. Don't forget to | COMMENT |
| LOW⚡ | …ions/browser/forced_extensions/install_stage_tracker.h | 128 | // entries. Don't forget to update device_management_backend.proto (name: | COMMENT |
| LOW⚡ | …ions/browser/forced_extensions/install_stage_tracker.h | 130 | // Don't forget to update ConvertFailureReasonToProto method in | COMMENT |
| LOW | …_settings/core/common/content_settings_uma_constants.h | 173 | // As mentioned at the top, please don't forget to update ContentType in | COMMENT |
| LOW | …ata/autofill/heuristics/input/018_checkout_ae.com.html | 873 | <p class="smallBold">Don't forget to use your AE, aerie, or 77kids credit card</p> | CODE |
| LOW | …/autofill/heuristics/input/027_checkout_jcrew.com.html | 314 | <b>don't forget to register.</b> | CODE |
| LOW | components/sync_device_info/device_info.h | 425 | // NOTE: when adding a member, don't forget to update | COMMENT |
| LOW | …omium/components/autofill/AutofillDropdownAdapter.java | 87 | // instead. If you need to modify this layout, don't forget to test it with TalkBack and | COMMENT |
| MEDIUM | …ponents/policy/core/browser/browser_policy_connector.h | 31 | // This is a basic implementation that gets extended by platform-specific | COMMENT |
| MEDIUM | …ents/policy/resources/new_policy_templates/policy.yaml | 219 | # In order to hide sensitive policy values from the user, you can use | COMMENT |
| LOW | …ions/DateAndTime/SystemTimezoneAutomaticDetection.yaml | 14 | Note: If you're using this policy to resolve the time zone automatically, don't forget to set <ph name="CROS_GLS_POLIC | CODE |
| LOW | third_party/blink/tools/commit_stats/reviewer-counts.py | 63 | # Don't forget to output the last commit | COMMENT |
| LOW | …ts/external/wpt/css/cssom/getComputedStyle-pseudo.html | 265 | // If you add a pseudo-element identifier here, don't forget to add the corresponding style rule in | COMMENT |
| LOW | third_party/ply/yacc.py | 3139 | # Sort all of the actions by line number; make sure to stringify | STRING |
| LOW | …rpc/source/src/core/tsi/transport_security_interface.h | 151 | // // Don't forget to flush. | COMMENT |
| LOW | third_party/logilab/logilab/astroid/modutils.py | 609 | # Don't forget to close the stream to avoid | COMMENT |
| MEDIUM | …wpt_tools/wpt/tools/third_party/h2/src/h2/utilities.py | 202 | # overhead of doing this checking. However, it's worth noting that this | COMMENT |
| MEDIUM | …rc/org/chromium/webview_shell/StartupTimeActivity.java | 29 | * # Run scenario: CREATE (1). There are other scenarios you can try. | COMMENT |
| LOW | …er/ui/incognito_clear_browsing_data_dialog_interface.h | 23 | // values stable. Don't forget to also add any new entries to the enums.xml. | COMMENT |
| LOW | …e/browser/extensions/corrupted_extension_reinstaller.h | 35 | // Note: enum used for UMA. Do NOT reorder or remove entries. Don't forget to | COMMENT |
| LOW | …extensions/forced_extensions/force_installed_metrics.h | 40 | // Note: enum used for UMA. Do NOT reorder or remove entries. Don't forget to | COMMENT |
| LOW | chrome/browser/ash/crostini/crostini_installer.h | 28 | // When you add entries to this enum don't forget to update enums.xml and the | COMMENT |
| LOW | chrome/browser/ash/login/osauth/auth_factor_migrator.h | 46 | // Enum used for UMA. Do NOT reorder or remove entry. Don't forget to | COMMENT |
| LOW | …owser/ash/cert_provisioning/cert_provisioning_client.h | 51 | // If you add/remove fields, don't forget to adapt kFieldCount! | COMMENT |
| 9 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | remoting/host/linux/configure_url_forwarder.py | 62 | def set_default_browser(desktop_env: str, desktop_entry: str) -> None: | CODE |
| LOW | infra/config/migration/post-migrate-targets.py | 59 | def _update_suites(suites_to_migrate: dict[str, _SuiteToMigrate]) -> None: | CODE |
| LOW | tools/resources/find_unused_assets.py | 59 | logger = logging.getLogger(__name__) | CODE |
| LOW | …/android/modularization/convenience/build_gn_editor.py | 158 | def set_content_from_list(self, content_list: VariableContentList) -> None: | CODE |
| LOW | …/android/modularization/convenience/build_gn_editor.py | 161 | def set_content(self, content: str) -> None: | CODE |
| LOW | tools/traffic_annotation/scripts/auditor/util.py | 31 | logger = logging.getLogger(__name__) | CODE |
| LOW | tools/traffic_annotation/scripts/auditor/auditor.py | 48 | logger = logging.getLogger(__name__) | CODE |
| LOW | agents/projects/modernization/auto_fixer.py | 13 | logger = logging.getLogger(__name__) | CODE |
| LOW | agents/projects/modernization/utils.py | 11 | logger = logging.getLogger(__name__) | CODE |
| LOW | agents/testing/promptfoo_installation.py | 101 | def _setup(self, verbose=False) -> None: | CODE |
| LOW | …nk/web_tests/external/wpt/html/canvas/tools/gentest.py | 534 | def set_templates(self, new_templates: Mapping[str, Any]) -> None: | CODE |
| LOW | third_party/ply/__init__.py | 37 | __all__ = ['lex','yacc'] | CODE |
| LOW | third_party/pyjson5/src/json5/__init__.py | 21 | __all__ = [ | CODE |
| LOW | third_party/chevron/__init__.py | 4 | __all__ = ['main', 'render', 'cli_main'] | CODE |
| LOW | third_party/chevron/chevron/__init__.py | 5 | __all__ = ['main', 'render', 'cli_main', 'ChevronError'] | CODE |
| LOW | third_party/markupsafe/__init__.py | 16 | __all__ = ['Markup', 'soft_unicode', 'escape', 'escape_silent'] | CODE |
| LOW | third_party/jinja2/bccache.py | 181 | def set_bucket(self, bucket: Bucket) -> None: | CODE |
| LOW | third_party/markdown/serializers.py | 84 | __all__ = ['to_html_string', 'to_xhtml_string'] | CODE |
| LOW | third_party/markdown/__init__.py | 81 | __all__ = ['Markdown', 'markdown', 'markdownFromFile'] | CODE |
| LOW | third_party/simplejson/decoder.py | 16 | __all__ = ['JSONDecoder'] | CODE |
| LOW | third_party/simplejson/scanner.py | 12 | __all__ = ['make_scanner'] | CODE |
| LOW | third_party/simplejson/__init__.py | 101 | __all__ = [ | STRING |
| LOW | third_party/logilab/logilab/common/testlib.py | 84 | __all__ = ['main', 'unittest_main', 'find_tests', 'run_test', 'spawn'] | CODE |
| LOW | third_party/rjsmin/rjsmin.py | 69 | __all__ = ['jsmin'] | STRING |
| LOW | …ird_party/wpt_tools/wpt/tools/web_features/manifest.py | 54 | logger = logging.getLogger(__name__) | CODE |
| LOW | third_party/wpt_tools/wpt/tools/lint/fnmatch.py | 6 | __all__ = ["fnmatch", "fnmatchcase", "filter", "translate"] | CODE |
| LOW | third_party/wpt_tools/wpt/tools/manifest/update.py | 38 | def update_from_cli(**kwargs: Any) -> None: | CODE |
| LOW | third_party/wpt_tools/wpt/tools/manifest/jsonlib.py | 6 | __all__ = ["load", "dump_local", "dump_local", "dump_dist", "dumps_dist"] | CODE |
| LOW | third_party/wpt_tools/wpt/tools/manifest/typedata.py | 205 | def set_json(self, json_data: Dict[Text, Any]) -> None: | CODE |
| LOW | third_party/wpt_tools/wpt/tools/wpt/utils.py | 17 | logger = logging.getLogger(__name__) | CODE |
| LOW | third_party/wpt_tools/wpt/tools/wpt/virtualenv.py | 25 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ty/wpt_tools/wpt/tools/third_party/h2/src/h2/errors.py | 75 | __all__ = ['ErrorCodes'] | CODE |
| LOW | …ools/wpt/tools/third_party/hpack/src/hpack/__init__.py | 18 | __all__ = [ | CODE |
| LOW | …/tools/third_party/websockets/src/websockets/server.py | 48 | __all__ = ["ServerProtocol"] + legacy__all__ | CODE |
| LOW | …tools/third_party/websockets/src/websockets/version.py | 6 | __all__ = ["tag", "version", "commit"] | CODE |
| LOW | …ools/third_party/websockets/src/websockets/protocol.py | 34 | __all__ = [ | CODE |
| LOW | …/tools/third_party/websockets/src/websockets/client.py | 46 | __all__ = ["ClientProtocol"] + legacy__all__ | CODE |
| LOW | …ools/third_party/websockets/src/websockets/__init__.py | 9 | __all__ = [ | CODE |
| LOW | …tools/third_party/websockets/src/websockets/imports.py | 7 | __all__ = ["lazy_import"] | CODE |
| LOW | …/tools/third_party/websockets/src/websockets/frames.py | 20 | __all__ = [ | CODE |
| LOW | …t/tools/third_party/websockets/src/websockets/utils.py | 9 | __all__ = ["accept_key", "apply_mask"] | CODE |
| LOW | …wpt/tools/third_party/websockets/src/websockets/uri.py | 10 | __all__ = ["parse_uri", "WebSocketURI"] | CODE |
| LOW | …pt/tools/third_party/websockets/src/websockets/http.py | 31 | __all__ = ["USER_AGENT"] | CODE |
| LOW | …ls/third_party/websockets/src/websockets/exceptions.py | 40 | __all__ = [ | CODE |
| LOW | …tools/third_party/websockets/src/websockets/headers.py | 20 | __all__ = [ | CODE |
| LOW | …hird_party/websockets/src/websockets/datastructures.py | 17 | __all__ = ["Headers", "HeadersLike", "MultipleValuesError"] | CODE |
| LOW | …/tools/third_party/websockets/src/websockets/typing.py | 8 | __all__ = [ | CODE |
| LOW | …s/third_party/websockets/src/websockets/legacy/auth.py | 14 | __all__ = ["BasicAuthWebSocketServerProtocol", "basic_auth_protocol_factory"] | CODE |
| LOW | …rd_party/websockets/src/websockets/legacy/handshake.py | 14 | __all__ = ["build_request", "check_request", "build_response", "check_response"] | CODE |
| LOW | …arty/websockets/src/websockets/legacy/compatibility.py | 6 | __all__ = ["asyncio_timeout"] | CODE |
| LOW | …third_party/websockets/src/websockets/legacy/server.py | 55 | __all__ = ["serve", "unix_serve", "WebSocketServerProtocol", "WebSocketServer"] | CODE |
| LOW | …ird_party/websockets/src/websockets/legacy/protocol.py | 61 | __all__ = ["WebSocketCommonProtocol", "broadcast"] | CODE |
| LOW | …third_party/websockets/src/websockets/legacy/client.py | 53 | __all__ = ["connect", "unix_connect", "WebSocketClientProtocol"] | CODE |
| LOW | …s/third_party/websockets/src/websockets/legacy/http.py | 11 | __all__ = ["read_request", "read_response"] | CODE |
| LOW | …ockets/src/websockets/extensions/permessage_deflate.py | 12 | __all__ = [ | CODE |
| LOW | …party/websockets/src/websockets/extensions/__init__.py | 4 | __all__ = ["Extension", "ClientExtensionFactory", "ServerExtensionFactory"] | CODE |
| LOW | …ird_party/websockets/src/websockets/extensions/base.py | 9 | __all__ = ["Extension", "ClientExtensionFactory", "ServerExtensionFactory"] | CODE |
| LOW | …s/third_party/websockets/src/websockets/sync/server.py | 28 | __all__ = ["serve", "unix_serve", "ServerConnection", "WebSocketServer"] | CODE |
| LOW | …s/third_party/websockets/src/websockets/sync/client.py | 22 | __all__ = ["connect", "unix_connect", "ClientConnection"] | CODE |
| LOW | …ird_party/websockets/src/websockets/sync/connection.py | 22 | __all__ = ["Connection"] | CODE |
| 29 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | net/ntlm/ntlm.h | 120 | // In this implementation the Proof Input is the first 28 bytes of what | COMMENT |
| HIGH | net/ntlm/ntlm.h | 199 | // In this implementation NTLMSSP_NEGOTIATE_KEY_EXCH never negotiated and | COMMENT |
| HIGH | net/ntlm/ntlm_client.h | 62 | // to uppercase is not clearly defined. In this implementation the default | COMMENT |
| HIGH | docs/cipd_and_3pp.md | 307 | # In this example, we're only installing one package in this location, | COMMENT |
| HIGH | third_party/blink/renderer/core/animation/keyframe.h | 62 | // In this implementation property-specific keyframes are created only once and | COMMENT |
| HIGH | …tools/blinkpy/w3c/wpt_expectations_updater_unittest.py | 523 | # In this example, there are three unexpected results for wpt tests. | STRING |
| HIGH | …tools/blinkpy/w3c/wpt_expectations_updater_unittest.py | 580 | # In this example, there are three unexpected results for wpt tests. | STRING |
| HIGH | …tools/blinkpy/w3c/wpt_expectations_updater_unittest.py | 1168 | # In this example, there are two configs using the same platform | STRING |
| HIGH | …/tools/blinkpy/tool/commands/rebaseline_cl_unittest.py | 691 | # In this example, one test failed both with and without the patch | COMMENT |
| HIGH | …/tools/blinkpy/tool/commands/rebaseline_cl_unittest.py | 713 | # In this example, the retry summary could not be downloaded, so | COMMENT |
| HIGH | …nk/web_tests/external/wpt/html/canvas/tools/gentest.py | 111 | # In this example, up to 1234 pixels can differ by at most a difference of | COMMENT |
| HIGH | third_party/puffin/src/puffin_stream.h | 29 | // unnecessary to do so. In this implementation, there is no protection against | COMMENT |
| HIGH | sandbox/win/src/broker_services.h | 40 | // of the associated TargetProcess interface. In this implementation | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | tools/traffic_annotation/scripts/auditor/util.py | 224 | CODE | |
| MEDIUM | third_party/opus/src/dnn/torch/plc/plc.py | 11 | CODE | |
| MEDIUM | third_party/opus/src/dnn/torch/plc/plc.py | 16 | CODE | |
| MEDIUM | third_party/opus/src/dnn/torch/plc/plc.py | 17 | CODE | |
| MEDIUM | third_party/opus/src/dnn/torch/fargan/fargan.py | 15 | CODE | |
| MEDIUM | third_party/opus/src/dnn/torch/fargan/fargan.py | 20 | CODE | |
| MEDIUM | third_party/opus/src/dnn/torch/fargan/fargan.py | 21 | CODE | |
| MEDIUM | chrome/app/PRESUBMIT.py | 152 | CODE | |
| MEDIUM | chrome/app/PRESUBMIT.py | 168 | CODE | |
| MEDIUM | chrome/app/PRESUBMIT.py | 170 | CODE | |
| MEDIUM | chrome/app/PRESUBMIT.py | 173 | CODE | |
| MEDIUM | chrome/app/PRESUBMIT.py | 175 | CODE | |
| MEDIUM | chrome/app/PRESUBMIT.py | 177 | CODE | |
| MEDIUM | chrome/app/PRESUBMIT.py | 180 | CODE | |
| MEDIUM | chrome/app/PRESUBMIT.py | 189 | CODE | |
| MEDIUM | chrome/app/PRESUBMIT.py | 190 | CODE | |
| MEDIUM | chrome/app/PRESUBMIT.py | 192 | CODE | |
| MEDIUM | chrome/app/PRESUBMIT.py | 195 | CODE | |
| MEDIUM | chrome/app/PRESUBMIT.py | 197 | CODE | |
| MEDIUM | chrome/app/PRESUBMIT.py | 203 | CODE | |
| MEDIUM | chrome/app/PRESUBMIT.py | 208 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | PRESUBMIT.py | 8673 | # (e.g., "// TODO: implement getExtras") do not falsely satisfy the | COMMENT |
| LOW | …ager/file_manager/foreground/js/metadata/id3_parser.ts | 82 | // TODO: implement UTF_8. | COMMENT |
| LOW | content/shell/browser/shell_javascript_dialog_manager.h | 65 | // TODO: implement ShellJavaScriptDialog for other platforms, drop this #if | COMMENT |
| LOW | …s/segmentation_platform/internal/tools/create_class.py | 293 | // TODO: Add test cases to verify if the heuristic returns the right segment. | COMMENT |
| LOW | components/cronet/gn2bp/translators.py | 1091 | # TODO: implement proper cflag parsing. | COMMENT |
| LOW | …al/wpt/css/css-animations/parsing/animation-valid.html | 35 | // TODO: Add test with a single negative time. | COMMENT |
| LOW | …al/wpt/css/css-animations/parsing/animation-valid.html | 36 | // TODO: Add test with a single timing-function keyword. | COMMENT |
| LOW | …/wpt/css/css-transitions/parsing/transition-valid.html | 30 | // TODO: Add test with a single negative time. | COMMENT |
| LOW | …/wpt/css/css-transitions/parsing/transition-valid.html | 31 | // TODO: Add test with a single timing-function keyword. | COMMENT |
| LOW | …t/css/css-transitions/parsing/transition-computed.html | 40 | // TODO: Add test with a single timing-function keyword. | COMMENT |
| LOW | …ptoAPI/import_export/ec_importKey_failures_fixtures.js | 18 | // TODO: Implement test cases where the public key doesn't match the private key. | COMMENT |
| LOW | …rnal/wpt/webdriver/tests/classic/get_alert_text/get.py | 60 | # TODO: Add test for beforeunload? | COMMENT |
| LOW | …orker/clients-matchall-include-uncontrolled.https.html | 69 | // TODO: Add tests for clients.matchAll for dedicated workers. | COMMENT |
| LOW | …b_tests/external/wpt/webnn/helper-validation.window.js | 40 | // TODO: Add test cases for 'float16' data type. | COMMENT |
| LOW | …apipe/src/mediapipe/gpu/webgpu/webgpu_texture_buffer.h | 65 | // TODO: implement. | COMMENT |
| LOW | …arty/mediapipe/src/mediapipe/framework/api2/contract.h | 357 | // TODO: implement multiple callers for syncsets. | COMMENT |
| LOW | third_party/wpt_tools/wpt/tools/lint/rules.py | 88 | # TODO: Add tests for this rule | STRING |
| LOW | …mium/android_webview/AwWebContentsDelegateAdapter.java | 170 | // TODO: implement | COMMENT |
| LOW | …omium/android_webview/test/NavigationListenerTest.java | 94 | // TODO: Add tests for SSL error? | COMMENT |
| LOW⚡ | …nsions/api_test/notifications/galore/app/controller.js | 208 | // TODO: implement update. | COMMENT |
| LOW | …ity/chromevox/mv2/background/editing/intent_handler.ts | 59 | // TODO: implement support. | COMMENT |
| LOW | …ity/chromevox/mv2/background/editing/intent_handler.ts | 97 | // TODO: implement support. | COMMENT |
| LOW | …ity/chromevox/mv3/background/editing/intent_handler.ts | 59 | // TODO: implement support. | COMMENT |
| LOW | …ity/chromevox/mv3/background/editing/intent_handler.ts | 97 | // TODO: implement support. | COMMENT |
| LOW | mojo/public/rust/system/test/core_api_unittests.rs | 73 | // TODO: implement and test two-phase read-write. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/determinism/compare_build_artifacts.py | 182 | def helper(*args): | CODE |
| LOW | …nk/web_tests/storage/indexeddb/resources/duplicates.js | 40 | function getData() | CODE |
| LOW | …b_tests/storage/indexeddb/resources/data-corruption.js | 32 | function getData() | CODE |
| LOW | …/web_tests/storage/indexeddb/resources/index-basics.js | 82 | function getData(evt) | CODE |
| LOW | …b_tests/http/tests/devtools/search/resources/search.js | 9 | function doSomething() | CODE |
| LOW | …s/devtools/sources/debugger/resources/worker-source.js | 1 | function doSomething() | CODE |
| LOW | …devtools/sources/debugger/resources/worker-compiled.js | 1 | function doSomething(){debugger}doSomething(); | CODE |
| LOW | …rd_party/wpt_tools/wpt/tools/third_party/pdf_js/pdf.js | 10402 | value: function getData() { | CODE |
| LOW | …rd_party/wpt_tools/wpt/tools/third_party/pdf_js/pdf.js | 11743 | value: function getData() { | CODE |
| LOW | …arty/wpt_tools/wpt/tools/wptserve/wptserve/handlers.py | 406 | def handle_request(self, request, response): | CODE |
| LOW | …arty/wpt_tools/wpt/tools/wptserve/wptserve/handlers.py | 502 | def handle_request(self, request, response): | CODE |
| LOW | third_party/wpt_tools/wpt/tools/serve/serve.py | 110 | def handle_request(self, request, response): | CODE |
| LOW | third_party/liblouis/wasm/liblouis_wasm.js | 4475 | function processData(byteArray) { | CODE |
| LOW | …ata/webui/glic/test_client/sections/autofill_dialog.ts | 19 | function handleRequest(request: SelectAutofillSuggestionsDialogRequest) { | CODE |
| LOW | ash/webui/camera_app_ui/resources/js/lib/ffmpeg.js | 14 | var Module=typeof Module!="undefined"?Module:{};var readyPromiseResolve,readyPromiseReject;Module["ready"]=new Promise(f | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | docs/api_keys.md | 106 | google_api_key = "your_api_key" | CODE |
| HIGH | docs/api_keys.md | 123 | GOOGLE_API_KEY=your_api_key | CODE |