Top "Gecko" questions

An open source browser engine developed by Mozilla and used in browsers such as Firefox, Seamonkey and others

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 …

c# wpf firefox browser gecko
What is the best HTML Rendering Engine to embed in an application?

At the moment, our application uses the Trident Win32 component, but we want to move away from that for a …

c++ qt webkit gecko rendering-engine
How do I scale an SVG background-image without honoring aspect ratio in Firefox?

I've got a CSS background-image set on an element of fluid height and width. It's an SVG, and the intended …

css firefox svg gecko
Turn off “unreachable code after return statement” warning

In JavaScript development, I frequently return from execution to have an inartificial breakpoint: var args = arguments; return console.log(args); // …

firefox return gecko web-console
How to turn off the Marionette/gecko driver logs in selenium 3

I need to turn off the Marionette/GeckoDriver logging; is there is any way to do that? I've been searching …

selenium selenium-webdriver gecko geckodriver
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 …

c# cookies gecko
Only Firefox ignoring 100% height with display: table-cell

I'm trying to vertically center an element by setting its parent to display: table and then the element to display: …

html firefox gecko css
How to convert anything to a String safely in JavaScript

If I have: var test = {toString: function(){alert("evil code"); return "test";}}; how can I convert test to a string? …

javascript security firefox-addon gecko
What is -moz-use-text-color?

I understand it's deprecated in FireFox, and its replacement is currentColor. My impression is that it's used for SVG-related stuff. …

css firefox gecko
Retrieve parent node from selection (range) in Gecko and Webkit

I am trying to add an attribute when using a wysiwyg editor that uses "createLink" command. I thought it would …

javascript webkit gecko