From f98e05e2f819d03eb253bf25cfa8349a7060ee19 Mon Sep 17 00:00:00 2001
From: Piyush Bhaskar <102078527+Piyush-r-bhaskar@users.noreply.github.com>
Date: Tue, 5 Nov 2024 02:58:16 +0100
Subject: [PATCH] Update index.md | release >= 109 supports top & left
parameters for windows.create (#36588)
* Update index.md | release 109 supports top & left parameters for windows.create.
* Update files/en-us/mozilla/firefox/releases/109/index.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---
files/en-us/mozilla/firefox/releases/109/index.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/files/en-us/mozilla/firefox/releases/109/index.md b/files/en-us/mozilla/firefox/releases/109/index.md
index bafb88581ca88a0..da952684d36c8a7 100644
--- a/files/en-us/mozilla/firefox/releases/109/index.md
+++ b/files/en-us/mozilla/firefox/releases/109/index.md
@@ -73,6 +73,7 @@ No notable changes.
- The property `secretKeyLength` has been added to {{WebExtAPIRef("webRequest.SecurityInfo")}}. This property provides the length in bits of the secret key in the security properties of a web request ([Firefox bug 1778473](https://bugzil.la/1778473)).
- With the introduction of the [extensions button](https://support.mozilla.org/en-US/kb/extensions-button), the default value of `default_area` in the [`action`](/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/action) and [`browser_action`](/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/browser_action) manifest keys has changed from `"navbar"` to `"menupanel"` ([Firefox bug 1799947](https://bugzil.la/1799947)).
- Support for {{WebExtAPIRef("omnibox.onDeleteSuggestion")}} and the `deletable` property in {{WebExtAPIRef("omnibox.SuggestResult")}}, enabling extensions to react to a user deleting an address bar search result ([Firefox bug 1799947](https://bugzil.la/1799947)).
+- Support for the top
and left
parameters to determine positioning of `panel` or `popup` window using {{WebExtAPIRef("windows.create()")}} ([Firefox bug 1271047](https://bugzil.la/1271047)).
## Older versions