mozilla Questions
1
I found a convenient way of turning my Chrome extension into modules (a lot easier to maintain etc.). I made it like this https://stackoverflow.com/a/53033388/9182284 (turning background.js into a ...
Nellienellir asked 30/1, 2019 at 17:30
1
Solved
i use fill available in chrome and it's working perfectly but not in firefox.
here's the fiddle : fiddle
why does it not working? please help.
.container {
background: steelblue;
height: 100%;
...
1
Solved
I am trying to read mozilla.rsa file and parse the addon Id using C++.
My effort:
std::string rsaPath = xpiDir + "\\META-INF\\mozilla.rsa";
int rets = system(("CertUtil " + rsaPath + " | findstr...
Enwind asked 8/1, 2019 at 10:37
3
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 work...
Godwin asked 30/11, 2016 at 14:33
3
Solved
When generating offer and answer objects during webRTC signaling in Firefox, Mozilla added a pun about Session Description Protocols by returning answers and offers that say "THIS_IS_SDPARTA.&...
3
Solved
The plugin saves the last position the document was in before it is closed and next time I open the document, it shows the document in this position.
Example:
I am seeing the middle of the second...
Stylolite asked 15/1, 2013 at 15:11
2
Solved
I am really struggling with implementing The Coral Talk Project commenting system into my app.
I am attempting to implement it into a project that is primarily Meteor and React. It's on GitHub
I...
Changchun asked 25/7, 2018 at 23:7
2
I am getting the following error when trying to open an html document put together with knitr in Mozilla Firefox. The error is a result of the graph element composed with the plotly package.
unkn...
Outdoors asked 11/1, 2017 at 22:14
1
I am trying to build my own version of Firefox with slight UI changes and by adding some addons(extensions) to the build.
I have downloaded the source code from repo. Where would I start to achie...
Kohl asked 13/3, 2018 at 11:40
1
I'm currently build my website and I face a problem the Mixed Content blocking in JavaScript which occur with Chrome, Mozilla and Explorer when I tried to load and display image and page coming fro...
Bartz asked 19/3, 2018 at 14:50
5
Solved
Is there a way to check how long does it take for the page to load?
EDIT:
I will extend the question a bit. Say you are working on a ASP.NET project and when you run your project within the Visua...
Collaborate asked 12/6, 2013 at 6:37
3
I am trying to build Gecko Code, Which I have clone from Github : git clone https://github.com/mozilla/gecko-dev.git
and I am getting autoconf 2.13 not found error, Which already installed in my M...
Sylvie asked 11/9, 2015 at 8:22
1
Solved
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 ...
Diggins asked 13/10, 2017 at 10:3
1
Here is my download code:
var mimeType = this.getMime(obj);
var ab = this.base64ToArrayBuffer(obj[key]);
var blob = new Blob([ab.buffer], {
type : mimeType
});
var result = this.bintostring(blob)...
Licketysplit asked 10/8, 2016 at 9:26
9
Solved
Mozilla states that "for of loops will loop over NodeList objects correctly". (source: https://developer.mozilla.org/en-US/docs/Web/API/NodeList) However, this doesn't work in Chrome 43. Is this in...
Thermocline asked 15/6, 2015 at 1:31
2
Well, my requirement is to zoom and pan the svg in all devices/all browsers. I have implemented it with using panzoom.js.
Now, i am facing an issue with Mozilla firefox in tablet and windows touc...
Mg asked 4/10, 2016 at 7:23
3
Solved
I'm trying to create an SWT Browser widget of the SWT.MOZILLA type under windows 8 64Bit with SWT 4.3 64Bit.
According to this, SWT 4.3 should support 64 Bit version on XULRunner 10.x or 24.x
So,...
1
Solved
I am currently trying to analyse Bugzilla in order to find the ratio of number of bugs : lines of code for each Firefox component. However, I have never worked with Bugzilla before and have no know...
1
Solved
Exception in thread "main" org.eclipse.swt.SWTError: XPCOM error 0x80004005 in swt.mozilla
following my SWT code which use Mozilla browser but it gives me an error xpcomm error 0x80004005.
import java.awt.GridLayout;
import java.io.File;
import org.eclipse.swt.SWT;
import org.eclips...
5
Solved
I'm trying create a custom drop down control and I need to hide the arrows from the native controls. I'm using the following CSS, which is working for Chrome and Safari, but not in Mozilla and IE.
...
Edora asked 26/8, 2013 at 8:43
5
Solved
I'm stumped. Working on a site that isn't loading properly in FireFox. It loads great in Chrome and even IE, but for some reason the stylesheet isn't loading in FireFox.
The site: http://gregsona...
Vernissage asked 2/2, 2013 at 16:23
1
Solved
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",
"manif...
Prospectus asked 7/1, 2017 at 14:25
2
I would like to know how to prevent showing emojis from bootstrap's glyphicons?
This
<span class="glyphicon glyphicon-tent"></span>
Renders to this (opera, moz)
I Stumbled across...
Lucinalucinda asked 2/6, 2015 at 12:48
2
I'm try to adapt pdf.js (complete version) to my needs, I just want to set the initial scale to 'page-fit' whatever the previous scale. So I try to modify viewer.js to achieve this ...
First the DE...
Gwenore asked 1/2, 2014 at 15:32
1
I am trying to work out how to best implement direct firefox-addon installation from my website. Besides simply prompting the user to install the addon, I would also want to get the result of the u...
Bugs asked 23/4, 2015 at 17:16
© 2022 - 2024 — McMap. All rights reserved.