summaryrefslogtreecommitdiffstats
path: root/WebKit/android/WebCoreSupport/ChromeClientAndroid.cpp
Commit message (Expand)AuthorAgeFilesLines
* A couple of fixes for scrolling layers.Patrick Scott2011-02-151-2/+0
* Use ListBoxPopupMenuClient for listboxes.Leon Scroggins2011-02-031-1/+1
* Fix hit testing inside layers.Patrick Scott2011-01-261-1/+0
* Wait until the focus changes to hide keyboard.Leon Scroggins2011-01-241-1/+5
* Fix for <select> elements.Leon Scroggins2010-12-071-2/+2
* Rewrite scrollable layers using multiple layers.Patrick Scott2010-12-031-1/+6
* Merge Webkit at r71558: Add function focusedFrameChangedTeng-Hui Zhu2010-11-171-0/+1
* Merge Webkit at r71558: Vitual function implementation in ChromeClientAndroid.*Teng-Hui Zhu2010-11-171-0/+4
* Merge Webkit at r70949: Added new FrameLoaderClient stubsJohn Reck2010-11-091-1/+1
* Hide the soft keyboard when a blur happens.Leon Scroggins2010-09-281-0/+5
* Merge WebKit at r65615 : processingUserGesture() is now static.Iain Merrick2010-08-231-1/+1
* Merge WebKit at r65072: String class has moved to the WTF namespace.Ben Murdoch2010-08-131-1/+1
* Merge WebKit at r64523 : Stub out ChromeClient::reachedApplicationCacheOrigin...Steve Block2010-08-091-0/+5
* Merge WebKit at r64523 : Provide PopupMenuAndroid and related ChromeClient me...Steve Block2010-08-091-0/+17
* Merge Webkit at r63859 : PlatformCursorHandle -> Cursor. See http://trac.webk...Ben Murdoch2010-07-271-2/+1
* Removing ANDROID_USER_GESTURE ifdefKristian Monsen2010-07-151-4/+1
* Fix for bug 2816268: Refactor ANDROID_USER_GESTURE codeKristian Monsen2010-07-151-10/+9
* Combine base PictureSet with composite layers intoGrace Kloba2010-07-091-25/+9
* Detect if we're a webapp from the meta tag and send a message throughBen Murdoch2010-06-301-0/+10
* Refix http://b/issue?id=2509597.Grace Kloba2010-05-261-4/+3
* Remove the use of a timer to delay painting, instead use a flag and check itNicolas Roard2010-05-211-3/+7
* Merge webkit.org at r58033 : Update ChromeClientAndroid with refactoring of C...Steve Block2010-05-111-6/+13
* Merge webkit.org at r58033 : Update ChromeClient::iconForFiles()Steve Block2010-05-111-1/+2
* Merge webkit.org at r58033 : ChromeClient::cancelGeolocationPermissionRequest...Steve Block2010-05-111-1/+1
* Merge webkit.org at r58033 : Update location of CString.hSteve Block2010-05-111-1/+1
* Merge webkit.org at r55033 : Implement new ChromeClient::iconForFiles method ...Steve Block2010-04-271-0/+5
* Remove unnecessary call to ChromeClientAndroid::scheduleCompositingLayerSync().Andrei Popescu2010-03-051-1/+1
* refactor drawing to support layersCary Clark2010-02-241-2/+2
* Simplify the layer code:Nicolas Roard2010-02-241-23/+5
* Fixes a bug with showing the Geolocation permissions promptSteve Block2010-02-231-0/+6
* Fix for busy loopNicolas Roard2010-02-221-1/+0
* Add code to try and reclaim granted but unused database quota. This will help...Ben Murdoch2010-02-181-5/+55
* Merge webkit.org at r54340 : Update use of processingUserGesture to pass DOMW...Steve Block2010-02-151-1/+1
* Forward the console message level from WebCore to Java land.Ben Murdoch2010-02-041-2/+2
* Stop forwarding touch events from Java when the top level document is detache...Ben Murdoch2010-01-271-2/+2
* Fix potential crash with layers enabled.Nicolas Roard2010-01-261-1/+3
* Refactor our touch event code to use the version submitted to webkit.org by t...Ben Murdoch2010-01-201-0/+10
* resolved conflicts for merge of 870689c8Nicolas Roard2010-01-041-0/+63
* Merge webkit.org at r51976 : Implement new ChromeClient::focusedNodeChanged m...Steve Block2009-12-171-0/+2
* Rollback to return density for scaleFactor.Grace Kloba2009-12-111-22/+2
* Change window focus only if the user initiated the event.Patrick Scott2009-11-191-1/+10
* Fixes license headers for all files in WebKit/android, other than those in stl/.Steve Block2009-11-131-1/+1
* Merge webkit.org at R49305 : ChromeClient::platformWindow renamed to platform...Steve Block2009-10-201-3/+1
* Merge webkit.org at R49305 : Add stub ChromeClient::scrollbarsModeDidChange m...Steve Block2009-10-201-0/+5
* Merge webkit.org at R49305 : FrameLoader::stopLoading now uses an enum.Steve Block2009-10-201-1/+1
* return default 1.0 for scaleFactor(), since android doesn't record at the sam...Mike Reed2009-10-191-2/+22
* File upload.Leon Scroggins2009-10-091-1/+8
* Makes sure that Geolocation permissions are saved before the browser is killed.Steve Block2009-10-071-0/+5
* Colorizing clicked-on linksLeon Clarke2009-09-241-0/+8
* Add dpi support for WebView.Grace Kloba2009-09-211-2/+2