Review of attachment 9059303 [details] [diff] [review]: ----------------------------------------------------------------- I tested by loading reddit.com, and during page loading it always hits an assertion that the both list/hash are empty. It's because sometimes `HttpChannelChild::SetMatchedTrackingInfo` is called after `nsGlobalWindowOuter::NotifyContentBlockingEvent` We probably need some kind of synchronization mechanism.
Bug 1545033 Comment 4 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Review of attachment 9059303 [details] [diff] [review]: ----------------------------------------------------------------- I tested by loading reddit.com, and during page loading it always hits an assertion that the both list/hash are empty. It's because sometimes |HttpChannelChild::SetMatchedTrackingInfo| is called after |nsGlobalWindowOuter::NotifyContentBlockingEvent| We probably need some kind of synchronization mechanism.