summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Brings Mock Geolocation service up to date with latest submission to WebKit.Steve Block2009-09-021-20/+4
* | Get the drawable directory from Java for the platform buttons.Grace Kloba2009-09-022-4/+10
|/
* don't layout when setting size from zoom if only height changedCary Clark2009-08-282-6/+9
* Merge changes 22903,22905 into eclairAndroid (Google) Code Review2009-08-271-1/+1
|\
| * Use v8::V8::LowMemoryNotification() instead of the non-really-existibg v8::V8...Andrei Popescu2009-08-271-1/+1
* | Merge change 22454 into eclairAndroid (Google) Code Review2009-08-271-0/+8
|\ \ | |/ |/|
| * Adds a method to allow Geolocation permissions for an origin.Steve Block2009-08-261-0/+8
* | Pass the estimated size of new databases to the Java implementation so that t...Ben Murdoch2009-08-262-5/+7
* | 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-252-6/+33
|/
* WebKit changes to persist Geolocation permissions between browser sessions.Steve Block2009-08-241-0/+5
* Fixes build breakage due to missing GeolocationPermissions header.Steve Block2009-08-241-0/+1
* Adds WebKit-side of logic to make Geolocation obey Browser 'Enagle Location' ...Steve Block2009-08-211-0/+5
* Merge commit 'goog/master' into mergeAndrei Popescu2009-08-192-0/+17
|\
| * Need to notify Java side when viewport tag is parsed.Grace Kloba2009-08-182-0/+17