react-native/Libraries/WebSocket
Tadeu Zagallo efd386eba2 [ReactNative] Fix timers for debugger executors
Summary:
@public

`-[RCTJavaScriptExecutor executeBlockOnJavaScriptQueue:]` would always `dispatch_async`
for the WebView and WebSocket executors, what caused for any frame aligned dispatch.

Test Plan:
Test the `Timers, TimerMixin` example on UIExplorer, `requestAnimationFrame` was
taking ~33.3ms when debugging, now takes ~16.6ms as expected.
2015-06-12 16:59:19 -08:00
..
RCTWebSocket.xcodeproj Fixed RCTWebSocket and chrome debugging in OSS 2015-05-15 11:37:07 -08:00
RCTSRWebSocket.h WebSocket polyfill 2015-05-14 09:37:02 -08:00
RCTSRWebSocket.m WebSocket polyfill 2015-05-14 09:37:02 -08:00
RCTWebSocketExecutor.h WebSocket polyfill 2015-05-14 09:37:02 -08:00
RCTWebSocketExecutor.m [ReactNative] Fix timers for debugger executors 2015-06-12 16:59:19 -08:00
RCTWebSocketManager.h WebSocket polyfill 2015-05-14 09:37:02 -08:00
RCTWebSocketManager.m [ReactNative] Use RCTNullIfNill and (id)kCFNull 2015-06-12 11:03:10 -08:00
WebSocket.android.js WebSocket polyfill 2015-05-14 09:37:02 -08:00
WebSocket.ios.js WebSocket polyfill 2015-05-14 09:37:02 -08:00
WebSocketBase.js WebSocket polyfill 2015-05-14 09:37:02 -08:00