<table><tr><td style="">davidedmundson created this revision.<br />davidedmundson added a reviewer: Plasma.<br />Restricted Application added a project: Plasma.<br />Restricted Application added a subscriber: plasma-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/D10188" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>Qt labels support a HTML subset, using a completely internal parser in<br />
QTextDocument.</p>

<p>The Notification spec support an even smaller subset of notification<br />
elements.</p>

<p>It's important to strip out irrelevant tags that could potentially load<br />
remote information without user interaction, such as img<br />
src or even <b style="background:url...</p>

<p>But we want to maintain the basic rich text formatting of bold and<br />
italics and links.</p>

<p>This parser iterates reads the XML, copying only permissable tags and<br />
attributes.</p>

<p>A future obvious improvement would be to merge the original regular<br />
expressions into this stream parser, but I'm trying to minimise<br />
breakages to get this into 5.12.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Moved code into it's own class for easy unit testing<br />
Tried a bunch of things, including what the old regexes were doing</p>

<p>Also ran notify send with a few options to make sure things worked</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R120 Plasma Workspace</div></div></div><br /><div><strong>BRANCH</strong><div><div>Plasma/5.12</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D10188" rel="noreferrer">https://phabricator.kde.org/D10188</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>dataengines/notifications/CMakeLists.txt<br />
dataengines/notifications/notifications_test.cpp<br />
dataengines/notifications/notificationsanitizer.cpp<br />
dataengines/notifications/notificationsanitizer.h<br />
dataengines/notifications/notificationsengine.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<br /></div>