I build and test C-C thunderbird locally under linux. I think the bug would be also visible in other platforms, though. I noticed there are too many warnings of the following form during local mochitest of C-C TB. ``` 21126: Main Thread] WARNING: 'NS_FAILED(targetPrincipal->GetAsciiOrigin(targetOrigin))', file /NEW-SSD/NREF-COMM-CENTRAL/mozilla/toolkit/components/antitracking/AntiTrackingUtils.cpp, line 347 ``` The same warnings are seen in try-comm-central submission of others. For example, see https://treeherder.mozilla.org/#/jobs?repo=try-comm-central&revision=8c903ef8a06a2dfcbb64d4ce7fe1666adc0947ea The log: https://firefoxci.taskcluster-artifacts.net/U-OqL-bgRYef9hL4fNFUrA/0/public/logs/live_backing.log The number of such warnings was much fewer in early September. For example, this is the number from my local mochitest run on Sept 8th. Something has changed over the last month or so. ``` 123: Main Thread] WARNING: 'NS_FAILED(targetPrincipal->GetAsciiOrigin(targetOrigin))', file /NEW-SSD/NREF-COMM-CENTRAL/mozilla/toolkit/components/antitracking/AntiTrackingUtils.cpp, line 347 ``` I know TB is not a browser, but it does render HTML page and so it should be equipped with antitracking feature. I think something is not quite right with the current implementation, though.
Bug 1667942 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
I build and test C-C thunderbird locally under linux. I think the bug would be also visible in other platforms, though. I noticed there are too many warnings of the following form during local mochitest of C-C TB. ``` 21126: Main Thread] WARNING: 'NS_FAILED(targetPrincipal->GetAsciiOrigin(targetOrigin))', file /NEW-SSD/NREF-COMM-CENTRAL/mozilla/toolkit/components/antitracking/AntiTrackingUtils.cpp, line 347 ``` The number at the beginning 21126 is the number of occurences of the warning during mochitest. The same warnings are seen in try-comm-central submission of others. For example, see https://treeherder.mozilla.org/#/jobs?repo=try-comm-central&revision=8c903ef8a06a2dfcbb64d4ce7fe1666adc0947ea The log: https://firefoxci.taskcluster-artifacts.net/U-OqL-bgRYef9hL4fNFUrA/0/public/logs/live_backing.log The number of such warnings was much fewer in early September. For example, the following is the number from my local mochitest run on Sept 8th.: only 123. Something has changed over the last month or so. ``` 123: Main Thread] WARNING: 'NS_FAILED(targetPrincipal->GetAsciiOrigin(targetOrigin))', file /NEW-SSD/NREF-COMM-CENTRAL/mozilla/toolkit/components/antitracking/AntiTrackingUtils.cpp, line 347 ``` I know TB is not a browser, but it does render HTML page and so it should be equipped with antitracking feature. I think something is not quite right with the current implementation, though.