| Commit message (Expand) | Author | Age | Files | Lines |
* | Support sending Web Uri | Selim Gurun | 2015-07-30 | 1 | -0/+2 |
* | Provide an accessibility tree snapshot | Selim Gurun | 2015-07-30 | 1 | -1/+1 |
* | Invoke the geolocation callback only if there is pending request. | Tao Bai | 2015-07-27 | 1 | -0/+8 |
* | aw: Fix SetExtraRequestHeaderByName DCHECK | Mikhail Naganov | 2015-07-15 | 1 | -1/+2 |
* | [Android WebView] Pass 'Referer' header to shouldInterceptRequest | mnaganov | 2015-07-10 | 2 | -0/+33 |
* | [Android WebViewShell] Add new intent listener to send memory pressure signal. | timvolodine | 2015-07-10 | 2 | -0/+59 |
* | Check user gesture before firing an intent in WebView | mnaganov | 2015-07-09 | 11 | -19/+98 |
* | Rebaseline global-interface-listing-expected.txt | timvolodine | 2015-07-09 | 1 | -9/+10 |
* | Don't put every <img> in the page in a WebVector in AwRenderViewExt::OnDocume... | esprehn | 2015-07-08 | 1 | -6/+5 |
* | Revert "SuppressLint dispatchMediaKeyEvent" | paulmiller | 2015-07-08 | 3 | -1/+2 |
* | Don't autofill credit cards on non-secure pages | sigbjorn | 2015-07-08 | 2 | -0/+19 |
* | Adjust the text size using page scale information | sgurun | 2015-07-08 | 1 | -1/+4 |
* | Fix Problems found by Errorprone | raywilliams | 2015-07-07 | 9 | -16/+32 |
* | [Android WebView] Add test for setUserAgentString behaviour | mnaganov | 2015-07-07 | 1 | -0/+39 |
* | Update WebView proguard configuration. | torne | 2015-07-07 | 1 | -65/+50 |
* | Plumb a way to pass version info to Java | sgurun | 2015-07-07 | 2 | -0/+11 |
* | Rebaseline global-interface-listing-expected.txt | timvolodine | 2015-07-06 | 1 | -0/+9 |
* | android_webview: Replace usage of GetActiveEntry by GetLastCommittedEntry. | tfarina | 2015-07-03 | 3 | -13/+14 |
* | Rebaseline global-interface-listing-expected.txt | timvolodine | 2015-07-03 | 1 | -4/+4 |
* | Replace base::string16 with std::string for frame names. | nasko | 2015-07-02 | 2 | -2/+2 |
* | Rebaseline global-interface-listing-expected.txt | timvolodine | 2015-07-02 | 1 | -520/+0 |
* | [android] Remove unpack library fallback. | rmcilroy | 2015-07-02 | 2 | -3/+3 |
* | Enable web store APIs | sgurun | 2015-07-01 | 1 | -0/+9 |
* | [Android WebViewShell] Make WebViewLayoutTest runnable with test_runner.py | timvolodine | 2015-07-01 | 3 | -16/+86 |
* | Remove benm@ from OWNERS | mnaganov | 2015-06-30 | 1 | -1/+0 |
* | Do not query AX tree if there is no navigation yet | sgurun | 2015-06-30 | 3 | -3/+26 |
* | aw: Make is_layer match offscreen_pre_raster | boliu | 2015-06-29 | 7 | -33/+28 |
* | aw: Use setLayoutParams instead of OnLayoutChangeListener | boliu | 2015-06-29 | 3 | -17/+15 |
* | Convert some base/prefs/ methods to scoped_ptr instead of bare ptr | estade | 2015-06-26 | 2 | -6/+6 |
* | Handle passing null object to WebBackForwardListChromium constructor | gsennton | 2015-06-26 | 1 | -1/+6 |
* | [Android WebViewShell] Add support for running (some) blink layout tests in W... | timvolodine | 2015-06-26 | 10 | -0/+6748 |
* | Never look for locale pak files on disk when they are stored within the apk | agrieve | 2015-06-25 | 1 | -0/+1 |
* | Convert Android WebView to store locale .pak files as res/raw resources | agrieve | 2015-06-25 | 7 | -67/+29 |
* | Do not require explicit initialization of ResourceExtractor | agrieve | 2015-06-24 | 2 | -12/+0 |
* | Implement self-contained gpu data collection on Android | tobiasjs | 2015-06-24 | 1 | -0/+3 |
* | Remove all the imports only needed for jni generator. | aurimas | 2015-06-24 | 1 | -2/+0 |
* | Add more string_util functions to base namespace. | brettw | 2015-06-24 | 2 | -8/+9 |
* | Add a flag showing whether the current request was ignored by a handler | gsennton | 2015-06-24 | 1 | -2/+2 |
* | Remove NetworkDelegate::OnCanThrottleRequest | xunjieli | 2015-06-24 | 2 | -6/+0 |
* | Replace some Tokenize calls with SplitString. | brettw | 2015-06-24 | 1 | -2/+4 |
* | Make it possible to synthesize a viewport scroll | hush | 2015-06-23 | 1 | -1/+1 |
* | Add MIDI SYSEX permission request to WebView | michaelbai | 2015-06-23 | 8 | -3/+50 |
* | Use scoped_ptr for NavigationEntries. | avi | 2015-06-23 | 1 | -1/+1 |
* | Revert of Implement self-contained gpu data collection on Android (patchset #... | erikwright | 2015-06-23 | 1 | -3/+0 |
* | Implement self-contained gpu data collection on Android | tobiasjs | 2015-06-23 | 1 | -0/+3 |
* | Revert "Revert "Android: Store language .pak files in res/raw rather than ass... | agrieve | 2015-06-22 | 2 | -3/+2 |
* | [Android WebView] Convert some more callbacks into embedder to be async | mnaganov | 2015-06-22 | 4 | -36/+116 |
* | Revert "Android: Store language .pak files in res/raw rather than assets" | qinmin | 2015-06-20 | 2 | -2/+3 |
* | Add support for client referrer and headers to Custom Tabs | ianwen | 2015-06-19 | 1 | -1/+2 |
* | Make lint fail builds. | aurimas | 2015-06-19 | 3 | -8/+3 |