mirror of
https://github.com/MatMoul/quickdial-webext.git
synced 2026-07-22 08:30:12 +00:00
3fd4cd6d3bd837e7154c8c87af6814814d429036
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
quickdial-webext
QuickDial is a WebExt Dial page for Firefox
QuickDial on addons.mozilla.org
Contribute and evolution :
Languages
JavaScript
86.3%
HTML
12.1%
Shell
1.6%