index
:
external_webkit.git
replicant-4.2
external/webkit
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
WebKit
/
android
/
WebCoreSupport
/
ChromeClientAndroid.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
A couple of fixes for scrolling layers.
Patrick Scott
2011-02-15
1
-2
/
+0
*
Use ListBoxPopupMenuClient for listboxes.
Leon Scroggins
2011-02-03
1
-1
/
+1
*
Fix hit testing inside layers.
Patrick Scott
2011-01-26
1
-1
/
+0
*
Wait until the focus changes to hide keyboard.
Leon Scroggins
2011-01-24
1
-1
/
+5
*
Fix for <select> elements.
Leon Scroggins
2010-12-07
1
-2
/
+2
*
Rewrite scrollable layers using multiple layers.
Patrick Scott
2010-12-03
1
-1
/
+6
*
Merge Webkit at r71558: Add function focusedFrameChanged
Teng-Hui Zhu
2010-11-17
1
-0
/
+1
*
Merge Webkit at r71558: Vitual function implementation in ChromeClientAndroid.*
Teng-Hui Zhu
2010-11-17
1
-0
/
+4
*
Merge Webkit at r70949: Added new FrameLoaderClient stubs
John Reck
2010-11-09
1
-1
/
+1
*
Hide the soft keyboard when a blur happens.
Leon Scroggins
2010-09-28
1
-0
/
+5
*
Merge WebKit at r65615 : processingUserGesture() is now static.
Iain Merrick
2010-08-23
1
-1
/
+1
*
Merge WebKit at r65072: String class has moved to the WTF namespace.
Ben Murdoch
2010-08-13
1
-1
/
+1
*
Merge WebKit at r64523 : Stub out ChromeClient::reachedApplicationCacheOrigin...
Steve Block
2010-08-09
1
-0
/
+5
*
Merge WebKit at r64523 : Provide PopupMenuAndroid and related ChromeClient me...
Steve Block
2010-08-09
1
-0
/
+17
*
Merge Webkit at r63859 : PlatformCursorHandle -> Cursor. See http://trac.webk...
Ben Murdoch
2010-07-27
1
-2
/
+1
*
Removing ANDROID_USER_GESTURE ifdef
Kristian Monsen
2010-07-15
1
-4
/
+1
*
Fix for bug 2816268: Refactor ANDROID_USER_GESTURE code
Kristian Monsen
2010-07-15
1
-10
/
+9
*
Combine base PictureSet with composite layers into
Grace Kloba
2010-07-09
1
-25
/
+9
*
Detect if we're a webapp from the meta tag and send a message through
Ben Murdoch
2010-06-30
1
-0
/
+10
*
Refix http://b/issue?id=2509597.
Grace Kloba
2010-05-26
1
-4
/
+3
*
Remove the use of a timer to delay painting, instead use a flag and check it
Nicolas Roard
2010-05-21
1
-3
/
+7
*
Merge webkit.org at r58033 : Update ChromeClientAndroid with refactoring of C...
Steve Block
2010-05-11
1
-6
/
+13
*
Merge webkit.org at r58033 : Update ChromeClient::iconForFiles()
Steve Block
2010-05-11
1
-1
/
+2
*
Merge webkit.org at r58033 : ChromeClient::cancelGeolocationPermissionRequest...
Steve Block
2010-05-11
1
-1
/
+1
*
Merge webkit.org at r58033 : Update location of CString.h
Steve Block
2010-05-11
1
-1
/
+1
*
Merge webkit.org at r55033 : Implement new ChromeClient::iconForFiles method ...
Steve Block
2010-04-27
1
-0
/
+5
*
Remove unnecessary call to ChromeClientAndroid::scheduleCompositingLayerSync().
Andrei Popescu
2010-03-05
1
-1
/
+1
*
refactor drawing to support layers
Cary Clark
2010-02-24
1
-2
/
+2
*
Simplify the layer code:
Nicolas Roard
2010-02-24
1
-23
/
+5
*
Fixes a bug with showing the Geolocation permissions prompt
Steve Block
2010-02-23
1
-0
/
+6
*
Fix for busy loop
Nicolas Roard
2010-02-22
1
-1
/
+0
*
Add code to try and reclaim granted but unused database quota. This will help...
Ben Murdoch
2010-02-18
1
-5
/
+55
*
Merge webkit.org at r54340 : Update use of processingUserGesture to pass DOMW...
Steve Block
2010-02-15
1
-1
/
+1
*
Forward the console message level from WebCore to Java land.
Ben Murdoch
2010-02-04
1
-2
/
+2
*
Stop forwarding touch events from Java when the top level document is detache...
Ben Murdoch
2010-01-27
1
-2
/
+2
*
Fix potential crash with layers enabled.
Nicolas Roard
2010-01-26
1
-1
/
+3
*
Refactor our touch event code to use the version submitted to webkit.org by t...
Ben Murdoch
2010-01-20
1
-0
/
+10
*
resolved conflicts for merge of 870689c8
Nicolas Roard
2010-01-04
1
-0
/
+63
*
Merge webkit.org at r51976 : Implement new ChromeClient::focusedNodeChanged m...
Steve Block
2009-12-17
1
-0
/
+2
*
Rollback to return density for scaleFactor.
Grace Kloba
2009-12-11
1
-22
/
+2
*
Change window focus only if the user initiated the event.
Patrick Scott
2009-11-19
1
-1
/
+10
*
Fixes license headers for all files in WebKit/android, other than those in stl/.
Steve Block
2009-11-13
1
-1
/
+1
*
Merge webkit.org at R49305 : ChromeClient::platformWindow renamed to platform...
Steve Block
2009-10-20
1
-3
/
+1
*
Merge webkit.org at R49305 : Add stub ChromeClient::scrollbarsModeDidChange m...
Steve Block
2009-10-20
1
-0
/
+5
*
Merge webkit.org at R49305 : FrameLoader::stopLoading now uses an enum.
Steve Block
2009-10-20
1
-1
/
+1
*
return default 1.0 for scaleFactor(), since android doesn't record at the sam...
Mike Reed
2009-10-19
1
-2
/
+22
*
File upload.
Leon Scroggins
2009-10-09
1
-1
/
+8
*
Makes sure that Geolocation permissions are saved before the browser is killed.
Steve Block
2009-10-07
1
-0
/
+5
*
Colorizing clicked-on links
Leon Clarke
2009-09-24
1
-0
/
+8
*
Add dpi support for WebView.
Grace Kloba
2009-09-21
1
-2
/
+2
[next]