gecko is an open source browser engine developed by Mozilla and used in browsers such as Firefox, Seamonkey and others.

learn more… | top users | synonyms

0
votes
0answers
7 views

troubleshooting SSL in Mozilla applications

Bug https://bugzilla.mozilla.org/show_bug.cgi?id=858394, SSL: disconnect, reconnect gives connection reset; all reconnect attempts fail The bug has attached log of NSPR and the issue is easy to ...
1
vote
2answers
58 views

Flexible box layout model: How should auto margins in the cross-axis direction behave?

Please help me to understand one issue with the flexible box layout model for which I get different results in Firefox and Chrome. Consider the following HTML fragment: <body> ...
0
votes
1answer
19 views

File Input on FirefoxOS (Boot2Gecko!==Gecko?)

I was developing a webapp for firefoxos (Boot2Gecko) and noticed, that there is no file-picker when clicking on an input(type=file). I came across this bug and it seems as if there hasn't been any ...
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
0answers
21 views

Geckofx control- how website developers will find are we using webbrowser control or Normal firefox browser

I am developing c# windows application which uses GeckoFx webrowser control, to automate some process(clicking some links). My question is, How the website developers will come to know that am I ...
0
votes
0answers
29 views

Excute javascript in Gecko# when url javascript is disabled

As may everyone know (I guess) that FireFox disable javascript executing from the url / address bar This effect on Gecko# I am unable to use geckoBrowser1.navigate("javascript:alert('test')"); So ...
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
24 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
23 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#?
0
votes
0answers
32 views

how do web rendering engines work with not visible objects?

I have a css stylesheet that defines some animations with transition states for many objects. Only one of these objects is visible at a time; all the other ones lie outside the visible area thanks to ...
-1
votes
1answer
26 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. ...
1
vote
1answer
32 views

“pixel not pixel” and canvas, what the right way?

With removing target-densitydpi it pretty fu..n quest now. Major browsers scaling page in 1.5 times on my device (huawei honor android 4.0). How to prevent pixelization of canvas??
0
votes
1answer
75 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
55 views

Gecko MultiThreading Error

I am trying to make an application with 5 virtual(hidden) Gecko(Xulrunner) Browser. But when I try to create one browser in Threading its return error at GeckoPreferences I am totally confused with ...
0
votes
1answer
97 views

Gecko:Login to website

I am new to web browser control geckoFx. I want to login to a webpage using it. So how can i do it in vb.net I tried navigating to the webpage using navigate method. InitializeComponent() ...
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. ...
-1
votes
1answer
267 views

Using Webkit/Firefox Browser Control in C# [duplicate]

I am looking for a Web Browser control(Free preference) which I can not only use to display HTML but can also interact with the DOM in my C# Application or Vice Versa. Kindly guide me in this regard.
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 ...
1
vote
0answers
67 views

Extent of anonymous table cell: Is Gecko or Webkit right?

Consider the following HTML markup: <ul> <li>Short</li> <li>LOOOOOOOOOOOOOOOOOOONG</li> </ul> <table> <tr> ...
0
votes
2answers
91 views

Building B2G on Ubuntu 12.10 x86_64 fails while building gecko

I have an error building B2G on Ubuntu 12.10. The Gecko build fails searching for librt. The libraries are present on the system ... $ locate librt.so ...
3
votes
1answer
48 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 ...
0
votes
3answers
93 views

Access inner variables in JavaScript

I am writing a userscript for some site. I need to access inner variable in a function. For example, in following code i need to access "private property" b of object c function a(){ var b; ...
2
votes
0answers
60 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 ...
1
vote
1answer
705 views

Downloadable font on firefox: bad URI or cross-site access not allowed

I'm a webmaster at http://www.beperk.com (I'm giving you the url so you are able to check the problem) and I'm having lots of problems using @font-face in CSS. I want to use the foundicons from zurb ...
0
votes
0answers
140 views

Gecko C# Frame Invoke JS

GeckoFrameElement no Invoke Method. How can invoke JS in Frame Document? Some frame have some JS function, how i can call this function with params? Like System.Windows.Forms HtmlWindow ...
1
vote
0answers
137 views

GeckoWebBrowser frame navigate

