Coder Social home page Coder Social logo

web-ext-experiments / about Goto Github PK

View Code? Open in Web Editor NEW
9.0 9.0 15.0 80 KB

Please see the documentation here: https://webextensions-experiments.readthedocs.io

License: Other

Makefile 33.36% Python 53.00% HTML 1.34% JavaScript 11.54% CSS 0.76%

about's People

Contributors

atsay avatar caitmuenster avatar groovecoder avatar jryans avatar kewisch avatar kwanesq avatar leplatrem avatar mixedpuppy avatar rob--w avatar rpl avatar takahirox avatar yfdyh000 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

about's Issues

Battery API experiment

  • Where is your experiment located?

https://github.com/Happy-Ferret/ext-battery

  • Can you provide a brief summary of what it does?

Provides functions to query a device's battery status (current battery charge level, charging status -- whether the device is plugged in or running on battery -- time left, time to fully charge).

  • Are there any bugzilla bugs it addresses?

Not that I can see.

  • Would you like to move the code over to this repository?

Yes.

On that note: I usually release my code under BSD3. Is it possible to do that or will I need to re-license as MPL2?

  • Some implementation details worth discussing

Currently, the returned values for all functions are rather verbatim. As opposed to the old BatteryManager API, I made the decision to return values that are already fairly informational but might make it harder to process further.

i e where BatteryManager's charging property would return either true or false, browser.battery.getStatus() currently returns Plugged-in/charging or Running on battery.

I realize now that's not exactly ideal for, say, l10n, so I'm open for suggestions on that front (I could either return true or false here or, perhaps, Adapter/Battery.

TODO: I still plan on implementing Events.

Extending an existing API

Curious.

What if my experiment extends an existing API (browser.cookies, in my case)?
Will I be able to provide this as an API experiment to you or will I need to go through different channels?

Note: This is mostly a policy question. From a technological viewpoint, it seems to work just fine (I wrote the experiment earlier today, on behest of a coworker, but just want to make sure I get together all the proper documentation before I even attempt to have it uplifted).

printservice API implementation

This experiment propose new Javascript API called printservice. Web extensions can use this API to provide functionality related to print process enhancements.

The printservice experiment is located on github https://github.com/edabg/web-ext-experiment-printservice/tree/master.

This experimental API provide functionality to customize print process with features like:
- headers/footers
- media format
- margins
- silent printing (without print dialog)
- range printing
- output format
- print to file
- print to different printers

In general all features supplied by nsIPrintSetting interface.

There is bugzilla issue which address this need also.

If this experiment is useful and can be uplifted and implemented in firefox will be good, because it is needed to successful port of XPCOM jsPrintSetup extension and prolong his life.

Regards,

Dimitar Angelov

CODE_OF_CONDUCT.md isn't correct

Your required text does not appear to be correct

As of January 1 2019, Mozilla requires that all GitHub projects include this CODE_OF_CONDUCT.md file in the project root. The file has two parts:

  1. Required Text - All text under the headings Community Participation Guidelines and How to Report, are required, and should not be altered.
  2. Optional Text - The Project Specific Etiquette heading provides a space to speak more specifically about ways people can work effectively and inclusively together. Some examples of those can be found on the Firefox Debugger project, and Common Voice. (The optional part is commented out in the raw template file, and will not be visible until you modify and uncomment that part.)

If you have any questions about this file, or Code of Conduct policies and procedures, please reach out to [email protected].

(Message COC003)

Search engines experiment

I didn't make this experiment, but seems like it didn't get attention unfortunately.

My experiment API is undefined on Beta

  • Context:

I wrote a small addon to help the Firefox product-integrity team validate the Remote Settings feature. It basically exposes some Gecko internal stuff to the addon.

It exposes the RemoteSettings.get() and RemoteSettings.onSync() API available in Gecko
https://firefox-source-docs.mozilla.org/services/common/services/RemoteSettings.html

  • What's your issue?

It works like a charm on Nightly when I load it via about:debugging.

On Beta, the experiments.remotesettings is undefined.

Note: the addon is not signed.

I would like to know why (I think @rpl told me already but I forgot). Maybe an entry in the FAQ would be helpful.

Thanks!!

Toolbar API experiment

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.