Module implementing the Flash cookie manager.
None |
FlashCookieManager | Class implementing the Flash cookie manager object. |
None |
Class implementing the Flash cookie manager object.
RefreshInterval |
None |
FlashCookieManager | Constructor |
__autoRefresh | Private slot to refresh the list of cookies. |
__extractOriginFrom | Private method to extract the cookie origin given its file name. |
__insertFlashCookie | Private method to insert a Flash cookie into the cache. |
__isBlacklisted | Private method to check for a blacklisted cookie. |
__isWhitelisted | Private method to check for a whitelisted cookie. |
__loadFlashCookies | Private slot to load the Flash cookies to be cached. |
__loadFlashCookiesFromPath | Private slot to load the Flash cookies from a path. |
__removeAllButWhitelisted | Private method to remove all non-whitelisted cookies. |
__sharedObjectDirName | Private slot to determine the path of the shared data objects. |
__startStopTimer | Private slot to start or stop the auto refresh timer. |
clearCache | Public method to clear the list of cached Flash cookies. |
clearNewOrigins | Public method to clear the list of newly detected Flash cookies. |
flashCookies | Public method to get the list of cached Flash cookies. |
flashPlayerDataPath | Public method to get the Flash Player data path. |
newCookiesList | Public method to get the list of newly detected Flash cookies. |
preferencesChanged | Public slot to handle a change of preferences. |
removeAllCookies | Public method to remove all flash cookies. |
removeCookie | Public method to remove a cookie of the list of cached cookies. |
setFlashCookies | Public method to set the list of cached Flash cookies. |
showFlashCookieManagerDialog | Public method to show the Flash cookies management dialog. |
shutdown | Public method to perform shutdown actions. |
None |
Constructor
Private slot to refresh the list of cookies.
Private method to extract the cookie origin given its file name.
Private method to insert a Flash cookie into the cache.
Private method to check for a blacklisted cookie.
Private method to check for a whitelisted cookie.
Private slot to load the Flash cookies to be cached.
Private slot to load the Flash cookies from a path.
Private method to remove all non-whitelisted cookies.
Private slot to determine the path of the shared data objects.
Private slot to start or stop the auto refresh timer.
Public method to clear the list of cached Flash cookies.
Public method to clear the list of newly detected Flash cookies.
Public method to get the list of cached Flash cookies.
Public method to get the Flash Player data path.
Public method to get the list of newly detected Flash cookies.
Public slot to handle a change of preferences.
Public method to remove all flash cookies.
Public method to remove a cookie of the list of cached cookies.
Public method to set the list of cached Flash cookies.
Public method to show the Flash cookies management dialog.
Public method to perform shutdown actions.