summaryrefslogtreecommitdiffstats
path: root/android_webview
Commit message (Expand)AuthorAgeFilesLines
* Disable flaky test AwSettingsTest#testAppCacheWithTwoViewsboliu@chromium.org2013-01-251-2/+7
* Android WebView fix test threading issue in a disabled testboliu@chromium.org2013-01-251-1/+1
* Android WebView visited link highlighting implementation part 2boliu@chromium.org2013-01-257-1/+120
* Android WebView visited link highlighting implementationboliu@chromium.org2013-01-2511-9/+113
* Use correct favicon scale factor on Android.aruslan@chromium.org2013-01-241-3/+4
* Hook up WebViewClient.onReceivedLoginRequestboliu@chromium.org2013-01-2314-5/+191
* Move content/components/navigation_interception to src/componentskaiwang@chromium.org2013-01-2310-18/+20
* Implements onReceivedIconacleung@chromium.org2013-01-228-2/+298
* Move OpenItem/ShowItemInFolder from ContentBrowserClient to DownloadManagerDe...hashimoto@chromium.org2013-01-212-10/+0
* [Android WebView] Update third party whitelist filemnaganov@chromium.org2013-01-191-2/+4
* Call FlushIndex in BackendImpl::ModifyStorageSizeboliu@chromium.org2013-01-185-28/+0
* fix compatibility issue of char for android x86james.wei@intel.com2013-01-181-1/+1
* [android_webview] Clean up message handlers in AwContents and AwContentsClient.mkosiba@chromium.org2013-01-173-110/+136
* Avoid call nativeDrawSW after AwContents.destroyboliu@chromium.org2013-01-161-0/+2
* [Android WebView] Add net/base/test_certificate_data.h into the whitelistmnaganov@chromium.org2013-01-151-0/+2
* Throw exception when initialization failed.michaelbai@chromium.org2013-01-152-5/+15
* Switch Android code to use ExecuteJavascriptInWebFrameCallbackResult.avi@chromium.org2013-01-152-7/+2
* Fix getting mime-type from a download request.boliu@chromium.org2013-01-152-2/+2
* Move content/components/web_contents_delegate_android to components/web_conte...boliu@chromium.org2013-01-1211-14/+31
* Findbugs issueskristianm@chromium.org2013-01-122-2/+5
* Workaround disk cache crash round 2boliu@chromium.org2013-01-112-4/+4
* [android_webview] Add onMeasure support.mkosiba@chromium.org2013-01-114-7/+232
* Workaround disk cache crash in testAppCacheWithTwoViewsboliu@chromium.org2013-01-111-0/+5
* Revert 176198yfriedman@chromium.org2013-01-102-2/+3
* Revert 176176smckay@chromium.org2013-01-102-3/+2
* Update Android build to API level 17 and SDK Tools version 21yfriedman@chromium.org2013-01-102-2/+3
* [Android WebView] Implement WebSettings.{get|set}UseWideViewportmnaganov@chromium.org2013-01-103-0/+131
* [android_webview] Forward the InternalAccessDelegate interface via AwContents.mkosiba@chromium.org2013-01-101-0/+7
* [Android WebView] Remove deleted files from third_party_whitelistmnaganov@chromium.org2013-01-101-3/+0
* Update some #includes in android_webview/renderer for headers in the new Plat...pilgrim@chromium.org2013-01-102-6/+6
* Implementing native chromium GeolocationPermissionContextkristianm@chromium.org2013-01-1011-11/+248
* Remove incognito parameter from AwContentskristianm@chromium.org2013-01-0910-475/+83
* [Android WebView] Update SW rendering to use SkPicture and fix scrolling cases.leandrogracia@chromium.org2013-01-097-35/+34
* Return false in AwWebContentsDelegate::CanDownloadnileshagrawal@chromium.org2013-01-092-12/+5
* Fix downstream android webview build from r175537boliu@chromium.org2013-01-081-0/+4
* Revert 175489dbeam@chromium.org2013-01-082-2/+7
* Switch Android code to use ExecuteJavascriptInWebFrameCallbackResult.avi@chromium.org2013-01-082-7/+2
* Fix hang in Android WebView release build testsboliu@chromium.org2013-01-083-51/+6
* [Android WebView] Remove unnecessary DCHECK in InputStreamImpl.benm@chromium.org2013-01-041-3/+3
* Fix License string in scrypt/README.chromium, update Android WebView checkermnaganov@chromium.org2013-01-041-1/+1
* [Android WebView] Update license checking tools datamnaganov@chromium.org2013-01-042-0/+4
* [Android WebView] Prepare to simulate SW rendering with the capture picture A...leandrogracia@chromium.org2013-01-0414-15/+205
* Making the new geolocation methods abstract after adding an android implement...kristianm@chromium.org2013-01-032-5/+13
* Revert 174978. r174937 does not seem to be releated to content_browsertests f...alexeypa@google.com2013-01-031-2/+10
* Speculative revert of r174937 to see if it clears up content_browsertests fai...alexeypa@google.com2013-01-031-10/+2
* [Android WebView] Close InputStreams when we're done with them.benm@chromium.org2013-01-031-0/+4
* small improvement to GeolocationPermissions.clearAll() tojoth@chromium.org2013-01-031-2/+10
* Cleanup: Remove unneeded browser_thread.h includes in contents.thestig@chromium.org2013-01-031-1/+5
* Remove the unused SurfaceTextureUpdatedListener interface.mkosiba@chromium.org2013-01-021-7/+0
* Convert AwRequestInerceptor to net::URLRequestJobFactory::ProtocolHandlerpauljensen@chromium.org2013-01-023-37/+10