| Commit message (Expand) | Author | Age | Files | Lines |
* | Navigation buttons should not enable if user can not navigate | ankit2.kumar@samsung.com | 2014-05-22 | 1 | -0/+12 |
* | Remove all external references to ContentView from Tab/Shell/etc. | yfriedman@chromium.org | 2014-05-15 | 1 | -11/+12 |
* | Fix a new fullscreen video crash if ContentVideoView cannot be created. | qinmin@chromium.org | 2014-04-30 | 1 | -2/+3 |
* | ContentView->ContentViewCore.getContainerView in content/ tests | yfriedman@chromium.org | 2014-04-24 | 1 | -2/+3 |
* | Remove some functions from ContentView that just forwarded to ContentViewCore. | yfriedman@chromium.org | 2014-04-21 | 1 | -1/+1 |
* | ContentView->ContentViewCore in Shell/ShellManager. | yfriedman@chromium.org | 2014-04-10 | 2 | -18/+27 |
* | ContentView->ContentViewCore in ContentViewRenderView | yfriedman@chromium.org | 2014-04-09 | 2 | -3/+4 |
* | enable subtitle support and the new fullscreen video | qinmin@chromium.org | 2014-03-07 | 1 | -4/+4 |
* | Don't miss to call ContentView.onShow when lunching content shell and test shell | b.kelemen@samsung.com | 2014-02-26 | 1 | -0/+1 |
* | Fix a crash of the Content Shell for Android when showing videos in a Content... | sungmann.cho@navercorp.com | 2014-02-21 | 2 | -3/+41 |
* | Add support for closing Android Shell instances from Java. | tedchoc@chromium.org | 2014-01-25 | 2 | -9/+47 |
* | Revert "Add support for closing Android Shell instances from Java." | dcheng@chromium.org | 2014-01-10 | 2 | -38/+6 |
* | [Android] Remove assert as it uses a non-API backwards compatible function. | tedchoc@chromium.org | 2014-01-10 | 1 | -2/+0 |
* | Add support for closing Android Shell instances from Java. | tedchoc@chromium.org | 2014-01-10 | 2 | -6/+40 |
* | Enables fullscreen subtitle and media control from Blink | trchen@chromium.org | 2014-01-09 | 1 | -0/+9 |
* | Fixing Java style issues in content/ | aurimas@chromium.org | 2013-12-11 | 2 | -2/+2 |
* | Adding compositor callbacks to RenderWidgetHostViewAndroid | powei@chromium.org | 2013-11-21 | 1 | -8/+10 |
* | Android: moves content/ to use long for JNI. | bulach@chromium.org | 2013-11-18 | 1 | -1/+1 |
* | ui: Android changes. | tfarina@chromium.org | 2013-11-15 | 2 | -2/+2 |
* | Add way to reload the page, ignoring the cache | dfalcantara@chromium.org | 2013-11-07 | 1 | -2/+2 |
* | content_shell: Create the FIFOs needed for running Android layout tests | peter@chromium.org | 2013-06-20 | 1 | -0/+25 |
* | Android: implement content::Shell::Close() | skyostil@chromium.org | 2013-05-29 | 1 | -6/+12 |
* | [Android] Remove "Chrome" and "View" personalities | mnaganov@chromium.org | 2013-05-08 | 1 | -2/+1 |
* | [Android] Rename NativeWindow to WindowAndroid. | aurimas@chromium.org | 2013-04-19 | 2 | -7/+7 |
* | Adding IME test changes to make it easier to test. | aurimas@chromium.org | 2013-02-13 | 1 | -0/+3 |
* | Relanding "Add apk for running content_browsertests" | nileshagrawal@chromium.org | 2013-01-29 | 3 | -251/+3 |
* | Revert 179189 | nileshagrawal@chromium.org | 2013-01-28 | 3 | -3/+251 |
* | Add apk for running content_browsertests | nileshagrawal@chromium.org | 2013-01-28 | 3 | -251/+3 |
* | Throw exception when initialization failed. | michaelbai@chromium.org | 2013-01-15 | 1 | -21/+25 |
* | Enable Tracing on content shell for Android | kangyuan.shu@intel.com | 2013-01-09 | 1 | -0/+31 |
* | Fix Android ContentShell's incorrect behavior when opening link with window.o... | shouqun.liu@intel.com | 2012-12-16 | 1 | -1/+5 |
* | android: Improve ActivityStatus and add ChromiumActivity. | digit@chromium.org | 2012-12-07 | 1 | -1/+2 |
* | Create a ContentVideoViewDelegate.java | acleung@google.com | 2012-11-30 | 1 | -1/+3 |
* | Handle the 'enter' key with the action 'ACTION_DOWN' | yongsheng.zhu@intel.com | 2012-11-30 | 1 | -1/+1 |
* | Remove AppResource and unneeded resources. | newt@chromium.org | 2012-11-27 | 1 | -19/+0 |
* | Move CommandLineTest to ContentShell and remove FlakyTest annotation. | yfriedman@chromium.org | 2012-11-26 | 2 | -1/+5 |
* | Start hooking up element.requestFullscreen() for content shell | jinsukkim@google.com | 2012-11-22 | 1 | -0/+9 |
* | Making it easier to hook a ContentViewCore to the SurfaceView. | jcivelli@chromium.org | 2012-11-16 | 2 | -12/+12 |
* | Created a new class ContentViewRenderView which contains the code used to | jcivelli@chromium.org | 2012-11-10 | 2 | -31/+21 |
* | Android: first step on LibraryLoader API changes. | bulach@chromium.org | 2012-11-01 | 1 | -1/+1 |
* | Fix the crash issue of Android ContentShell when open a link with "target='_b... | shouqun.liu@intel.com | 2012-10-31 | 2 | -7/+15 |
* | Adding progresss bar when loading fullscreen video | qinmin@chromium.org | 2012-10-15 | 1 | -0/+3 |
* | Upstream BrowserChildProcessHostImpl | yusufo@chromium.org | 2012-10-15 | 1 | -0/+3 |
* | [Android] Upstream content detection and ChromeBrowserProvider tests. | leandrogracia@chromium.org | 2012-10-10 | 1 | -1/+20 |
* | Add the missing resources for fullscreen video | qinmin@chromium.org | 2012-10-09 | 1 | -0/+6 |
* | Fixed ContentViewTestBase#setUpContentView | dtrainor@chromium.org | 2012-09-29 | 1 | -0/+15 |
* | Adding NativeWindow base class with context. | aurimas@chromium.org | 2012-09-22 | 2 | -2/+20 |
* | Upstreaming SelectFileDialog for Android | aurimas@chromium.org | 2012-09-18 | 3 | -1/+22 |
* | Consolidate ContentViewCore::Load* functions | boliu@chromium.org | 2012-08-15 | 1 | -1/+2 |
* | Upstream ContentView contentDescription | dtrainor@chromium.org | 2012-08-14 | 1 | -0/+1 |