Closed Bug 1062087 Opened 11 years ago Closed 11 years ago

SettingsRequestManager showing undefined variable errors on B2G Boot

Categories

(Firefox OS Graveyard :: Gaia::Settings, defect)

x86_64
Linux
defect
Not set
normal

Tracking

(blocking-b2g:2.1+, firefox33 wontfix, firefox34 fixed, firefox35 fixed, b2g-v1.4 unaffected, b2g-v2.0 unaffected, b2g-v2.0M unaffected, b2g-v2.1 fixed, b2g-v2.2 fixed)

RESOLVED FIXED
2.1 S4 (12sep)
blocking-b2g 2.1+
Tracking Status
firefox33 --- wontfix
firefox34 --- fixed
firefox35 --- fixed
b2g-v1.4 --- unaffected
b2g-v2.0 --- unaffected
b2g-v2.0M --- unaffected
b2g-v2.1 --- fixed
b2g-v2.2 --- fixed

People

(Reporter: qdot, Assigned: qdot)

References

Details

(Whiteboard: [systemsfe])

Attachments

(1 file, 1 obsolete file)

E/GeckoConsole( 304): [JavaScript Warning: "reference to undefined property msg.isServiceLock" {file: "resource://gre/modules/SettingsRequestManager.jsm" line: 868}] E/GeckoConsole( 304): [JavaScript Warning: "reference to undefined property ret.results" {file: "resource://gre/modules/SettingsRequestManager.jsm" line: 649}]
Whiteboard: [systemsfe]
Assignee: nobody → kyle
Comment on attachment 8484589 [details] [diff] [review] Patch 1 (v1) - Fix undefined variable errors in SettingsRequestManager Review of attachment 8484589 [details] [diff] [review]: ----------------------------------------------------------------- ::: dom/settings/SettingsRequestManager.jsm @@ -601,4 @@ > p.reject("Invalid operation: " + currentTask.operation); > } > p.then(function(ret) { > - ret.task.defer.resolve(ret.results); Couldn't this just become |"results" in ret ? ret.results : null|
Attachment #8484589 - Flags: review?(bent.mozilla) → review+
[Blocking Requested - why for this release]: Harmless but looks really bad.
blocking-b2g: --- → 2.1?
Approval Request Comment [Feature/regressing bug #]: Bug 900551 [User impact if declined]: Error messages reported regularly that look really bad [Describe test coverage new/current, TBPL]: Ran against multiple builds, no sign of error message. Also ran mochis, was green. [Risks and why]: None [String/UUID change made/needed]: None
Attachment #8484589 - Attachment is obsolete: true
Attachment #8485336 - Flags: approval-mozilla-aurora?
blocking-b2g: 2.1? → 2.1+
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Attachment #8485336 - Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: