···11--- original
22+++ modified
33-@@ -0,0 +1,150 @@
33+@@ -0,0 +1,156 @@
44+/* This Source Code Form is subject to the terms of the Mozilla Public
55+ * License, v. 2.0. If a copy of the MPL was not distributed with this
66+ * file, You can obtain one at https://mozilla.org/MPL/2.0/. */
···106106+// Parameters for context menu control.
107107+dictionary EmbedderContextMenuParameters {
108108+ sequence<EmbedderContextMenuItem> items;
109109++ URL linkUrl;
110110++ URL imageUrl;
111111++ boolean forLink = false;
112112++ boolean forImage = false;
113113++ boolean forEditableText = false;
114114++ boolean forSelection = false;
109115+};
110116+
111117+// Parameters for permission prompt control.