DevTools/AppTools/Features: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "{{AppToolsFeature | name = Mock all Web APIs | priority = P2 }}")
 
No edit summary
Line 1: Line 1:
{{AppToolsFeature
| name = Simpler Device Connection
| priority = P1
}}
{{AppToolsFeature
| name = App Manifest Validator
| priority = P1
}}
{{AppToolsFeature
| name = JS ADB Implementation
| priority = P1
}}
{{AppToolsFeature
| name = Deploy App to Device/Simulator
| priority = P1
}}
{{AppToolsFeature
| name = App Toolbox
| priority = P1
}}
{{AppToolsFeature
| name = Test Prepaid Apps
| priority = P1
}}
{{AppToolsFeature
{{AppToolsFeature
| name = Mock all Web APIs
| name = Mock all Web APIs
| priority = P2
| priority = P2
}}
{{AppToolsFeature
| name = Mock Web Activities
| priority = P2
}}
{{AppToolsFeature
| name = Ship Multiple Branches
| priority = P2
}}
{{AppToolsFeature
| name = Connect to Multiple Devices
| priority = P2
}}
{{AppToolsFeature
| name = Device Metadata
| priority = P2
}}
{{AppToolsFeature
| name = Tab Toolbox
| priority = P2
}}
{{AppToolsFeature
| name = App Manifest Editor
| priority = P2
}}
{{AppToolsFeature
| name = App Project Maps
| priority = P3
}}
{{AppToolsFeature
| name = Website Project Maps
| priority = P3
}}
}}

Revision as of 21:33, 3 July 2013

Simpler Device Connection (P1)

Make it easy to connect to an attached device. Autodetection or maintaining history are options.


App Manifest Validator (P1)

Validate app manifests from apps on the local filesystem.


JS ADB Implementation (P1)

Allow connecting to an attached device without needing to ship the adb binary.


Deploy App to Device/Simulator (P1)

Make it simple to deploy an app from the filesystem to a device or the simulator from within Firefox.


App Toolbox (P1)

Display the devtools toolbox for an app on a device or simulator.


Test Prepaid Apps (P1)

DevTools/AppTools/Test Prepaid Apps

Mock all Web APIs (P2)

It should be possible to simulate the results from using any Web API in Simulator or on a device.


Mock Web Activities (P2)

It should be possible to simulate the results from using any web activity in simulator or on a device.


Ship Multiple Branches (P2)

Ship a version of simulator to match each production branch of Firefox OS.


Connect to Multiple Devices (P2)

Streamline the case where developers want to deploy and test on multiple devices simultaneously.


Device Metadata (P2)

Display permissions and available activities for a connected device.


Tab Toolbox (P2)

Display the devtools toolbox for a tab in the browser on a device or simulator.


App Manifest Editor (P2)

Allow editing the manifest for an app on the local filesystem.


App Project Maps (P3)

Allow mapping a set of local files to an app on a device or simulator so devtools can edit those files when inspecting the app.


Website Project Maps (P3)

Allow mapping a set of local files to an tab on a device or simulator so devtools can edit those files when inspecting the tab.