We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30541aa commit 540da7dCopy full SHA for 540da7d
src/browser/components/urlbar/UrlbarUtils-sys-mjs.patch
@@ -1,5 +1,5 @@
1
diff --git a/browser/components/urlbar/UrlbarUtils.sys.mjs b/browser/components/urlbar/UrlbarUtils.sys.mjs
2
-index 0968dfa8855..a584de03086 100644
+index 0968dfa8855..87974b95053 100644
3
--- a/browser/components/urlbar/UrlbarUtils.sys.mjs
4
+++ b/browser/components/urlbar/UrlbarUtils.sys.mjs
5
@@ -1775,6 +1775,9 @@ UrlbarUtils.RESULT_PAYLOAD_SCHEMA = {
@@ -12,3 +12,13 @@ index 0968dfa8855..a584de03086 100644
12
title: {
13
type: "string",
14
},
15
+@@ -1908,6 +1911,9 @@ UrlbarUtils.RESULT_PAYLOAD_SCHEMA = {
16
+ lastVisit: {
17
+ type: "number",
18
+ },
19
++ lastOpened: {
20
++ type: "number",
21
++ },
22
+ originalUrl: {
23
+ type: "string",
24
0 commit comments