commit e2dddaba3a13aea5ab6a85c40a0a3cd94a17aec2
parent e68e2097d59bd16649942f8860ed2c155394e5a4
Author: Daisuke Akatsuka <daisuke@birchill.co.jp>
Date: Sat, 25 Oct 2025 03:43:01 +0000
Bug 1995538: Make Feedback button text cacheable r=adw
Differential Revision: https://phabricator.services.mozilla.com/D269694
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/browser/components/urlbar/UrlbarView.sys.mjs b/browser/components/urlbar/UrlbarView.sys.mjs
@@ -1744,6 +1744,7 @@ export class UrlbarView {
id: result.showFeedbackMenu
? "urlbar-result-menu-button-feedback"
: "urlbar-result-menu-button",
+ cacheable: true,
},
attributes: lazy.UrlbarPrefs.get("resultMenu.keyboardAccessible")
? null