Git Product home page Git Product logo

react-moznotificationbar's Introduction

Obsolete

This cannot be used anymore. It worked only in the Jetpack era. WebExtensions are the only way forward in Firefox.

react-moznotificationbar's People

Watchers

 avatar  avatar

Forkers

happy-ferret

react-moznotificationbar's Issues

trigger aClose on uninit

Consider bringing this to master. In Songifier I did this change as it was needed. I think it might be needed on master. See v1.0a6 of Songifier.

Obsolete?

It was created explicitly for Jetpack SDK and in WebExtensions era it will not be maintained or supported anymore, right?

Maybe consider deprecation notice then, just for randoms from future like me. ๐Ÿ˜…

Should add event listener as command NOT click

Landed this in NativeShot v1.6b.rev51. Merge it to here.
Especially becuase when onClick and you have a menubutton, click the menu dropdown also triggers that click, thats why its more important to go to command. But command just makes more sense as it now also responds to keys.

e10s fixes

I took all of the nativeshot stuff and put it into foxified 1.10b.rev1 and then i added the e10s fix here. so bring that here

aClose missing from defaults

Missing from:
var cInstDefaults = {
// aId: this is auto added in
aTxt: '', // this is the message body on the toolbar
aPos: 0, // 1 for top, on where to append it
aIcon: 'chrome://mozapps/skin/places/defaultFavicon.png', // icon on the toolbar
aPriority: 1, // valid values 1-10
aBtns: [], // must be array
aHideClose: undefined, // if set to string 'true' or bool true, in dom it will get converted to string as 'true'. setting to 1 int will not work.
aClose: undefined <<<<<<<<<<<<<<<<<<<<<<<<<<

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.