react-native/Libraries/Inspector
Siqi Liu 1e8b83d2e6 Add unique ids to the intercepted XHR objects to make the tracking correctly across inspector restarts.
Summary: In previous `XHRInterceptor`, it sometimes crashes when restarting the network inspector because the id of the XHR objects are not unique all time. Fix this in diff by adding a global id "generator" for all intercepted xhr objects in order to make it safe across inspector restarts.

Reviewed By: davidaurelio

Differential Revision: D3641624

fbshipit-source-id: f9a1589f278023243aa182d3da93ce69c985587c
2016-08-02 08:28:39 -07:00
..
BorderBox.js [ReactNative] refactor the inspector 2015-06-11 13:49:54 -08:00
BoxInspector.js [ReactNative] refactor the inspector 2015-06-11 13:49:54 -08:00
ElementBox.js [ReactNative] refactor the inspector 2015-06-11 13:49:54 -08:00
ElementProperties.js Convert from React.createClass to ES6 classes 2016-07-26 01:13:31 -07:00
Inspector.js Intercept XMLHttpRequest network operations and gather their information in inspector tool 2016-07-27 12:28:32 -07:00
InspectorOverlay.js Convert from React.createClass to ES6 classes 2016-07-26 01:13:31 -07:00
InspectorPanel.js Intercept XMLHttpRequest network operations and gather their information in inspector tool 2016-07-27 12:28:32 -07:00
InspectorUtils.js Remove `node_modules/react` from the list of discoverable haste modules 2016-07-05 06:44:33 -07:00
NetworkOverlay.js Add unique ids to the intercepted XHR objects to make the tracking correctly across inspector restarts. 2016-08-02 08:28:39 -07:00
PerformanceOverlay.js Convert from React.createClass to ES6 classes 2016-07-26 01:13:31 -07:00
StyleInspector.js Fix warnings of StyleInspector 2016-02-10 08:40:39 -08:00
resolveBoxStyle.js [ReactNative] refactor the inspector 2015-06-11 13:49:54 -08:00