summaryrefslogtreecommitdiffstats
path: root/android_webview
Commit message (Expand)AuthorAgeFilesLines
* [Android WebView] Fire onPageFinished from WebContentsObserver::didStopLoadingmnaganov2015-11-132-6/+29
* aw: Blacklist ranchu for hardware renderingboliu2015-11-131-1/+1
* Remove ScopedVector from NavigationController.avi2015-11-131-8/+7
* Fix gpu command buffer use after free by GrContextjunov2015-11-131-2/+2
* Prevent guest views from issuing a search for empty text.thestig2015-11-122-23/+29
* Fix AndroidScrollIntegrationTest for larger devicestomc2015-11-121-1/+1
* GN WebView: build system_webview_apkmichaelbai2015-11-124-11/+75
* Run testVisualStateCallbackWaitsForContentsToBeOnScreen in single process mod...tobiasjs2015-11-121-5/+4
* Disable webview flaky test testVisualStateCallbackWaitsForContentsToBeOnScreenIan Wen2015-11-111-2/+5
* [Android WebView] Run more tests with sandboxed renderermnaganov2015-11-1112-40/+32
* Add credit card upstreaming.jdonnelly2015-11-102-5/+21
* Update webview and chrome instrumentation test to use PreTestHooks for policiesdgn2015-11-106-73/+82
* Reland "Use resource throttle to implement shouldOverrideUrlLoading, core cha...gsennton2015-11-1011-174/+125
* Revert "URLRequestJob: change ReadRawData contract"xunjieli2015-11-092-31/+39
* Propagate pageScaleFactor to GuestViews.mcnee2015-11-098-48/+15
* Consistently don't use a semicolon at the end of IPC_MESSAGE macros.thakis2015-11-071-1/+1
* Change isolate file nameyolandyan2015-11-071-1/+1
* Add CommandLineArgumentParameter and use it for WebView testsmnaganov2015-11-0722-0/+125
* URLRequestJob: change ReadRawData contractxunjieli2015-11-062-43/+33
* Remove fallback tick software draw.tobiasjs2015-11-055-159/+72
* Make android_webview_test_apk go a bit farther on Swarming.maruel2015-11-051-1/+12
* Android Webview IPC-based sync compositingboliu2015-11-051-7/+2
* [Android WebView] De-flake AwContentsClientShouldOverrideUrlLoadingTest.testC...mnaganov2015-11-041-41/+24
* GN WebView: build webview glue layermichaelbai2015-11-043-0/+122
* GN: Remove "outputs" parameter for java_cpp_enum()agrieve2015-11-041-3/+0
* Removing AtomicReference using ThreadUtilsajith.v2015-11-041-8/+5
* Update WebView visibility during attach/detachhush2015-11-041-1/+28
* Implement extended shouldOverrideUrlLoading callback in Android WebViewmnaganov2015-11-0214-454/+496
* Add counting functionality for the autocomplete database.msramek2015-11-021-4/+5
* Remove HTMLFrameElement.prototype.getSVGDocument()philipj2015-11-021-1/+0
* Roll android tools deps after cleaning up assist changessgurun2015-10-301-5/+0
* Generate license file separatelymichaelbai2015-10-303-21/+22
* Defer loads on WebView popup windows until webcontents delegate attachedgsennton2015-10-305-0/+19
* GN WebView: add resourcesmichaelbai2015-10-303-0/+265
* Make HttpCache constructors take scoped_ptrs.mmenke2015-10-291-2/+2
* Remove the named item getters on TextTrackList and TextTrackCueListphilipj2015-10-291-2/+0
* Cleanup the startActivity calls where context might not be Activityhush2015-10-291-4/+0
* Set FLAG_ACTIVITY_NEW_TASK when context is not an activityhush2015-10-283-4/+18
* Allow customization of menu items in WebViewhush2015-10-285-0/+41
* sync compositor: pass simple gfx types by const refboliu2015-10-286-30/+31
* Revert of Make HttpCache constructors take scoped_ptrs. (patchset #6 id:12000...dgozman2015-10-281-2/+2
* Make HttpCache constructors take scoped_ptrs.mmenke2015-10-281-2/+2
* Remove NOTIMPLEMENTED for SurfaceFactoryClient::SetBeginFrameSource'sbrianderson2015-10-281-1/+0
* aw: Fix testScaleUpboliu2015-10-281-14/+22
* Revert "Revert of Roll android_tools deps (patchset #4 id:60001 of https://co...yusufo2015-10-273-0/+7
* aw: Remove waitForIdleSync from runTestOnUiThreadAndGetResultboliu2015-10-272-2/+1
* Make NetErrorHelper more OOPIF-friendly.mmenke2015-10-272-4/+2
* [WebViewShellLayoutTest] Fix failing tests.timvolodine2015-10-272-297/+323
* Separate RenderViewHost from RenderWidgetHost, part 4: delegateavi2015-10-271-1/+1
* Allow sync ipc from browser UI to renderer for Android Webviewboliu2015-10-262-1/+8