Closed Bug 1554620 Opened 5 years ago Closed 5 years ago

Create app.manifest view page

Categories

(DevTools :: Application Panel, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1564357

People

(Reporter: ogasidlo, Unassigned)

References

Details

We need to create an app.manifest view component, which includes the following:

grab app.manifest

  • Check if app.manifest from ./manifest.json is available
  • If not, display "No manifest found" message in view
  • If app.manifest is found, fetch manifest file

validate & reduce data

  • Check if manifest is valid. Otherwise display error in view "Manifest is not valid"*
  • Reduce data to keys which are supported by all firefox browsers** and store data in storage as object

view data

  • Pass reduced data as param to app.manifest view
  • Render view

Add test

We need to add a test for the app.manifest component.

If no manifest, a message is displayed
If manifest not valid, a message is displayed
If manifest valid, list of data items is displayed
Priority: -- → P3
Keywords: meta
Summary: Create app.manifest view page → [meta] Create app.manifest view page
Whiteboard: foundation-work
Summary: [meta] Create app.manifest view page → Create app.manifest view page
Priority: P3 → P2

Left over meta we can close.
Some of the related bugs are: 1565172, 1566007, 1566011, 1566013

Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
No longer blocks: feature-work-manifest
Priority: P2 → --
You need to log in before you can comment on or make changes to this bug.