Closed
Bug 409300
Opened 17 years ago
Closed 17 years ago
Window Mobile Support on trunk
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: dougt, Unassigned)
Details
(Keywords: mobile)
Attachments
(11 files)
4.20 KB,
patch
|
Details | Diff | Splinter Review | |
8.79 KB,
patch
|
Details | Diff | Splinter Review | |
2.34 KB,
patch
|
Details | Diff | Splinter Review | |
2.10 KB,
patch
|
Details | Diff | Splinter Review | |
954 bytes,
application/octet-stream
|
Details | |
3.36 KB,
patch
|
Details | Diff | Splinter Review | |
16.78 KB,
patch
|
Details | Diff | Splinter Review | |
6.40 KB,
patch
|
Details | Diff | Splinter Review | |
1.34 KB,
patch
|
Details | Diff | Splinter Review | |
8.99 KB,
patch
|
Details | Diff | Splinter Review | |
9.92 KB,
patch
|
Details | Diff | Splinter Review |
Reporter | ||
Comment 1•17 years ago
|
||
not terribly happy with the MingW path mangling change.
Attachment #294120 -
Flags: review?
Reporter | ||
Comment 2•17 years ago
|
||
some of the types in txArgumentType are already defined in the Windows Mobile SDK. We prefixed TX in front of the defines.
also, maybe we should do the same for txEXSLTFunctionCall eType's instead of undef DIFFERENCE?
Attachment #294121 -
Flags: review?
Reporter | ||
Comment 3•17 years ago
|
||
GetLocalTime is already defined on windows mobile.
also max isn't defined on windows mobile; maybe there is a better place for this?
Attachment #294123 -
Flags: review?
Reporter | ||
Comment 4•17 years ago
|
||
Attachment #294126 -
Flags: review?
Reporter | ||
Comment 5•17 years ago
|
||
moving pngrtran from the encoder list to the decoder list. is this correct?
Attachment #294127 -
Flags: review?
Reporter | ||
Comment 6•17 years ago
|
||
disable autodial on windows mobile.
Attachment #294128 -
Flags: review?(dougt)
Reporter | ||
Comment 7•17 years ago
|
||
nsprpub/pr/include/md/_wince.cfg
nsprpub/pr/include/md/_wince.h
are the same as on the NSPRPUB_WINCE_04122006_BRANCH branch.
Attachment #294130 -
Flags: review?
Reporter | ||
Comment 8•17 years ago
|
||
no nsDownloadScanner scanner on wince.
Attachment #294131 -
Flags: review?
Reporter | ||
Comment 9•17 years ago
|
||
maybe we should use GetProcAddress@ and pass a wide string? benjamin, i heard that usage of ASCII are now bugs?
Attachment #294132 -
Flags: review?
Reporter | ||
Comment 10•17 years ago
|
||
mostly scoping issues. patch at nsWindow.cpp ~line 2040 maybe a fix for another bug.
Attachment #294133 -
Flags: review?
Reporter | ||
Comment 11•17 years ago
|
||
Reporter | ||
Comment 12•17 years ago
|
||
these patches were by atotic.
Updated•17 years ago
|
Attachment #294137 -
Attachment is patch: true
Attachment #294137 -
Attachment mime type: application/octet-stream → text/plain
Comment 13•17 years ago
|
||
Presumably you meant to provide requestees for these requests?
Reporter | ||
Comment 14•17 years ago
|
||
Comment on attachment 294133 [details] [diff] [review]
widget patch
clearing flag.
Attachment #294133 -
Flags: review?
Reporter | ||
Comment 15•17 years ago
|
||
Comment on attachment 294132 [details] [diff] [review]
unicode / *A function.
clearing flag.
Attachment #294132 -
Flags: review?
Reporter | ||
Comment 16•17 years ago
|
||
Comment on attachment 294131 [details] [diff] [review]
toolkit patch
clearing flag.
Attachment #294131 -
Flags: review?
Reporter | ||
Comment 17•17 years ago
|
||
Comment on attachment 294128 [details] [diff] [review]
network patch
clearing flag.
Attachment #294128 -
Flags: review?(dougt)
Reporter | ||
Comment 18•17 years ago
|
||
Comment on attachment 294127 [details]
imglib
clearing flag.
Attachment #294127 -
Flags: review?
Reporter | ||
Comment 19•17 years ago
|
||
Comment on attachment 294126 [details] [diff] [review]
lcms patch
clearing flag.
Attachment #294126 -
Flags: review?
Reporter | ||
Comment 20•17 years ago
|
||
Comment on attachment 294123 [details] [diff] [review]
js patch
clearing flag.
Attachment #294123 -
Flags: review?
Reporter | ||
Comment 21•17 years ago
|
||
Comment on attachment 294121 [details] [diff] [review]
content xslt patch
clearing flag.
Attachment #294121 -
Flags: review?
Reporter | ||
Comment 22•17 years ago
|
||
Comment on attachment 294120 [details] [diff] [review]
buildconfig patch
clearing flag.
Attachment #294120 -
Flags: review?
Reporter | ||
Comment 23•17 years ago
|
||
Comment on attachment 294130 [details] [diff] [review]
nspr patch
clearing flag.
Attachment #294130 -
Flags: review?
Reporter | ||
Comment 24•17 years ago
|
||
I filed separate bugs for each of the issues. It seemed easier to ask for reviews this way.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Resolution: FIXED → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•