Open
Bug 449557
Opened 17 years ago
Updated 3 years ago
Trace the patches necessary for Mingw build but not accepted by Mozilla turnk
Categories
(Firefox :: General, defect)
Tracking
()
NEW
People
(Reporter: Techrazy.Yang, Unassigned)
References
Details
Attachments
(4 files, 6 obsolete files)
2.05 KB,
patch
|
Details | Diff | Splinter Review | |
464 bytes,
patch
|
Details | Diff | Splinter Review | |
1.25 KB,
patch
|
Details | Diff | Splinter Review | |
449 bytes,
patch
|
Details | Diff | Splinter Review |
This bug is just a place to put the patches which are really needed by a successful Mingw build but not accepted by Mozilla trunk now or for ever.
The Mingw build document will link to this patches here. So, these patches will never ask for review in this bug.
I need a place to trace this patches and provide these to developers who want to build Mozilla under Mingw, so before these patches are accepted by trunk, I think it is better to list them here for maintaince and download.
Sorry for disturbing anyone who received the additional bug mail.
Assignee: Techrazy.Yang → nobody
Update the ogg patch (Mozilla move it to a media dir...)
Attachment #332694 -
Attachment is obsolete: true
Attachment #333153 -
Attachment is obsolete: true
Reporter | ||
Comment 10•17 years ago
|
||
Attachment #332689 -
Attachment is obsolete: true
Reporter | ||
Comment 11•17 years ago
|
||
Attachment #332696 -
Attachment is obsolete: true
Reporter | ||
Comment 12•17 years ago
|
||
Change this bug to a general bug and assign to myself...
Assignee: nobody → Techrazy.Yang
Status: ASSIGNED → NEW
Component: Build Config → General
Product: Core → Firefox
Updated•17 years ago
|
Attachment #332692 -
Attachment description: Init nsToolkit correctly → Init nsToolkit correctly
[Moved to bug 448613]
Attachment #332692 -
Attachment is obsolete: true
Attachment #332695 -
Attachment is obsolete: true
Updated•16 years ago
|
QA Contact: build-config → general
Comment 13•15 years ago
|
||
#patch (id=334848) does not work with THUNDERBIRD_2_0_0_24_RELEASE
# but this does (configure is happy, but I think I have to fix my path
# because: mozilla/nsprpub/config/nsinstall.c:46:17: error:
# grp.h: No such file or directory
375ac3 100644
--- a/modules/libpr0n/decoders/png/nsPNGDecoder.cpp
+++ b/modules/libpr0n/decoders/png/nsPNGDecoder.cppB
@@ -52,6 +52,8 @@
#include "nspr.h"
#include "png.h"
+#include <limits.h>
+
static void PNGAPI info_callback(png_structp png_ptr, png_infop info_ptr);
static void PNGAPI row_callback(png_structp png_ptr, png_bytep new_row,
png_uint_32 row_num, int pass);
Comment 14•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months.
:mossop, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee: Techrazy.Yang → nobody
Status: ASSIGNED → NEW
Flags: needinfo?(dtownsend)
Updated•3 years ago
|
Flags: needinfo?(dtownsend)
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•