react-native/React/Base
Pieter De Baets 261f9434e5 Avoid dispatch_async in RCTRootView when bridge has already started
Summary:
There's no good reason for initialProperties to be mutable after the RCTRootView has been created. Passing it in through the constructor means we can skip one dispatch_async.
2015-08-17 05:34:25 -07:00
..
RCTAssert.h Fix RCTAssert logic 2015-08-07 06:11:49 -08:00
RCTAssert.m Fix RCTAssert logic 2015-08-07 06:11:49 -08:00
RCTBatchedBridge.m Remove isValid from RCTInvalidating 2015-08-14 01:57:18 -08:00
RCTBridge.h Remove isValid from RCTInvalidating 2015-08-14 01:57:18 -08:00
RCTBridge.m Remove isValid from RCTInvalidating 2015-08-14 01:57:18 -08:00
RCTBridgeDelegate.h [ReactNative] Add RCTBridgeDelegate 2015-07-28 15:57:02 -08:00
RCTBridgeModule.h Refactor RCTUIManager 2015-08-06 15:49:35 -08:00
RCTCache.h Improved RCTCache performance + fixed border color crash 2015-07-14 04:56:25 -08:00
RCTCache.m Improved RCTCache performance + fixed border color crash 2015-07-14 04:56:25 -08:00
RCTConvert.h Removed unnecessary overhead in RCTConvert functions 2015-08-13 04:08:17 -08:00
RCTConvert.m Add HSL/HSLA support 2015-08-14 04:48:20 -08:00
RCTDefines.h
RCTEventDispatcher.h Simplified event registration 2015-08-11 06:41:04 -08:00
RCTEventDispatcher.m Simplified event registration 2015-08-11 06:41:04 -08:00
RCTFPSGraph.h
RCTFPSGraph.m
RCTFrameUpdate.h
RCTFrameUpdate.m
RCTInvalidating.h Remove isValid from RCTInvalidating 2015-08-14 01:57:18 -08:00
RCTJSMethodRegistrar.h
RCTJavaScriptExecutor.h Remove isValid from RCTInvalidating 2015-08-14 01:57:18 -08:00
RCTJavaScriptLoader.h [ReactNative] Add RCTBridgeDelegate 2015-07-28 15:57:02 -08:00
RCTJavaScriptLoader.m [ReactNative] Add RCTBridgeDelegate 2015-07-28 15:57:02 -08:00
RCTKeyCommands.h
RCTKeyCommands.m
RCTLog.h Added support for method argument nullability 2015-07-29 05:50:27 -08:00
RCTLog.m Fixed log prefixes to provide more context for prop binding errors 2015-08-14 08:01:34 -08:00
RCTModuleData.h Reverted to pre-init of queues to fix UIExplorer tests. 2015-08-08 01:47:43 -08:00
RCTModuleData.m Implemented lazy parsing of method signatures to improve TTI 2015-08-11 08:49:13 -08:00
RCTModuleMap.h Unregistered modules will now only error when called, not on bridge init 2015-07-27 08:58:47 -08:00
RCTModuleMap.m Unregistered modules will now only error when called, not on bridge init 2015-07-27 08:58:47 -08:00
RCTModuleMethod.h Implemented lazy parsing of method signatures to improve TTI 2015-08-11 08:49:13 -08:00
RCTModuleMethod.m Fixed fuzzer app and ensured that React does not crash when fuzzed 2015-08-12 06:14:36 -08:00
RCTPerfStats.h
RCTPerfStats.m
RCTPerformanceLogger.h
RCTPerformanceLogger.m [ReactNative] Log with `RCTPerformanceLogger` only once per bridge instance 2015-07-09 07:35:16 -08:00
RCTProfile.h [ReactNative] Fix crash when reload during profile (attempt #2) 2015-07-22 11:02:32 -08:00
RCTProfile.m [ReactNative] Fix cast warning in RCTProfile 2015-08-11 06:49:39 -08:00
RCTRedBox.h [ReactNative] Add JS errors handling to iOS 2015-07-14 16:24:06 -08:00
RCTRedBox.m Fixed perf issue due to use of regex in +[RCTConvert NSURL:] 2015-08-10 07:13:36 -08:00
RCTRootView.h Avoid dispatch_async in RCTRootView when bridge has already started 2015-08-17 05:34:25 -07:00
RCTRootView.m Avoid dispatch_async in RCTRootView when bridge has already started 2015-08-17 05:34:25 -07:00
RCTSparseArray.h
RCTSparseArray.m
RCTTouchHandler.h
RCTTouchHandler.m Simplified event registration 2015-08-11 06:41:04 -08:00
RCTURLRequestDelegate.h Refactored networking logic out into RCTDownloadTask 2015-07-23 04:00:31 -08:00
RCTURLRequestHandler.h
RCTUtils.h Added JSONKit support 2015-07-20 09:52:31 -08:00
RCTUtils.m Fix gzip on iOS 9 2015-07-27 01:18:40 -08:00