XDC2012: Graphics stack security
XDC2012: Graphics stack security
Posted Sep 26, 2012 19:06 UTC (Wed) by dlang (guest, #313)In reply to: XDC2012: Graphics stack security by dlang
Parent article: XDC2012: Graphics stack security
In addition, as long as you allow more than one app to have windows open at a time, there is some potential for an app to pop up a window that looks like another app (or a system password prompt)
Server-side window decorations have the potential to label each window as to what app it is part of (users may still ignore the data, but at least it can't be faked by the app)
but if you either allow the client to tell the server what to label a window, or do client-side decorations where the client is in full control, it's impossible for the user to be able to trust any window completely.
