1
vote
2answers
77 views

Textarea and div padding differences in Firefox

I made a fiddle here. http://jsfiddle.net/pmVeR/ The textarea and div render identically in both Safari and Chrome. But in Firefox, there is an extra 2px padding on the right of the textarea, which ...
0
votes
1answer
35 views

Getting Interface Implementation of built-in Mozilla Firefox Component

I'm currently trying to develop a custom password manager in c++. I've already developed a deployable module implementing the nsILoginManagerStorage interface, can install it on firefox and it is ...
0
votes
0answers
22 views

Object vs Embed Flash loading in Firefox

Testing with the following: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html ...
0
votes
0answers
32 views

Analogue of nsIClassInfo for objects created using WebIDL in Firefox (C++)?

I use Gecko SDK to build a C++ tool to inspect web pages (along with their internals) opened in Firefox. I use nsIClassInfo to get information on properties and methods (with their parameters) of ...
-1
votes
1answer
22 views

About:config - always_print_silent in geckofx [closed]

Is print.always_print_silent not show in about:config and not show the context menu for add, how add this config in geckofx 18 web browser c#?
-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
72 views

Firefox 22 Monitor HTTP traffic in extension

I am currently trying to write a simple Firefox addon for monitoring http traffic. I searched around a lot and also found some things, but everything was related to Firefox 3.6 and I do not know how ...
0
votes
0answers
20 views

Not able to find “PHalChild” class defination in FireFox OS code

I downloaded the firefox OS code. I was reading the under for "sandbox/". I say a class name "PHalChild" in many places. I try to defination for this class but not able to search it in the whole code. ...
0
votes
0answers
25 views

FireFox default extension

I am building FireFox10 source using MS2010 and at same time I am implementing FireFox extension. I want to create FireFox10 package including my extension. Any idea? Both programmatically or setting ...
3
votes
1answer
47 views

jQuery library optimized for Gecko engine

Is there any jQuery library that's optimized/minimized only for use it with Gecko engine? There's no need to support trident, webkit and so on if they're not gonna be used! I wasn't successful in ...
2
votes
0answers
58 views

How does firefox do css rendering [closed]

It may be a little academic. I am trying to find out the detail about css rendering in browsers. I have known that both Gecko and Webkit use hash map, style sharing to speed up css selectors matching. ...
1
vote
0answers
60 views

Web deploy .NET client-side assemblies in Firefox?

I have a very large client application written over the course of several years in .NET (actually a collection of assemblies) that we're trying to make web-deployable. This was a moderate task in ...
0
votes
1answer
61 views

Firefox XPCOM extension not working after installation (C++)

I have implemented a protocol handler extension in C++ using Gecko SDK. When the dll is copied to C:\Program Files (x86)\Mozilla Firefox\components every thing works perfectly. But when the the same ...
0
votes
0answers
9 views

nsIdleService is not behaving correctly

https://developer.mozilla.org/en-US/docs/XPCOM_Interface_Reference/nsIIdleService As soon as user is inactive for specific period nsIdleService triggers and reports idletime. But even if there is no ...
0
votes
0answers
35 views

Modifying DOM before loading in FireFox

I want to implement an extension to modify DOM in firefox before loading. Is there netscape api to do that. I looked at nsiDOMparser, but i don't think that will work. nsiTraceableChannel only allow ...
0
votes
1answer
122 views

add spell check to contextmenu in Geckofx

I am trying to integrate Mozilla Firefox into C# winform application. i downloaded the xulrunner(v1.1.19) and geckofx Everything is running fine but i want to add default Mozilla dictionary/spelling ...
1
vote
1answer
126 views

Register event in a different B2G/Firefox OS app

I'm creating a widget for Firefox OS's homescreen. I've separated the widget as another application in B2G, and in homescreen, I load the widget's content in an iframe. Since it's from a different ...
1
vote
1answer
141 views

Why do I get error C2440 when I try to compile XPCOM code?

I need to create a Firefox addon that calls C++ code. I did some research and found this tutorial to get me started: http://briankrausz.com/building-a-c-xpcom-component-in-windows/ I followed all the ...
0
votes
1answer
351 views

