Questions tagged [gecko]

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

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


Resources :


Related tags

561 questions
17
votes
3 answers

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 behavior is for it to stretch in whatever directions necessary to cover the entirety of the element's area. In Chrome, Safari, and even bad…
Tigt
  • 1,330
  • 2
  • 19
  • 40
17
votes
1 answer

-webkit- and -moz-border-radius does not work on tables?

This works div { -moz-border-radius: 5px 5px 0 0; border:1px solid #000; margin:30px; } This does not work table { -moz-border-radius: 5px 5px 0 0; border:1px solid #000; margin:30px; } Does anyone know how to use -moz and -webkit to…
Lorne Markham
16
votes
3 answers

Typed Arrays in Gecko 2: Float32Array concatenation and expansion

I'm a bit confused with Javascript Typed Arrays. What I have are several Float32Array s, that have no concat method. I don't know how many are them in advance, btw. I'd like to concatenate them all inside another Float32Array, but: as I said…
janesconference
  • 6,333
  • 8
  • 55
  • 73
12
votes
2 answers

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 content is 18 pixels, compared to 15 pixels for the…
Ry-
  • 218,210
  • 55
  • 464
  • 476
12
votes
2 answers

How to use Gecko in C#

I need a Gecko WebBrowser Control I need a sample code or a link which explains how to use GECKO If anyone has used Gecko, I could do with some advice
DanMatlin
  • 1,212
  • 7
  • 19
  • 37
12
votes
1 answer

HTML localStorage setItem and getItem performance near 5MB limit?

I was building out a little project that made use of HTML localStorage. While I was nowhere close to the 5MB limit for localStorage, I decided to do a stress test anyway. Essentially, I loaded up data objects into a single localStorage Object until…
Tan Yew Wei
  • 201
  • 1
  • 2
  • 5
12
votes
1 answer

How do I disable geckodriver's log on Selenium (Python 3)?

I have not been able to find the answer to this. This particular answer only tells we can relocate it. How do I relocate/disable GeckoDriver's log file in selenium, python 3? Is there no way to permanently disable it?
sky_lynx
  • 131
  • 1
  • 8
11
votes
3 answers

WebKit or Gecko - which one is better for embedding in C++ app?

Which one would you choose and why? I'd like to hear opinions from people having experience with embedding a web browser engine in C++ application. I should stress I need all features of web browser engine except rendering i.e. HTTP client, cookie…
Piotr Dobrogost
  • 41,292
  • 40
  • 236
  • 366
11
votes
2 answers

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? Any other differences?
Arc
  • 1,680
  • 6
  • 30
  • 57
11
votes
2 answers

How to save a tab's memory state in Firefox/Chrome?

I want to be able to save a tab's state in Firefox or Google Chrome so that I can restore it later, through writing a custom add-on/plug-in/extension. The closest thing I can find is Firefox's session store API, which can save form data and scroll…
netvope
  • 7,647
  • 7
  • 32
  • 42
11
votes
1 answer

Using different proxy for each GeckoFx Instances

I'm Using Geckfx18.0 and xulrunner18.01. Since Geckofx share cookie and user preferences with others instance so I try to create a new profile directory to make them have unique setting but it seems to be no use. here is my code. Is there any…
11
votes
2 answers

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. But what the heck is it? :)
arxpoetica
  • 4,841
  • 3
  • 30
  • 35
10
votes
5 answers

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-Library. But I do not use the standard wpf-theme for my application. It is another and the scrollbar of the control…
0xDEADBEEF
  • 3,401
  • 8
  • 37
  • 66
10
votes
2 answers

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 "content" does shrink, but the size of the container…
ZolaKt
  • 4,683
  • 8
  • 43
  • 66
9
votes
1 answer

full featured HTML rendering engine like WebKit/Gecko for embedded Linux?

I want to use HTML+CSS+JavaScript to develop a user interface for a touchscreen device in a Linux environment and need a suitable rendering engine. The device in question will have a ARM CPU with 400 to 900 MHz clock, a VGA or WVGA display and…
Udo G
  • 12,572
  • 13
  • 56
  • 89
1
2
3
37 38