Questions tagged [mozilla]

DO NOT USE THIS TAG, it is going to be removed. The Mozilla Foundation is a non-profit organization that exists to support and provide leadership for the open source Mozilla project.

DON'T USE THIS TAG, it is going to be burninated.

The Mozilla Foundation is a non-profit organization that exists to support and provide leadership for open source Mozilla projects.

Mozilla Firefox is a free, browser built by Mozilla Foundation and Mozilla Corporation, first released in 2002 as 'Phoenix', becoming 'Firefox' in 2004.

1724 questions
7
votes
1 answer

configure rhino in javascript Eclipse

i want to Debug my js codes in Eclipse. how to setup Mozilla rhino in Eclipse... (step by step guide.
bbjkdsfj
  • 237
  • 1
  • 2
  • 6
7
votes
2 answers

CSS Border for checkbox

I am applying a style for a checkbox from jQuery $("#reg_checkbox").css("border","thin solid red"); The border works fine in IE but not in mozilla , how can I make it browser compatible ?
manu
  • 77
  • 1
  • 1
  • 5
7
votes
3 answers

switch camera using MediaDevices.getUserMedia() in webrtc

I am trying navigator.MediaDevices.getUserMedia() webrtc to switch the device camera during the call. This functionality is working fine on the desktop browser but on mozilla android it is not working. Here is my code that i am using . var…
john
  • 611
  • 1
  • 7
  • 33
7
votes
1 answer

CSS3 Animation Not Working Firefox

I am using anime.js library to create a pulsing effect using 3 divs. This animation works correctly in chrome, opera and edge. I have tried different vendor-prefixes in css and using a pure css solution with key frames, but the result is the same. I…
a_developer
  • 123
  • 2
  • 8
7
votes
0 answers

Signing Extension Mozilla Firefox without upload to AMO

I want to sign my add-on but i don't want to upload my add-on to AMO for verifying. What can i do for sign my add-ons with my own certificate? Can anybody tell me how to sign add-on without upload to AMO?
7
votes
1 answer

firefox extension works through sdk but not when installed in browser - compatibility issue?

---Update---- After experimenting more with this, I've determined that the contentScript I have written is not the problem here. For example, if I reduce the extension to merely: var buttons = require('sdk/ui/button/action'); var data =…
7
votes
3 answers

HTML Parsing Error

I can't find out what the problem is, and why I keep receiving this error in Internet Explorer 8, as it's the only error that I am receiving. Any thoughts as to what it means, or a simple solution? I haven't noticed any problems with my code though,…
homework
  • 4,987
  • 11
  • 40
  • 50
6
votes
2 answers

Accessing Mozilla Certificates from Delphi

I would like to access certificates stored in Mozilla products (Firefox and Thunderbird) from a Delphi (XE) applicaiton. For start I would like to list them, next it would be nice to be able to manage them (import, export, delete) and use them…
Radek Hladík
  • 547
  • 4
  • 15
6
votes
2 answers

Range object: differences between Webkit and Mozilla based browsers

at the moment I have some troubles writing an abstraction layer for Mozilla and Webkit based browsers for using the DOM-range object (getting and processing user selections). I have also tried to have a look at frameworks like Rangy but this seems…
Tobi
  • 71
  • 1
  • 3
6
votes
3 answers

How can I implement Mozilla readability.js to my Website?

https://github.com/mozilla/readability (readability.js is for creating a read view for web pages) How can I implement readability.js to this test Webpage The problem is, readability.js deletes the elements of this website, that I want to keep and…
Marcel
  • 100
  • 1
  • 7
6
votes
0 answers

Extend time duration for displaying "PR_CONNECT_RESET_ERROR" error in Mozilla Firefox?

When a site receives high traffic, the tab in Mozilla Firefox stops loading and displays this error message "PR_CONNECT_RESET_ERROR" as shown in screen shot. What I want is, the tab should continuously keep loading until it receives the response…
6
votes
1 answer

-moz-background-clip: *text* in Mozilla

Is there a good way to implement this in Mozilla? I have done it successfully in Webkit using -webkit-background-clip: text;. I have been trying to implement it into Firefox with no success. MDN has it listed as -moz-background-clip but there is no…
Blurn
  • 79
  • 3
  • 8
6
votes
1 answer

How to check if a Firefox WebExtension is installed or not with page JavaScript?

I have developed a WebExtension for Firefox and my website works with the extension as a prerequisite. I need to check programmatically whether the extension is installed or not and if not ask the user to install it. I am not able to find a way how…
6
votes
1 answer

Firefox WebExtensions: can not get canceled request data

During playing with Firefox WebExtensions I've created a simple add-on that cancels certain POST request and reads its params: manifest.json { "description": "Canceled webRequests data", "manifest_version": 2, "name": "webRequest-demo", …
6
votes
4 answers

On scrolling fonts become lines?

I'm working in centos 7. Then i'm developing the web tool for biologist. My project has to come final stage. But now i facing one critical problem. The problem is fonts, while scrolling down and up on the div. I added the images below. The each…
mkHun
  • 5,891
  • 8
  • 38
  • 85