Confirmed users
169
edits
Mixedpuppy (talk | contribs) |
Mixedpuppy (talk | contribs) |
||
Line 46: | Line 46: | ||
This component provides a button in the Firefox chrome that, when clicked, displays a door hanger. The contents of the door-hangar are provided by the webapp component, and that content is isolated from privileged code with the use of an iframe and <code>postMessage()</code> calls. | This component provides a button in the Firefox chrome that, when clicked, displays a door hanger. The contents of the door-hangar are provided by the webapp component, and that content is isolated from privileged code with the use of an iframe and <code>postMessage()</code> calls. | ||
The API used via postMessage so the webapp component can communicate with the chrome bits of Firefox [https://github.com/mozilla/f1/wiki/Chrome-Web-Data-API%3A-v1] | The API used via postMessage so the webapp component can communicate with the chrome bits of Firefox [https://github.com/mozilla/f1/wiki/Chrome-Web-Data-API%3A-v1]. | ||
The tables below simply summarize the data encountered by this component. | The tables below simply summarize the data encountered by this component. |