History log of /external/webkit/Source/WebKit/android/jni/JavaSharedClient.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
58cd2bf639bfde23e323e6a519976a120ab79059 10-Jan-2012 George Mount <mount@google.com> Honor 50 millisecond cap for WebKit JavaScript execution.

Bug 5843118
WebKit provides a 50 millisecond cap for executing JavaScript
to ensure that UI remains responsive by allowing recordContent
in the WebViewCore thread to run.
JavaSharedClient::ServiceFunctionPtr processes functions until
they are all complete, circumventing the timeout. This CL
processes only a single function and then schedules additional
calls if any remaining calls exist.

Change-Id: I3e013ceeb02da475e0b1e37e715598a2fe048b12
/external/webkit/Source/WebKit/android/jni/JavaSharedClient.cpp
73b4552f8e4e89529f6f44378b80a31f764c1377 18-Sep-2011 John Reck <jreck@google.com> We be GL ringing it all over them layers

Bug: 5333083

Change-Id: Ia2b03d8d9e0167d06f8a900152e25e66372acd59
/external/webkit/Source/WebKit/android/jni/JavaSharedClient.cpp
a2c606d1d8312a5d063e4a11e5911d9c8e4a3d19 13-May-2011 Ben Murdoch <benm@google.com> Merge WebKit at r75993: Move WebKit/android files to Source

Change-Id: Ifa871f8320bdb3a09fe189fffecc23f702c394b9
/external/webkit/Source/WebKit/android/jni/JavaSharedClient.cpp