react-native-macos/ReactCommon
Valentin Shergin 3bc09892c0 Fabric: Enforcing const-correctness around ImageResponseObserverCoordinator
Summary:
`addObserver` and `removeObserver` now accepts const references instead of pointers which indicates the intent (non-nullability and non-owning) clearly. The delegate methods are also marked as `const` to designate the possible concurrent execution (`const` means "thread-safe" here).

All changes are pure syntactical, nothing really changes (besides the fact overall code quality and redability).

Reviewed By: JoshuaGross

Differential Revision: D17535395

fbshipit-source-id: b0c6c872d44fee22e38fd067ccd3320e7231c94a
2019-09-23 15:59:45 -07:00
..
better Fabric: Enable CXX (aka Default) platfrom fravour for all C++ Fabric targets 2019-06-04 15:34:34 -07:00
callinvoker Introduce MessageQueueThreadCallInvoker 2019-09-20 10:52:56 -07:00
config Fabric: Enable CXX (aka Default) platfrom fravour for all C++ Fabric targets 2019-06-04 15:34:34 -07:00
cxxreact fixing ATOMIC_VAR_INIT call (#26238) 2019-09-09 07:55:25 -07:00
fabric Fabric: Enforcing const-correctness around ImageResponseObserverCoordinator 2019-09-23 15:59:45 -07:00
hermes/inspector Fix compile error for native debug build (#26248) 2019-09-03 18:27:55 -07:00
jsi Fix build break in MSVC (#26462) 2019-09-17 09:17:44 -07:00
jsiexecutor Remove 's.static_framework = true' requirement for podspec (#25816) 2019-07-25 11:46:43 -07:00
jsinspector Remove 's.static_framework = true' requirement for podspec (#25816) 2019-07-25 11:46:43 -07:00
microprofiler Upgrade mobile BUCK and .bzl files to use C++14 2019-03-16 02:25:33 -07:00
turbomodule Implement async method dispatch 2019-09-20 10:52:58 -07:00
utils Fabric: Fixing "No suitable image loader" redbox on hot-reload 2019-09-03 16:49:54 -07:00
yoga Fixing Yoga imports and includes on case-sensitive machines (#26416) 2019-09-17 09:54:59 -07:00
React-Fabric.podspec Add some missing dependencies to the fabric podspec (#26197) 2019-09-12 04:17:25 -07:00
ReactCommon.podspec Rename JSCallInvoker{,Holder} to CallInvoker{,Holder} 2019-09-20 10:52:56 -07:00