Closed
Bug 444489
Opened 17 years ago
Closed 17 years ago
UpdateLayeredWindow bad prototype in widget/src/windows/nsWindow.cpp
Categories
(Core :: Widget: Win32, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: wolfe, Assigned: wolfe)
References
Details
(Keywords: mobile)
Attachments
(1 file, 1 obsolete file)
|
800 bytes,
patch
|
emaijala+moz
:
review+
|
Details | Diff | Splinter Review |
For Windows Builds, UpdateLayeredWindow prototype is good enough to build and run correctly.
For WINCE builds, the prototype mismatch can produce bogus calling code in nsWindow.cpp.
Updated•17 years ago
|
Attachment #328796 -
Attachment is patch: true
Attachment #328796 -
Attachment mime type: application/octet-stream → text/plain
Updated•17 years ago
|
Component: General → Widget: Win32
Product: Fennec → Core
QA Contact: general → win32
Version: 1.0 → Trunk
Updated•17 years ago
|
Attachment #328796 -
Flags: review?(emaijala)
| Assignee | ||
Comment 1•17 years ago
|
||
Attachment #328796 -
Attachment is obsolete: true
Attachment #328796 -
Flags: review?(emaijala)
| Assignee | ||
Comment 2•17 years ago
|
||
Comment on attachment 329598 [details] [diff] [review]
Same DIFF, just done in Unified instead of Context formatting
I mistakenly removed the review flag when I updated the patch from DIFF CONTEXT to DIFF UNIFIED. Sorry for the confusion.
Attachment #329598 -
Flags: review?(emaijala)
Comment 3•17 years ago
|
||
Comment on attachment 329598 [details] [diff] [review]
Same DIFF, just done in Unified instead of Context formatting
This is for Firefox 2, not trunk, right? Got me confused for a while trying to find the relevant place in trunk nsWindow.cpp.
Attachment #329598 -
Flags: review?(emaijala) → review+
Updated•17 years ago
|
Keywords: checkin-needed
Comment 4•17 years ago
|
||
This code is removed by Bug 444679.
http://hg.mozilla.org/mozilla-central/index.cgi/rev/c5e52a5ef92b
You should dup of bug 444679
Comment 5•17 years ago
|
||
Wolfe: the code you patch no longer exists, need to revist this.
Assignee: nobody → wolfe
Keywords: checkin-needed
| Assignee | ||
Comment 6•17 years ago
|
||
Looks like prototype for UpdateLayeredWindow is no longer required at the top of widget/src/windows/nsWindow.cpp -- so this patch is no longer required for building WinCE/WinMobile.
This bug can be marked as RESOLVED.
| Assignee | ||
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•