summaryrefslogtreecommitdiffstats
path: root/android_webview/lib
Commit message (Expand)AuthorAgeFilesLines
* aw: Enable IPC path by defaultboliu2016-02-261-3/+1
* aw: Enable ipc-based sync compositing by defaultboliu2016-02-111-0/+3
* Pass both 32 and 64 bit snapshot and natives fds to child processes.tobiasjs2016-02-102-18/+15
* Revert of aw: Enable ipc-based sync compositing by default (patchset #1 id:1 ...boliu2016-02-091-3/+0
* aw: Enable ipc-based sync compositing by defaultboliu2016-02-091-0/+3
* Revert of Pass both 32 and 64 bit snapshot and natives fds to child processes...thakis2016-02-092-15/+18
* Pass both 32 and 64 bit snapshot and natives fds to child processes.tobiasjs2016-02-092-18/+15
* Enable accelerated video decode for in process gpu and single process.dalecurtis2016-01-301-1/+0
* Distinguish in the browser between renderer crashes and killsmnaganov2016-01-081-1/+5
* Switch to standard integer types in android_webview/.avi2015-12-202-0/+2
* [Android WebView] Update microdump generation for sandboxed renderersmnaganov2015-12-111-1/+6
* Trivial cleanup - remove unused declarationpaulmiller2015-12-111-1/+0
* [Android WebView] Remove AwMainDelegate::SandboxInitializedmnaganov2015-12-032-5/+0
* GN WebView: add //android_webview/common targetmichaelbai2015-10-231-0/+2
* Revert "aw: Disable ipc command buffer by default"boliu2015-10-021-1/+0
* Add GPU fingerprint information to breakpad microdumps.tobiasjs2015-09-291-0/+6
* WebView: set version number in JNI initializationmichaelbai2015-09-212-4/+3
* aw: Disable ipc command buffer by defaultboliu2015-09-171-0/+1
* [Android WebView] Fix a couple of typossimonb2015-09-101-1/+1
* [Android WebView] Add switch for enabling experimental renderer sandboxingmnaganov2015-09-021-0/+5
* [Android WebView] Make loading of V8 data compatible with child servicesmnaganov2015-08-251-19/+19
* [Android WebView] Pass .pak fds & regions to child servicesmnaganov2015-08-241-2/+20
* Add version checking to webview library loads.simonb2015-08-211-0/+4
* Presentation API: disable it for WebView.mlamouri2015-08-181-0/+4
* aw: Reverse ipc command buffer switchboliu2015-08-121-1/+0
* Disable tap suppression logic for WebViewjdduke2015-08-062-0/+8
* Implement HttpUserAgentSettings delegate for Android WebViewtserng2015-08-052-0/+6
* aw: Use ipc command buffer by defaultboliu2015-07-301-0/+2
* Share SyncPointManager between ipc and in-processboliu2015-07-211-0/+2
* gl/test: Move some initialization code used in tests to a separate component.sadrul2015-07-201-1/+2
* Remove v8 external flag in webview since that flag will always be set to true.gsennton2015-06-091-2/+0
* Allow OpenApkAsset() to open resource files as well as assets.agrieve2015-06-051-5/+5
* Move android_webview/aw_assets.cc -> base/android/apk_assets.ccagrieve2015-05-271-4/+4
* Avoid duplicate basename in browser_media_player_managerscottmg2015-05-261-1/+1
* Add kDisablePermissionsAPI content flag and disable it for WebView.timvolodine2015-05-221-0/+3
* Enable BeginFrame scheduling on aurasimonhong2015-05-221-1/+1
* Enable unprefixed EME in WebView.ddorwin2015-05-151-3/+0
* Introduce "disable-speech-api" content flag and add it to WebView.timvolodine2015-05-131-0/+3
* localStorage: Aggressively flush to disk for Android WebView.cmumford2015-05-101-0/+5
* Componentizes external_video_surface to reduce webview/Cast duplication.gunsch2015-05-072-2/+8
* Revert of Enable BeginFrame scheduling on aura (patchset #15 id:270001 of htt...dbeam2015-05-051-0/+1
* Enable BeginFrame scheduling on aurasimonhong2015-05-041-1/+0
* Null check ContentViewCore::GetJavaObjectboliu2015-04-081-1/+1
* Replace kMediaDrmEnableNonCompositing swicth with use_video_overlay_for_embed...ddorwin2015-04-021-4/+1
* Remove android_webview_build conditions in android_webview.torne2015-03-311-4/+2
* Revert of Enable BeginFrame scheduling on aura (patchset #12 id:210001 of htt...danakj2015-03-271-0/+1
* Enable BeginFrame scheduling on aurasimonhong2015-03-271-1/+0
* Disable Screen Orientation API locking ability for WebView.mlamouri2015-03-261-0/+3
* Publicize registration of MediaUrlInterceptormnaganov2015-03-201-3/+2
* refactoring Android Webview JNI_OnLoad interface to make it consistent with o...michaelbai2015-03-113-14/+32