summaryrefslogtreecommitdiffstats
path: root/android_webview
Commit message (Expand)AuthorAgeFilesLines
* Disable tap suppression logic for WebViewjdduke2015-08-063-0/+9
* [Android WebView] Put error page files into WebView resourcesmnaganov2015-08-0513-124/+94
* Implement HttpUserAgentSettings delegate for Android WebViewtserng2015-08-0517-6/+289
* The scheme granting code seems to become redundant, even formnaganov2015-08-056-24/+5
* Deny the geolocation permission request by default.michaelbai2015-08-044-47/+144
* [Android] Move @CommandLineFlag setup to BaseInstrumentationTestRunner.jbudorick2015-07-311-2/+2
* [Android WebViewShell] Add inclusion test for webview exposed stable interfaces.timvolodine2015-07-313-0/+41
* [Android WebView] Move browser-side initialization out from Applicationmnaganov2015-07-303-27/+35
* Move JNI annotations to annotations package.aurimas2015-07-3023-41/+41
* Rebaseline global-interface-listing-expected.txttimvolodine2015-07-301-0/+131
* aw: Use ipc command buffer by defaultboliu2015-07-301-0/+2
* [Android WebViewShell] Add test for interfaces not exposed in webview using a...timvolodine2015-07-293-0/+84
* Rebaseline global-interface-listing-expected.txttimvolodine2015-07-291-2/+0
* Make use of '// static' consistent.ajose2015-07-282-2/+2
* Rebaseline global-interface-listing-expected.txttimvolodine2015-07-281-1/+0
* Support sending Web Urisgurun2015-07-281-0/+1
* Make UTF16ToASCII and UTF16TOUTF8 take a StringPiecebrettw2015-07-242-4/+4
* Upstream changes from Browser2paulmiller2015-07-243-1/+15
* Rebaseline global-interface-listing-expected.txttimvolodine2015-07-241-7/+6
* Reland "Add ExecuteJavaScriptForTest and make all tests use it"Jochen Eisinger2015-07-247-10/+29
* Revert of Add ExecuteJavaScriptForTest and make all tests use it (patchset #1...sigbjornf2015-07-247-29/+10
* Add ExecuteJavaScriptForTest and make all tests use itjochen2015-07-247-10/+29
* Refactoring WebView permission requestmichaelbai2015-07-235-27/+25
* Invoke the geolocation callback only if there is pending request.michaelbai2015-07-231-0/+8
* Make SetCookieableSchemes no-op if already initializedpaulmiller2015-07-231-6/+0
* Fix Android release builds.lizeb2015-07-231-0/+4
* Add switch to use ipc command buffer in Android WebViewboliu2015-07-233-2/+13
* Provide an accessibility tree snapshotsgurun2015-07-221-1/+1
* Share SyncPointManager between ipc and in-processboliu2015-07-215-2/+18
* gl/test: Move some initialization code used in tests to a separate component.sadrul2015-07-202-1/+3
* Re-enable crashing tests after fixboliu2015-07-201-33/+0
* Disable failing tests in AwContentsClientFullScreenTestperezju2015-07-201-0/+8
* Properly disable failing AwContentsClientFullScreenTest and PartnerDisableInc...pkotwicz2015-07-191-6/+24
* Disable failing AwContentsClientFullScreenTestspkotwicz2015-07-191-0/+7
* [Android] Roll to findbugs 3.0.1.jbudorick2015-07-172-0/+4
* Remove legacy StartsWithASCII function.brettw2015-07-162-3/+3
* Use resource throttle to implement shouldOverrideUrlLoading, core changegsennton2015-07-1612-168/+131
* Reland "Enable proguarding the WebView APK."torne2015-07-161-2/+1
* Fix webview proguard config.torne2015-07-161-2/+5
* Revert of Enable proguarding the WebView APK. (patchset #1 id:1 of https://co...yusufo2015-07-151-1/+2
* Expose API to store and load data usage stats from UI task runner.kundaji2015-07-151-4/+12
* [AndroidWebViewShell] Replace rebaseline script with a new version using test...timvolodine2015-07-152-52/+23
* Enable proguarding the WebView APK.torne2015-07-151-2/+1
* Move JoinString to the base namespace.brettw2015-07-151-2/+3
* Revert of Move JoinString to the base namespace (patchset #9 id:160001 of htt...hongchan2015-07-141-3/+2
* Move JoinString to the base namespace.brettw2015-07-141-2/+3
* Refactor some browser-side chrome and webview printing code into component/pr...timvolodine2015-07-149-305/+152
* aw: Fix SetExtraRequestHeaderByName DCHECKboliu2015-07-141-1/+2
* [Android WebView] Pass 'Referer' header to shouldInterceptRequestmnaganov2015-07-102-0/+33
* [Android WebViewShell] Add new intent listener to send memory pressure signal.timvolodine2015-07-102-0/+59