gecko-dev/dom/bindings
Chris Peterson 406763af7f Bug 1570499 - Part 1: Replace MOZ_FALLTHROUGH macro with C++17's [[fallthrough]] attribute. r=froydnj
This changeset is a simple find and replace of `MOZ_FALLTHROUGH` and `[[fallthrough]]`.

Unfortunately, the MOZ_FALLTHROUGH_ASSERT macro (to assert on case fallthrough in debug builds) is still necessary after switching from [[clang::fallthrough]] to [[fallthrough]] because:

* MOZ_ASSERT(false) followed by [[fallthrough]] triggers a -Wunreachable-code warning in DEBUG builds
* but MOZ_ASSERT(false) without [[fallthrough]] triggers a -Wimplicit-fallthrough warning in NDEBUG builds.

Differential Revision: https://phabricator.services.mozilla.com/D56440

--HG--
extra : moz-landing-system : lando
2019-12-20 07:16:43 +00:00
..
crashtests Bug 1591481 part 2. Don't force copying when external strings are passed to Web IDL bindings. r=mccr8 2019-10-30 15:52:22 +00:00
docs Bug 1578173 part 7. Remove remaining uses of [Constructor] from binding tests. r=edgar 2019-09-12 18:39:26 +00:00
mozwebidlcodegen Bug 1603262 - mozbuild/makeutil.py and mozbuild/test_makeutil.py support python3 r=firefox-build-system-reviewers,mshal 2019-12-13 20:49:13 +00:00
parser Bug 1603461 - Add support for extended attributes on nullable types; r=bzbarsky 2019-12-17 09:29:35 +00:00
test Bug 1603461 - Add support for extended attributes on nullable types; r=bzbarsky 2019-12-17 09:29:35 +00:00
AtomList.h
BindingDeclarations.h Bug 1599133 - enable constructing Sequence from moved nsTArrays; r=bzbarsky 2019-12-02 21:17:58 +00:00
BindingUtils.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
BindingUtils.h Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
Bindings.conf Bug 1600929 - WebGPU buffer creation and mapping r=jgilbert,bzbarsky 2019-12-10 17:07:18 +00:00
CallbackFunction.h
CallbackInterface.cpp Bug 1586683 - Remove flat strings from JSAPI. r=jwalden,bzbarsky 2019-10-14 09:32:07 +00:00
CallbackInterface.h
CallbackObject.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
CallbackObject.h
Codegen.py Bug 1570499 - Part 1: Replace MOZ_FALLTHROUGH macro with C++17's [[fallthrough]] attribute. r=froydnj 2019-12-20 07:16:43 +00:00
Configuration.py Bug 1588194 part 1. Factor out the missing property use counter code into helper functions. r=peterv 2019-10-29 16:18:44 +00:00
DOMJSClass.h Bug 1573844 - Remove external references to js::Jsvalify and js::Valueify r=mccr8 2019-08-14 17:24:59 +00:00
DOMJSProxyHandler.cpp Bug 1583684 - Fix some rooting hazards in DOM bindings r=bzbarsky 2019-09-26 23:50:14 +00:00
DOMJSProxyHandler.h Bug 1586991 part 24 - Don't assume JS atoms are null-terminated in GetArrayIndexFromId. r=bzbarsky 2019-10-19 17:55:01 +00:00
DOMString.h
Date.cpp
Date.h
ErrorIPCUtils.h Bug 1595828 - Fix some include guards. r=froydnj 2019-11-12 17:27:20 +00:00
ErrorResult.h Bug 1594304. Add deprecation notes to methods that allow throwing a bare nsresult with no useful message. r=smaug 2019-11-14 22:51:21 +00:00
Errors.msg Bug 1552301 - Implement form.requestSubmit(); r=smaug 2019-12-03 10:13:41 +00:00
Exceptions.cpp Bug 1588839 - Part 1 - Add helper to allow structured cloning Error/Exception objects. r=bzbarsky 2019-12-07 18:59:14 +00:00
Exceptions.h Bug 1588839 - Part 1 - Add helper to allow structured cloning Error/Exception objects. r=bzbarsky 2019-12-07 18:59:14 +00:00
FakeString.h Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-11-26 14:35:02 +00:00
GenerateCSS2PropertiesWebIDL.py
IterableIterator.cpp
IterableIterator.h
JSSlots.h
Makefile.in
NonRefcountedDOMObject.h
Nullable.h
PrimitiveConversions.h
ReadableStream.h
Record.h
RemoteObjectProxy.cpp Bug 1582520: Part 3 - Fix RemoteObjectProxy immutable prototype implementation. r=bzbarsky 2019-09-25 17:49:58 +00:00
RemoteObjectProxy.h Bug 1582520: Part 3 - Fix RemoteObjectProxy immutable prototype implementation. r=bzbarsky 2019-09-25 17:49:58 +00:00
RootedDictionary.h
RootedOwningNonNull.h
RootedRefPtr.h
SimpleGlobalObject.cpp Bug 1573844 - Remove external references to js::Jsvalify and js::Valueify r=mccr8 2019-08-14 17:24:59 +00:00
SimpleGlobalObject.h
SpiderMonkeyInterface.h
ToJSValue.cpp
ToJSValue.h Bug 1602882 - Move array operations to a new js/Array.h header. r=sfink,bzbarsky 2019-12-11 06:17:44 +00:00
TypedArray.h
UnionMember.h
WebIDLGlobalNameHash.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
WebIDLGlobalNameHash.h Bug 1586683 - Remove flat strings from JSAPI. r=jwalden,bzbarsky 2019-10-14 09:32:07 +00:00
XrayExpandoClass.h
mach_commands.py
moz.build Backed out 7 changesets (bug 1432856) for build bustages failures in nsWindow.h on a CLOSED TREE 2019-12-16 23:53:35 +02:00
nsIScriptError.idl
nsScriptError.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
nsScriptError.h
nsScriptErrorWithStack.cpp