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
0
votes
2 answers

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 …
0
votes
1 answer

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 question is at:…
ak86
  • 174
  • 8
0
votes
1 answer

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

I want to use the geckoWebBrowser but it says I have to assign the handle to something to display. After searching a bit, a good solution seems to be to assign it to a tab page,especially to simulate multiple tabs, what I want to do. But I don't…
user1552075
0
votes
1 answer

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 dll is used to create .xpi installation file, the…
reevh
  • 735
  • 2
  • 8
  • 20
0
votes
2 answers

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 Me.Controls.Add(browser) browser.Dock =…
Sammy Davis
  • 117
  • 4
  • 13
0
votes
1 answer

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 the past... It was kinf of more complicated than…
Julian
  • 493
  • 4
  • 22
0
votes
3 answers

Firefox: If needs spellcheck?

Possible Duplicate: Javascript: I have a custom right-click menu but still want the spellcheck! Is there a JS property or command to see if a word is underlined in red (ie. needs to be spellchecked) in Firefox? Ideally, for sample code it would…
skcubrats
0
votes
1 answer

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 check option to the context menu just as default…
Kinnan Nawaz
  • 399
  • 2
  • 7
  • 24
0
votes
1 answer

Compile Firefox add-on in Visual Studio 2012

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. When I open up the project, Visual Studio asks if I want the…
HappyNomad
  • 4,458
  • 4
  • 36
  • 55
0
votes
1 answer

Gecko WebBrowser.DocumentComplete Event

I'm creating an application that contains "geckoWebBrowser" in c #. But I have to wait the complete loading a web page, and then continue to execute other instructions. there is something similar to geckowebbrowser1.DocumentComplete, but i don't…
Jonas Gobel
  • 153
  • 3
  • 5
  • 13
0
votes
0 answers

how to give navigation time to geckowebbrowser before navigate anoter time

i am creating simple webpage reloader program. i want to reload a web page few times. In my program i am using gecko webbrowser control, and i am using a progressBar as pege reload progress. what i am trying to do is when gecko loads web page the…
VICKY Shastri
  • 133
  • 2
  • 3
  • 12
0
votes
1 answer

Mozilla Plugins, will I have to recompile each time the Gecko SDK is updated?

I am about to start work on a Mozilla plugin for my company's main product line. I was under the impression that I could build using the Gecko SDK, say two major revisions ago, and that would cover any browser a person would reasonably be using. I…
Jonathan Henson
  • 8,076
  • 3
  • 28
  • 52
0
votes
1 answer

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 the background). The way the image is, it would…
wnajar
  • 747
  • 1
  • 7
  • 27
0
votes
1 answer

Auto cursor not applied in Gecko

This seems like a rendering engine quirk, as it had been tested and failed to reproduce on WebKit driven browsers (Chrome and Safari for Windows). Description When using a deep nested DOM structure, such as the GXT Grid, the default cursor seem to…
Eliran Malka
  • 15,821
  • 6
  • 77
  • 100
0
votes
1 answer

lazarus gecko webbrowser

I'm trying to install the gecko package in freepascascal using this guide: http://wiki.lazarus.freepascal.org/GeckoPort_version2#Win32_widgetset Unfortunatly when I run C:\lazarus\fpc\2.6.0\bin\i386-win32\fppkg.exe install gecko I get: Install…
Sirber
  • 3,358
  • 5
  • 25
  • 32