summaryrefslogtreecommitdiffstats
path: root/WebKit
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'goog/master' into mergeAndrei Popescu2009-08-192-0/+17
|\
| * Merge change 21466 into eclairAndroid (Google) Code Review2009-08-182-0/+17
| |\
| | * Need to notify Java side when viewport tag is parsed.Grace Kloba2009-08-182-0/+17
* | | Revert "Compilation and link error fixes for new webkit r47420."Andrei Popescu2009-08-192-7/+7
* | | Compilation and link error fixes for new webkit r47420.Ben Murdoch2009-08-182-7/+7
* | | Merge commit 'goog/master' into mergeBen Murdoch2009-08-1813-70/+381
|\ \ \ | |/ /
| * | Merge change 21673 into eclairAndroid (Google) Code Review2009-08-172-2/+15
| |\ \ | | |/ | |/|
| | * Add re-entry count for QemuTracerAuto class.Feng Qian2009-08-172-2/+15
| * | Do not merge - pulled from masterPatrick Scott2009-08-171-1/+1
| * | Check for a null request in the policy callbacks.Patrick Scott2009-08-171-3/+22
| * | 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-143-1/+100
| |/
| * 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-135-21/+137
| * Add a utility class QemuTracerAuto when WEBCORE_INSTRUMENTATION is on.Feng Qian2009-08-121-0/+7
| * adding additional documentation for the plugin apiDerek Sollenberger2009-08-111-3/+49
| * cleaning up and adding more doxygen commentsDerek Sollenberger2009-08-111-41/+49
* | Continue with linker error fixes.Ben Murdoch2009-08-171-3/+8
* | WebViewCore fixAndrei Popescu2009-08-171-2/+2
* | Merge change 21490 into master-webkit-mergeAndroid (Google) Code Review2009-08-176-13/+16
|\ \
| * | Fix WebCoreFrameBridge.cppAndrei Popescu2009-08-176-13/+16
* | | Fix some WebKit/ compilation errors.Ben Murdoch2009-08-174-12/+10
|/ /
* | ResourceHandleAndroid fixAndrei Popescu2009-08-172-11/+13
* | Merge in WebKit r47029.Ben Murdoch2009-08-11442-30673/+70831
|/
* modifying the android_npapi.h to accomodate surfaces with different pixel for...Derek Sollenberger2009-08-108-52/+55
* enabling plugin surfaces to manually scale based on the zoom level.Derek Sollenberger2009-08-074-25/+11
* Merge change 20271Android (Google) Code Review2009-08-065-8/+8
|\
| * fixing the surface size if the plugin elects to not handle zoomEvents.Derek Sollenberger2009-08-065-8/+8
* | Merge change 20266Android (Google) Code Review2009-08-061-3/+4
|\ \ | |/ |/|
| * Fixes a couple of bugs in the Geolocation permissions manager.Steve Block2009-08-061-3/+4
* | first cut at adding zoom support for plugins.Derek Sollenberger2009-08-063-7/+29
|/
* Add SystemInterface to the android_npapi so that we can expose system relatedGrace Kloba2009-08-054-0/+100
* Add a callback for parsing apple-touch-icon.Patrick Scott2009-08-054-0/+32
* adding the first cut for the onLoad plugin event.Derek Sollenberger2009-08-042-0/+7
* Merge change 9470Android (Google) Code Review2009-08-041-0/+22
|\
| * Enable workers for V8Andrei Popescu2009-08-031-0/+22
* | Merge change 9656Android (Google) Code Review2009-08-043-15/+37
|\ \
| * | enhancing visibleRect tracking and making it work within iframes.Derek Sollenberger2009-08-043-15/+37
* | | Merge change 9526Android (Google) Code Review2009-08-032-4/+24
|\ \ \ | |/ /
| * | Fixing mouse and touch coordinates inside iframes.Derek Sollenberger2009-08-032-4/+24
| |/
* | Merge change 9343Android (Google) Code Review2009-08-032-0/+37
|\ \ | |/ |/|
| * expose getFontPath to pluginsMike Reed2009-07-312-0/+37
* | Fix a bug in find.Leon Scroggins2009-07-311-10/+9
* | rebuild the nav cache on mouse clicks during page loadCary Clark2009-07-315-24/+59
* | Allow user to jump to the next textfield.Leon Scroggins2009-07-315-21/+139
|/
* Remove snapToAnchor as it is not used any more.Grace Kloba2009-07-302-65/+0
* Merge change 9149Android (Google) Code Review2009-07-301-1/+4
|\
| * Fix a bug in the ChromeClientAndroid where the m_newQuota was set to -1 after...Andrei Popescu2009-07-301-1/+4
* | Adds the C++ side of the system to show the Geolocation permissions prompt.Steve Block2009-07-301-2/+26
|/
* Adds GeolocationPermissionsBridge.Steve Block2009-07-293-2/+105