gecko-dev/dom/file/uri
Chris Peterson f11ae60d32 Bug 1662964 - Replace MOZ_MUST_USE with [[nodiscard]] in dom/file. r=baku
The MOZ_MUST_USE macro is defined as clang's and gcc's nonstandard __attribute__((warn_unused_result)). Now that we compile as C++17 by default (bug 1560664), we can replace MOZ_MUST_USE with C++17's standard [[nodiscard]] attribute.

Differential Revision: https://phabricator.services.mozilla.com/D89237
2020-09-08 15:15:19 +00:00
..
BlobURL.cpp
BlobURL.h Bug 1662964 - Replace MOZ_MUST_USE with [[nodiscard]] in dom/file. r=baku 2020-09-08 15:15:19 +00:00
BlobURLChannel.cpp Bug 1619953 - P6 - BlobURLChannel creates BlobURLInputStream only when content stream is opened r=baku 2020-08-05 17:06:04 +00:00
BlobURLChannel.h Bug 1619953 - P6 - BlobURLChannel creates BlobURLInputStream only when content stream is opened r=baku 2020-08-05 17:06:04 +00:00
BlobURLInputStream.cpp Bug 1660636 - Use download attribute filename instead of File.name. r=baku 2020-09-08 19:56:52 +00:00
BlobURLInputStream.h Bug 1619953 - P3 - Asynchronous BlobURLInputStream added r=baku 2020-08-05 17:05:56 +00:00
BlobURLProtocolHandler.cpp Bug 1658878 - Isolate BlobURLs per agent-cluster - cleanup remove method, r=smaug 2020-08-17 09:57:04 +00:00
BlobURLProtocolHandler.h Bug 1658878 - Isolate BlobURLs per agent-cluster - cleanup remove method, r=smaug 2020-08-17 09:57:04 +00:00
FontTableURIProtocolHandler.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
FontTableURIProtocolHandler.h Backed out 2 changesets (bug 1558915) for causing bustages. CLOSED TREE 2019-08-02 12:17:42 +03:00
components.conf
moz.build Bug 1619953 - P3 - Asynchronous BlobURLInputStream added r=baku 2020-08-05 17:05:56 +00:00