Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 303694 Details for
Bug 441643
mugshot extension crashes Firefox
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch I'm applying
mugshot-nsString-workaround.patch (text/plain), 1.02 KB, created by
Owen Taylor
on 2008-04-24 21:24:00 UTC
(
hide
)
Description:
Patch I'm applying
Filename:
MIME Type:
Creator:
Owen Taylor
Created:
2008-04-24 21:24:00 UTC
Size:
1.02 KB
patch
obsolete
>Index: src/hippoControl.cpp >=================================================================== >--- src/hippoControl.cpp (revision 7402) >+++ src/hippoControl.cpp (working copy) >@@ -44,7 +44,28 @@ > #include "nsIWidget.h" > // For Firefox 2, this is "internal API". > #ifdef HAVE_XULRUNNER >+// For our usage of nsIDocument, we hit a problem where the >+// size of nsString and nsString_external are different on >+// some architectures. Since nsIDocument has a nsString >+// member, accessing subsequent members then causes a crash >+// because of their different location within the structure. >+// >+// http://bugzilla.redhat.com/show_bug.cgi?id=441643 >+// http://bugzilla.mozilla.org/show_bug.cgi?id=430581 >+ >+struct hippoDummyString { >+ // These are the fields in the internal nsString in Gecko-1.9pre >+ PRUnichar *mData; >+ PRUint32 mLength; >+ PRUint32 mFlags; >+}; >+ >+#undef nsString >+#define nsString hippoDummyString > #include "nsIDocument.h" >+#undef nsString >+#define nsString_external >+ > #include "nsPIDOMWindow.h" > #endif > #endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 441643
:
301771
|
302438
|
303226
|
303440
| 303694