react-native-macos/ReactCommon/fabric/mounting
Valentin Shergin 27b672993d Fabric: Unification of ShadowView's default constructor
Summary:
The previous version of a set of default values of `ShadowView`'s fields has a bug:
```
  ComponentName componentName = "";
```

Initalizing `char const *` with a string literal in .h file makes the default constructor of the object produces different values across binary units (because a pointer to empty string can be defined differently). Now it's just a null pointer.

Reviewed By: sammy-SC

Differential Revision: D15911452

fbshipit-source-id: 16bcfb5f78ea802c0833135c486e3fbb8b7acaa6
2019-06-23 21:33:18 -07:00
..
stubs Fabric: Introspection (self testing in debug mode) in ShadowTree 2019-04-01 10:50:50 -07:00
tests Introducing `fabric/mounting` module 2018-11-27 18:34:14 -08:00
BUCK Fabric: Enable CXX (aka Default) platfrom fravour for all C++ Fabric targets 2019-06-04 15:34:34 -07:00
Differentiator.cpp Fabric: Additional static asserts in Differentiator 2019-06-23 21:33:18 -07:00
Differentiator.h Fabric: Code style changes in Differentiator 2019-05-03 12:36:29 -07:00
MountingCoordinator.cpp Fabric: MountingCoordinator - the new way to ensure ordering of mount transaction 2019-05-03 15:11:35 -07:00
MountingCoordinator.h Fabric: Disabling RN_SHADOW_TREE_INTROSPECTION 2019-06-19 18:07:11 -07:00
MountingTelemetry.cpp Fix layoutTime calculation 2019-06-07 17:20:26 -07:00
MountingTelemetry.h Fabric: MountingTelemetry and refinments in TimeUtils 2019-05-03 15:11:34 -07:00
MountingTransaction.cpp Fabric: MountingCoordinator - the new way to ensure ordering of mount transaction 2019-05-03 15:11:35 -07:00
MountingTransaction.h Fabric: MountingCoordinator - the new way to ensure ordering of mount transaction 2019-05-03 15:11:35 -07:00
ShadowTree.cpp Fabric: MountingCoordinator - the new way to ensure ordering of mount transaction 2019-05-03 15:11:35 -07:00
ShadowTree.h Fabric: MountingCoordinator - the new way to ensure ordering of mount transaction 2019-05-03 15:11:35 -07:00
ShadowTreeDelegate.h Fabric: MountingCoordinator - the new way to ensure ordering of mount transaction 2019-05-03 15:11:35 -07:00
ShadowTreeRegistry.cpp Fabric `ShadowTree` (and co) was moved to `mounting` module 2019-04-01 10:50:50 -07:00
ShadowTreeRegistry.h Fabric `ShadowTree` (and co) was moved to `mounting` module 2019-04-01 10:50:50 -07:00
ShadowTreeRevision.cpp Fabric: MountingCoordinator - the new way to ensure ordering of mount transaction 2019-05-03 15:11:35 -07:00
ShadowTreeRevision.h Fabric: MountingCoordinator - the new way to ensure ordering of mount transaction 2019-05-03 15:11:35 -07:00
ShadowView.cpp Fabric: `getDebugDescription` for `ShadowView` and `ShadowViewMutation` 2019-04-04 12:38:22 -07:00
ShadowView.h Fabric: Unification of ShadowView's default constructor 2019-06-23 21:33:18 -07:00
ShadowViewMutation.cpp Fabric: `getDebugDescription` for `ShadowView` and `ShadowViewMutation` 2019-04-04 12:38:22 -07:00
ShadowViewMutation.h Fabric: Code style changes in Differentiator 2019-05-03 12:36:29 -07:00