gecko is an open source browser engine developed by Mozilla and used in browsers such as Firefox, Seamonkey and others.
0
votes
1answer
670 views
how to use DocumentComplete Event with Gecko Webbrowser c#/.net
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.
Please help me with my code:
...
0
votes
2answers
360 views
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 ...
0
votes
0answers
239 views
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 ...
0
votes
1answer
118 views
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 ...
2
votes
2answers
664 views
WebBrowser.DrawToBitmap leaves white pixels
I use a Gecko .NET WebBrowser control to get the HTML page.
Then I use this code to make a screenshot of this HTML page:
void LoadingFinished(object sender, EventArgs args)
{
try
{
...
1
vote
2answers
264 views
ABCpdf nuget package XULRunner folder is corrupt?
I'm trying to update my (previously working) pdf-creating web application to use the ABCpdf.NET and ABCpdf.NET Gecko Runtime nuget packages.
I've installed both packages (both are version 8.1.1.6) ...
1
vote
1answer
141 views
Why do I get error C2440 when I try to compile XPCOM code?
I need to create a Firefox addon that calls C++ code. I did some research and found this tutorial to get me started: http://briankrausz.com/building-a-c-xpcom-component-in-windows/
I followed all the ...
0
votes
1answer
355 views
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 ...
1
vote
0answers
53 views
Window size issue when chrome is working with Gecko Plugin API
Our plugin is a windowless one developed using Gecko Plugin API and is targeted for Firefox and Chrome. There is a window size issue problem when Chrome (from verion 18 onwards) calls NPP_SetWindow ...
0
votes
0answers
112 views
Parsing websites that use JavaScript with the Gecko engine (C++ application)
I need to write application which parses some websites and returns results. I thought about using the CURL library, but the websites I want to parse use some JavaScript code which should be ...
1
vote
0answers
145 views
How To set “Textbox” value in Gecko Browser?
if its Source name="login" then how can i set User Name Value
Source Html For userbname textbox:
0
votes
1answer
75 views
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, ...
0
votes
1answer
416 views
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 ...
0
votes
1answer
171 views
Difference between Gecko Plug-in API and NPAPI
Can anyone tell me the difference between Gecko API Plugin development and NPAPI plugin development ?
And can anyone provide me with startup document on NPAPI plugin ?
Thanks in advance,
Akshay ...
0
votes
2answers
1k views
Simple example for NPAPI plugin
I'm trying to find a simple example on how to write an NPAPI plugin that will be bundled with my Chrome extension.
The thing I need to do with the NPAPI is simply to run an already existing local ...
0
votes
1answer
44 views
Low level version of transport.openOutputStream?
For load and stress testing a proxy I'm emulating a Firefox browser using XULRunner and Crowbar.
It works quite well and also melds in quite nicely with our (Perl) load+stress tool, which takes a ...
0
votes
1answer
81 views
Plausibility of combining Kod and Komodo Edit?
I would like to know how difficult it would be to merge the well-designed Kod editor and the powerfully-built Komodo Edit together. I'd like to think it could turn into a native Mountain Lion ...
0
votes
2answers
1k views
(ABCPdf) Failed to add HTML: RPC to Gecko engine process failed
I have an MVC .NET application that uses ABCPdf to generate and serve PDF files.
It runs fine on several of our development machines, but there is a machine that cannot run it.
The machine is a ...
0
votes
1answer
50 views
SVG + CSS3 bug, multiple browsers?
Take a look at this: http://jsfiddle.net/5fLtb/3/
When you hover over it in webkit browsers (Chrome/Safari), it seems to glitch and go light blue then to the proper colour.
In Gecko browsers ...
0
votes
0answers
32 views
transition with firefox
Is there a way to improve the css3 property rotateX(Xdeg) with firefox, the rotation works, but it is very "hacky" with firefox. the same code runs ultra smooth with chrome. This is perhaps jsut the ...
0
votes
0answers
202 views
Gecko Browser Control Is Invisible
I'm using C# and I'm trying to use the Skybound.Gecko.Webbrowser.
I have added the control to my form and I can see it.
I have a click event to show a message box and it shows when I click it but ...
1
vote
1answer
566 views
Gecko WebBrowser.ReadyState
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 ...
0
votes
2answers
637 views
webbrowser control version
I've read somewhere that the webbrowser control in MS visual studio uses the same engine as the IE installed on my pc. Despite that I found out that this is not correct. And to prove my assumption I ...
7
votes
2answers
340 views
CSS “outline” different behavior behavior on Webkit & Gecko
I'm working on an experiment & I found out that the "outline" CSS2 property is not implemented the same way on Webkit & Gecko
In the script below, I have a absolute position div inside ...
0
votes
1answer
343 views
visual studio skybound.gecko component disable right click?
I'm designing a program with visual studio 2010 and I'm using skybound gecko component that is firefox 3.5 based web browser control.
I want to disable right click menu.
How can I disable or hide ...
2
votes
1answer
379 views
Java Browser library
I need to implement a simple browser in java. I've been researching several possibilities including JxBrowser, JBrowser, JavaFX (WebEngine + WebView), among others. JxBrowser has potential but it's a ...
1
vote
1answer
292 views
Embedding Gecko in Python with custom Javascript bindings
Is it possible to embed Gecko in Python so that I can display HTML documents. And then possibly create custom Javascript bindings so that, I can call my own Javascript functions in the HTML document ...
0
votes
1answer
216 views
Undefined reference to typeinfo when linking with nsRunnable
As firefox 12 sdk removed the 'Proxy' object, I wanted to use cross-thread calls using nsRunnable. I basically did copy-and paste of the code:
class NotifyTask : public nsRunnable
{
public:
...
2
votes
2answers
95 views
Is there a way for me to force the browser to fix invalid markup by rerendering a specific element on the page?
I have a situation where elements are changed on the fly through a specific component.
This component changes the innerHTML of these elements but doesn't actually rerender the element, but rather only ...
0
votes
3answers
244 views
Center div vertical, works fine with webkit but bug in firefox
I have a problem centering div in Firefox, it seems to work fine in all webkit browsers, so I dont really know what I'm doing wrong:
My CSS:
html {
width: 100%;
height: 100%;
}
body {
position: ...
3
votes
1answer
124 views
Constant declaration with block
Recently I was looking into Firefox Add-on Builder SDK sources, and stumbled on such constants declaration:
const { getCodeForKey, toJSON } = require("../../keyboard/utils");
I could find ...
0
votes
1answer
440 views
How to retrieve the entire HTML tag with Gecko in C#?
Purpose of the question:
I need to display to the end user, the incorrect HTML tags. For example, take the tag.
If there is no "alt" attribute, i have to display the entire tag
(
<img ...
0
votes
2answers
706 views
Why is this font rendering so horrible in Firefox (Gecko) compared to Epiphany (WebKit)?
Here's the Firefox (Gecko) screenshot [full size]:
And here's the Epiphany (WebKit) screenshot [full size]:
Is there anything I can do to make it look nice in Firefox (Gecko)?
1
vote
0answers
101 views
Unable to deploy xulrunner 9 and above in mac Osx
I am able to use xulrunner by coping xulrunner-sdk/bin directory to my standalone application xul.framework coping xulrunner from xulrunner-sdk/bin/ to my MacOs in my application.
Everything works ...
1
vote
2answers
222 views
Why does the google code prettifier refuse to work with XSLT?
The google code prettifier (which is also used here, on SO) parses the content of a .prettyprint and injects some <span>s to allow highlighting via css.
This works perfectly simple, unless I'm ...
2
votes
1answer
660 views
Image map - firefox issues
Why doesnt this map work, in Firefox?
<img usemap="m_one" id="one" src="/images/layout/town_and_country/Town__Country_Web_Map.jpg" alt="Town__Country_Web_Map" border="0" height="507" ...
2
votes
1answer
152 views
Google Earth plug-in for geckofx
I use geckofx-10 (with xulrunner 10.0.2) in .Net4 winform.
I load Google Maps:
http://maps.google.com/maps?hl=en&tab=wl
This work only for Street & Satellite maps and Google Earth doesn’t ...
1
vote
1answer
80 views
How to use Gecko Mouse gesture events?
i'm developing a webGL Desktop app, and i'd like to provide a multi-touch interface.
It seems that the only solution concerning desktops is https://developer.mozilla.org/En/DOM/Mouse_gesture_events , ...
1
vote
1answer
209 views
Mozilla engine simple questions
Three questions about the Mozilla engine (Gecko/XUL):
Is it possible to use its HTML parser in my C/C++ application (no any GUI, etc)?
Can I embed the browser (only the page output without any menu, ...
2
votes
1answer
675 views
How do I get past “Gecko engine crashed.;Gecko engine crashed.;Gecko engine crashed.;” error after upgrading abcPDF
I recently upgraded abcPDF from v8.1.0.7 to v8.1.1.1 (and then later from v8.1.1.1 to v8.1.1.2). After the upgrades, I got errors similar to the following whenever I tried to generate a PDF:
"Gecko ...
0
votes
0answers
495 views
javascript to .NET communication for webkit or xul runner
first I'm not sure if this is completely possible but reading this answer I think is a big step: Using WebKit.NET to call a C# function from JavaScript
my problem is this: I want develop an app where ...
3
votes
1answer
119 views
How to check if Javascript is activated from Firefox extension?
I haven't found any info on that. I basically need to know from a Firefox extension if the browser has javascript enabled. Is that possible?
I am totally new to programming FF extensions -- ...
1
vote
3answers
286 views
Firefox/Gecko adding spacing around inline-block divs?
I know that the real goal I'm seeking is the css holy grail, but in this really simple experiment, I'm getting "phantom" spacing that I'm hoping someone can explain.
The following occurs in Firefox, ...
1
vote
2answers
206 views
Cross browser inconsistencies with margins?
I'm having a small problem with x-browser compatibility (Chrome and FF) for a textarea and margins.
The page in question is here: http://www.mylesgray.com/contact/
The textarea under "Message" as ...
3
votes
0answers
215 views
BHO installation and not loading with IE, not connecting to desktop through socket
We have a small C# application that have unified login system implemented. BHO in internet explorer picks the url to see if the url is registered otherwise asks User to register their credentials with ...
0
votes
1answer
248 views
Peeking inside the chrome protocol in Firefox
I was wondering whether it is possible to look inside the input stream
when the "chrome://" protocol is used in Firefox. Let me be more
clear. Let's take the following call sequence, for example:
...
1
vote
1answer
176 views
How to use Gecko or WebKit if the user already has browser
Is there a way to use WebKit or Gecko if the user already have Chrome/Safari or Firefox installed?
1
vote
1answer
196 views
Webkit Bug? Broken CSS
Working on part of my website. Here's my code: http://jsfiddle.net/firelizzard/ASdMq/
In Chrome Beta (WebKit):
In Firefox (Gecko):
Gecko is rendering this code how I want it. What is up with ...
0
votes
1answer
120 views
software for kids where they can play games and browse internet
I'm trying to build a simple utility for kids where they can play games and browse the internet.
this is the final product i need to come up with:
cross platform
a gui
with an web browser in it.
...
2
votes
1answer
458 views
Building a leaner XulRunner for HTML/JavaScript usage?
Is there a way to make a leaner HTML/Javascript -oriented build/package of the Mozilla XulRunner components, excluding some of the heavier XUL-platform features?
Background:
We are building a ...

