| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- VideoCapture.java: Removed NV21 explicit treatment. Added getColorspace() method.
- Added VideoCaptureDeviceAndroid::GetColorspace(), translates between Android and C++ colorspaces.
- Added support for NV21 conversion and rotations in Android to VideoCaptureController.
- Unrelated to the rest, removed unused unused GetIntField in VideoCaptureDeviceAndroid anonymous namespace.
Tested by forcing NV21 in VideoCapture.java [1]
[1] https://code.google.com/p/chromium/codesearch#chromium/src/media/base/android/java/src/org/chromium/media/VideoCapture.java&q=deviceimageformathack&sq=package:chromium&l=55
BUG=288567
Review URL: https://chromiumcodereview.appspot.com/23903032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223886 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently, when openNewTab is called, we pass a boolean incognito variable that
indicates if it should be opened in incognito mode. This was not consistent with
the desktop. For example, NEW_FOREGROUND_TAB and NEW_BACKGROUND_TAB open incognito
tab if the current tab is incognito.
So this CL instead passes the actual disposition so that Java side has the full
information required to be consistent with the desktop.
BUG=268283
BUG=268414
Review URL: https://chromiumcodereview.appspot.com/22314005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215973 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Need to generate SpeechRecognitionError.java in the WebView build.
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/17084002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206408 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Add MemoryPressureLevelList to list of template generated files.
NOTRY=true
BUG=
Review URL: https://chromiumcodereview.appspot.com/16408022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205823 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add template generated java file introduced in r198124.
This does not affect upstream chromium build.
TBR=torne@chromium.org
NOTRY=true
BUG=
Review URL: https://chromiumcodereview.appspot.com/14644013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198135 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
r186610 added a new java_cpp_template file which is used by code in
android_webview; add it to the list of things to pull in to the
Android.mk based build.
BUG=
Review URL: https://codereview.chromium.org/12606002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186703 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Fix for change in crrev.com/182280. These files are not used in any
upstream build.
BUG=
Review URL: https://codereview.chromium.org/12258017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182295 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
android webview
NOTRY=true
TBR=benm@chromium.org
BUG=
Review URL: https://codereview.chromium.org/12210130
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181853 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=
Review URL: https://codereview.chromium.org/11577016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173372 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
r172350 added a new generated java file.
dcommit because these files do not affect chromium builds
BUG=
Review URL: https://codereview.chromium.org/11537015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172381 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
These rules are no longer needed and finally break android_webview's
ties with the chrome/ layer!
Android only; android bots green
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/11511003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172304 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
We don't need resources.pak any more as it's never loaded and only
contains resources used by code in src/chrome/. Don't depend on it or
package it into the test APK.
BUG=
Review URL: https://codereview.chromium.org/11326002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164624 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
The libwebview target should be called libwebviewchromium to make it
clear which implementation it is when installed into the system image.
BUG=
Review URL: https://codereview.chromium.org/11189114
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163277 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We need to install the Chromium resource paks that webview depends on
into the Android system image. This requires adding them as dependencies
of the WebView All target, and defining custom Android build rules to
copy them to the right place.
BUG=
Review URL: https://codereview.chromium.org/11235002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163266 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) The top-level Android.mk mustn't use my-dir after including another
file as it returns the wrong answer.
2) We need "All" to depend on net_errors_java as it's used by the
Android.mk.
3) Fix nits from previous review of android_webview/Android.mk - make it
clearer that only one of the dependencies is temporary.
BUG=
Review URL: https://codereview.chromium.org/11187052
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162716 0039d316-1c4b-4281-b951-d872f2087c98
|
|
We need a separate version of the All target for building WebView in the
Android tree which only depends on the native code we intend to build.
Create one (just containing libwebview for now) and make it the default
thing to build when CHROME_ANDROID_BUILD_WEBVIEW is set.
R=mnaganov@chromium.org
BUG=
Review URL: https://codereview.chromium.org/11096024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160843 0039d316-1c4b-4281-b951-d872f2087c98
|