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

learn more… | top users | synonyms

0
votes
0answers
9 views

mozrepl: go to the context of the browser window when entering in a new opened window

My problem is that I can not ascend to the browser window context after creating and entering a new window using mozrepl, how to do it? ubugnu@spin-foam:~$ telnet localhost 4242 | tee -a .repl_log ...
0
votes
0answers
8 views

Thunderbird addon for email address crawler

I am looking for an addon to capture all email addresses to my address book from my Inbox. I know EMail Address Crawler does the same; ...
0
votes
1answer
21 views

Persona automatically logs me out right after login

Well, this is my persona setup: $ -> $('#login-btn').click (e) -> e.preventDefault() navigator.id.request() false $('#logout-btn').click (e) -> ...
0
votes
0answers
17 views

VLC mozilla plugin and h264 stream

For my project I'm using VLC mozilla plugin to show video and rtp / http streams but I came to the problem called h264 decoding. Standalone version of VLC or CVLC can use --ffmpeg-hw flag to use ...
0
votes
0answers
10 views

Development of an add-on for Mozilla Thunderbird for filtering purpose

SCENARIO: I access my mailbox through Mozilla Thunderbird. Say I receive 10 emails every hour. Six of them are subjected to report a "Problem." Four of the Six get resolved within 30 minutes, ...
-1
votes
1answer
11 views

Download plugin for Mozilla? [closed]

Is there any plugin for Internet Explorer or Mozilla where if I append set of direct links of certain files. It should start automatically downloading. E.g www.abc.com/1.mp3 www.xyz.com/2.pdf I ...
0
votes
2answers
21 views

Where does Mozilla host their XUL XSD Schema?

I'm trying to find the official schema (XSD or DTD) for Mozilla XUL. Nothing except this weird link crop up in Google searches. What gives?
0
votes
1answer
34 views

Print preview xulrunner

So i'm having this problem with opening print preview in xulrunner. I open print preview but i can't get the navigation toolbar. This is the code from PrintUtils.js where the toolbar is created: var ...
0
votes
2answers
55 views

Table height:100% not working in chrome, safari, opera

I code a following design CSS #content1{ top:0; width: 300px; height: 250px; } #content2{ width: 300px; height: 250px; } #content3{ width: 300px; height: 250px; } #bottom{ width: 300px; ...
0
votes
0answers
39 views

creating div with 100% height inside inside TD

I am trying to design a website, where I want a div of 100% height inside a element and then some other div inside it, formatted in a specified manner. the code I am trying is this css #main1{ ...
0
votes
1answer
46 views

Images not working in Opera and Mozilla

Hello there everybody, I am currently working on a page that has an HD background image (1900x1080) fixed, always visible in the viewport of the browser, that is actually the background image. ...
0
votes
2answers
64 views

How can I get the browser URL history using javascript?

I would like to get all the URL's of YouTube videos watched on a browser.This is used to populate an auto complete option.I researched on this topic, and none of them satisfactorily answered the ...
0
votes
2answers
39 views

Clearing the background of a <select> element's pulldown button with CSS

So I have a <select> element that I need to customize. Essentially I just want it to look like text, but when the user clicks on it, the pulldown choices appear. It would be preferred to show ...
-1
votes
1answer
24 views

Changing Javascript of the browser - Firefox [closed]

Just like we can change browsers user-agent with some add-on, is there any add-on or way to change browsers Javascript that shows in whoer.net? ~
0
votes
0answers
48 views

Media Element with playlist - doesn't play correctly in browser Opera and Mozilla

Good day, I try work with mediaelement js audio player. My html: <!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <script ...
0
votes
0answers
43 views

Customizing mozilla pdf.js

Hey i am modifying mozilla pdf.js library for some document indexing web app.I have disabled zoom buttons and i want to zoom to 200% on mouse down and return to normal when mouse button is released. ...
1
vote
3answers
49 views

What is the syntax used for the syntax specification on the Mozilla Developer Network?

