Bug 1584931 Comment 17 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

After spending more time figuring out the correct solution for this bug, I think we should probably store the flash classification result of a document to WindowContext instead of BrowsingContext because the result is per document.
Storing classification in BrowsingContext means that if a document is not active, we can't traverse the correct document chain.
After spending more time figuring out the correct solution for this bug, I think we should probably store the flash classification result of a document to WindowContext instead of BrowsingContext because the result is per document.
Storing classification in BrowsingContext means that if a document is not active, we can't traverse the document chain correctly.

Back to Bug 1584931 Comment 17