[Bug 219327] Review Request: kazehakase - Kazehakase browser

bugzilla at redhat.com bugzilla at redhat.com
Sat Dec 23 16:31:18 UTC 2006


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: kazehakase - Kazehakase browser


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=219327





------- Additional Comments From mtasaka at ioa.s.u-tokyo.ac.jp  2006-12-23 11:31 EST -------
Umm, I checked firefox-devel-1.5.0.9-1.fc6, however,
it seems that this should succeed in rebuilding.

/usr/include/firefox-1.5.0.9/exthandler/nsIHelperAppLauncherDialog.h
expects that the last argument of KzContentHandler::Show should
be PRUint32
---------------------------------------------------
    65    NS_IMETHOD Show(nsIHelperAppLauncher *aLauncher, nsISupports
*aContext, PRUint32 aReason) = 0;
---------------------------------------------------
Then kazehakase-0.4.3/src/mozilla/kz-mozlauncher.cpp says:
---------------------------------------------------
    66  NS_IMETHODIMP KzContentHandler::Show(nsIHelperAppLauncher *aLauncher,
    67                                       nsISupports *aContext,
    68  #ifdef MOZ_NSIHELPERAPPLAUNCHERDIALOG_NSPRBOOL_
    69                                       PRBool aForced)
    70  #else
    71                                       PRUint32 aForced)
    72  #endif
---------------------------------------------------
  this means that MOZ_NSIHELPERAPPLAUNCHERDIALOG_NSPRBOOL_ should be
  undefined.
  When rebuilding my srpm, this value is correctly undefined (as
  written in spec file), so at least no error should occur at this
  point....

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list