react-native/Libraries
James Ide 0fe1c7a9ff Fix symbolication failure caused by attempt to modify frozen frame
Summary:
This change makes so that processing stack trace before sending it to packager (see 7dbc805)
doesn't modify original frames but creates a copies instead.

This is required because after some changes that also have been landed in 0.35, frames that arrive to
'symbolicateStackTrace' are already frozen, so changing 'file' property of the original frame causes
symbolication to fail.
Closes https://github.com/facebook/react-native/pull/10655

Differential Revision: D4110273

fbshipit-source-id: 0302694b520d83a79c3cb67903038b3f494315f2
2016-11-01 02:58:41 -07:00
..
ART Update React Native minimum OS version to iOS8 2016-09-01 19:43:47 -07:00
ActionSheetIOS ActionSheetIOS - Pass URL, not file contents to UIActivityViewController for file URLs. 2016-09-06 04:43:36 -07:00
AdSupport Update React Native minimum OS version to iOS8 2016-09-01 19:43:47 -07:00
Alert fix typo in Alert.js 2016-10-14 08:13:55 -07:00
Animated Fix initial value of native Animated.Value 2016-10-31 20:43:44 -07:00
AppState Remove deprecated APIs and modules 2016-10-11 07:43:52 -07:00
BatchedBridge Reorganize core JS files 2016-10-11 10:14:28 -07:00
BugReporting Unrevert D3518381 2016-07-06 12:58:41 -07:00
CameraRoll Update file for Markdown link syntax 2016-10-16 15:28:42 -07:00
Components Reverted commit D4099819 2016-10-29 13:59:02 -07:00
Core Fix symbolication failure caused by attempt to modify frozen frame 2016-11-01 02:58:41 -07:00
CustomComponents Navigator - Fix wrong scene transformation after pop 2016-10-26 00:13:35 -07:00
DebugComponentHierarchy Move React Core Integration to a Dependency 2016-04-21 09:28:23 -07:00
EventEmitter Cleanup: Remove `@typechecks` 2016-10-12 19:28:42 -07:00
Experimental fix FlowFixMe in SwipeableQuickActionButton 2016-10-24 09:58:53 -07:00
Geolocation RCTLocationObserver: Fix reporting of timeout error 2016-09-21 14:28:43 -07:00
Image Moving the jest configuration from jest-react-native to react native. 2016-10-17 08:44:05 -07:00
Inspector Clean unused import modules. 2016-10-16 11:13:40 -07:00
Interaction Documentation fix: dx vs. x0 2016-10-11 08:13:39 -07:00
LayoutAnimation RN: Stop Deep Linking `ReactPropTypes` 2016-10-14 18:59:10 -07:00
Linking Auto-fix lint errors 2016-08-09 06:43:46 -07:00
LinkingIOS Remove deprecated APIs and modules 2016-10-11 07:43:52 -07:00
Modal Reverted commit D4027388 2016-10-16 04:13:42 -07:00
NativeAnimation Support static values in NativeAnimated transforms on iOS 2016-10-31 21:13:41 -07:00
NavigationExperimental Reverted commit D4027388 2016-10-16 04:13:42 -07:00
Network Fix for Unicode decoding issue when using incremental networking. 2016-10-31 13:13:38 -07:00
Performance Reorganize core JS files 2016-10-11 10:14:28 -07:00
PermissionsAndroid Docs fix: remove confusing typo 2016-09-19 14:46:12 -07:00
PushNotificationIOS added semicolon which broke in #8040 2016-10-27 03:13:43 -07:00
RCTTest Travis CI reliability fixes: preload package manager and increase tim… 2016-10-16 15:43:44 -07:00
ReactNative Cleanup and simplify view config generation 2016-10-27 06:58:52 -07:00
Sample Update React Native minimum OS version to iOS8 2016-09-01 19:43:47 -07:00
Settings Apple TV support 2: Xcode projects and CI (scripts/objc-test.sh) 2016-10-05 07:28:44 -07:00
Share Add Share module 2016-07-25 03:43:29 -07:00
Storage Auto-fix lint errors 2016-08-09 06:43:46 -07:00
StyleSheet RN: Stop Deep Linking `ReactPropTypes` 2016-10-14 18:59:10 -07:00
Text BREAKING - Make first parameter of measure and print functions CSSNodeRef instead of just context 2016-10-27 10:58:42 -07:00
Utilities Move Platform constants to RCTPlatform 2016-10-27 04:29:00 -07:00
Vibration Update React Native minimum OS version to iOS8 2016-09-01 19:43:47 -07:00
WebSocket ios:websocket:exectuor : Grab port from Bundle URL 2016-10-12 08:43:37 -07:00
react-native RN: Require {react/lib/ => }ReactNative 2016-10-14 18:59:10 -07:00
vendor Cleanup clear/set/throwImmediate 2016-08-12 07:28:38 -07:00
Promise.js Make onUnhandled safe for undefined errors 2016-08-02 07:58:28 -07:00
promiseRejectionIsError.js