Module containing a base class for synchronization handlers.
None |
SyncHandler | Base class for synchronization handlers. |
None |
Base class for synchronization handlers.
None |
None |
SyncHandler | Constructor |
initialLoadAndCheck | Public method to do the initial check. |
readFile | Public method to read a file. |
shutdown | Public method to shut down the handler. |
syncBookmarks | Public method to synchronize the bookmarks. |
syncHistory | Public method to synchronize the history. |
syncPasswords | Public method to synchronize the passwords. |
syncSpeedDial | Public method to synchronize the speed dial data. |
syncUserAgents | Public method to synchronize the user agents. |
writeFile | Public method to write the data to a file. |
None |
Constructor
Public method to do the initial check.
Public method to read a file.
If encrypted synchronization is enabled, the data will be encrypted using the relevant encryption key.
Public method to shut down the handler.
Public method to synchronize the bookmarks.
Public method to synchronize the history.
Public method to synchronize the passwords.
Public method to synchronize the speed dial data.
Public method to synchronize the user agents.
Public method to write the data to a file.
If encrypted synchronization is enabled, the data will be decrypted using the relevant encryption key.