Open
Bug 1858130
Opened 1 year ago
Updated 9 months ago
this.window.moduleManager is undefined in GeckoViewActorParent
Categories
(GeckoView :: General, defect, P2)
Tracking
(Not tracked)
NEW
People
(Reporter: willdurand, Unassigned)
References
Details
(Whiteboard: [addons-jira])
I am seeing this error all the time (for quite some time now), in both logcat output when using Fenix or in the output of some gecko (toolkit) tests running on Android:
[JavaScript Error: "TypeError: can't access property "eventDispatcher", this.window.moduleManager is undefined" {file: "resource://gre/modules/GeckoViewActorParent.sys.mjs" line: 28}]
get eventDispatcher@resource://gre/modules/GeckoViewActorParent.sys.mjs:28:5
receiveMessage@resource://gre/modules/GeckoViewActorParent.sys.mjs:41:9
receiveMessage@resource:///actors/GeckoViewClipboardPermissionParent.sys.mjs:37:22
Comment 1•1 year ago
|
||
The severity field is not set for this bug.
:boek, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(jboek)
Comment 2•1 year ago
|
||
I'm noticed this as well. Going to bump this in our next triage meeting.
Flags: needinfo?(jboek)
Comment 3•1 year ago
|
||
+1, this always catches my eye as a false-flag when debugging too.
Updated•1 year ago
|
Severity: -- → S3
Priority: -- → P2
Comment 4•1 year ago
|
||
I have investigated this before. I think that it was due to top-level loads that aren't geckoview.xhtml, such as the dummy page that's loaded in a ContentPage in xpcshell.
Reporter | ||
Updated•1 year ago
|
Whiteboard: [addons-jira]
Updated•1 year ago
|
Updated•9 months ago
|
Component: Core → General
You need to log in
before you can comment on or make changes to this bug.
Description
•