summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni
Commit message (Expand)AuthorAgeFilesLines
* Merge change Ifcce71fa into eclair-mr2Android (Google) Code Review2009-12-162-4/+24
|\
| * Implement the full screen WebView plugin.Grace Kloba2009-12-162-4/+24
* | Fix the benchmark app yet again to work in mr2 (and master).Patrick Scott2009-12-151-4/+4
|/
* check to see if nav cache is up to date on tapCary Clark2009-12-152-0/+34
* Provide localized strings for <input> labels.Leon Scroggins2009-12-152-10/+52
* Notify native plugin code when the browser discards the customView.Derek Sollenberger2009-12-142-5/+31
* Break the WebCore -> WebKit dependency in ResourceHandleAndroid.cpp.Andrei Popescu2009-12-114-12/+19
* add event interface for plugins, so they can post an event to themselves (fro...Mike Reed2009-12-102-0/+40
* Merge change I85087ab0 into eclair-mr2Android (Google) Code Review2009-12-091-1/+13
|\
| * Enable orientation events.Patrick Scott2009-12-091-1/+13
* | Enable longpress and doubletap to WebKit as touchGrace Kloba2009-12-092-5/+11
|/
* Pass a message to move the focus when user hits "Next".Leon Scroggins2009-12-092-1/+33
* Merge change I0b9d36d9 into eclair-mr2Android (Google) Code Review2009-12-082-5/+2
|\
| * Modify AndroidWebHistoryBridge to prepare uploadingGrace Kloba2009-12-072-5/+2
* | Switching from activity based full screen plugins to a view system overlay.Derek Sollenberger2009-12-084-85/+24
* | Remove an accidentally added include.Ben Murdoch2009-12-071-1/+0
|/
* Merge change If686b999 into eclair-mr2Android (Google) Code Review2009-12-042-3/+5
|\
| * Pass up flags for the main resource and user gesture.Patrick Scott2009-12-042-3/+5
* | Only re-center the page if it is zoom change orGrace Kloba2009-12-041-3/+10
|/
* Rework CL, https://android-git.corp.google.com/g/#change,34511Grace Kloba2009-12-032-10/+0
* Fix the build due to auto mergeGrace Kloba2009-12-031-1/+2
* After turning on page cache, the parent HistoryItemGrace Kloba2009-12-032-0/+16
* Android History unforking pt4: Android specific changes to makefiles and othe...Ben Murdoch2009-12-033-88/+37
* Save form data for elements other than type "text".Leon Scroggins2009-12-021-20/+15
* Enable WebKit page cache through WebSettings.Grace Kloba2009-12-022-8/+19
* 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
* Adding native portion of the PluginActivity class.Derek Sollenberger2009-12-011-0/+77
* Cleanup how a plugin requests to go full-screen.Derek Sollenberger2009-12-013-6/+6
* Fix a crash when closing the native history.Patrick Scott2009-11-301-3/+6
* Refactoring plugins to use new java interfaces.Derek Sollenberger2009-11-302-19/+34
* Unfork WebCore/bridge/jni.Ben Murdoch2009-11-241-5/+5
* Merge change Ia4f91efd into eclair-mr2Android (Google) Code Review2009-11-231-3/+3
|\
| * Moves get_thread_msec from JavaScriptCore/wtf/CurrentTime to WebKit/android/T...Steve Block2009-11-201-3/+3
* | Move the benchmark code inside libwebcore.soPatrick Scott2009-11-231-0/+178
|/
* Add support for returning the anchor text back to Java land.Ben Murdoch2009-11-182-5/+39
* Fixes license headers for all files in WebKit/android, other than those in stl/.Steve Block2009-11-1326-28/+28
* Merge webkit.org at r50258 : toJSDOMWindow now takes a DOMWrapperWorld parame...Steve Block2009-11-101-1/+1
* Merge webkit.org at r50258 : FrameLoader::loadFrameRequest now takes a Referr...Steve Block2009-11-101-1/+1
* Merge webkit.org at r50258 : FrameLoader::executeScript has moved to ScriptCo...Steve Block2009-11-101-1/+1
* Merge webkit.org at r50258 : HistoryController has been factored out of Frame...Steve Block2009-11-102-5/+5
* Merge change I5bad623b into eclair-mr2Android (Google) Code Review2009-11-092-2/+29
|\
| * Allow plugins to load java classes from their apk.Derek Sollenberger2009-11-092-2/+29
* | Add/expose postdata identifier so that when we cacheGrace Kloba2009-11-084-9/+27
|/
* 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
* Use NPAPI headers from WebCore/bridge/ rather than those from V8Bindings/npapi/.Steve Block2009-10-281-1/+6
* Merge change Ia17a9f02 into eclair-mr2Android (Google) Code Review2009-10-281-7/+1
|\