react-native/React/Base
James Ide af61b13b9e [RootView] Fix positioning of the root view content (frame -> bounds)
Summary:
The root view's content was being rendered at the wrong offset when it was not positioned at (0, 0) exactly, because the shadow view's frame was set to the root view's frame when it should have been set to the root view's bounds instead.

Closes https://github.com/facebook/react-native/pull/963
Github Author: James Ide <ide@jameside.com>

Test Plan:  Render a root view positioned at (0, 100) and see that its content is positioned where the root view is, not at (0, 200).
2015-04-22 16:21:49 -08:00
..
RCTAssert.h Added RCT_DEBUG 2015-04-21 05:24:10 -08:00
RCTAssert.m Cleanup 2015-04-11 14:19:49 -08:00
RCTBridge.h [FBRhinos] add sms cmd for device configuration 2015-04-22 16:10:40 -08:00
RCTBridge.m Fixed broken struct arguments 2015-04-22 13:25:53 -08:00
RCTBridgeModule.h Changed default method queue to a background queue. 2015-04-20 12:02:04 -08:00
RCTCache.h [ReactNative] s/ReactKit/React/g 2015-03-26 02:42:24 -08:00
RCTCache.m [ReactNative] s/ReactKit/React/g 2015-03-26 02:42:24 -08:00
RCTConvert.h Fixed broken font weight on iPhone 5 2015-04-21 14:45:12 -08:00
RCTConvert.m Removed debug code from release builds 2015-04-21 09:47:21 -08:00
RCTDefines.h Added RCT_DEBUG 2015-04-21 05:24:10 -08:00
RCTDevMenu.h Improved logging and dev menu 2015-04-19 12:56:22 -08:00
RCTDevMenu.m [ReactNative] Better profiling API + Fix overlaping events 2015-04-20 04:57:28 -08:00
RCTEventDispatcher.h [ReactNative] s/ReactKit/React/g 2015-03-26 02:42:24 -08:00
RCTEventDispatcher.m [Scroll] Include content insets in scroll events 2015-04-09 08:45:58 -08:00
RCTFrameUpdate.h [ReactNative] Use a single DisplayLink held by the bridge 2015-04-15 07:07:48 -08:00
RCTInvalidating.h [React Kit] Remove embarrassing TODOs 2015-03-26 10:33:05 -08:00
RCTJavaScriptExecutor.h [ReactNative] Move VSync bound events to JS thread 2015-04-22 07:01:48 -08:00
RCTJavaScriptLoader.h Improved logging and dev menu 2015-04-19 12:56:22 -08:00
RCTJavaScriptLoader.m [FBRhinos] add sms cmd for device configuration 2015-04-22 16:10:40 -08:00
RCTKeyCommands.h [ReactNative] s/ReactKit/React/g 2015-03-26 02:42:24 -08:00
RCTKeyCommands.m Cleanup 2015-04-11 14:19:49 -08:00
RCTLog.h Removed debug code from release builds 2015-04-21 09:47:21 -08:00
RCTLog.m Removed debug code from release builds 2015-04-21 09:47:21 -08:00
RCTProfile.h Added RCT_DEBUG 2015-04-21 05:24:10 -08:00
RCTProfile.m [ReactNative] Move VSync bound events to JS thread 2015-04-22 07:01:48 -08:00
RCTRedBox.h Removed debug code from release builds 2015-04-21 09:47:21 -08:00
RCTRedBox.m Removed debug code from release builds 2015-04-21 09:47:21 -08:00
RCTRootView.h Improved logging and dev menu 2015-04-19 12:56:22 -08:00
RCTRootView.m [RootView] Fix positioning of the root view content (frame -> bounds) 2015-04-22 16:21:49 -08:00
RCTSparseArray.h [ReactNative] s/ReactKit/React/g 2015-03-26 02:42:24 -08:00
RCTSparseArray.m [ReactNative] s/ReactKit/React/g 2015-03-26 02:42:24 -08:00
RCTTouchHandler.h [ReactNative] Send batched calls from objc to js every frame + add bridge profiling 2015-04-17 04:01:02 -08:00
RCTTouchHandler.m [ReactNative] Send batched calls from objc to js every frame + add bridge profiling 2015-04-17 04:01:02 -08:00
RCTUtils.h Added RCT_DEBUG 2015-04-21 05:24:10 -08:00
RCTUtils.m Added non-class-scanning-based approach fror registering js methods 2015-04-08 05:45:20 -08:00