summaryrefslogtreecommitdiffstats
path: root/WebKit/android/WebCoreSupport
Commit message (Expand)AuthorAgeFilesLines
* Merge webkit.org at R49305 : ChromeClient::platformWindow renamed to platform...Steve Block2009-10-202-4/+2
* Merge webkit.org at R49305 : Add stub ChromeClient::scrollbarsModeDidChange m...Steve Block2009-10-202-0/+6
* Merge webkit.org at R49305 : FrameLoader::stopLoading now uses an enum.Steve Block2009-10-201-1/+1
* Merge webkit.org at R49305 : PolicyChecker is now factored out of FrameLoader.Steve Block2009-10-201-8/+8
* Merge webkit.org at R49305 : Update KURL constructor call sites to new signat...Steve Block2009-10-201-4/+4
* return default 1.0 for scaleFactor(), since android doesn't record at the sam...Mike Reed2009-10-191-2/+22
* Only write Geolocation permissions to the DB when required.Steve Block2009-10-162-7/+15
* File upload.Leon Scroggins2009-10-091-1/+8
* Makes sure that Geolocation permissions are saved before the browser is killed.Steve Block2009-10-074-7/+14
* Update <video> implementation after new IRC discussion with Eric Carlsson.Andrei Popescu2009-09-301-47/+108
* Fix a few crashes with assertions enabled.Patrick Scott2009-09-291-1/+4
* Fix the multiple form submission bug. (Bug 2098417).Ben Murdoch2009-09-281-1/+12
* Colorizing clicked-on linksLeon Clarke2009-09-242-0/+11
* Add apple-touch-icon-precomposed processing.Patrick Scott2009-09-222-3/+3
* Add dpi support for WebView.Grace Kloba2009-09-211-2/+2
* Wire the rest of MediaPlayer to our implementation of WebCore::MediaPlayerPri...Andrei Popescu2009-09-171-11/+75
* Add poster support and other fixesAndrei Popescu2009-09-171-2/+13
* Fix the crash with sites having youtube video. It doesn't crash while loading.Grace Kloba2009-08-281-1/+1
* Merge change 22454 into eclairAndroid (Google) Code Review2009-08-272-11/+19
|\
| * Adds a method to allow Geolocation permissions for an origin.Steve Block2009-08-262-11/+19
* | Pass the estimated size of new databases to the Java implementation so that t...Ben Murdoch2009-08-261-1/+4
* | modifying how onLoad events are sent to plugins to properly handle IFrames.Derek Sollenberger2009-08-251-11/+14
|/
* Fixes build due in GeolocationPermissions.Steve Block2009-08-241-1/+0
* WebKit changes to persist Geolocation permissions between browser sessions.Steve Block2009-08-243-9/+104
* Adds WebKit-side of logic to make Geolocation obey Browser 'Enagle Location' ...Steve Block2009-08-212-0/+14
* Merge commit 'goog/master' into mergeBen Murdoch2009-08-183-8/+48
|\
| * Check for a null request in the policy callbacks.Patrick Scott2009-08-171-3/+22
| * Pass clicks to webkit's textfield to determine the new selection.Leon Scroggins2009-08-132-5/+26
* | Merge change 21490 into master-webkit-mergeAndroid (Google) Code Review2009-08-175-7/+14
|\ \
| * | Fix WebCoreFrameBridge.cppAndrei Popescu2009-08-175-7/+14
* | | Fix some WebKit/ compilation errors.Ben Murdoch2009-08-172-2/+9
|/ /
* | ResourceHandleAndroid fixAndrei Popescu2009-08-172-11/+13
|/
* Fixes a couple of bugs in the Geolocation permissions manager.Steve Block2009-08-061-3/+4
* Add a callback for parsing apple-touch-icon.Patrick Scott2009-08-052-0/+11
* Fix a bug in the ChromeClientAndroid where the m_newQuota was set to -1 after...Andrei Popescu2009-07-301-1/+4
* Fixes build bustage due to GeolocationPermissions.Steve Block2009-07-291-0/+2
* Adds a GeolocationPermissions class.Steve Block2009-07-294-2/+415
* wire in the AppCache out-of-space callbackAndrei Popescu2009-07-291-28/+35
* Support double tap in the Browser.Grace Kloba2009-07-281-3/+8
* Merge change 8010Android (Google) Code Review2009-07-222-0/+10
|\
| * Implements a mechanism that limit the growth of the application cacheAndrei Popescu2009-07-212-0/+10
* | Check for xml and text mime types through DOMImplementation.Patrick Scott2009-07-211-8/+4
|/
* am cb86952d: Fix #1896846. Move reset the meta data from canHandleRequest to ...Grace Kloba2009-07-091-9/+8
|\
| * Fix #1896846. Move reset the meta data from canHandleRequest to transitionToC...Grace Kloba2009-07-081-9/+8
* | Add fullscreen support back in.Andrei Popescu2009-07-071-20/+12
* | Added createView and attachView for playing embedded videos.Patrick Scott2009-07-061-8/+36
* | Merge change 5139Android (Google) Code Review2009-06-261-0/+265
|\ \
| * | Implement fullscreen video. Currently only load() and play() are supported. T...Andrei Popescu2009-06-251-0/+265
* | | add zoom field to visibleRect eventMike Reed2009-06-241-1/+2
|/ /
* | Get WebKit r44544.Feng Qian2009-06-176-21/+37