summaryrefslogtreecommitdiffstats
path: root/android_webview/native
Commit message (Expand)AuthorAgeFilesLines
* Move user_agent code from webkit/ to content/.tfarina@chromium.org2014-03-112-5/+4
* Simplify the user agent code some more since after r255534 it's not affected ...jam@chromium.org2014-03-101-4/+2
* Revert 255858 "Simplify the user agent code some more since afte..."jam@chromium.org2014-03-091-2/+4
* Simplify the user agent code some more since after r255534 it's not affected ...jam@chromium.org2014-03-091-4/+2
* don't create SkDevice directly, use SkBitmap or (better) SkCanvas::NewRaster ...reed@google.com2014-03-051-9/+5
* aw: Move HardwareRenderer out of BrowserViewRendererboliu@chromium.org2014-03-052-36/+75
* Revert 254567 "don't create SkDevice directly, use SkBitmap or (..."timurrrr@chromium.org2014-03-041-5/+9
* don't create SkDevice directly, use SkBitmap or (better) SkCanvas::NewRaster ...reed@google.com2014-03-031-9/+5
* aw: Add SharedRendererStateboliu@chromium.org2014-02-272-1/+9
* aw: Split hardware rendering into HardwareRendererboliu@chromium.org2014-02-267-37/+33
* Android: allows logging of autofield values.bulach@chromium.org2014-02-252-0/+7
* [Android WebView] Add DevTools Timeline instrumentation for embedder callbacksmnaganov@chromium.org2014-02-243-3/+25
* Enable the embedded L1/EME support in WebView.ycheo@chromium.org2014-02-214-0/+182
* aw: Refactor and clean up software rendering codeboliu@chromium.org2014-02-204-58/+175
* Avoid discarding freshly created background tabsjamescook@chromium.org2014-02-131-1/+1
* Fix the cause of AwZoomTest#testMagnification... tests flakinessmnaganov@chromium.org2014-02-122-3/+13
* aw: Move clearView implementaiton to nativeboliu@chromium.org2014-02-032-0/+6
* [Android WebView] Fix thread unsafety in accessing Java side gettersmnaganov@chromium.org2014-01-312-4/+11
* Start moving context menu code to RenderFrame.jam@chromium.org2014-01-312-0/+2
* [Android WebView] Inform ContentViewCore about double tap support statusmnaganov@chromium.org2014-01-291-1/+4
* [Android WebView] Turn on accelerated canvas based on View.isHardwareAcceleratedboliu@chromium.org2014-01-172-0/+12
* Normalize _unittest.cc filename suffix for unittestsalecflett@chromium.org2014-01-171-1/+1
* Fix race condition introduced in r242200 where AwContentsIoThreadClient is qu...jam@chromium.org2014-01-131-0/+16
* Add CookieStoreConfig to unify API for in-memory and persistent CookieStore C...ajwong@chromium.org2014-01-111-9/+7
* Dismiss EME infobar when WebMediaPlayer is destroyed.kkimlabs@chromium.org2014-01-082-11/+0
* Do not use CalledByNativeUncheckedsgurun@chromium.org2014-01-071-3/+2
* Move kFileScheme constant into content namespace.tfarina@chromium.org2013-12-302-3/+3
* Cleanup storage_partition_impl_unittest.cc.ajwong@chromium.org2013-12-281-1/+1
* Update uses of UTF conversions in android_webview/, apps/, ash/, chrome/app t...avi@chromium.org2013-12-242-2/+2
* A bunch of work to transition from render_view_id to render_frame_id.jam@chromium.org2013-12-202-40/+47
* Add base:: to string16s in android_webview/.dbeam@chromium.org2013-12-199-26/+26
* Move geometric types to a separate, more lightweight target.ben@chromium.org2013-12-181-0/+1
* Have jni_generator.gypi specify include_dirs to dependent targets.blundell@chromium.org2013-12-171-1/+0
* Encrypt all stored cookies on selected operating systems.bcwhite@chromium.org2013-12-161-1/+3
* Add a mechanism to pause and resume geolocation requests. Currently Android W...benm@chromium.org2013-12-131-4/+6
* Revert of https://codereview.chromium.org/24734007/bcwhite@chromium.org2013-12-131-3/+1
* Encrypt all stored cookies on selected operating systems.bcwhite@chromium.org2013-12-131-1/+3
* Do not clear document background in Android WebViewboliu@chromium.org2013-12-131-0/+1
* [Android WebView] Only send extra headers for the main pagemnaganov@chromium.org2013-12-102-0/+15
* android_webview: make CookieManager synchronous.torne@chromium.org2013-12-101-34/+31
* Rather than using a throttle, we are now using sgurun@chromium.org2013-12-105-14/+49
* Eliminate AutofillWebDataService::FromBrowserContext().blundell@chromium.org2013-12-032-17/+5
* For implementing printing in android K release, we had to temporarilysgurun@chromium.org2013-12-027-2/+218
* Android: moves android_webview/ to use long for JNI.bulach@chromium.org2013-11-2810-21/+23
* Fix file:// URIs passed in the file upload callbackjoth@chromium.org2013-11-281-4/+7
* Android WebView: Allow CookieManager to be used without starting Chromium.torne@chromium.org2013-11-263-23/+155
* [Android WebView] Add thread DCHECKs in native AwContentsboliu@chromium.org2013-11-252-2/+57
* Have AutofillManagerDelegate supply the AutofillWebDataService to core code.blundell@chromium.org2013-11-192-0/+9
* Clean up PrefServiceBuilderisherman@chromium.org2013-11-192-2/+2
* [android_webview] InterceptedRequestData refactoring.mkosiba@chromium.org2013-11-132-66/+3