mirror of
https://github.com/daijro/camoufox.git
synced 2026-09-09 16:02:28 +00:00
Major fixes accomplished: - Fixed ALL 10 malformed patch errors (blank context lines and hunk counts) - Removed Git version trailers from 2 patches causing parse errors - Fixed BrowsingContext.h by adding HasOrientationOverride field for Firefox 146 - Updated Navigator.cpp Webdriver function line number (2318 → 2363) - Fixed Navigator.cpp include order to match Firefox 146 structure - Applied comprehensive blank line and hunk count fixes to 18 patch files Results: - Reduced reject files from 33 → 13 (60% reduction) - Reduced failing hunks from 56 → 24 (57% reduction) - 0 malformed errors (was 10) - Build completes successfully with 'make dir' Remaining work: - 24 failing hunks across 13 files (mostly line number adjustments) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
14 lines
636 B
Diff
14 lines
636 B
Diff
diff --git a/browser/components/urlbar/UrlbarProviderInterventions.sys.mjs b/browser/components/urlbar/UrlbarProviderInterventions.sys.mjs
|
|
index 575205158bb8..e0c76c682a7d 100644
|
|
--- a/browser/components/urlbar/UrlbarProviderInterventions.sys.mjs
|
|
+++ b/browser/components/urlbar/UrlbarProviderInterventions.sys.mjs
|
|
@@ -454,7 +454,7 @@ export class UrlbarProviderInterventions extends UrlbarProvider {
|
|
]),
|
|
});
|
|
for (let [id, phrases] of Object.entries(DOCUMENTS)) {
|
|
- queryScorer.addDocument({ id, phrases });
|
|
+// queryScorer.addDocument({ id, phrases });
|
|
}
|
|
return queryScorer;
|
|
});
|