|
R: Java in extensions/add-ons
|
| |
Dear Peter,
we have (had?) an extension too:
[link]
we have been overwhelmed, crashed, beaten by the many issues that we
encountered at each new version of Firefox making it not working each time.
Not to speak about the bugs in The Hub, rejecting bytecode or jar present in... more »
|
|
Java in extensions/add-ons
|
| |
Hi all,
I'm part of a research team that has been developing an extension that makes use of java. Or at least it used to. In Firefox 21 we are unable to use any of the previous methods for getting access to the java class files in our jars. We're aware of this:
[link]... more »
|
|
xpcom.lib missing from Xulrunner 22 beta
|
| |
I have a binary extension for Firefox (a toolbar) that currently links against xpcom.lib. This lib file (and several others) are missing from the current Xulrunner beta (22.0b2).
I'm currently not able to link my extension. Has something changed in Firefox 22 related to building binary xpcom components?... more »
|
|
nsIWebBrowserPersist.saveURI privacy context
|
| |
Hi,
I am working with an XUL application that uses nsIWebBrowserPersist.saveURI to save a file. The operation silently fails unless aPrivacyContext = null is passed.
According to the docs[1]: "If you think that you should be passing null here, you are almost certainly wrong. null should be passed only when no... more »
|
|
Fwd: [Advance warning] Session Restore is changing, will break add-ons
|
| |
-------- Original Message --------
...To: dev-platform <dev-platf...@lists.mozilla.or g>
Newsgroups: mozilla.dev.platform
As part of project Async, we have been working on refactoring Firefox’
Session Restore to ensure that it does not block the main thread. Part
of the work has been cleaning up the code and the data structures... more »
|
|
Serious bug in Firefox 22: Error loading js-ctype dylib
|
| |
My Firefox extension is broken in Firefox 22.0. My extension contains a Mac OS X dynamic library which uses js-ctypes. When my extension loads, the Error Console says
Error: couldn’t open library:
/Users/jk/Library/Application Support/Firefox/Profiles/liejt ghrj.Me/extensions/
firefoxextens...@sheepsystems. com/components/SSYFirefoxCType s.dylib... more »
|
|
about:home buttons don't work in new XUL browser window
|
| |
I'm creating an addon that generates a new XUL browser window (not using the built-in Firefox browser tabs). However, when I go to about:home in that new window, non of the launcher buttons work, and the search doesn't function either.. All of the other about:XXX URLs work. Any idea why this might be happening only for about:home?... more »
|
|
js-ctype callback throwing unhandled exception
|
| |
Hi All,
I have run into a problem with a js-ctypes callback. I am currently on windows, but this will also have to support the mac.
I am calling a a function with the JavaScript callback as a parameter. If I call the callback immediately within the exported function the JavaScript executes without issue. However if I save the callback as a member variable in a class to be called asynchronously at a later time, the DLL throws and unhandled exception at... more »
|
|
Move from Menu Bar to ?
|
| |
Hi,
the third party extension we still currently use with Thunderbird 2 is located in the menu bar.
File ... Foo
|- Bar 1
|- Bar 2
|- Bar 3
The menu bar is hidden in recent Thunderbird versions by default.
(It can be unhidden, I know.)
What is the way to include the UI elements to the Thunderbird UI... more »
|
|
extension review message -- unclear/unrelated errors
|
| |
Got this automated extension review message that for FF 21.* some modules were moved from "resource://" to "resource://app".
...
I'm running that code without any problem on
...
Also the mentioned bug is about:
...and that's not related with our code at all.
Can anybody help for this?... more »
|
|
|