summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni/WebViewCore.cpp
Commit message (Expand)AuthorAgeFilesLines
* add event interface for plugins, so they can post an event to themselves (fro...Mike Reed2009-12-101-0/+28
* Enable longpress and doubletap to WebKit as touchGrace Kloba2009-12-091-4/+10
* Pass a message to move the focus when user hits "Next".Leon Scroggins2009-12-091-1/+32
* Switching from activity based full screen plugins to a view system overlay.Derek Sollenberger2009-12-081-4/+19
* Only re-center the page if it is zoom change orGrace Kloba2009-12-041-3/+10
* Move dump display tree to sdcard as dom and render tree.Grace Kloba2009-12-011-16/+14
* cleaning up local JNI references for plugins and caching appropriate JNI ids.Derek Sollenberger2009-12-011-0/+8
* Cleanup how a plugin requests to go full-screen.Derek Sollenberger2009-12-011-5/+3
* Refactoring plugins to use new java interfaces.Derek Sollenberger2009-11-301-14/+28
* Add support for returning the anchor text back to Java land.Ben Murdoch2009-11-181-5/+34
* Fixes license headers for all files in WebKit/android, other than those in stl/.Steve Block2009-11-131-1/+1
* Merge webkit.org at r50258 : HistoryController has been factored out of Frame...Steve Block2009-11-101-1/+1
* Allow plugins to load java classes from their apk.Derek Sollenberger2009-11-091-2/+26
* Fixes V8 build due to missing include.Steve Block2009-11-051-0/+1
* Stop Geolocation service when browser tab is in the background.Steve Block2009-11-051-0/+16
* DO NOT MERGE. Send a message when the page changes and find is up to search a...Leon Scroggins2009-10-291-0/+12
* Pass PlatformKeyboardEvents for deletions.Leon Scroggins2009-10-281-1/+10
* Allow touches to change the selection.Leon Scroggins2009-10-271-21/+2
* changing how plugins gain/lose focus.Derek Sollenberger2009-10-271-39/+0
* tweak select textCary Clark2009-10-271-9/+47
* Remove some unused variables.Leon Scroggins2009-10-231-2/+0
* Do not show radio/checkboxes for <optgroup> labels.Leon Scroggins2009-10-211-7/+14
* Merge webkit.org at R49305 : Text::string renamed to dataImpl.Steve Block2009-10-201-2/+2
* Enabling plugins to stay in sync with UI when the DOM changes.Derek Sollenberger2009-10-131-0/+16
* add debugging, tweak data for flash work in progressCary Clark2009-10-121-1/+1
* File upload.Leon Scroggins2009-10-091-0/+17
* am e7430864: Makes sure that Geolocation permissions are saved before the bro...Steve Block2009-10-071-0/+9
|\
| * Makes sure that Geolocation permissions are saved before the browser is killed.Steve Block2009-10-071-0/+9
* | reset webTextView size if focus bounds changesCary Clark2009-10-071-0/+17
* | fix select text if multiple lines are the same widthCary Clark2009-10-051-13/+23
* | Add check null of getRealObject(). When a WebView isGrace Kloba2009-10-021-37/+185
|/
* 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
|\ \