diff options
Diffstat (limited to 'WebCore/WebCorePrefixAndroid.h')
-rw-r--r-- | WebCore/WebCorePrefixAndroid.h | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/WebCore/WebCorePrefixAndroid.h b/WebCore/WebCorePrefixAndroid.h index e1f0650..a024ccd 100644 --- a/WebCore/WebCorePrefixAndroid.h +++ b/WebCore/WebCorePrefixAndroid.h @@ -73,13 +73,13 @@ typedef unsigned char flex_uint8_t; #define FLATTEN_FRAMESET #define FLATTEN_IFRAME +// not android specific, should be submitted back +#define ANDROID_FASTER_MATRIX + #define ANDROID_EXPOSE_COLUMN_GAP #define ANDROID_LAYOUT -// Allows us to select all of the text in a <textarea> in onfocus -#define ANDROID_SELECT_TEXT_AREAS - #define ANDROID_FIX // Fix for issue 878095. Only call onBlur on an element if it has an @@ -95,10 +95,6 @@ typedef unsigned char flex_uint8_t; #define ANDROID_META_SUPPORT -// Give public access to a private method in HTMLSelectElement so that -// we can use information from the java UI to deselect items of the element. -#define ANDROID_DESELECT_SELECT - // Converts ListBoxes to dropdown popup lists. #define ANDROID_LISTBOX_USES_MENU_LIST @@ -118,10 +114,6 @@ typedef unsigned char flex_uint8_t; // PLUGIN_SCHEDULE_TIMER) #define ANDROID_PLUGINS -// Prevent Webkit from drawing the selection in textfields/textareas, since we -// draw it ourselves in the UI thread. -#define ANDROID_DO_NOT_DRAW_TEXTFIELD_SELECTION - // This should possibly be patched back to WebKit since they seem to lose the // user gesture hint. If we do decide to patch this back, the user gesture flag // should probably be passed in the NavigationAction rather than the |