react-native/Libraries/Components
Hedger Wang 54825b304a [WebView]: Kill `shouldInjectAJAXHandler`, and add `injectedJavascriptIOS`
Summary:
@public

The API and implementation of `shouldInjectAJAXHandler` is very opinionated, and it does not solve many of the use cases that we'd like to address.

Since  `shouldInjectAJAXHandler` is basically juts injecting JS to the web page, we should let developer inject whatever JS that address different issues that they want to fix.

Test Plan:
Test this snippet at <Playground />

```
<WebView
  url="http://www.facebook.com"
  injectedJavascriptIOS="document.body.style.border='solid 10px red'"
/>
```
2015-07-01 18:56:14 -08:00
..
ActivityIndicatorIOS [ActivityIndicator] Specify a width 2015-06-17 07:49:59 -08:00
DatePicker Removed deprecated RCT_EXPORT + code paths 2015-06-05 09:58:25 -08:00
MapView [madman]: Fix MapView crashing problem. 2015-06-25 21:21:08 -08:00
Navigation [NavigatorIOS] Allow translucent on NavigatorIOS 2015-06-26 07:17:54 -08:00
ProgressViewIOS Removed deprecated RCT_EXPORT + code paths 2015-06-05 09:58:25 -08:00
ScrollView Revert "[React Native] Remove layout-only nodes" 2015-06-25 13:30:06 -08:00
SegmentedControlIOS Removed deprecated RCT_EXPORT + code paths 2015-06-05 09:58:25 -08:00
SliderIOS Add minimumTrackTintColor and maximumTrackTintColor to SliderIOS 2015-04-23 05:57:15 -08:00
StatusBar Removed deprecated RCT_EXPORT + code paths 2015-06-05 09:58:25 -08:00
SwitchIOS [ReactNative] use requireNativeComponent to clean up a bunch of boilerplate 2015-04-21 21:06:48 -08:00
TabBarIOS TabBarIOS tintColor 2015-05-26 17:21:36 -08:00
TextInput [react native] JS change to support placeholderTextColor on android 2015-06-25 05:15:21 -08:00
Touchable Restructuring FBReactKit project: Part 2 2015-06-28 11:49:41 -08:00
UnimplementedViews [ReactNative] introduce requireNativeComponent 2015-04-16 17:12:12 -08:00
View Revert "[React Native] Remove layout-only nodes" 2015-06-25 13:30:06 -08:00
WebView [WebView]: Kill `shouldInjectAJAXHandler`, and add `injectedJavascriptIOS` 2015-07-01 18:56:14 -08:00
ScrollResponder.js [ReactNative] clean lint for Libraries/Components 2015-05-18 15:54:07 -08:00
StaticRenderer.js [Haste] @provides -> @providesModule StaticRenderer 2015-05-14 08:42:13 -08:00
Subscribable.js [ReactNative] clean lint for Libraries/Components 2015-05-18 15:54:07 -08:00