157
edits
No edit summary |
|||
| Line 62: | Line 62: | ||
DevTools will become a Mozilla extension that can be installed on demand by the user (using an UI that detects when someone needs DevTools) and will be updated outside of the Firefox's release cycle. <br /> | DevTools will become a Mozilla extension that can be installed on demand by the user (using an UI that detects when someone needs DevTools) and will be updated outside of the Firefox's release cycle. <br /> | ||
For existing Firefox DevTools users there should be no noticeable change in their daily experience. <br /> | For existing Firefox DevTools users there should be no noticeable change in their daily experience. <br /> | ||
'''DevTools Shim''' is responsible for installing the DevTools add-on as needed. The Shim will auto-install the add-on for existing DevTools users by default. The Shim is listening to the DevTools keyboard shortcuts and provides install methods at other various entry points like about:debugging. When | '''DevTools Shim''' is responsible for installing the DevTools add-on as needed. The Shim will auto-install the add-on for existing DevTools users by default. The Shim is listening to the DevTools keyboard shortcuts and provides install methods at other various entry points like about:debugging. When new users use a DevTools keyboard shortcut Firefox will prompt them, asking if they want to install DevTools. If the the answer is yes, the DevTools add-on will be installed and will update itself in the background from that point on. <br /> <br /> | ||
The testing efforts will be invested on the following areas: | The testing efforts will be invested on the following areas: | ||
* previous usage detection; | * previous usage detection; | ||
edits