summaryrefslogtreecommitdiffstats
path: root/android_webview
Commit message (Expand)AuthorAgeFilesLines
...
* Make AndroidWebviewShell stop initializing ApplicationStatusdgn2015-10-021-1/+4
* Check key system name consistentlyjrummell2015-10-021-2/+1
* permissions: remove unecessary parameters from cancellalitm2015-10-022-21/+25
* permissions: handle request ids for permissions in permission managerlalitm2015-10-023-46/+232
* reland: android_webview: Initalize blink before using WebStringbashi2015-10-021-8/+10
* Revert "aw: Disable ipc command buffer by default"boliu2015-10-024-6/+5
* Isolate android_webview_test_apk.stip2015-10-012-0/+30
* [Android WebView] Call shouldInterceptRequest on a background threadMikhail Naganov2015-10-0121-302/+515
* aw: Handle skipped hardware frame correctlyboliu2015-10-016-2/+75
* Separate getting the URL of an infobar from clicking on it. Also make a simil...avi2015-10-012-6/+0
* aw: Make system_webview_apk package name configurableboliu2015-10-011-0/+2
* Properly return resources in compositor framehush2015-10-012-0/+17
* Add support to run AndroidWebViewShell with OnDeviceInstrumentationDriver.mikecase2015-09-304-0/+23
* Remove SVGSVGElement.pixelUnitToMillimeterX and friendsphilipj2015-09-301-4/+0
* Revert of android_webview: Initialize blink before using WebString (patchset ...phoglund2015-09-301-4/+2
* android_webview: Initialize blink before using WebStringbashi2015-09-291-2/+4
* Enable page visibility on WebView by defaulthush2015-09-297-15/+75
* Add GPU fingerprint information to breakpad microdumps.tobiasjs2015-09-295-0/+33
* Reland of Add a NavigationThrottle to the public content/ interfaceclamy2015-09-293-8/+21
* Refactor BrowserViewRenderer to support page visibilityhush2015-09-296-20/+35
* Update page scale factor when layout updateshush2015-09-282-14/+17
* [AndroidWebViewShell] Add Battery Status API layout test.timvolodine2015-09-254-2/+95
* Make some global pointers const void* const.thestig2015-09-254-11/+13
* Isolate android_webview_unittests_apk.stip2015-09-242-0/+38
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-241-1/+1
* Do not cast Visual State Callback request_id argument to long.tobiasjs2015-09-223-4/+4
* make ProxyService::CreateSystemProxyConfigService return scoped_ptrscsharrison2015-09-222-13/+15
* Revert of Add a NavigationThrottle to the public content/ interface (patchset...huangs2015-09-223-21/+8
* Add a NavigationThrottle to the public content/ interfaceclamy2015-09-223-8/+21
* [Android WebView] Put AndroidStreamReaderURLRequestJob into a namespacemnaganov2015-09-214-12/+23
* WebView: set version number in JNI initializationmichaelbai2015-09-212-4/+3
* Put name before description in Android grd files.newt2015-09-211-2/+2
* Add getModifierState to the MouseEvent for android_webview.dtapuska2015-09-211-0/+1
* Generate ResourceRewriter.java through dependency graphmichaelbai2015-09-186-31/+58
* [AndroidWebViewShell] Add better error reporting to WebViewLayoutTestActivity.timvolodine2015-09-182-1/+9
* Turn components/crash into a layered component.sdefresne2015-09-181-2/+2
* aw: Disable ipc command buffer by defaultboliu2015-09-174-5/+6
* webview: Move calls to update the root scroll delegate to LTHI.danakj2015-09-172-19/+29
* gpu: Reduce GL context switches used to check pending queries.reveman2015-09-172-2/+2
* [Android WebView] Speculative fix for GrantFileSchemeAccesstoChildProcess crashmnaganov2015-09-171-0/+2
* Revert of Turn components/crash into a layered component. (patchset #6 id:100...sdefresne2015-09-171-2/+2
* Turn components/crash into a layered component.sdefresne2015-09-171-2/+2
* Replace RenderViewImpl::IsEditableNode with WebElement::isEditable.esprehn2015-09-171-3/+2
* Use software draw fallback tick when viewport is emptyhush2015-09-171-1/+1
* [Android WebView] Add test for verifying loadDataWithBaseUrl behaviormnaganov2015-09-161-0/+19
* Shift URLRequestContextStorage over to taking scoped_ptrs.rdsmith2015-09-161-3/+2
* Switch WebView KeySystemTest to unprefixed EME.ddorwin2015-09-152-14/+67
* Remove base's implicit_cast.danakj2015-09-151-1/+1
* webview: Remove LayerScrollOffsetDelegate::GetTotalScrollOffset.danakj2015-09-152-11/+11
* Avoid scheduling unnecessary ProcessGL between GL draws.hush2015-09-151-31/+39