Robert Manner 3fd4cd6d3b js: replace deprecated tabs.executeScript with tabs.sendMessage
The dial-page context menus invoked window.dial.* functions via
browser.tabs.executeScript. That API is deprecated since Firefox 149 and
removed in Firefox 152, which broke creating/editing bookmarks and folders
from the dial page (issue #192).

Switch the menu handlers to browser.tabs.sendMessage. New menu command IDs
(200-207) are added to the Commands enum in both background.js and dial.js,
and the existing runtime.onMessage listener in dial.js now dispatches these
commands to the corresponding dial.* functions using the page-side
_selectedItem state.

Fixes #192
2026-06-24 12:42:21 +02:00
2017-11-12 17:04:00 +01:00
2017-09-29 23:46:58 +02:00
2018-10-21 04:11:04 +02:00
2017-11-12 16:46:24 +01:00

quickdial-webext

QuickDial is a WebExt Dial page for Firefox

QuickDial on addons.mozilla.org

Contribute and evolution :

S
Description
QuickDial : WebExt Dial page for Firefox
Readme MPL-2.0
5 MiB
Languages
JavaScript 86.3%
HTML 12.1%
Shell 1.6%