Closed
Bug 418658
Opened 18 years ago
Closed 18 years ago
fixing build bustages on windows mobile
Categories
(Core :: Widget: Win32, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dougt, Assigned: dougt)
Details
Attachments
(1 file)
|
7.00 KB,
patch
|
emaijala+moz
:
review+
beltzner
:
approval1.9+
|
Details | Diff | Splinter Review |
misc changes:
IDropTargetHelper is not defined on windows mobile
the :: namespace on GlobalLock on windows mobile confuses the compiler
removing hardware key overloading in nswindow.cpp
ifdef'ing code that calls OleInitialize
theme code hardcoding correct value as GetSystemMetrics doesn't know about the Menu Check size
Attachment #304527 -
Flags: review?(emaijala)
Updated•18 years ago
|
Attachment #304527 -
Flags: review?(emaijala) → review+
| Assignee | ||
Updated•18 years ago
|
Attachment #304527 -
Flags: approval1.9?
Comment 1•18 years ago
|
||
Comment on attachment 304527 [details] [diff] [review]
patch v.1
a=beltzner for 1.9
Attachment #304527 -
Flags: approval1.9? → approval1.9+
| Assignee | ||
Comment 2•18 years ago
|
||
Checking in widget/src/windows/nsDataObj.cpp;
/cvsroot/mozilla/widget/src/windows/nsDataObj.cpp,v <-- nsDataObj.cpp
new revision: 1.88; previous revision: 1.87
done
Checking in widget/src/windows/nsNativeDragTarget.h;
/cvsroot/mozilla/widget/src/windows/nsNativeDragTarget.h,v <-- nsNativeDragTarget.h
new revision: 1.14; previous revision: 1.13
done
Checking in widget/src/windows/nsNativeThemeWin.cpp;
/cvsroot/mozilla/widget/src/windows/nsNativeThemeWin.cpp,v <-- nsNativeThemeWin.cpp
new revision: 3.101; previous revision: 3.100
done
Checking in widget/src/windows/nsWindow.cpp;
/cvsroot/mozilla/widget/src/windows/nsWindow.cpp,v <-- nsWindow.cpp
new revision: 3.727; previous revision: 3.726
done
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•