react-native-macos/ReactCommon/fabric
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
..
attributedstring Fix parsing of textAlign props in C++ 2019-07-15 18:33:26 -07:00
components Check for type before force conversion 2019-09-19 10:25:51 -07:00
core Fabric: Making subprops of `EmptyLayoutMetrics` also empty/invalid 2019-09-11 18:29:22 -07:00
debug Fix typos (#25770) 2019-07-23 03:23:11 -07:00
graphics Remove cxx from iOS project (#25392) 2019-09-10 13:40:42 -07:00
imagemanager Fabric: Enforcing const-correctness around ImageResponseObserverCoordinator 2019-09-23 15:59:45 -07:00
mapbuffer Fix typos (#25770) 2019-07-23 03:23:11 -07:00
mounting Fabric: Stop commiting an empty tree in ShadowTree destructor 2019-09-09 20:26:25 -07:00
textlayoutmanager Use YOGA_CXX_TARGET alias for Buck deps 2019-06-26 11:19:34 -07:00
uimanager Fabric: Stop commiting an empty tree in ShadowTree destructor 2019-09-09 20:26:25 -07:00