Closed Bug 1163114 Opened 9 years ago Closed 7 years ago

Manifest validator should check messages format

Categories

(DevTools Graveyard :: WebIDE, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: jryans, Unassigned)

References

Details

From bug 1162281:

I wanted to add an additional system message handler and did it wrong. What I did was:

  "messages": [
    {
      "alarm": "/index.html",
      "notification" : "/index.html"
    }
  ],

Of course this is wrong. It has to be:

  "messages": [
    {
      "alarm": "/index.html"
    },
    {
      "notification" : "/index.html"
    },
  ],
 
We should warn if the format is bad, since it currently prevents the device from starting at all.
WebIDE is slated for removal (bug 1314811), so there are no plans to add to the current set of features.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Product: Firefox → DevTools
Product: DevTools → DevTools Graveyard
You need to log in before you can comment on or make changes to this bug.