Closed Bug 866329 Opened 11 years ago Closed 6 years ago

Javascript errors in strartup log

Categories

(Firefox OS Graveyard :: General, defect)

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: dhylands, Unassigned)

Details

I see the following errors in my unagi debug log (master branch)

[JavaScript Warning: "TypeError: anonymous function does not always return a value" {file: "chrome://browser/content/shell.js" line: 738}]
[JavaScript Warning: "TypeError: function alert_receiveMessage does not always return a value" {file: "chrome://browser/content/shell.js" line: 821}]

The shell.js file in this case would be: b2g/chrome/content/shell.js

This seems to correspond to the alert_registerAppListener, which seems to be missing a return null after the for loop and the alert_receiveMessage function which looks like the return null; should just be return;
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.