|
|
| Line 384: |
Line 384: |
| | failure message | | | failure message |
| | sent upon failure to send | | | sent upon failure to send |
| |}
| |
|
| |
| === OWA stuff ===
| |
|
| |
| OpenWebApps provides the ability for content to install an "app" which may also include a "services" component using the Web Activities APIs. fx-share-addon relies on the Web Activities/services functionality for extensibility.
| |
|
| |
| * currently we have disabled all UI and ability to externally install any web apps.
| |
| ** Only the fx-share mediator UI is available to the user.
| |
| ** Web content does not have the ability currently to instantiate the share mediator, only UI in chrome (the share button in the url bar) can show the UI.
| |
|
| |
|
| |
| '''Stored Data:'''
| |
|
| |
| {| class="wikitable"
| |
| |-
| |
| ! What
| |
| ! Where
| |
| |-
| |
| | manifest data for apps
| |
| | sqlite database
| |
| |}
| |
|
| |
| '''Communication with Component Y'''
| |
|
| |
| {| class="wikitable"
| |
| |-
| |
| ! Direction
| |
| ! Message
| |
| ! Data
| |
| ! Notes
| |
| |-
| |
| | ''In:''
| |
| | message 1
| |
| | types of data received from component Y with the message
| |
| |
| |
| |-
| |
| | ''Out:''
| |
| | message 2
| |
| | types of data sent to component Y with the message
| |
| |
| |
| |} | | |} |
|
| |
|