Image-rendering madness with incorrect colors in Gecko (Firefox) and Trident (IE) vs. Webkit (Chrome and Safari)

I've designed a website so that an image on the left seamlessly blends into the background color on the right without transparency (the color is simply matched on the far right border of the image to ...
0
votes
0answers
32 views

transition with firefox

Is there a way to improve the css3 property rotateX(Xdeg) with firefox, the rotation works, but it is very "hacky" with firefox. the same code runs ultra smooth with chrome. This is perhaps jsut the ...
7
votes
2answers
337 views

CSS “outline” different behavior behavior on Webkit & Gecko

I'm working on an experiment & I found out that the "outline" CSS2 property is not implemented the same way on Webkit & Gecko In the script below, I have a absolute position div inside ...
0
votes
2answers
705 views

Why is this font rendering so horrible in Firefox (Gecko) compared to Epiphany (WebKit)?

Here's the Firefox (Gecko) screenshot [full size]: And here's the Epiphany (WebKit) screenshot [full size]: Is there anything I can do to make it look nice in Firefox (Gecko)?
1
vote
0answers
100 views

Unable to deploy xulrunner 9 and above in mac Osx

I am able to use xulrunner by coping xulrunner-sdk/bin directory to my standalone application xul.framework coping xulrunner from xulrunner-sdk/bin/ to my MacOs in my application. Everything works ...
2
votes
1answer
655 views

Image map - firefox issues

Why doesnt this map work, in Firefox? <img usemap="m_one" id="one" src="/images/layout/town_and_country/Town__Country_Web_Map.jpg" alt="Town__Country_Web_Map" border="0" height="507" ...
3
votes
1answer
119 views

How to check if Javascript is activated from Firefox extension?

I haven't found any info on that. I basically need to know from a Firefox extension if the browser has javascript enabled. Is that possible? I am totally new to programming FF extensions -- ...
1
vote
3answers
284 views

Firefox/Gecko adding spacing around inline-block divs?

I know that the real goal I'm seeking is the css holy grail, but in this really simple experiment, I'm getting "phantom" spacing that I'm hoping someone can explain. The following occurs in Firefox, ...
0
votes
1answer
248 views

Peeking inside the chrome protocol in Firefox

I was wondering whether it is possible to look inside the input stream when the "chrome://" protocol is used in Firefox. Let me be more clear. Let's take the following call sequence, for example: ...
6
votes
3answers
212 views

Buttons too tall on Firefox

I've got a problem unique to Firefox. I'm trying to style links and buttons to look exactly the same. On every browser except Firefox, this works as desired. On Firefox, the height of the button's ...
5
votes
8answers
373 views

What's the best way to cycle through a large number of fixed position images in WebKit efficiently?

I'm currently working on a little site for my family. One of the things I wanted to do was to make a basic 'making of' stop-motion video. I could assemble it and upload it to Vimeo or something but I ...
0
votes
1answer
228 views

Webkit adding unwanted, additional space above single text character

Have a situation where I am adding a single character in a div with a button background. Seems pretty straight forward. However, the text placement is different between FF and Safari / Chrome. I ...
6
votes
2answers
4k views

Embed Firefox/Gecko in WPF/C#

i want to embed the current Gecko in my WPF-Project. i know there is the possibility with the Winforms-Host and the Skybound-Gecko-Libary. But i use not the standard wpf-theme für my application. its ...
1
vote
0answers
136 views

Is Blob read-only (for example in Firefox 6)?

Tried to add custom property (name) onto a Blob object, but got no result. As if Blob was read-only. Is it? UPDATE: // file variable populated somewhere here... var blob = file.mozSlice(0, 256); ...
0
votes
1answer
990 views

Why doesn't IE's caret position in a text input equal the string index? What's the workaround?

I'm not surprised, but I've discovered that IE8 behaves very differently than Chrome and Firefox with respect to retrieving the caret position from a text <input> or <textarea>. Whereas ...
0
votes
1answer
74 views

Dynamic generation of stylesheets added to Firefox?

One can use the nsIStyleSheetService in Firefox to load and register stylesheets which apply in a similar way to userstyle.css; they are applied to every page loaded. However, this service takes ...
1
vote
2answers
94 views

