Merge commit '4579ed287a0f6fc32fbfefdd5c7cf69491fdae99' into eclair-plus-aosp
* commit '4579ed287a0f6fc32fbfefdd5c7cf69491fdae99':
Add "TYPE=" to type attribute when appropriate.
Merge commit 'd35db5ec8bd5ef07840fa84318284df04a69411c' into eclair-plus-aosp
* commit 'd35db5ec8bd5ef07840fa84318284df04a69411c':
Fix bug#2144742: guard against 0 length encoded string when attaching a 'from' address for MMS.
Merge commit '0d3999f788eb01baa8ba671878387761cbbbf861' into eclair-plus-aosp
* commit '0d3999f788eb01baa8ba671878387761cbbbf861':
Minor cleanup of profile and compile logging.
The problem is we missed an "obj" parameter while calling
postEventFromNative (which put it in a field of a Message object),
so a garbage value on stack is used.
When the GC tries to follow that "obj" field, expecting to find
another object, it crashes.
Merge commit 'a6a4113d50d43930099d26b5f420f293c475e484' into eclair-plus-aosp
* commit 'a6a4113d50d43930099d26b5f420f293c475e484':
Fix invokables to make sure script pointers are setup before invoking function calls. Reduce app startup time up to 1s.
Merge commit '117f574e105c682ebff19ece7230fab86fea3d17' into eclair-plus-aosp
* commit '117f574e105c682ebff19ece7230fab86fea3d17':
OpenGL ES doesn't allow glColorPointer with a size parameter other than 4
Merge commit 'dfb7bc8c87d8fe694164038cf292c9913fae9bdb' into eclair-plus-aosp
* commit 'dfb7bc8c87d8fe694164038cf292c9913fae9bdb':
Make removeOnAccountsUpdateListener cope with null handlers.
Merge commit '531e580ab160864e4152f431eaeb965676c58d19' into eclair-plus-aosp
* commit '531e580ab160864e4152f431eaeb965676c58d19':
remove the incorrectly located nickname
Merge commit 'f4a36e86bb4d1e15652dfd28236150c7f917866e' into eclair-plus-aosp
* commit 'f4a36e86bb4d1e15652dfd28236150c7f917866e':
Not all WebView's host have permission to read the history.
Merge commit 'b87f24a6a88a994256ca97b69904af28824bc9ce' into eclair-plus-aosp
* commit 'b87f24a6a88a994256ca97b69904af28824bc9ce':
Fix broken Javadoc link for GLSurfaceView.EGLWindowSurfaceFactory.
Merge commit 'f18c539344655c8d39e3412a0985f7e42193eb52' into eclair-plus-aosp
* commit 'f18c539344655c8d39e3412a0985f7e42193eb52':
set the selection after sending a click
Webkit expects the currently focused text input to have
a set selection before it can receive key events for insertion.
Coincidentally, we always set the selection except when
using the 'next' button on the IME to switch between text fields.
The selection has to be set after the text field receives
focus, so add a setSelection() message after the click() message
is sent in passToJavaScript().
fixes http://b/issue?id=2087546
Merge commit 'f2bed60bd4921bf71a9cf05b46f000f1cdb20af8' into eclair-plus-aosp
* commit 'f2bed60bd4921bf71a9cf05b46f000f1cdb20af8':
Add final to appropriate variables.