Re: Problem with building MozillaInterfaces.jar
Haris Peco <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.java |
|---|---|
| Message-ID | <200610192122.01045.snpe__35555.6972245269$1161285918$gmane$org@snpe.co.yu> |
Javier, On Thursday 19 October 2006 20:34, Javier Pedemonte wrote: > Haris Peco wrote: > > I have built xulrunner with FIREFOX_2_0b2_RELEASE and MozillaInterfaces.jar is correct in this build > > You should probably just build from MOZILLA_1_8_BRANCH. Then you can > just update the build to take the latest changes. > > > Now, I would like upgrade to version FIREFOX_2_0rc3_RELEASE and MozillaInterfaces.jar is not in build > > However, build create this file, but there is some issues. > > For example, > > > > there isn't methods > > nslDOMWindow#getTextZoom > > nslDOMWindow#setTextZoom > > or > > nsIAppShell#create(String) > > Hmm, are you sure you are building with the right CVS tag? The > interface nsIAppShell dropped the 'create' method on the trunk, but it > should still be there in MOZILLA_1_8_BRANCH (& FIREFOX_2_0rc3_RELEASE). > yes, I'm sure, because I have tried with both tags (on 2 machines, ubuntu and Redhat ) and create method is gone. It is interesting that it works with interfaces from tags FIREFOX_2_0b2_RELEASE Are there some known problems if I use MozillaInterfaces.jar from FIREFOX_2_0b2_RELEASE and xulrunner from MOZILLA_1_8_BRANCH (or FIREFOX_2_0rc3_RELEASE) ? > As for nsIDOMWindow.get/setTextZoom, those methods are marked as > [noscript] > (http://lxr.mozilla.org/mozilla1.8/source/dom/public/idl/base/nsIDOMWindow.idl#107). > This means that those methods are only meant to be called from C++. > If they were available previously, that was a bug which has been fixed. > Is there something what I can use for this feature in Java ? Thanks Peco