Is it possible to navigate some frame in the document? somthing like WebBrowser HtmlWindow frame = webBrowser1.Document.Window.Frames["main"]; frame.Navigate("http://" + webBrowser1.Url.Host + ...
0
votes
1answer
47 views

Different img height/width between WebKit/Gecko when using attribute 'auto'

I'm seeing different height and width for an image between WebKit and Gecko/Trident, and am not able to narrow down what is causing the difference, and what should be the workaround. The page in ...
1
vote
1answer
243 views

C# auto filling inputbox in gecko webbrowser

I've been trying to fill some inputboxes with data using the following code: GeckoHtmlElement checkElement = null; GeckoDocument checkDoc = GeckowebBrowser.Window.Document; ...
1
vote
1answer
185 views

I'm trying to embed Gecko or WebKit in a Java Swing application

I'm trying to make a web browser in Java, using Swing, but I can't seem to find any good way to embed WebKit or Gecko. I am currently using JEditorPane.getPage() but that's pretty useless for me. I am ...
0
votes
1answer
106 views

GeckoWebBrowser isn't showing (Handle) (C# WinForms)

I want to use the geckoWebBrowser but it says I have to asign the handle to something to display. After searching a bit, a good solution seems to be to asign it to a tab page,especially to simulate ...
0
votes
1answer
62 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
2answers
295 views

Getting started with gecko fx

I'm using the following code to embed the gecko in my application: Dim browser As Gecko.GeckoWebBrowser Gecko.Xpcom.Initialize("C:\temp\MozilaTeste\xulrunner") browser = New Gecko.GeckoWebBrowser ...
1
vote
0answers
80 views

Get response body using nsiHttpChannel

I'm currently creating a Firefox extension application to capture HTTP response and compare its response body (HTML, etc) with data. I am using observer service to capture all HTTP request and ...
0
votes
0answers
29 views

Why can't I call XSelectInput in main thread of chrome?

I'm writing a chrome plugin and I have to track the move and resize event of chrome, so I open a display by XOpenDisplay(NULL), and use XSelectInput to select the StructureNotifyMask event. But the ...
0
votes
0answers
36 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
387 views

gecko in vb.net, objectreference needs objectinstance?

I want to implement a Webbrowser in my vb.net (2008)-project, however, I don't like the inbuilt IE. I also remembered that is was kind of easy to implement a mozilla-tool like the gecko-webbrowser in ...
0
votes
1answer
113 views

Headless browser that utilizes Geko engine and one that uses MSIE's engine [closed]

I am looking for a headless browser that utilizes the Gecko engine and another the utilizes MSIE's engine (ideally with compatibility mode). I have found PhantomJS which uses WebKit ...
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 ...
3
votes
1answer
415 views

gecko clear cache history & cookies

Help! I use GeckoFx-Windows-10.0-0.6 for browser and xulrunner-10.0.en-US.win32. ( Visual Studio 2010 c# ) everything works well. But i need to clear all history as at Firefox : Tools >> Options >> ...
0
votes
0answers
238 views

how to use geckoWebbrowser + javascript to automate AJAX web

i can do all thing to automate a tradition website but can not with AJAX web base. This web have a not standard dropdownlist writen by javascript, a mix of a buttong and unorderlist, something like: ...
2
votes
1answer
139 views

Finding out where a browser would insert page breaks when printing

I'm trying to figure out where a browser, specifically firefox or chrome, would insert page breaks when printing or print previewing an HTML document. For now I do not want to avoid the breaks, nor do ...
1
vote
1answer
128 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 ...
2
votes
1answer
108 views

Possibilties to employ/control/“embed” the gecko rendering engine?

what is the current way to go if you want to employ/instrument/"embed" the gecko rendering engine in a separate application? Is it to write a XUL based application and use libxul? Are there any up to ...
1
vote
0answers
125 views

Embedding Gecko engine into a Java desktop application

I'm currently doing some research into the possibility of embedding the Gecko engine into a Java desktop application. I've seen some tools available such as JavaXPCOM but I'm more interested in the ...
1
vote
1answer
116 views

Firefox web app: Control duration of load screen

I test installed a web app on an Android device with Firefox Aurora. What the user sees during startup: Load screen 1: App's icon plus loader animation (green circle). Load screen 2: App's own load ...
0
votes
1answer
2k views

Compile Firefox add-on in Visual Studio 2012 [duplicate]

Possible Duplicate: Compiling a MFC app from Visual Studio 2010 to 2012 RC results in LNK2038 I am moving an XPCOM Firefox add-on project from Visual Studio 2010 to Visual Studio 2012. ...
2
votes
3answers
287 views

Does font-size affect the rendering of ligatures?

Gecko and Webkit browsers support rendering of ligatures ff fi fl ffl via text-rendering: optimizeLegibility (font must have ligatures, e. g. Calibri). MDN page says, that only text of size 20px and ...

1 2 3 4 5