Their page on @font-face describes its syntax as: @font-face { [font-family: <family-name>;]? [src: [ <uri> [format(<string>#)]? | <font-face-name> ]#;]? [unicode-range: ...
-2
votes
0answers
61 views

Couldn't intiate the browser

Couldn't intiate the browser: No more handles (java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons: no swt-xulrunner-win32-3740 in java.library.path no swt-xulrunner-win32 in ...
0
votes
1answer
12 views

g++ x86_64 NS_NewGenericModule2

I am trying to do extension development, but I am running into an error linking my code -- it's not finding NS_NewGenericModule2. Undefined symbols for architecture x86_64: ...
1
vote
1answer
103 views

Horizontal Shif of Facebook button in floating bar under Firefox

I have a floating bar that contains 5 social buttons. Only the Facebook button is shifting about 20 pixels in the left. In the tens of CSS elements of the button under elements inspector, when I ...
-1
votes
0answers
27 views

ajax scripts in mozila in ubuntu 12.04LTS [closed]

When I work on my AJAX scripts, none of them work whatever I try. I use Mozilla on Ubuntu 12.04LTS, and I believe that the problem is in the browser itself, because on Windows they work on XAMPP ...
1
vote
0answers
32 views

Removing animation in Firefox reverses but in webkit it snaps back to start

Why does Firefox reverse an animation back to the start if you remove it whereas webkit snaps it back to the start position? Is there a difference in how they handle this? I have an animation that ...
0
votes
0answers
24 views

Login to a secured website using geckofx

I want to automate some works like report download etc from a secured website. So Can i login to a secured website having SSL using geckofx browser control? If possible then how can i do it? I also ...
0
votes
0answers
24 views

Triggering a CSS animation repeatedly in Firefox

I'm working on a little project of a book made out of divs with some CSS on it. You are suppose to be able to turn the pages repeatedly by clicking them. It works correctly on webkit where I did it ...
0
votes
0answers
32 views

What XPCOM interfaces does XPCOMUtils.jsm give access to?

I am viewing the source of some Firefox addons where XPCOMUtils.jsm have been imported. When I read about it on the Mozilla website it said, The XPCOMUtils.jsm JavaScript code module offers ...
0
votes
0answers
16 views

Using the firefox-addon SDK panel module without the boxed look

I would like to use the panel module (i.e. attach not only script but also html and CSS and not have the addon CSS and JavaScript potentially interact with that of the main page) but not have the ...
0
votes
1answer
43 views

JavaScript Variable List and Editor

I am looking for an extension for Firefox that will list all JavaScript variables on a page, along with their values, and will allow you to edit them so that their values are different. If there is a ...
0
votes
1answer
194 views

ActiveXObject(“WScript.Shell”); is undefined in Firefox?

here i am trying to call system calculator using ActiveXObject. In IE it is working fine for me but in firefox it is not coming. i am getting the Undefined error. how to solve this problem in firefox. ...
1
vote
1answer
46 views

Failing to load overlay in xul application

I have a stand-alone xulrunner application, that needs extension to work properly. But after I install xpi file, my jsconsole is reporting me an error "Failed to load overlay from ...
0
votes
3answers
77 views

Mozilla iframe scrolling

I have an iframe and when the web page is calling inside the scrolling it is not working with Mozilla Firefox. It's working fine in Internet Explorer and Google Chrome. <iframe ...
0
votes
0answers
42 views

Is it possible to build chrome browser with plugins in javafx

I want to develop javafx application to show videos from different websites . I am basically using javafx WebView. The problems with WebView are: It not plays videos in flash player. WebView is ...
0
votes
1answer
186 views

jQuery partially not working in firefox and opera

I'm testing my webpage in browsers and it seems that some bits are not working in firefox and opera. I assume it's caused by jQuery used on my page. This is my website: ...
-1
votes
1answer
25 views

Intercept Javascript Before Getting Into Firefox JS Interpreter [closed]

Currently I'm developing an app to intercept javascript files from a website, and do some modifications (add codes, beautify, etc) on them. I followed the tutorial from Honza here and it worked well. ...
0
votes
1answer
68 views

Using Mozilla Persona Auth for Single Sign On

anybody know is possible to use Persona for SSO purposes for cross site login which are sub domains of the single domain ? I do no find this useful feature in documentation. thanks.
1
vote
1answer
61 views

Console logging from a Firefox add-on

The Mozilla documentation (https://addons.mozilla.org/en-US/developers/docs/sdk/latest/dev-guide/console.html) says that I should use console.log to generate messages from an extension. Those messages ...
0
votes
0answers
39 views

how sessionstore.js file is related to places.sqlite database?

Am working on mozilla firefox history. I have seen the sessionstore.js file. It has the tabs and windows information in it.The information is very unclear.Is that data in js is similar to ...
0
votes
1answer
49 views

Makefile won't create and copy file

I have the below code for a Makefile. If I run "make" in the command line it creates the xpi file. But when I run the "make install" command it says "Installing in profile folder. Done!" but there is ...
1
vote
1answer
84 views

Executing system commands in terminal / command prompt from Mozilla add-on

I am creating an add-on for Mozilla. I have seen that if I know the path of a file, I can execute it by spawning the process. But is it possible to execute system commands like "ls", "dir", "javac" ...
0
votes
0answers
11 views

Getting “BrowserID not enabled” trying to login to Mozilla Builder

I'm getting a "BrowserID not enabled" popup after logging in into Mozilla Builder although I'm already logged in back at my home pc? I can't login from another computer using the same email and ...
0
votes
0answers
23 views

Mozilla Developer Network dump

What size is the entire Mozilla Developer Network site? api.jquery.com is about 40MB when downloaded with wget.
0
votes
2answers
185 views

How to change the scrollbar color of the browser window

I want to change the color of the scroll bar of browser window, I used the following code but its working only in IE8 and not in other like Chrome and Mozilla.. html {scrollbar-face-color:#D6D7D6 ; ...
0
votes
2answers
34 views

Cross domain cookie reading in mozilla extension

I am developing mozilla extension.Is there any way to read/write cross domain cookies using mozilla api's? Regards, Siva
0
votes
1answer
42 views

CSS3 Compatibility Issues

My CSS3 animation doesn't work in Firefox and Safari though in Chrome. I am using this code for executing the animation: html { background:#262930 url('./images/pw_maze_black.png') no-repeat left ...
0
votes
0answers
13 views

How to display a div with XUL?

How to create a menu or similar that works like a div with freely images and images acting like buttons to show other div's with XUL elements? I know the menupop and so on... but is there a way to ...
0
votes
0answers
15 views

How to implement ESCUDO - Ring hierarchy structure in Mozilla Firefox?

I am trying to implement "Ring" structure for implementing ESCUDO fine grained access control mechanism in Mozilla. http://www.cis.syr.edu/~wedu/Research/paper/icdcs2010_escudo.pdf I am trying to ...
0
votes
1answer
32 views

Defining img custom property

I'm trying to assign property "itemId" for DOM element "img" Here is code var img = document.createElement('IMG'); window.console.log(itemId); img.itemId = itemId; window.console.log(img.itemId); ...
0
votes
0answers
71 views

Can't open file using Components.classes[“@mozilla.org/file/local;1”].createInstance(Components.interfaces.nsILocalFile)

I've been assigned to resurrect a legacy project with which I'm pretty unfamiliar. It's an interactive XML file with some javascript called from the stylesheet. I'm trying to open a file using the ...
0
votes
1answer
25 views

Moz rendering bottom property differently than Webkit

Trying to display an H3 on hover using the following CSS on this site: a > h3 { min-width: 100% !important; min-height: 100px; max-height: 100px; display: block; position: absolute; bottom: ...
0
votes
0answers
26 views

Mozilla Add-On SDK 1.4 Panel: Firefox Passwordmanager does not autocomplete / save login data

My first Mozilla addon based on Mozilla Add-On SDK 1.4 loads a remote url inbetween a panel as iframe content. The remote service shows a login form if no valid session (cookie) exists. Because of ...
2
votes
2answers
219 views

OnClick event - Run php script over ajax in Moziila

I solve one problem that occurred only in one of the updates from Mozilla. I have a program in jQuery, which records click on element div#region. Click to run php script that clicks saved in the ...

1 2 3 4 5 15