react-native/Libraries/Inspector
Siqi Liu b5abb87a6f Fix the potential bug for network inspector when receiving xhr objects without an "_index" property
Summary: It sometimes happens that there are already some existing `XMLHttpRequest` objects before we turn on the network inspector. So it is a must to check whether a `XMLHttpRequest` object has a property `_index` to determine if it should be tracked.

Reviewed By: davidaurelio

Differential Revision: D3635184

fbshipit-source-id: a5552d7244c994b0fe782ac35baae39ec7488494
2016-07-28 14:13:46 -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 Fix the potential bug for network inspector when receiving xhr objects without an "_index" property 2016-07-28 14:13:46 -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