Closed
Bug 9908
Opened 26 years ago
Closed 25 years ago
[PP]xlib widgets don't compress expose events
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: blizzard, Assigned: blizzard)
Details
(Whiteboard: [Perf] [HELP WANTED])
Attachments
(1 file)
1.46 KB,
patch
|
Details | Diff | Splinter Review |
This is a performance enhancement. In widget/src/xlib/nsAppShell.cpp the
function nsAppShell::HandleExposeEvent() should look at the count on the expose
event. If it's > 0 it should eat all of the expose events out of the queue and
union them into a single rect for a repaint.
Summary: xlib widgets don't compress expose events → [PP]xlib widgets don't compress expose events
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Whiteboard: [Perf] → [Perf] [HELP WANTED]
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•26 years ago
|
||
Checked in. Thanks!
Assignee | ||
Comment 4•25 years ago
|
||
Please ignore the spam. Changing address.
Assignee: blizzard → blizzard
Status: RESOLVED → NEW
Assignee | ||
Comment 5•25 years ago
|
||
busted from my reassign
Status: NEW → RESOLVED
Closed: 26 years ago → 25 years ago
Comment 6•25 years ago
|
||
Mass update: changing qacontact to ckritzer@netscape.com
QA Contact: janc → ckritzer
Comment 8•24 years ago
|
||
Reassigning QA Contact for all open and unverified bugs previously under Lorca's
care to Gerardo as per phone conversation this morning.
QA Contact: lorca → gerardok
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•