Closed
Bug 545760
Opened 15 years ago
Closed 15 years ago
[OOPP] Fix a few bad DefWindowProc messages that slipped through
Categories
(Core :: IPC, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bent.mozilla, Assigned: bent.mozilla)
Details
Attachments
(2 files)
|
2.30 KB,
patch
|
jimm
:
review+
|
Details | Diff | Splinter Review |
|
2.59 KB,
patch
|
jimm
:
review+
|
Details | Diff | Splinter Review |
We have a few messages that are being eaten right now in the deferred loop that a plugin might care about.
| Assignee | ||
Updated•15 years ago
|
Assignee: nobody → bent.mozilla
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•15 years ago
|
||
Attachment #426590 -
Flags: review?(jmathies)
| Assignee | ||
Comment 2•15 years ago
|
||
Attachment #426601 -
Flags: review?(jmathies)
Comment 3•15 years ago
|
||
+ style = reinterpret_cast<STYLESTRUCT*>(aLParam)->styleNew;
+ LONG_PTR style;
shouldn't style be a 32-bit DWORD?
WM_SETICON looks ok.
Updated•15 years ago
|
Attachment #426590 -
Flags: review?(jmathies) → review+
Updated•15 years ago
|
Attachment #426601 -
Flags: review?(jmathies) → review+
| Assignee | ||
Comment 4•15 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/d77738c37f29
http://hg.mozilla.org/mozilla-central/rev/ed31386b285c
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•