Skip to content
#

firefox-addon

firefox-extension logo

Firefox Extensions are add-ons that allow users to customize their web browser from Mozilla. They are downloadable through the Firefox Add-on website. Modern extensions follow WebExtension standard and are most often written in HTML, JavaScript, and CSS.

Here are 1,311 public repositories matching this topic...

refined-github
fregante
fregante commented Sep 19, 2020

Instead of relying on order of executing, we can use this new API to ensure that the sidebar’s stickiness is updated when it changes size. You'd have to combine ResizeObserver with selector-observer

I'm automatically closing this to be picked up after #3084 is resolved.

The current feature’s code might be a little hard to adapt/understand, so feel free to write it from scratch; This

cdharris
cdharris commented Jun 17, 2020

Remote Functions Refactor

Overview

Remote functions exist to enable background->tab, and tab->background function delegation (i.e. Call a function in a tab, but have it run in the background and vice versa).

Refactoring has been started to make these functions interfaced and type safe.

Tasks

Grepping the codebase for remoteFunction( shows where it's still being us

Created by Mozilla

Released April 4, 2006

Website
addons.mozilla.org/firefox/extensions
Wikipedia
Wikipedia

Related Topics

browser firefox mozilla webextension
You can’t perform that action at this time.