Граф коммитов

4 Коммитов

Автор SHA1 Сообщение Дата
mkosiba@chromium.org 31d2af7df2 [android_webview] Fix shell launch script again.
In r195135 I accidentally reverted the fix that was landed in
r192348. This is reverting the accidental revert.

BUG=None
NOTRY=True
R=benm@chromium.org

Review URL: https://chromiumcodereview.appspot.com/15093014

git-svn-id: http://src.chromium.org/svn/trunk/src/build@200776 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-05-17 09:36:55 +00:00
mkosiba@chromium.org 3e43d8b90e [android] Resize the android_webview if it's 0x0 initially.
This changes the content size update path for android_webview to use
the preferred size RenderView mechanism instead of the
CompositorFrameMetadata.
The reason for the change is due to the fact that the CompositorFrameMetadata
is not updated when the view size is 0x0, which is a common use case
for the WebView when it's layout mode is set to "wrap content".

BUG=b/8187850
TEST=AndroidWebViewTests

Review URL: https://chromiumcodereview.appspot.com/12567020

git-svn-id: http://src.chromium.org/svn/trunk/src/build@195135 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-04-19 12:46:38 +00:00
mkosiba@chromium.org a484e4d5c4 [android_webview] Fix shell launch script.
Missed this when renaming the activity.

BUG=None
NOTRY=True
R=benm@chromium.org


Review URL: https://chromiumcodereview.appspot.com/13543003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@192348 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-04-04 16:48:49 +00:00
mkosiba@chromium.org 9daf1a841f [android_webview] Add test shell for webview.
This adds a simple test shell (most code stolen from chrome testshell)
for android_webview testing.
The only currently supported rendering mode is s/w rendering.

BUG=None
Android_webview-only change, ran through trybots.
NOTRY=true

Review URL: https://chromiumcodereview.appspot.com/12317015

git-svn-id: http://src.chromium.org/svn/trunk/src/build@189246 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-20 12:06:53 +00:00