76
edits
| Line 39: | Line 39: | ||
Describe any major components in the system and how they interact. Also include any third-party APIs (those Mozilla does not control) and what type of data is sent or received via those APIs. | Describe any major components in the system and how they interact. Also include any third-party APIs (those Mozilla does not control) and what type of data is sent or received via those APIs. | ||
* User | |||
* Web browser/Firefox | |||
* Websites | * Websites | ||
** Websites loaded onto the browser tab within the browswer window or the window itself. | ** Websites loaded onto the browser tab within the browswer window or the window itself. | ||
=== Websites === | === Websites === | ||
| Line 71: | Line 71: | ||
* On platforms that do support obtaining system idle time such as Windows, the web browswer is notified of user idle status only when the user is completely away from the device. | * On platforms that do support obtaining system idle time such as Windows, the web browswer is notified of user idle status only when the user is completely away from the device. | ||
** The web browser is notified that the user is 'active'/ 'back' as soon as the user interacts with any application executing on the device. The user does not need to be directly interfacing with the web browser. | ** The web browser is notified that the user is 'active'/ 'back' as soon as the user interacts with any application executing on the device. The user does not need to be directly interfacing with the web browser. | ||
'''Stored Data:''' | '''Stored Data:''' | ||
| Line 89: | Line 85: | ||
|} | |} | ||
'''Communication with Places''' | |||
{| class="wikitable" | |||
|- | |||
! Direction | |||
! Message | |||
! Data | |||
! Notes | |||
|- | |||
| ''In:'' | |||
| 100 most-visited sites | |||
| List of URLs and titles | |||
| | |||
|} | |||
edits