gecko-dev/dom/media/eme
Emilio Cobos Álvarez d2ed260822 Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug
Summary: Really sorry for the size of the patch. It's mostly automatic
s/nsIDocument/Document/ but I had to fix up in a bunch of places manually to
add the right namespacing and such.

Overall it's not a very interesting patch I think.

nsDocument.cpp turns into Document.cpp, nsIDocument.h into Document.h and
nsIDocumentInlines.h into DocumentInlines.h.

I also changed a bunch of nsCOMPtr usage to RefPtr, but not all of it.

While fixing up some of the bits I also removed some unneeded OwnerDoc() null
checks and such, but I didn't do anything riskier than that.
2019-01-03 17:48:33 +01:00
..
mediadrm Bug 1495053 - p3: implement MediaDrmCDMProxy::SetServerCertificate(). r=cpearce 2018-12-07 14:44:34 +00:00
CDMCaps.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
CDMCaps.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
CDMProxy.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
DataMutex.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
DecryptorProxyCallback.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
DetailedPromise.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
DetailedPromise.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
EMEUtils.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
EMEUtils.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaEncryptedEvent.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaEncryptedEvent.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaKeyError.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaKeyError.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaKeyMessageEvent.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaKeyMessageEvent.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaKeys.cpp Bug 1495053 - p3: implement MediaDrmCDMProxy::SetServerCertificate(). r=cpearce 2018-12-07 14:44:34 +00:00
MediaKeys.h Bug 1495053 - p3: implement MediaDrmCDMProxy::SetServerCertificate(). r=cpearce 2018-12-07 14:44:34 +00:00
MediaKeySession.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaKeySession.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaKeyStatusMap.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaKeyStatusMap.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaKeySystemAccess.cpp Bug 1510424 - fix AAC and FLAC EME support configuration. r=jya 2018-12-07 14:40:50 +00:00
MediaKeySystemAccess.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaKeySystemAccessManager.cpp Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
MediaKeySystemAccessManager.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
moz.build Bug 1510424 - fix AAC and FLAC EME support configuration. r=jya 2018-12-07 14:40:50 +00:00