summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni
Commit message (Expand)AuthorAgeFilesLines
* rebuild nav cache if cursor is moved to invisible nodeCary Clark2009-08-141-1/+1
* Adds ability to configure mock Geolocation service from DumpRenderTree on And...Steve Block2009-08-142-1/+99
* Add GC support in V8 and calling GC in WebCoreFrameBridge::clearCache.Feng Qian2009-08-131-0/+3
* Pass clicks to webkit's textfield to determine the new selection.Leon Scroggins2009-08-132-10/+78
* modifying the android_npapi.h to accomodate surfaces with different pixel for...Derek Sollenberger2009-08-102-4/+6
* fixing the surface size if the plugin elects to not handle zoomEvents.Derek Sollenberger2009-08-062-4/+4
* Add SystemInterface to the android_npapi so that we can expose system relatedGrace Kloba2009-08-051-0/+16
* Add a callback for parsing apple-touch-icon.Patrick Scott2009-08-052-0/+21
* adding the first cut for the onLoad plugin event.Derek Sollenberger2009-08-041-0/+6
* Merge change 9470Android (Google) Code Review2009-08-041-0/+22
|\
| * Enable workers for V8Andrei Popescu2009-08-031-0/+22
* | 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-312-2/+22
* Remove snapToAnchor as it is not used any more.Grace Kloba2009-07-302-65/+0
* Adds the C++ side of the system to show the Geolocation permissions prompt.Steve Block2009-07-301-2/+26
* Adds GeolocationPermissionsBridge.Steve Block2009-07-292-2/+104
* Remove the WebIconDatabase thread attachment since ThreadingPthreads does it.Patrick Scott2009-07-291-19/+2
* Fixes build bustage due to GeolocationPermissions.Steve Block2009-07-291-0/+1
* Adds a GeolocationPermissions class.Steve Block2009-07-293-1/+31
* wire in the AppCache out-of-space callbackAndrei Popescu2009-07-292-7/+26
* Support double tap in the Browser.Grace Kloba2009-07-283-2/+39
* Improve dragging on WebTextView.Leon Scroggins2009-07-232-1/+36
* Merge change 8191Android (Google) Code Review2009-07-231-0/+5
|\
| * Enforce app cache maximum sizeAndrei Popescu2009-07-221-0/+5
* | 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
| * Add <keygen> support for VPN team.Grace Kloba2009-06-123-1/+65
| * DO NOT MERGE.Grace Kloba2009-06-101-0/+25
* | wire the appcache to the HTML5 UIAndrei Popescu2009-07-211-12/+50
* | removing visibleRect event and tracking rectangles instead.Derek Sollenberger2009-07-202-17/+22
* | Add Plugin APIs for creating and manipulating a Surface.Patrick Scott2009-07-202-0/+67
* | Turn on webcore's request management and remove our hacks.Patrick Scott2009-07-152-4/+3
* | 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-072-10/+16
* | added gain/loose focus support for plugins. (focus = eligible to receive user...Derek Sollenberger2009-07-022-3/+51
* | Update the nav cache when selected elements change or moveCary Clark2009-07-012-26/+36
* | 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
* | As WebKit takes "expires" as String, we can pass it directly with the rest of...Grace Kloba2009-06-292-8/+3
* | Adding support for plugins to request the keyboard.Derek Sollenberger2009-06-292-0/+15
* | Remove the web text view if the key press is abandonedCary Clark2009-06-292-1/+12
* | work in progress to enable plugins to receive arrow keysCary Clark2009-06-292-57/+26
* | Make clicking the trackball on a <select> element work.Leon Scroggins2009-06-262-18/+19
* | Merge change 5393Android (Google) Code Review2009-06-251-1/+1
|\ \
| * | throttle plugin draws to 60fps, so we don't swamp the CPU to no visual avail.Mike Reed2009-06-251-1/+1
* | | Fix for the new webkit. "expires" now takes the string instead of int.Grace Kloba2009-06-252-8/+8
|/ /
* | add zoom field to visibleRect eventMike Reed2009-06-242-18/+14