Bug 1493563 - Part 5: Present the old state and the content blocking log to the web progress listeners; r=baku

Differential Revision: https://phabricator.services.mozilla.com/D6595
This commit is contained in:
Ehsan Akhgari
2018-09-22 20:29:07 -04:00
parent 6bae9a7ff5
commit f2335f1a99
54 changed files with 304 additions and 66 deletions

View File

@@ -2131,7 +2131,9 @@ HTMLFormElement::OnStatusChange(nsIWebProgress* aWebProgress,
NS_IMETHODIMP
HTMLFormElement::OnSecurityChange(nsIWebProgress* aWebProgress,
nsIRequest* aRequest,
uint32_t state)
uint32_t aOldState,
uint32_t aState,
const nsAString& aContentBlockingLogJSON)
{
MOZ_ASSERT_UNREACHABLE("notification excluded in AddProgressListener(...)");
return NS_OK;