Closed
Bug 91851
Opened 24 years ago
Closed 24 years ago
[xlib] expose event handling is inefficient on xlib port
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
FIXED
mozilla0.9.3
People
(Reporter: tomi.leppikangas, Assigned: roland.mainz)
Details
(Keywords: perf)
Attachments
(2 files)
844 bytes,
patch
|
Details | Diff | Splinter Review | |
1.72 KB,
patch
|
Details | Diff | Splinter Review |
xlib handles expose events by sending paint event, this cause slow
updates, eg when draggin window over mozilla win there is long "tail".
Better is to call Invalidate that does compression of paint regions.
Reporter | ||
Comment 1•24 years ago
|
||
Assignee | ||
Comment 2•24 years ago
|
||
imoT: Thanks!
Patch works great... :-9
r=roland.mainz@informatik.med.uni-giessen.de
Status: NEW → ASSIGNED
Reporter | ||
Comment 3•24 years ago
|
||
Assignee | ||
Comment 4•24 years ago
|
||
r=roland.mainz@informatik.med.uni-giessen.de for that new patch.
Please stop filing new patches - I'd like to get this "in" 0.9.3 release if
possible... :-)
Comment 5•24 years ago
|
||
sr=blizzard
Assignee | ||
Comment 6•24 years ago
|
||
CC:'ing mkaply@us.ibm.com for checkin.
Comment 7•24 years ago
|
||
Fix checked in
Checking in nsAppShell.cpp;
/cvsroot/mozilla/widget/src/xlib/nsAppShell.cpp,v <-- nsAppShell.cpp
new revision: 1.69; previous revision: 1.68
done
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 8•23 years ago
|
||
May God have mercy on us all. The 212 bug spam-o-rama is Now!
QA Contact: aegis → jrgm
You need to log in
before you can comment on or make changes to this bug.
Description
•