Closed
Bug 1609753
Opened 5 years ago
Closed 5 years ago
RemoteWebProgress failed to call onContentBlockingEvent
Categories
(GeckoView :: General, defect, P1)
Tracking
(firefox74 fixed)
RESOLVED
FIXED
mozilla74
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: agi, Assigned: esawin)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression, Whiteboard: [geckoview:m74])
Attachments
(1 file)
I see this errors frequently in the Browser Console, they seems to be caused by Bug 1599043.
RemoteWebProgress failed to call onContentBlockingEvent: [Exception... "Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIClassifiedChannel.matchedTrackingLists]" nsresult: "0x80004001 (NS_ERROR_NOT_IMPLEMENTED)" location: "JS frame :: resource://gre/modules/GeckoViewContentBlocking.jsm :: onContentBlockingEvent :: line 124" data: no]
_callProgressListeners resource://gre/modules/RemoteWebProgress.jsm:78
onContentBlockingEvent resource://gre/modules/RemoteWebProgress.jsm:151
enter resource://devtools/server/actors/utils/event-loop.js:79
enter self-hosted:874
_pushThreadPause resource://devtools/server/actors/thread.js:256
_pauseAndRespond resource://devtools/server/actors/thread.js:851
hit resource://devtools/server/actors/breakpoint.js:238
collectSessionState resource:///actors/GeckoViewContentChild.jsm:22
receiveMessage resource:///actors/GeckoViewContentChild.jsm:56
Reporter | ||
Updated•5 years ago
|
Whiteboard: [geckoview]
Reporter | ||
Comment 1•5 years ago
|
||
This breaks the dev tools for GV apps.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → esawin
Assignee | ||
Comment 2•5 years ago
|
||
Pushed by esawin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6d750979dc94
[1.0] Only access matchedTrackingLists when implemented. r=droeh,dimi
Comment 4•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla74
Assignee | ||
Updated•5 years ago
|
Priority: -- → P1
Whiteboard: [geckoview] → [geckoview:m74]
Assignee | ||
Updated•5 years ago
|
Component: Privacy: Anti-Tracking → Tracking Protection
Product: Core → GeckoView
Version: unspecified → 74 Branch
Updated•5 years ago
|
Has Regression Range: --- → yes
Keywords: regression
Comment 5•2 years ago
|
||
Move GeckoView::Tracking Protection
bugs to the GeckoView::General
component.
Component: Tracking Protection → General
You need to log in
before you can comment on or make changes to this bug.
Description
•