gecko
Passing parameters between javascript asynchronous callback functions
I want to use the execAsync function here: https://developer.mozilla.org/en/Storage#Asynchronously and I want to pass values between handleResult and handleCompletion. Something like[详细]
2023-02-08 01:08 分类:问答What events does WebKit fire, when a style attribute within a DOMSubTree changed?
With a Gecko based engine, the following example works and fires the appropriate event. Internet Explorer is covered with the onpropertychange event.[详细]
2023-01-29 13:07 分类:问答How to convert anything to a String safely in JavaScript
If I have: var test = {toString: function(){alert(\"evil code\"); return \"test\";}}; how can I convert test to a string? without calling test.toString() and without using a typeof x == \"string\"[详细]
2023-01-27 18:29 分类:问答Is "-moz-box-shadow" supported by Firefox / Gecko only recently?
How well is -moz-box-shadow supported by Firefox?I thought I heard of it for quite some time but the page[详细]
2023-01-24 02:44 分类:问答How to realize communication between browser and backend?
I have a backend software that needs to be able to communicate with a gecko-based web browser (and vice-versa). What is the best way to realize this? Since HTTP is rather one-way (with the exception o[详细]
2023-01-23 13:14 分类:问答Where's the source-code for base::Thread
I was looking up something, and stumbled upon this code: http://google.com/codesearch?q=kBrowserThreadNames[详细]
2023-01-23 10:54 分类:问答Gecko NSModule: ContractIDEntry "nsID const *"?
I created a FireFox addon a while a go, and noticed it stopped working on FireFox 3.6 Apparently, NSGetModule is being replaced with an NSModule structure, so I have to adapt.[详细]
2023-01-23 01:46 分类:问答Javascript submit() event is not fired up on exit (unload event)
I got page where HTML elements <form> and <iframe> are dynamically created with Javascript:[详细]
2023-01-22 04:52 分类:问答CSS box-shadow issues
I\'m building this page: http://ss.rsportugal.org/ As you can see, there are two 10 pixel shadows in the page. One just bellow the menu and the other just above the footer bar.[详细]
2023-01-19 09:22 分类:问答Xulrunner and Gecko relationship
After read: Do not confuse the Gecko/XULRunner SDK with XULRunner itself. The Gecko SDK is a collection of header files and[详细]
2023-01-17 07:56 分类:问答