<table><tr><td style="">davidedmundson created this revision.<br />Restricted Application added a project: Plasma.<br />Restricted Application added a subscriber: plasma-devel.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D7481" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>In a log from someone talking about high CPU we can see get multiple X<br />
events for the same window as multiple events, but directly next to each<br />
other. This causes the TaskManager to process changes multiple times<br />
instead of just once which is a waste.</p>

<p>I can see this switching tabs in Firefox it gives me the icon updating<br />
twice. Ideally we only want to have one change go through the model.</p>

<p>This class sits between KWindowSystem and XWindowTasksModel<br />
transparently buffering the changes.</p>

<p>I'm not super attached to the idea of adding hacks like this, so this is<br />
as much a RFC as anything.  (it's not the root cause of the issue in the<br />
bug report)</p>

<p>Also the delay could probably be 0, because that will at least mean we<br />
read all the pending window system events before proceeding which is all<br />
I really want.</p>

<p>CCBUG: 378010</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>I wrote this in April and can't remember why I didn't push it. <br />
I'm worried that I might have had a really important reason that I've since forgotten...or maybe I just got distracted and forgot.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R120 Plasma Workspace</div></div></div><br /><div><strong>BRANCH</strong><div><div>pending_queue</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D7481" rel="noreferrer">https://phabricator.kde.org/D7481</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>libtaskmanager/CMakeLists.txt<br />
libtaskmanager/xwindowsystemeventbatcher.cpp<br />
libtaskmanager/xwindowsystemeventbatcher.h<br />
libtaskmanager/xwindowtasksmodel.cpp</div></div></div><br /><div><strong>To: </strong>davidedmundson, Plasma<br /><strong>Cc: </strong>plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart, lukas<br /></div>