summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni/WebViewCore.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't crash on java exceptionLeon Clarke2009-09-301-15/+32
* scroll text field with touchCary Clark2009-09-291-4/+9
* Update the comment for checking null in needtouchevents.Grace Kloba2009-09-281-2/+2
* Check null for WebViewCore's nativeClass before callingGrace Kloba2009-09-271-2/+7
* don't short-circuit if the text selection has changedCary Clark2009-09-251-2/+22
* Colorizing clicked-on linksLeon Clarke2009-09-241-0/+24
* adding API to enable plugins to request full screen modeDerek Sollenberger2009-09-221-3/+18
* Add dpi support for WebView.Grace Kloba2009-09-211-0/+6
* First pass at replacing native plugin views with java.Derek Sollenberger2009-09-151-45/+13
* don't layout when setting size from zoom if only height changedCary Clark2009-08-281-5/+7
* Pass the estimated size of new databases to the Java implementation so that t...Ben Murdoch2009-08-261-3/+3
* fix a couple of debug print errorsCary Clark2009-08-251-1/+1
* modifying how onLoad events are sent to plugins to properly handle IFrames.Derek Sollenberger2009-08-251-6/+30
* Merge commit 'goog/master' into mergeAndrei Popescu2009-08-191-0/+12
|\
| * Need to notify Java side when viewport tag is parsed.Grace Kloba2009-08-181-0/+12
| * Do not merge - pulled from masterPatrick Scott2009-08-171-1/+1
* | Revert "Compilation and link error fixes for new webkit r47420."Andrei Popescu2009-08-191-2/+2
* | Compilation and link error fixes for new webkit r47420.Ben Murdoch2009-08-181-2/+2
* | Merge commit 'goog/master' into mergeBen Murdoch2009-08-181-10/+69
|\ \
| * | Be more restrictive when expanding iframes.Patrick Scott2009-08-171-1/+1
| |/
| * rebuild nav cache if cursor is moved to invisible nodeCary Clark2009-08-141-1/+1
| * Pass clicks to webkit's textfield to determine the new selection.Leon Scroggins2009-08-131-8/+67
* | WebViewCore fixAndrei Popescu2009-08-171-2/+2
|/
* modifying the android_npapi.h to accomodate surfaces with different pixel for...Derek Sollenberger2009-08-101-3/+4
* fixing the surface size if the plugin elects to not handle zoomEvents.Derek Sollenberger2009-08-061-3/+3
* adding the first cut for the onLoad plugin event.Derek Sollenberger2009-08-041-0/+6
* enhancing visibleRect tracking and making it work within iframes.Derek Sollenberger2009-08-041-1/+1
* rebuild the nav cache on mouse clicks during page loadCary Clark2009-07-311-2/+21
* Remove snapToAnchor as it is not used any more.Grace Kloba2009-07-301-62/+0
* Adds the C++ side of the system to show the Geolocation permissions prompt.Steve Block2009-07-301-2/+26
* Fixes build bustage due to GeolocationPermissions.Steve Block2009-07-291-0/+1
* Adds a GeolocationPermissions class.Steve Block2009-07-291-0/+9
* wire in the AppCache out-of-space callbackAndrei Popescu2009-07-291-6/+18
* Support double tap in the Browser.Grace Kloba2009-07-281-2/+24
* Improve dragging on WebTextView.Leon Scroggins2009-07-231-1/+32
* am 70522f5f: adjust right edge of copy bounds if edge is not foundCary Clark2009-07-221-2/+8
|\
| * adjust right edge of copy bounds if edge is not foundCary Clark2009-07-211-2/+8
* | removing visibleRect event and tracking rectangles instead.Derek Sollenberger2009-07-201-16/+19
* | Add Plugin APIs for creating and manipulating a Surface.Patrick Scott2009-07-201-0/+57
* | Use fRight and fBottom instead of width() and height().Patrick Scott2009-07-071-2/+7
* | fixing a typo in the android plugin api.Derek Sollenberger2009-07-071-1/+1
* | Update text webcore thread's text generation number.Leon Scroggins2009-07-071-8/+13
* | added gain/loose focus support for plugins. (focus = eligible to receive user...Derek Sollenberger2009-07-021-3/+43
* | Update the nav cache when selected elements change or moveCary Clark2009-07-011-26/+34
* | Fix a WebView longpress bug.Leon Scroggins2009-06-301-7/+1
* | Make the caret/selection draw when gaining window focus.Leon Scroggins2009-06-301-7/+7
* | Remove incorrect commentsFeng Qian2009-06-291-4/+0
* | Add SetJSFlags option in debug mode.Feng Qian2009-06-291-0/+20
* | Adding support for plugins to request the keyboard.Derek Sollenberger2009-06-291-0/+12
* | Remove the web text view if the key press is abandonedCary Clark2009-06-291-0/+11