gecko
Retrieve parent node from selection (range) in Gecko and Webkit
I am trying to add an attribute when using a wysiwyg editor that uses \"createLink\" command. I thought it would be trivial to get back the node that is created after the browse executes that command.[详细]
2022-12-23 23:54 分类:问答Detect window closing event in Gecko based browser
How to detect window closing event when user press Alt+F4 or using javascript window.c开发者_如何学Pythonlose()in Gecko based browsers?window.onbeforeunload =function(){return \'\';}[详细]
2022-12-21 07:36 分类:问答Delphi Gecko SDK - did anyone succeeded with that + XULRunner 1.9?
I did a checkout of d-gecko SDK from sf.net ( http://sourceforge.net/projects/d-gecko/ ). I wanted to try it with Gecko (XULRunner) 1.9, however when r开发者_开发百科unning simple application each tim[详细]
2022-12-21 01:30 分类:问答What is -moz-use-text-color?
I understand it\'s deprecated in FireFox, and its replacement is currentColor.My impress开发者_开发百科ion is that it\'s used for SVG-related stuff.But what the heck is it? :)It\'s not really for SVG-[详细]
2022-12-20 06:13 分类:问答Firefox Gecko SDK : NPP_GetValue not getting called
I have tried out the NPRuntime sample provided with the Gecko SDK 1.9.1 with the help of this link. It works perfectly fine with Firefox 3.6.[详细]
2022-12-19 15:57 分类:问答link element prefetching not working in Firefox 3.6
I am trying to test prefetching on Firefox 3.6. I\'m using: <link rel=\"prefetch\" href=\"hst_galaxy.jpg\"/>[详细]
2022-12-18 15:11 分类:问答Adding entry to Firefox cache from an XPCOM component
The nsICacheSession has a method openCacheEntry() which returns an existing cache entry. Is there a method such as createCacheEntry() that will create a cach开发者_开发知识库e entry. I want to create[详细]
2022-12-12 17:23 分类:问答HTML Printing using Gecko or Webkit engine
Is there a way where I can directly print html file or url wi开发者_开发知识库thout invoking any dialogs in .NET?Yes. Try this program: http://cutycapt.sourceforge.net/. It will allow you to generate[详细]
2022-12-12 05:57 分类:问答Gecko Javascript to c++
Im using the xulrunner example application and im trying to work out how to call into c++ code from javascript. I have googled and the best i came up 开发者_开发问答with was to use nsIDOMEventListener[详细]
2022-12-11 06:20 分类:问答How can I create thumbnails of web pages using a layout engine in Perl?
Are there bindings for layout engines like Gecko or WebKit for Perl? I found Gtk2-Webkit on CPAN but I would like to know if there are other options.[详细]
2022-12-11 03:40 分类:问答