Determining the bounding rectangle of Mozilla 4's content region

In versions of Firefox prior to 4, the web content was contained in a window of class "MozillaContentWindowClass". In the newer versions, the entire window is content-based, including toolbars, etc. ...
7
votes
2answers
2k views

moz-transform scale decrease div size problem

I'm having problems with mozilla moz-transform scale property. I'm looking for a replacement of the zoom property, which works fine in everything except firefox. When I want to shrink the div, its ...
1
vote
3answers
518 views

this.dataset works under Chrome now, is it going to be supported by FF too?

We are using data- prefix in our html tags to attach some data to our elements. We can get that data by this.dataset property in Chrome and as we are too lazy to check if our functions work under ...
5
votes
3answers
3k views

Is there a Gecko equivalent to -webkit-mask or a fancy way of degrading for Gecko browsers?

I'm looking for a solid answer on whether or not there is an equivalent to -webkit-mask in Gecko browsers/Firefox? If not, is there any way of degrading -webkit-mask in CSS to a straight ...
2
votes
1answer
345 views

What are the basic differences differences between the browsers powered by Gecko and by those powered by Webkit?

I wanted to know about the basic differences between the browsers powered by Gecko and Webkit? - Are there any differences in the way they render? - Any difference in the mechanism they use to render? ...
10
votes
2answers
1k views

Firebug not showing stack trace for errors?

I have noticed that even with "show stack trace with errors" enabled from the drop down, only errors that occur seem to have traces, but when I do: throw new Error('foo'); I do not see any stack trace ...
1
vote
2answers
828 views

Can I get an image's file size and mime-type via JavaScript (FireFox/Gecko/Mozilla only)

Can I get an image's file size and mime-type via JavaScript. I am writing a script for inspecting all images in a document. I will run the script in FireFox only so a solution specific to FireFox ...
0
votes
3answers
399 views

transition effects not happening in Firefox and Opera

i tried to create a drop down menu effect using transition effects in css3 .the effects were not being produced in firefox and opera although it was in safari and chrome for transition i used ...
2
votes
1answer
690 views

How can I add a recurring timer to a firefox addon?

I am trying to create an addon with the new addons builder preview (https://builder.addons.mozilla.org/), and I need a function to run about once every 10 minutes. I have tried both setInterval and ...
0
votes
1answer
388 views

In Gecko 2.0 (Firefox 4) how do you interact with (send windows messages to) a tab that is not currently focused?

Say your automating Firefox, and you want to do crazy things like, emulating a raw keystroke typing 'return' but to a tab window that is not currently in focus/active/ontop. Using ideas in ...
3
votes
2answers
728 views

document.getElementsByName missing from Gecko/Firefox on SVG documents

I have an SVG document in which I am using JavaScript to highlight elements on mouseover. My elements all have names - some elements have the same name because, although they appear multiple times, ...
2
votes
1answer
214 views

-moz-column doesn't work correctly with rtl direction

I have a div container with fixed height , fixed width and overflow hidden I need to display text in 4 columns The problem is : with direction 'rtl' , firefox display the latest 4 columns and hide ...
1
vote
1answer
220 views

Gecko(Firefox 3.6/4beta) Hides Div While Webkit(Chrome/Dreamweaver) Displays Just Fine

I've ran into a snag I've been working on for a couple days and can't seem to come up with an answer online. The site template I'm working on now is located at "http://citylakersbaseball.org/2.0" - ...
0
votes
1answer
180 views

Is “-moz-box-shadow” supported by Firefox / Gecko only recently?

How well is -moz-box-shadow supported by Firefox? I thought I heard of it for quite some time but the page https://developer.mozilla.org/en/css/-moz-box-shadow says that it is not supported ...
0
votes
2answers
535 views

Javascript submit() event is not fired up on exit (unload event)

I got page where HTML elements <form> and <iframe> are dinamicaly created with Javascript: document.write('<iframe id="myIframe" name="myIframe" src="about:blank" ...
1
vote
3answers
1k views

CSS box-shadow issues

I'm building this page: http://ss.rsportugal.org/ As you can see, there are two 10 pixel shadows in the page. One just bellow the menu and the other just above the footer bar. These shadows are made ...

1 2