react-native/Examples/UIExplorer/UIExplorerUnitTests
Nick Lockwood 1076f4a172 Added RCTDataRequestHandler
Summary: public

Added RCTDataRequestHandler, which is responsible for loading data URLs. This moves the logic for data URL handling out of RCTImageDownloader (no longer needed) and into the RCTNetwork library, where it makes more sense.

This also means that it is now possible to load data URLs via XHR, and use them for purposes other than just images.

Reviewed By: javache

Differential Revision: D2540964

fb-gh-sync-id: 4f0418bd6b9186f047cc8297276bb970795af104
2015-10-19 09:07:06 -07:00
..
OCMock [ReactNative] Move unit tests to UIExplorer 2015-06-06 13:38:34 -08:00
Info.plist Increased warning levels to -Wall -Wextra, and fixed Xcode 7 beta issues 2015-06-15 07:52:50 -08:00
LayoutSubviewsOrderingTest.m [ReactNative] Move unit tests to UIExplorer 2015-06-06 13:38:34 -08:00
RCTAllocationTests.m [ReactNative] Increase timeout and re-enable allocation tests 2015-09-01 08:53:47 -08:00
RCTBridgeTests.m Flush queue every 5ms during JS execution 2015-10-19 08:04:24 -07:00
RCTContextExecutorTests.m Use JSStringCreateWithUTF8CString and skip NSString decoding when loading the bundle 2015-10-16 08:11:25 -07:00
RCTConvert_NSURLTests.m Use bundleForClass instead of mainBundle to find resources 2015-09-29 10:36:23 -07:00
RCTConvert_UIFontTests.m Implemented lazy parsing of method signatures to improve TTI 2015-08-11 08:49:13 -08:00
RCTEventDispatcherTests.m Convert alloc/init to new to please linter 2015-08-17 08:46:00 -07:00
RCTGzipTests.m Convert alloc/init to new to please linter 2015-08-17 08:46:00 -07:00
RCTImageLoaderHelpers.h Added RCTDataRequestHandler 2015-10-19 09:07:06 -07:00
RCTImageLoaderHelpers.m Added RCTDataRequestHandler 2015-10-19 09:07:06 -07:00
RCTImageLoaderTests.m Added RCTDataRequestHandler 2015-10-19 09:07:06 -07:00
RCTImageUtilTests.m Fixed image clipping / resizing logic 2015-08-13 08:13:55 -08:00
RCTJSONTests.m Added JSONKit support 2015-07-20 09:52:31 -08:00
RCTMethodArgumentTests.m NSNumber arguments must now be nonnull 2015-07-31 06:57:08 -08:00
RCTModuleMethodTests.m Small perf improvement to RCTPerfStats and RCTBridgeModuleNameForClass 2015-08-25 04:48:39 -08:00
RCTShadowViewTests.m Convert alloc/init to new to please linter 2015-08-17 08:46:00 -07:00
RCTSparseArrayTests.m Convert alloc/init to new to please linter 2015-08-17 08:46:00 -07:00
RCTUIManagerTests.m Ran Convert > To Modern Objective C Syntax 2015-08-25 01:08:49 -08:00
libOCMock.a [ReactNative] Move unit tests to UIExplorer 2015-06-06 13:38:34 -08:00