Skip to content

Commit 540da7d

Browse files
committed
Fix schema for url
1 parent 30541aa commit 540da7d

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/browser/components/urlbar/UrlbarUtils-sys-mjs.patch

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/browser/components/urlbar/UrlbarUtils.sys.mjs b/browser/components/urlbar/UrlbarUtils.sys.mjs
2-
index 0968dfa8855..a584de03086 100644
2+
index 0968dfa8855..87974b95053 100644
33
--- a/browser/components/urlbar/UrlbarUtils.sys.mjs
44
+++ b/browser/components/urlbar/UrlbarUtils.sys.mjs
55
@@ -1775,6 +1775,9 @@ UrlbarUtils.RESULT_PAYLOAD_SCHEMA = {
@@ -12,3 +12,13 @@ index 0968dfa8855..a584de03086 100644
1212
title: {
1313
type: "string",
1414
},
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

Comments
 (0)