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

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 Sahu.
Akshay Sahu
  • 79
  • 1
  • 2
0
votes
2 answers

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 program that I have the local path for. Could not…
Or Weinberger
  • 7,332
  • 23
  • 71
  • 116
0
votes
1 answer

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 list of destination-URLs and fires of as much HTTP…
Alexander Janssen
  • 1,594
  • 13
  • 13
0
votes
1 answer

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 programming editor with a simple interface (focus on…
Tyler Mumford
  • 306
  • 4
  • 12
0
votes
1 answer

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 (Firefox), it doesn't fade in at all. Could someone tell…
user775171
0
votes
3 answers

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: absolute; top: 0px; bottom: 0px; left: 0px; right:…
David Greiner
  • 318
  • 4
  • 6
0
votes
1 answer

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 ( ). My attempt: …
Ashwin
  • 1
  • 3
0
votes
2 answers

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)?
trusktr
  • 44,284
  • 53
  • 191
  • 263
0
votes
2 answers

Blocking https url's in a embedded gecko browser

I have an application in which a gecko browser is embedded. The application is crashing when I try to access any https url's because nss is not properly initialised at this point. The crash is in PK11_TokenExists(). I want to block my browser from…
jbsp72
-1
votes
1 answer

I am using AutoJsContext in geckobrowser with that I am using evaluate scrpit. But now i am using webview2 is there a how can i get this

I am using AutoJsContext in geckobrowser with that I am using evaluate scrpit and asble to get data. But now i am using webview2 is there a how can i get this. Gecko browser: using (AutoJSContext context = new AutoJSContext(browser.Window)) { …
-1
votes
1 answer

firefox 5 and protocol file:// on http

in firefox 3, we could open file:/// in a web page (http://myserver.com/mypage.html). With that, we design a firefox Extension for open external application with a specific protocol. (like calc:// for open a link in calc program ) Now, we would…
Gaetantri
  • 1
  • 1
  • 1
-1
votes
1 answer

is there a way of changing print margins using gecko c#

I'm trying to create a simple app that prints from a webpage, which needs to print on thermal paper with no margins. however some of the GeckoPreferences don't seem to do anything unlike the about:config built into…
-1
votes
1 answer

Developed simple winform app that uses gecko, won't run on another computer

I developed a simple windows form app that displays a webpage inside a Gecko webrowser. It works fine on my computer(win10, visual st.2017), I also tried it on another computer running win10 and it also runs fine, but when I tried running it on the…
Anwar Saiah
  • 179
  • 8
-1
votes
2 answers

Selenium error 0x80000003 with Firefox

I am developing a website that runs selenium tests on Firefox, Chrome, IE... Although the tests pass perfectly on Chrome and IE, I have the problem that follows with Mozilla Firefox: This appears at the end of a run when the driver closes the…
Sébastien
  • 198
  • 1
  • 4
  • 22
-1
votes
2 answers

Selenium Webdriver [Java] [gecko] : How do I pass a string to a input field in an Alert

I have an online Web Application where there is a product listed which have a View button. On clicking the View button an alert is shown. The Alert have four (4) fields as: Alert Text, An Input Text field, OK button & Cancel button. The Alert text…
undetected Selenium
  • 183,867
  • 41
  • 278
  • 352
1 2 3
37
38