Closed
Bug 63649
Opened 24 years ago
Closed 24 years ago
[BeOS] nsAppShell::DispatchNativeEvent() implemented
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: VYA04230, Assigned: ykoehler)
References
Details
Attachments
(2 files)
I implemented nsAppShell::DispatchNativeEvent().
I thought that nsAppShell::DispatchNativeEvent() should do one iteration of
the event loop, while do not count timer event as an iteration.
Though I'm not so confident about the code, the 'Security Warning' dialog
seems to be working as expected when I submit a form though network.
review required.
Reporter | ||
Comment 1•24 years ago
|
||
Assignee | ||
Comment 2•24 years ago
|
||
I'll review it. While the result may not be the ideal solution, if it works
for some part and not for other it would still be better than now where it
doesn't work anywhere ;-)
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Assignee | ||
Updated•24 years ago
|
sprintf and true should have NSPR counterparts which we would like people to
use.
Reporter | ||
Comment 4•24 years ago
|
||
timeless,
Thank you for your suggestions. Though, should we so strict in these BeOS specific code
where we have to use BeOS API which we can't replace with NSPR counterparts?
I'm pretty sure you are supposed to even in BeOS code fragments, true and the
pr true are compatible, and sprintf is probably more dangerous than the pr
printf.
cc scc,brendan to explain
Assignee | ||
Comment 7•24 years ago
|
||
what's the NSPR equivalent of sprintf?
Comment 8•24 years ago
|
||
http://lxr.mozilla.org/mozilla/source/nsprpub/pr/include/prprf.h purveys several
variations on BSD-style snprintf.
/be
Comment 10•24 years ago
|
||
The patch with the XP updates has been checked in.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 11•24 years ago
|
||
*** Bug 64018 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•