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
4
votes
1 answer

Where can I get the Gecko (layout engine) source?

I have done quite a bit of poking around for the gecko source but I cannot seem to find it. I have found the word gecko littered through the firefox source code when I do this: for i in `find .`; do grep -ibH gecko $i; done If anyone knows where…
sixtyfootersdude
  • 25,859
  • 43
  • 145
  • 213
4
votes
2 answers

Firefox ignores page-break-before when printing

I have a @media print{} section to tweak a site for printing. I'm forcing a page break before main blocks. However, elements overlap in Firefox (other browsers render everything as expected). As the following print preview illustrates, red block…
Álvaro González
  • 142,137
  • 41
  • 261
  • 360
4
votes
1 answer

How can I enable child inputs text selection in Mozilla Firefox using CSS?

Let's consider the following scenario. I have the following page where all rendered elements must be non-selectable.