react-native-macos/Libraries/ReactNative
Sivaram Prasad Pulla c9ee902485 Adding support to cancel a headless task (#20416)
Summary:
On UWP, when the app is executing a Background task, the OS can request it to cancel the task (for various reasons). If the app does not cancel its background task quickly, the OS might terminate the app.
This change adds support to cancel the headless task which can be used by native code to forward the cancellation request from the OS to the JS code.
Pull Request resolved: https://github.com/facebook/react-native/pull/20416

Differential Revision: D10052080

Pulled By: cpojer

fbshipit-source-id: 2c0322ebb45f7835739f68bdf82a7100d968c516
2019-02-15 08:28:12 -08:00
..
AppContainer.js Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
AppRegistry.js Adding support to cancel a headless task (#20416) 2019-02-15 08:28:12 -08:00
FabricUIManager.js Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
I18nManager.js Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
ReactFabricIndicator.js Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
ReactFabricInternals.js Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
UIManager.js Use `invariant` instead of `fbjs/lib/invariant` 2018-12-03 00:07:02 -08:00
UIManagerProperties.js `Removing UIManager.measureViewsInRect()` 2018-11-08 22:22:46 -08:00
UIManagerStatTracker.js Upgrade to Flow v0.88.0 2018-12-11 20:01:00 -08:00
getNativeComponentAttributes.js Use `invariant` instead of `fbjs/lib/invariant` 2018-12-03 00:07:02 -08:00
queryLayoutByID.js Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
renderApplication.js Add more init perf markers 2019-02-11 16:50:40 -08:00
requireNativeComponent.js Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
takeSnapshot.js Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00