summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Adds ScriptController::initializeThreading(), to allow initializeThreading() ...Steve Block2009-10-271-7/+1
* | Allow touches to change the selection.Leon Scroggins2009-10-271-21/+2
* | changing how plugins gain/lose focus.Derek Sollenberger2009-10-272-47/+0
* | tweak select textCary Clark2009-10-271-9/+47
* | Avoid calling setDatabaseDirectoryPath() when the path is already set.Andrei Popescu2009-10-271-1/+2
|/
* Remove some unused variables.Leon Scroggins2009-10-232-4/+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
* Merge webkit.org at R49305 : Page constructor now takes a PluginHalterClient.Steve Block2009-10-201-1/+1
* Merge webkit.org at R49305 : goBackOrForwards is now a member of Page.Steve Block2009-10-201-1/+1
* Merge webkit.org at R49305 : setLocalLoadPolicy is now a member of SecurityOr...Steve Block2009-10-201-2/+3
* Merge webkit.org at R49305 : PolicyChecker is now factored out of FrameLoader.Steve Block2009-10-201-1/+1
* Merge webkit.org at R49305 : Update KURL constructor call sites to new signat...Steve Block2009-10-202-3/+3
* Merge change Ibf761b97 into eclair-mr2Android (Google) Code Review2009-10-131-9/+36
|\
| * Prevent getFile from copying when the file is too large.Leon Scroggins2009-10-131-9/+36
* | Enabling plugins to stay in sync with UI when the DOM changes.Derek Sollenberger2009-10-132-1/+19
|/
* add debugging, tweak data for flash work in progressCary Clark2009-10-121-1/+1
* File upload.Leon Scroggins2009-10-093-0/+57
* 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-072-0/+19
* | 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-023-60/+281
|/
* Don't crash on java exceptionLeon Clarke2009-09-302-20/+41
* scroll text field with touchCary Clark2009-09-292-5/+10
* Fix a few crashes with assertions enabled.Patrick Scott2009-09-292-2/+2
* Update the comment for checking null in needtouchevents.Grace Kloba2009-09-282-2/+3
* Fix the multiple form submission bug. (Bug 2098417).Ben Murdoch2009-09-281-0/+4
* 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-252-2/+24
* Colorizing clicked-on linksLeon Clarke2009-09-242-0/+31
* Add ANDROID_USER_GESTURE back to WebCore.Patrick Scott2009-09-241-1/+1
* adding API to enable plugins to request full screen modeDerek Sollenberger2009-09-222-5/+24
* Add apple-touch-icon-precomposed processing.Patrick Scott2009-09-222-4/+4
* Add dpi support for WebView.Grace Kloba2009-09-213-0/+20
* Wire the rest of MediaPlayer to our implementation of WebCore::MediaPlayerPri...Andrei Popescu2009-09-171-1/+7
* First pass at replacing native plugin views with java.Derek Sollenberger2009-09-152-51/+17
* allow mixed-case schemes in resource URLsCary Clark2009-09-101-1/+14
* Fix for 2106269Andrei Popescu2009-09-091-1/+1
* Updates mock Geolocation service to match final version submitted to WebKit.Steve Block2009-09-081-3/+3
* Store Geolocation cached position between browser sessions.Steve Block2009-09-071-1/+4
* Allow 0 to be passed for the nativePointerParameter to nativeAddJavaScriptInt...Andrei Popescu2009-09-031-1/+5
* Merge change 23630 into eclairAndroid (Google) Code Review2009-09-031-20/+4
|\