summaryrefslogtreecommitdiffstats
path: root/android_webview/native
Commit message (Expand)AuthorAgeFilesLines
* aw: Minor trace event name fixboliu2015-08-141-1/+1
* Implement AwContentBrowserClient::IsHandledURLmnaganov2015-08-133-29/+10
* [Android WebView] Don't store unnecessary copy of print_settings in aw_pdf_ex...timvolodine2015-08-072-14/+15
* [Android WebView] Put error page files into WebView resourcesmnaganov2015-08-051-19/+0
* Implement HttpUserAgentSettings delegate for Android WebViewtserng2015-08-055-0/+63
* The scheme granting code seems to become redundant, even formnaganov2015-08-051-1/+2
* Deny the geolocation permission request by default.michaelbai2015-08-041-7/+1
* Make use of '// static' consistent.ajose2015-07-282-2/+2
* Refactoring WebView permission requestmichaelbai2015-07-232-2/+9
* 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
* Remove legacy StartsWithASCII function.brettw2015-07-162-3/+3
* Use resource throttle to implement shouldOverrideUrlLoading, core changegsennton2015-07-162-17/+0
* 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-142-36/+18
* Check user gesture before firing an intent in WebViewmnaganov2015-07-092-3/+5
* Don't autofill credit cards on non-secure pagessigbjorn2015-07-082-0/+19
* Plumb a way to pass version info to Javasgurun2015-07-071-0/+6
* android_webview: Replace usage of GetActiveEntry by GetLastCommittedEntry.tfarina2015-07-033-13/+14
* Replace base::string16 with std::string for frame names.nasko2015-07-022-2/+2
* Add more string_util functions to base namespace.brettw2015-06-241-6/+7
* Add MIDI SYSEX permission request to WebViewmichaelbai2015-06-233-2/+20
* Use scoped_ptr for NavigationEntries.avi2015-06-231-1/+1
* [Autofill] Log the index of the accepted suggestion in the popupmathp2015-06-191-1/+2
* Revert of Use scoped_ptr for NavigationEntries. (patchset #4 id:60001 of http...thakis2015-06-191-1/+1
* Use scoped_ptr for NavigationEntries.avi2015-06-191-1/+1
* Move StartsWith[ASCII] to base namespace.brettw2015-06-122-3/+3
* Unify Android Webview and Chrome's flinghush2015-06-102-7/+21
* [Android WebView] Send WebChromeClient.onReceivedTitle when navigating backmnaganov2015-06-052-0/+14
* Allow OpenApkAsset() to open resource files as well as assets.agrieve2015-06-051-1/+2
* android-webview: Remove legacy crash handler (### Version)primiano2015-06-041-7/+0
* Use RenderFrameHost for ::RequestPermission() and ::CancelPermission().mlamouri2015-06-031-3/+5
* Change most uses of Pickle to base::Picklebrettw2015-06-033-14/+14
* Move Pickle to base namespace.brettw2015-06-021-6/+11
* Revert "[Android WebView] Send WebChromeClient.onReceivedTitle when navigatin...Mikhail Naganov2015-06-012-14/+0
* Move android_webview/aw_assets.cc -> base/android/apk_assets.ccagrieve2015-05-275-99/+7
* Unescape file URLs in file chooser in WebView.gsennton2015-05-221-1/+5
* Remove RenderViewHost from WebContentsDelegate::CanDownload() signature.rdsmith2015-05-212-3/+1
* Fix software drawsBo Liu2015-05-211-2/+1
* aw: Force auxiliary bitmap on android emulatorsboliu2015-05-204-10/+25
* Prune some remnants of DSA client certificate support.davidben2015-05-132-7/+4
* [Android WebView] Send WebChromeClient.onReceivedTitle when navigating backmnaganov2015-05-122-0/+14
* Componentizes external_video_surface to reduce webview/Cast duplication.gunsch2015-05-075-179/+3
* android_webview: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-05-071-8/+7
* Refactor AwPermissionRequest lifetimeboliu2015-05-068-51/+104
* Reland "Enable libc++ on Android"jdduke2015-05-051-1/+1
* Adds MediaClientAndroid to support embedder/MediaDrmBridge interaction.gunsch2015-04-301-0/+11
* [DevTools] Cleanup DevToolsTarget and DevToolsManagerDelegate after moving to...dgozman2015-04-282-9/+5