react-native/ReactCommon/fabric/uimanager
Valentin Shergin 9395485822 Fabric: ContextContainer is now able to store any copyable values
Summary:
@public
Previously, ContextContainer could store only `shared_ptr`s, but now it wraps all values in own `shared_ptr` container.
I wish we can use `unique_ptr` here, but apparently we cannot because `unique_ptr` does not support type-erasure (`std::unique_ptr<void>` is illigal).
Becasue ContextContainer is not supposed to be used in hot paths, the performance aspect of that does not actually matter.

Reviewed By: mdvacca

Differential Revision: D8853446

fbshipit-source-id: e5d0a5595fe44c59f1395d6ffccf9d3fed923c83
2018-07-17 22:53:57 -07:00
..
tests iOS: added placeholder test setup for fabric graphics/uimanager/view targets 2018-03-23 22:22:20 -07:00
BUCK Fabric: Events related classes were moved to separate buck target 2018-07-17 22:53:57 -07:00
ComponentDescriptorFactory.h Fabric: Events related classes were moved to separate buck target 2018-07-17 22:53:57 -07:00
ComponentDescriptorRegistry.cpp Migrate Android sources to MIT license header 2018-05-31 15:37:30 -07:00
ComponentDescriptorRegistry.h Migrate Android sources to MIT license header 2018-05-31 15:37:30 -07:00
ContextContainer.h Fabric: ContextContainer is now able to store any copyable values 2018-07-17 22:53:57 -07:00
Differentiator.cpp Fabric: The diffing algorithm does not use source nodes anymore 2018-07-06 14:49:07 -07:00
Differentiator.h Migrate Android sources to MIT license header 2018-05-31 15:37:30 -07:00
FabricUIManager.cpp Fabric: `view` module was moved to `components` subdirectory 2018-07-15 16:52:26 -07:00
FabricUIManager.h Remove instanceHandle, pass event target instead + add dispatchToEmptyTarget 2018-06-29 15:32:27 -07:00
Scheduler.cpp Fabric: <Root> component was decoupled from <View> 2018-07-15 16:52:26 -07:00
Scheduler.h Fabric: <Root> component was decoupled from <View> 2018-07-15 16:52:26 -07:00
SchedulerDelegate.h Migrate Android sources to MIT license header 2018-05-31 15:37:30 -07:00
SchedulerEventDispatcher.cpp Remove instanceHandle, pass event target instead + add dispatchToEmptyTarget 2018-06-29 15:32:27 -07:00
SchedulerEventDispatcher.h Fabric: Events related classes were moved to separate buck target 2018-07-17 22:53:57 -07:00
ShadowTree.cpp Fabric: Removed last two plactical usages of `ShadowNode::sourceNode_` 2018-07-15 16:52:25 -07:00
ShadowTree.h Fabric: <Root> component was decoupled from <View> 2018-07-15 16:52:26 -07:00
ShadowTreeDelegate.h Migrate Android sources to MIT license header 2018-05-31 15:37:30 -07:00
TreeMutationInstruction.cpp Fabric: Improved prettyprinting of TreeMutationInstruction 2018-07-06 14:49:06 -07:00
TreeMutationInstruction.h Fabric: Improved prettyprinting of TreeMutationInstruction 2018-07-06 14:49:06 -07:00
UIManagerDelegate.h Fabric: Introducing UIManagerDelegate 2018-04-10 12:59:51 -07:00