summaryrefslogtreecommitdiffstats
path: root/android_webview
Commit message (Expand)AuthorAgeFilesLines
* Activate data reduction proxy after profile initialization is complete.kundaji2014-10-241-0/+1
* Move KeySystemInfo to media/.xhwang2014-10-245-5/+9
* aw: Do not limit number of tilesboliu2014-10-231-2/+3
* android_webview: build java code against SDK 21.torne2014-10-231-0/+2
* android_webview: build native code against SDK 21.torne2014-10-231-0/+1
* Roll android_aosp bot manifest to the newest AOSP master.mkosiba2014-10-231-155/+140
* Final step of the java_cpp_template -> java_cpp_enum migration.mkosiba2014-10-234-11/+11
* Enable separatorWrap module in CheckStyle and fix all the issues.aurimas2014-10-222-128/+128
* Merge ARM sysroot install script with existing x86/amd64 one.sbc2014-10-221-1/+3
* Fix the drp crash for real.hush2014-10-221-2/+1
* [Android WebView] Prepare the copyrights scanner to run from presubmit scriptsmnaganov2014-10-2230-137/+233
* Make AndroidWebView shell init data reduction proxy from commandlinehush2014-10-221-0/+15
* Use no-op statistics collecting object for WebView.hush2014-10-222-0/+24
* aw: Ensure invalidation when pipeline is stalledboliu2014-10-218-17/+62
* [WebView] Enable scrolling in fullscreen.igsolla2014-10-214-33/+198
* Update targetSdkVersion for Chromium applications.aurimas2014-10-212-2/+2
* [Android WebView] Update user agent to match current trunk builds.benm2014-10-211-1/+1
* Migrate data reduction proxy statistics prefs to profilebengr2014-10-201-1/+0
* [Android] Simplify logic for grabbing initial country-code.yfriedman2014-10-204-9/+10
* aw: Check compositor pointer before useboliu2014-10-201-7/+15
* android_webview: Build against NDK prebuilts, not system libraries.torne2014-10-181-10/+0
* [aw] Fullscreen tests for non-media elements.igsolla2014-10-177-151/+256
* Revert "android_webview: go back to using system ICU."torne2014-10-171-1/+1
* Convert the few remaining ARRAYSIZE_UNSAFE -> arraysize.viettrungluu2014-10-171-2/+2
* Fix Java indentation issues.aurimas2014-10-1641-479/+490
* Rename java WebContentsObserverAndroid to WebContentsObserverwajahat.s2014-10-162-4/+4
* Support fullscreen for non-video elements in the WebView.igsolla2014-10-165-54/+72
* aw: Fallback delegated compositeboliu2014-10-165-15/+45
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-154-20/+12
* Fix Java Checkstyle issues.Aurimas Liutikas2014-10-142-11/+11
* Data reduction proxy to a layered component.megjablon2014-10-148-15/+15
* aw: Clean up browser_view_renderer.cc/hboliu2014-10-143-66/+19
* gpu: Compositor management of GpuMemoryBuffer instances.reveman2014-10-131-2/+2
* [android_webview] Hardcode the default text encoding to UTF-8.mkosiba2014-10-1310-43/+4
* Removing ContentViewCore dependencies from direct WebContents functions.ajith.v2014-10-112-7/+8
* Generate ChromeVersionConstants.java at build time.newt2014-10-101-5/+5
* Removing the CVC parameter from ShowRepostFormWarningDialog Callback.ajith.v2014-10-102-10/+9
* android_webview: avoid depending on locale at gyp time.torne2014-10-101-0/+4
* aw: Call postInvalidateOnAnimation where appropriateboliu2014-10-091-3/+3
* Add mkwst@chromium.org to IPC OWNERS files.mkwst2014-10-091-0/+1
* Remove SSLClientAuthHandler's RDH dependency.davidben2014-10-092-2/+0
* Mojo: Add a Java service registry in the browser.ppi2014-10-081-0/+3
* Fix reinterpret_cast issuesdtrainor2014-10-083-3/+3
* Remove implicit conversions from scoped_refptr to T* in android_webview/dcheng2014-10-081-1/+1
* Add render_frame_host to WebContentsObserver::DidNavigateAnyFrame().mlamouri2014-10-082-0/+2
* Add non-native file support to the ViewMsg_RunFileChooserResponse message.hirono2014-10-081-4/+5
* aw: Clean up HardwareRendererboliu2014-10-072-4/+0
* Remove implicit conversions from scoped_refptr to T* in android_webview/dcheng2014-10-074-8/+8
* replace OVERRIDE and FINAL with override and final in android_webview/mostynb2014-10-0763-370/+370
* aw: Separate out compositor frame and other inputsboliu2014-10-076-65/+55