<table><tr><td style="">davidedmundson created this revision.<br />Herald added a project: Frameworks.<br />Herald added a subscriber: kde-frameworks-devel.<br />davidedmundson requested review of this revision.
</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/D27140">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>Polkit1Backend fetches a list of /all/ actions once on startup, when we<br />
want to see if an action is valid we compare it to this list.</p>

<p>Fine in principle except that if isValid() is called, we have to block<br />
via a nested event loop to wait for the full list to be fetched.</p>

<p>Given we construct actions on startup and the backend on startup we<br />
almost always hit this. It can easily time out (the case I'm debugging<br />
here) or if it's invoked from QML it would simply crash.</p>

<p>Any good fix would be an API/behavioural break. (<a href="https://phabricator.kde.org/T12643" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">T12643</a>)</p>

<p>In practice few places call isValid() at which point the cache is<br />
fetched and we hide the problem, also we can document it.</p>

<p>It's not slower as the only backend that has<br />
CheckActionExistenceCapability is a cache lookup anyway.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Used on a slow VM with a slow KCM<br />
My actions started working</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R283 KAuth</div></div></div><br /><div><strong>BRANCH</strong><div><div>delayed_isValid</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D27140">https://phabricator.kde.org/D27140</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/kauthaction.cpp<br />
src/kauthaction.h</div></div></div><br /><div><strong>To: </strong>davidedmundson<br /><strong>Cc: </strong>kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns<br /></div>