Closed Bug 786453 Opened 12 years ago Closed 8 years ago

[B2G] satchel tests fail with Component returned failure code: 0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE) [nsIJSCID.getService] at jar:file:///system/b2g/omni.ja!/components/nsFormHistory.js:107

Categories

(Toolkit :: Form Manager, defect)

All
Gonk (Firefox OS)
defect
Not set
normal

Tracking

()

RESOLVED WONTFIX

People

(Reporter: jgriffin, Unassigned)

References

Details

These are failing with 100% consistency so they'll be disabled from future B2G test runs.

Latest log:  http://brasstacks.mozilla.com/autologserver/showlog?file=588288bc-f138-11e1-aefe-22000af4858b.txt.gz
NS_ERROR_XPC_GS_RETURNED_FAILURE: Component returned failure code: 0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE) [nsIJSCID.getService] at jar:file:///system/b2g/omni.ja!/components/nsFormHistory.js:107


   106         this.messageManager = Cc["@mozilla.org/globalmessagemanager;1"].
   107                               getService(Ci.nsIChromeFrameMessageManager);

Does nsIChromeFrameMessageManager not exist on B2G?


Note that this code got changed the day before this bug was filed (bug 776825):

106         this.messageManager = Cc["@mozilla.org/globalmessagemanager;1"].
107                               getService(Ci.nsIMessageListenerManager);

Maybe this all works now?
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.