All of source code of Floorp 12, the most Advanced and Fastest Firefox derivative 🦊
This report presents the forensic synthetic code analysis of Floorp-Projects/Floorp, a TypeScript project with 8,270 GitHub stars. SynthScan v2.0 examined 223,177 lines of code across 1202 source files, recording 1501 pattern matches distributed across 13 syntactic categories. The overall adjusted score of 6.9 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).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
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 1501 distinct pattern matches across 13 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 | tools/os-test/verify_os_server_full.py | 46 | def extract_fingerprints_from_text(markdown_text: str) -> list[str]: | CODE |
| LOW | tools/os-test/verify_os_server_full.py | 412 | def find_resolvable_fingerprint( | CODE |
| LOW | tools/os-test/verify_os_server_full.py | 435 | def find_nonexistent_fingerprint(prefix: str, instance_id: str) -> str | None: | CODE |
| LOW | tools/os-test/verify_os_server_full.py | 486 | def test_negative_validation_matrix(prefix: str, instance_id: str): | CODE |
| LOW | tools/os-test/verify_os_server_full.py | 541 | def test_fingerprint_selector_compatibility( | CODE |
| LOW | tools/os-test/verify_os_server_full.py | 654 | def test_parallel_tab_stability( | CODE |
| LOW | tools/os-test/test-with-local-page.py | 358 | def test_fingerprint_operations(api: API, t: TestRunner, iid: str, fps: list): | CODE |
| LOW | tools/os-test/test-with-local-page.py | 452 | def test_negative_missing_params(api: API, t: TestRunner, iid: str): | CODE |
| LOW | tools/os-test/test-with-local-page.py | 538 | def test_negative_fingerprint_format(api: API, t: TestRunner, iid: str): | CODE |
| LOW | tools/os-test/test-with-local-page.py | 860 | def test_fingerprint_consistency(api: API, t: TestRunner, iid: str): | CODE |
| LOW | tools/os-test/test-with-local-page.py | 913 | def test_multi_instance_isolation(api: API, t: TestRunner): | CODE |
| LOW | tools/os-test/test-with-local-page.py | 1037 | def test_navigation_roundtrip(api: API, t: TestRunner, iid: str): | CODE |
| LOW | tools/os-test/test-with-local-page.py | 1088 | def test_dragdrop_with_fingerprints(api: API, t: TestRunner, iid: str, fps: list): | CODE |
| LOW | tools/os-test/test-with-local-page.py | 1130 | def test_checkbox_radio_state_machine(api: API, t: TestRunner, iid: str): | CODE |
| LOW | tools/os-test/verify_os_server_full.ts | 179 | function extractFingerprintsFromText(markdownText: string): string[] { | CODE |
| LOW | tools/os-test/verify_os_server_full.ts | 494 | async function findResolvableFingerprint( | CODE |
| LOW | tools/os-test/verify_os_server_full.ts | 530 | async function findNonexistentFingerprint( | CODE |
| LOW | tools/os-test/verify_os_server_full.ts | 606 | async function testNegativeValidationMatrix( | CODE |
| LOW | tools/os-test/verify_os_server_full.ts | 676 | async function testFingerprintSelectorCompatibility( | CODE |
| LOW | tools/docs-pipeline/verifier.ts | 319 | function requireCiReferenceCommands( | CODE |
| LOW | tools/docs-pipeline/verifier.ts | 371 | async function verifyDeterministicPagesAreFresh( | CODE |
| LOW | tools/docs-pipeline/verifier.ts | 418 | function normalizeVolatileGeneratedText(text: string): string { | CODE |
| LOW | tools/docs-pipeline/generator.ts | 500 | function normalizeMarkdownLinkTarget(target: string): string { | CODE |
| LOW | tools/docs-pipeline/generator.ts | 519 | function replacementForUnsupportedSourcePath( | CODE |
| LOW | tools/docs-pipeline/generator.ts | 562 | export function normalizeSourceMarkdownLinks( | CODE |
| LOW | tools/docs-pipeline/generator.ts | 609 | export function normalizeDuplicateSourceExtensions(text: string): string { | CODE |
| LOW | tools/docs-pipeline/generator.ts | 680 | async function requestSingleGeneratedPage( | CODE |
| LOW | tools/docs-pipeline/generator.ts | 714 | async function requestSingleGeneratedPageOnce( | CODE |
| LOW | tools/docs-pipeline/generator.ts | 745 | async function requestGeneratedPayloadOnce( | CODE |
| LOW | tools/docs-pipeline/generator.ts | 807 | function deterministicPagePlaceholder(pagePath: string): GeneratedPage { | CODE |
| LOW | tools/docs-pipeline/generator.ts | 1071 | function buildArchitectureOverview(inventory: DocsInventory): string { | CODE |
| LOW | tools/docs-pipeline/generator.ts | 1175 | function buildBrowserFeaturesCatalogOverview( | CODE |
| LOW | tools/docs-pipeline/generator.ts | 1222 | function buildSettingsRoutesCatalog(inventory: DocsInventory): string { | CODE |
| LOW | tools/docs-pipeline/generator.ts | 1254 | function buildCommonFeatureCategoryOverview( | CODE |
| LOW | tools/docs-pipeline/generator.ts | 1290 | function buildCommonFeatureCategoryPage( | CODE |
| LOW | tools/docs-pipeline/generator.ts | 1309 | function buildCommonChromeDirectoryPage(inventory: DocsInventory): string { | CODE |
| LOW | tools/docs-pipeline/generator.ts | 1374 | function buildActorCategoryOverview(inventory: DocsInventory): string { | CODE |
| LOW | tools/docs-pipeline/generator.ts | 1481 | function uncategorizedCommonFeatures( | CODE |
| LOW | tools/docs-pipeline/collector.ts | 63 | export function parseFelesCommandsFromText( | CODE |
| LOW | tools/docs-pipeline/collector.ts | 87 | export function extractChromeFeatureDiscovery( | CODE |
| LOW | tools/docs-pipeline/collector.ts | 131 | export function extractWindowActorEntries( | CODE |
| LOW | tools/docs-pipeline/collector.ts | 293 | export function extractSharedOsApiRouteEntries( | CODE |
| LOW | tools/docs-pipeline/collector.ts | 305 | function buildFloorpOsApiInventory( | CODE |
| LOW | tools/docs-pipeline/collector.ts | 657 | async function collectChromeFeatureEntries( | CODE |
| LOW | tools/docs-pipeline/codex.ts | 109 | function buildCodexGenerationPrompt( | CODE |
| LOW | tools/docs-pipeline/llm_audit.ts | 223 | async function fetchAuditChatCompletions( | CODE |
| LOW | tools/docs-pipeline/docs_pipeline.test.ts | 168 | export function registerCommonAutomationRoutes( | CODE |
| LOW | tools/docs-pipeline/docs_pipeline.test.ts | 856 | function sampleInventoryWithCiCommands(): DocsInventory { | CODE |
| LOW | tools/docs-pipeline/docs_pipeline.test.ts | 888 | async function writeSampleGeneratedPages( | CODE |
| LOW | tools/src/colocated_test_runner.ts | 153 | function isBrowserDiscoverableTest(relPath: string): boolean { | CODE |
| LOW | tools/src/colocated_test_runner.ts | 369 | function readMarionettePortFromFile(): number | null { | CODE |
| LOW | tools/src/colocated_test_runner.ts | 437 | async function waitForAutoStartedBrowser( | CODE |
| LOW | tools/src/colocated_test_runner.ts | 722 | function findUnexpectedBrowserTargets( | CODE |
| LOW | tools/src/browser_test_collector.ts | 60 | export async function collectBrowserTestResultsFromPrefs( | CODE |
| LOW | tools/src/patcher.ts | 17 | export function patchAppliesToCurrentPlatform(filename: string): boolean { | CODE |
| LOW | tools/src/colocated_test_utils.ts | 13 | export function normalizeBrowserResultPath(resultFile: string): string { | CODE |
| LOW | bridge/startup/src/about-preferences.ts | 373 | function injectFloorpHubWarningStyles(): void { | CODE |
| LOW | bridge/startup/src/about-preferences.ts | 530 | function bindLocaleObserverForWarning(): void { | CODE |
| LOW | bridge/startup/src/about-preferences.ts | 556 | function applyFloorpHubWarningTexts(): void { | CODE |
| LOW | bridge/startup/src/about-preferences.ts | 664 | function getFloorpStartWarningTexts(): FloorpHubWarningTexts { | CODE |
| 1258 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | tools/os-test/test-with-local-page.py | 138 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tools/os-test/test-with-local-page.py | 140 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tools/os-test/test-with-local-page.py | 166 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tools/os-test/test-with-local-page.py | 168 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/os-test/test-with-local-page.py | 29 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/os-test/test-with-local-page.py | 31 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/os-test/test-with-local-page.py | 53 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/os-test/test-with-local-page.py | 55 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/os-test/test-with-local-page.py | 1202 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/os-test/test-with-local-page.py | 1204 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | browser-features/pages-notes/src/App.tsx | 97 | // ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | browser-features/pages-notes/src/App.tsx | 100 | // ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | browser-features/pages-notes/src/lib/dataManager.ts | 62 | // ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | browser-features/pages-notes/src/lib/dataManager.ts | 64 | // ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | browser-features/pages-notes/src/lib/dataManager.ts | 321 | // ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | browser-features/pages-notes/src/lib/dataManager.ts | 323 | // ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | browser-features/pages-notes/src/lib/rpc/rpc.ts | 17 | // ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | browser-features/pages-notes/src/lib/rpc/rpc.ts | 19 | // ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | browser-features/pages-notes/src/lib/rpc/rpc.ts | 39 | // ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | browser-features/pages-notes/src/lib/rpc/rpc.ts | 41 | // ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | browser-features/pages-notes/src/lib/rpc/rpc.ts | 74 | // ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | browser-features/pages-notes/src/lib/rpc/rpc.ts | 76 | // ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | browser-features/pages-notes/src/lib/rpc/rpc.ts | 127 | // ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | browser-features/pages-notes/src/lib/rpc/rpc.ts | 129 | // ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | browser-features/pages-aboutDialog/src/AboutDialog.tsx | 15 | // ─── Helpers ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | browser-features/pages-aboutDialog/src/AboutDialog.tsx | 37 | // ─── Types ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | browser-features/pages-aboutDialog/src/AboutDialog.tsx | 59 | // ─── Update status → human-readable text ────────────────────────────────────── | COMMENT |
| MEDIUM | browser-features/pages-aboutDialog/src/AboutDialog.tsx | 96 | // ─── Component ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | browser-features/pages-aboutDialog/src/AboutDialog.tsx | 130 | // ── Initialise ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | browser-features/pages-aboutDialog/src/AboutDialog.tsx | 238 | // ── Actions ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | browser-features/pages-aboutDialog/src/AboutDialog.tsx | 277 | // ── Update UI ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | browser-features/pages-aboutDialog/src/AboutDialog.tsx | 358 | // ── Render ────────────────────────────────────────────────────────────────── | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | bridge/loader-features/vite.config.ts | 30 | "import.meta.env.__BUILDID2__": '"placeholder"', | CODE |
| LOW⚡ | …es/chrome/common/modal-parent/test/modalParent.test.ts | 198 | { type: "text", appropriateFields: ["placeholder", "maxLength"] }, | CODE |
| LOW⚡ | …es/chrome/common/modal-parent/test/modalParent.test.ts | 199 | { type: "number", appropriateFields: ["placeholder", "value"] }, | CODE |
| LOW⚡ | …es/chrome/common/modal-parent/test/modalParent.test.ts | 205 | { type: "url", appropriateFields: ["placeholder"] }, | CODE |
| LOW | …r-features/pages-notes/src/lib/i18n/locales/el-GR.json | 51 | "placeholder": "Start writing...", | CODE |
| LOW | …r-features/pages-notes/src/lib/i18n/locales/it-IT.json | 51 | "placeholder": "Start writing...", | CODE |
| LOW | …r-features/pages-notes/src/lib/i18n/locales/th-TH.json | 51 | "placeholder": "Start writing...", | CODE |
| LOW | …r-features/pages-notes/src/lib/i18n/locales/ko-KR.json | 51 | "placeholder": "쓰기 시작...", | CODE |
| LOW | …r-features/pages-notes/src/lib/i18n/locales/nn-NO.json | 51 | "placeholder": "Start writing...", | CODE |
| LOW | …r-features/pages-notes/src/lib/i18n/locales/es-ES.json | 51 | "placeholder": "Start writing...", | CODE |
| LOW | …r-features/pages-notes/src/lib/i18n/locales/ja-JP.json | 51 | "placeholder": "書きましょう...", | CODE |
| LOW | …r-features/pages-notes/src/lib/i18n/locales/zh-CN.json | 51 | "placeholder": "Start writing...", | CODE |
| LOW | …r-features/pages-notes/src/lib/i18n/locales/tr-TR.json | 51 | "placeholder": "Start writing...", | CODE |
| LOW | …r-features/pages-notes/src/lib/i18n/locales/id-ID.json | 51 | "placeholder": "Start writing...", | CODE |
| LOW | …r-features/pages-notes/src/lib/i18n/locales/ar-SA.json | 51 | "placeholder": "Start writing...", | CODE |
| LOW | …r-features/pages-notes/src/lib/i18n/locales/hu-HU.json | 51 | "placeholder": "Start writing...", | CODE |
| LOW | …r-features/pages-notes/src/lib/i18n/locales/pt-PT.json | 51 | "placeholder": "Start writing...", | CODE |
| LOW | …r-features/pages-notes/src/lib/i18n/locales/sv-SE.json | 51 | "placeholder": "Börja skriva...", | CODE |
| LOW | …r-features/pages-notes/src/lib/i18n/locales/uk-UA.json | 51 | "placeholder": "Start writing...", | CODE |
| LOW | …r-features/pages-notes/src/lib/i18n/locales/lt-LT.json | 51 | "placeholder": "Start writing...", | CODE |
| LOW | …r-features/pages-notes/src/lib/i18n/locales/pl-PL.json | 51 | "placeholder": "Start writing...", | CODE |
| LOW | …r-features/pages-notes/src/lib/i18n/locales/da-DK.json | 51 | "placeholder": "Start writing...", | CODE |
| LOW | …r-features/pages-notes/src/lib/i18n/locales/pt-BR.json | 51 | "placeholder": "Comece a escrever...", | CODE |
| LOW | …r-features/pages-notes/src/lib/i18n/locales/de-DE.json | 51 | "placeholder": "Schreibe etwas…", | CODE |
| LOW | …r-features/pages-notes/src/lib/i18n/locales/cs-CZ.json | 51 | "placeholder": "Start writing...", | CODE |
| LOW | …r-features/pages-notes/src/lib/i18n/locales/fr-FR.json | 51 | "placeholder": "Commencez à écrire...", | CODE |
| LOW | …r-features/pages-notes/src/lib/i18n/locales/zh-TW.json | 51 | "placeholder": "Start writing...", | CODE |
| LOW | …atures/pages-notes/src/lib/i18n/locales/ja-JP-mac.json | 51 | "placeholder": "書きましょう...", | CODE |
| LOW | …r-features/pages-notes/src/lib/i18n/locales/ru-RU.json | 51 | "placeholder": "Start writing...", | CODE |
| LOW | …r-features/pages-notes/src/lib/i18n/locales/nl-NL.json | 51 | "placeholder": "Start writing...", | CODE |
| LOW | …r-features/pages-notes/src/lib/i18n/locales/en-US.json | 51 | "placeholder": "Start writing...", | CODE |
| LOW | …r-features/pages-notes/src/lib/i18n/locales/en-GB.json | 51 | "placeholder": "Start writing...", | CODE |
| LOW | …r-features/pages-notes/src/lib/i18n/locales/vi-VN.json | 51 | "placeholder": "Viết đi...", | CODE |
| LOW | i18n/tr-TR/browser-chrome.json | 445 | "placeholder": "Type a command...", | CODE |
| LOW | i18n/lt-LT/browser-chrome.json | 445 | "placeholder": "Type a command...", | CODE |
| LOW | i18n/fr-FR/browser-chrome.json | 445 | "placeholder": "Écrivez une commande...", | CODE |
| LOW | i18n/de-DE/browser-chrome.json | 445 | "placeholder": "Befehl eingeben…", | CODE |
| LOW | i18n/pl-PL/browser-chrome.json | 445 | "placeholder": "Type a command...", | CODE |
| LOW | i18n/vi-VN/browser-chrome.json | 445 | "placeholder": "Type a command...", | CODE |
| LOW | i18n/da-DK/browser-chrome.json | 445 | "placeholder": "Type a command...", | CODE |
| LOW | i18n/el-GR/browser-chrome.json | 445 | "placeholder": "Type a command...", | CODE |
| LOW | i18n/nn-NO/browser-chrome.json | 445 | "placeholder": "Type a command...", | CODE |
| LOW | i18n/es-ES/browser-chrome.json | 445 | "placeholder": "Type a command...", | CODE |
| LOW | i18n/ja-JP-mac/browser-chrome.json | 445 | "placeholder": "コマンドを入力...", | CODE |
| LOW | i18n/ru-RU/browser-chrome.json | 445 | "placeholder": "Type a command...", | CODE |
| LOW | i18n/ar-SA/browser-chrome.json | 445 | "placeholder": "Type a command...", | CODE |
| LOW | i18n/en-GB/browser-chrome.json | 445 | "placeholder": "Type a command...", | CODE |
| LOW | i18n/hu-HU/browser-chrome.json | 445 | "placeholder": "Type a command...", | CODE |
| LOW | i18n/nl-NL/browser-chrome.json | 445 | "placeholder": "Type a command...", | CODE |
| LOW | i18n/ja-JP/browser-chrome.json | 445 | "placeholder": "コマンドを入力...", | CODE |
| LOW | i18n/zh-CN/browser-chrome.json | 445 | "placeholder": "Type a command...", | CODE |
| LOW | i18n/cs-CZ/browser-chrome.json | 445 | "placeholder": "Type a command...", | CODE |
| LOW | i18n/pt-PT/browser-chrome.json | 445 | "placeholder": "Type a command...", | CODE |
| LOW | i18n/zh-TW/browser-chrome.json | 445 | "placeholder": "Type a command...", | CODE |
| LOW | i18n/ko-KR/browser-chrome.json | 445 | "placeholder": "명령 입력...", | CODE |
| LOW | i18n/pt-BR/browser-chrome.json | 445 | "placeholder": "Digite um comando...", | CODE |
| LOW | i18n/it-IT/browser-chrome.json | 445 | "placeholder": "Type a command...", | CODE |
| LOW | i18n/id-ID/browser-chrome.json | 445 | "placeholder": "Type a command...", | CODE |
| LOW | i18n/th-TH/browser-chrome.json | 445 | "placeholder": "Type a command...", | CODE |
| LOW | i18n/sv-SE/browser-chrome.json | 445 | "placeholder": "Skriv ett kommando...", | CODE |
| 2 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | browser-features/skin/lepton/userjs/lepton.js | 61 | // user_pref("userChrome.compatibility.os.windows_maximized", true); | COMMENT |
| LOW | browser-features/skin/lepton/userjs/lepton.js | 81 | // user_pref("userChrome.autohide.tab.blur", true); | COMMENT |
| LOW | browser-features/skin/lepton/userjs/lepton.js | 101 | // user_pref("userChrome.hidden.urlbar_iconbox", true); | COMMENT |
| LOW | browser-features/skin/lepton/userjs/lepton.js | 121 | // user_pref("userChrome.combined.sub_button.as_normal", true); | COMMENT |
| LOW | browser-features/skin/lepton/userjs/lepton.js | 141 | // user_pref("userChrome.padding.menu_compact", true); | COMMENT |
| LOW | browser-features/skin/lepton/userjs/lepton.js | 161 | // user_pref("userChrome.tabbar.on_bottom.above_bookmark", true); // Need on_bottom | COMMENT |
| LOW | browser-features/skin/lepton/userjs/lepton.js | 181 | // user_pref("userChrome.tab.sound_show_label", true); // Need remove sound_hide_label | COMMENT |
| LOW | browser-features/skin/lepton/userjs/lepton.js | 201 | // user_pref("userChrome.icon.account_label_to_right", true); | COMMENT |
| LOW | browser-features/skin/lepton/userjs/lepton.js | 301 | // Draw in Titlebar | COMMENT |
| LOW | browser-features/skin/lepton/userjs/protonfix.js | 61 | // user_pref("userChrome.compatibility.os.windows_maximized", true); | COMMENT |
| LOW | browser-features/skin/lepton/userjs/protonfix.js | 81 | // user_pref("userChrome.autohide.tab.blur", true); | COMMENT |
| LOW | browser-features/skin/lepton/userjs/protonfix.js | 101 | // user_pref("userChrome.hidden.urlbar_iconbox", true); | COMMENT |
| LOW | browser-features/skin/lepton/userjs/protonfix.js | 121 | // user_pref("userChrome.combined.sub_button.as_normal", true); | COMMENT |
| LOW | browser-features/skin/lepton/userjs/protonfix.js | 141 | // user_pref("userChrome.padding.menu_compact", true); | COMMENT |
| LOW | browser-features/skin/lepton/userjs/protonfix.js | 161 | // user_pref("userChrome.tabbar.on_bottom.above_bookmark", true); // Need on_bottom | COMMENT |
| LOW | browser-features/skin/lepton/userjs/protonfix.js | 181 | // user_pref("userChrome.tab.sound_show_label", true); // Need remove sound_hide_label | COMMENT |
| LOW | browser-features/skin/lepton/userjs/protonfix.js | 201 | // user_pref("userChrome.icon.account_label_to_right", true); | COMMENT |
| LOW | browser-features/skin/lepton/userjs/protonfix.js | 301 | // Draw in Titlebar | COMMENT |
| LOW | browser-features/skin/lepton/userjs/photon.js | 61 | // user_pref("userChrome.compatibility.os.windows_maximized", true); | COMMENT |
| LOW | browser-features/skin/lepton/userjs/photon.js | 81 | // user_pref("userChrome.autohide.tab.blur", true); | COMMENT |
| LOW | browser-features/skin/lepton/userjs/photon.js | 101 | // user_pref("userChrome.hidden.urlbar_iconbox", true); | COMMENT |
| LOW | browser-features/skin/lepton/userjs/photon.js | 121 | // user_pref("userChrome.combined.sub_button.as_normal", true); | COMMENT |
| LOW | browser-features/skin/lepton/userjs/photon.js | 141 | // user_pref("userChrome.padding.menu_compact", true); | COMMENT |
| LOW | browser-features/skin/lepton/userjs/photon.js | 161 | // user_pref("userChrome.tabbar.on_bottom.above_bookmark", true); // Need on_bottom | COMMENT |
| LOW | browser-features/skin/lepton/userjs/photon.js | 181 | // user_pref("userChrome.tab.sound_show_label", true); // Need remove sound_hide_label | COMMENT |
| LOW | browser-features/skin/lepton/userjs/photon.js | 201 | // user_pref("userChrome.icon.account_label_to_right", true); | COMMENT |
| LOW | browser-features/skin/lepton/userjs/photon.js | 301 | // Draw in Titlebar | COMMENT |
| LOW | browser-features/chrome/@types/xul-window.d.ts | 1 | // SPDX-License-Identifier: MPL-2.0 | COMMENT |
| LOW | browser-features/chrome/test/index.ts | 1 | // SPDX-License-Identifier: MPL-2.0 | COMMENT |
| LOW | …tures/chrome/common/designs/test/lepton-compat.test.ts | 1 | // SPDX-License-Identifier: MPL-2.0 | COMMENT |
| LOW | …res/chrome/common/panel-sidebar/components/sidebar.tsx | 81 | COMMENT | |
| LOW | browser-features/chrome/common/statusbar/README.md | 1 | # StatusBar | COMMENT |
| LOW | …atures/chrome/common/mouse-gesture/utils/recognizer.ts | 561 | */ | COMMENT |
| LOW | …ome/common/mouse-gesture/components/GestureDisplay.tsx | 221 | //TODO: Performance optimization | COMMENT |
| LOW | …atures/chrome/common/browser-share-mode/share-mode.css | 1 | /*-- This Source Code Form is subject to the terms of the Mozilla Public | COMMENT |
| LOW | …eatures/chrome/common/split-view/styles/split-view.css | 321 | */ | COMMENT |
| LOW | …eatures/chrome/common/split-view/styles/split-view.css | 661 | #tabbrowser-arrowscrollbox, | COMMENT |
| LOW | …eatures/chrome/common/split-view/styles/split-view.css | 701 | :is( | COMMENT |
| LOW | …me/common/split-view/components/split-view-tab-drop.ts | 481 | } | COMMENT |
| LOW | …/common/browser-tab-color/test/browserTabColor.test.ts | 401 | // --------------------------------------------------------------------------- | COMMENT |
| LOW | libs/@types/gecko/index.d.ts | 1 | /* This Source Code Form is subject to the terms of the Mozilla Public | COMMENT |
| LOW | .github/workflows/package.yml | 1141 | # Extract the bundle identifier from the app's Info.plist (Linux-compatible) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/os-test/verify_network_idle_rigorous.py | 118 | except Exception as e: # noqa: BLE001 | STRING |
| LOW | tools/os-test/test-enhanced-effects.py | 208 | except Exception as e: | CODE |
| LOW | tools/os-test/verify_os_server_full.py | 69 | except Exception: | CODE |
| LOW | tools/os-test/verify_os_server_full.py | 165 | except Exception: | CODE |
| LOW | tools/os-test/verify_os_server_full.py | 218 | except Exception as e: # noqa: BLE001 | CODE |
| LOW | tools/os-test/verify_os_server_full.py | 232 | except Exception: | CODE |
| LOW | tools/os-test/verify_os_server_full.py | 291 | except Exception as e: # noqa: BLE001 | CODE |
| LOW | tools/os-test/verify_os_server_full.py | 353 | except Exception as e: # noqa: BLE001 | CODE |
| LOW | tools/os-test/verify_os_server_full.py | 1324 | except Exception as e: # noqa: BLE001 | CODE |
| MEDIUM | tools/os-test/verify_os_server_full.py | 229 | def _short(val): | CODE |
| LOW⚡ | tools/os-test/test-with-local-page.py | 146 | except Exception: | CODE |
| LOW⚡ | tools/os-test/test-with-local-page.py | 162 | except Exception: | CODE |
| LOW | tools/os-test/test-with-local-page.py | 111 | except Exception as e: | CODE |
| LOW | tools/os-test/test-with-local-page.py | 122 | except Exception: | CODE |
| LOW | tools/os-test/test-with-local-page.py | 1215 | except Exception as e: | CODE |
| LOW | tools/os-test/test-with-local-page.py | 1265 | except Exception as e: | CODE |
| LOW⚡ | tools/os-test/run_verify_os_server_full_wrapper.py | 49 | except Exception: | CODE |
| LOW⚡ | tools/os-test/run_verify_os_server_full_wrapper.py | 58 | except Exception: | CODE |
| LOW⚡ | tools/os-test/run_verify_os_server_full_wrapper.py | 62 | except Exception: | CODE |
| LOW⚡ | tools/os-test/run_verify_os_server_full_wrapper.py | 68 | except Exception: | CODE |
| LOW⚡ | tools/os-test/run_verify_os_server_full_wrapper.py | 71 | except Exception: | CODE |
| LOW⚡ | tools/os-test/run_verify_os_server_full_wrapper.py | 80 | except Exception: | CODE |
| LOW⚡ | tools/os-test/run_verify_os_server_full_wrapper.py | 83 | except Exception: | CODE |
| LOW⚡ | tools/os-test/run_verify_os_server_full_wrapper.py | 87 | except Exception: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | bridge/startup/src/about-preferences.ts | 887 | // which is robust against Lit re-rendering the <setting-group> elements. | COMMENT |
| MEDIUM | …tures/chrome/common/designs/test/lepton-compat.test.ts | 283 | // Tests — the compat layer uses robust, Gecko-152-safe detection | COMMENT |
| MEDIUM | …tures/chrome/common/designs/test/lepton-compat.test.ts | 499 | // robust detection | COMMENT |
| MEDIUM | i18n/config.ts | 82 | // Keep changeLanguage robust: don't allow throwing from provider | COMMENT |
| MEDIUM | i18n/config.ts | 95 | // Keep initialization robust: don't throw if registration fails. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …atures/chrome/common/mouse-gesture/utils/recognizer.ts | 998 | // Step 1: Check for oscillating gestures (back-and-forth along one axis) | COMMENT |
| LOW | …atures/chrome/common/mouse-gesture/utils/recognizer.ts | 1023 | // Step 2: Check for straight lines (single direction gestures) | COMMENT |
| LOW⚡ | …atures/chrome/common/mouse-gesture/utils/recognizer.ts | 1038 | // Step 3: Check for multi-direction sequences (e.g., right-down-left-up-right) | COMMENT |
| LOW⚡ | …atures/chrome/common/mouse-gesture/utils/recognizer.ts | 1045 | // Step 4: Complex shapes use $1 Recognizer | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …atures/chrome/common/mouse-gesture/utils/recognizer.ts | 998 | // Step 1: Check for oscillating gestures (back-and-forth along one axis) | COMMENT |
| LOW | …atures/chrome/common/mouse-gesture/utils/recognizer.ts | 1023 | // Step 2: Check for straight lines (single direction gestures) | COMMENT |
| LOW⚡ | …atures/chrome/common/mouse-gesture/utils/recognizer.ts | 1038 | // Step 3: Check for multi-direction sequences (e.g., right-down-left-up-right) | COMMENT |
| LOW⚡ | …atures/chrome/common/mouse-gesture/utils/recognizer.ts | 1045 | // Step 4: Complex shapes use $1 Recognizer | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | libs/@types/gecko/lib.gecko.tweaks.d.ts | 152 | print(printSettings: nsIPrintSettings): Promise<nsIInputStream>; | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | static/gecko/pref/override.sh | 27 | # Check if override.ini exists | COMMENT |
| LOW | static/gecko/pref/override.sh | 33 | # Check if firefox.js file exists | COMMENT |
| LOW | .github/workflows/package.yml | 317 | # Check if we got a valid task (response should contain a taskId) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/os-test/verify_os_server_full.py | 9 | CODE | |
| LOW | tools/os-test/run_verify_os_server_full_wrapper.py | 7 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/os-test/verify_os_server_full.py | 170 | CODE | |
| LOW | tools/os-test/run_verify_os_server_full_wrapper.py | 23 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/os-test/verify_os_server_full.py | 239 | CODE | |
| LOW | tools/os-test/verify_os_server_full.py | 315 | CODE |