Actually filter the tab properties sent to the host
ClosedPublic

Authored by fvogt on Jul 14 2017, 6:09 PM.

Details

Summary

Previously it sent all information about a tab that it had, including
a base64 encoded JPG screenshot, causing quite a lot of traffic.

Test Plan

dbus-monitor shows a lot less traffic, krunner still lists the tabs
like before.

Diff Detail

Repository
R856 Plasma Browser Integration
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
fvogt created this revision.Jul 14 2017, 6:09 PM
Restricted Application added a project: Plasma. · View Herald TranscriptJul 14 2017, 6:09 PM
broulik accepted this revision.Jul 14 2017, 6:12 PM

Where did you see a JPEG-encoded screenshot? Could perhaps be the favicon.

This revision is now accepted and ready to land.Jul 14 2017, 6:12 PM
fvogt added a comment.Jul 14 2017, 6:15 PM

Where did you see a JPEG-encoded screenshot? Could perhaps be the favicon.

In extData["thumbnail"], much larger than a favicon should ever be.
Didn't get sent by opera 40, vivaldi 1.10 added it.

This revision was automatically updated to reflect the committed changes.

Ah, ok, I only looked at Chrome documentation. Might come in handy for Task Manager thumbnails at some point :)