Bug 1466023 - Separate FontTableURI and BlobURL, r=qdot

This patch splits FontTableURI and BlobURL in 2 classes:
FontTableURIProtocolHandler and BlobURLProtocolHandler
both under mozilla::dom.

It also removes a memory reporter because that report is already covered by the
BlobURL one.
This commit is contained in:
Andrea Marchesini
2018-06-02 15:51:42 +02:00
parent 69cbacc916
commit 7b734cdb0d
26 changed files with 351 additions and 267 deletions

View File

@@ -15,8 +15,7 @@
#include "nsGkAtoms.h"
#include "nsHostObjectProtocolHandler.h"
#include "mozilla/dom/BlobURLProtocolHandler.h"
#include "mozilla/Preferences.h"
NS_IMPL_NS_NEW_HTML_ELEMENT(Source)