Closed
Bug 948185
Opened 11 years ago
Closed 11 years ago
JavaScript Error: "request.types is undefined" @ContentPermissionPrompt.js" line: 218
Categories
(Core :: Permission Manager, defect)
Tracking
()
RESOLVED
FIXED
mozilla29
People
(Reporter: gwagner, Unassigned)
References
Details
Seen when running integration tests:
{ script: 'return (function waitForBoot(timeout) {\n function isBooted() {\n var sessionStorage = window.wrappedJSObject.sessionStorage;\n var item = sessionStorage.getItem(\'webapps-registry-ready\');\n return item === \'yes\';\n }\n\n waitFor(marionetteScriptFinished, isBooted, timeout);\n }.apply(this, arguments));',
args: [ 50000 ] },
to: '0',
session: '6-b2g' }
b2g-desktop stderr +494ms [82717] WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x8000FFFF: file /Volumes/mac/moz/ib2g/dom/src/storage/DOMStorageManager.cpp, line 460
[82717] WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x8000FFFF: file /Volumes/mac/moz/ib2g/dom/base/nsGlobalWindow.cpp, line 10834
b2g-desktop stdout +1ms -*- Webapps.jsm : getAll
b2g-desktop stdout +206ms -*- Webapps.jsm : getAll
b2g-desktop stdout +158ms ************************************************************
* Call to xpconnect wrapped JSObject produced this error: *
[Exception... "'[JavaScript Error: "request.types is undefined" {file: "file:///Volumes/mac/code/gaia/b2g/Contents/MacOS/components/ContentPermissionPrompt.js" line: 218}]' when calling method: [nsIContentPermissionPrompt::prompt]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "native frame :: <unknown filename> :: <TOP_LEVEL> :: line 0" data: yes]
************************************************************
Comment 1•11 years ago
|
||
Should be fixed now per the backout on bug 853356.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Target Milestone: --- → mozilla29
You need to log in
before you can comment on or make changes to this bug.
Description
•