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
/
nav
/
WebView.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
am 6864ec3c: am 1ccac4c1: remove unused jni interfaces
Cary Clark
2010-01-07
1
-8
/
+0
|
\
|
*
remove unused jni interfaces
Cary Clark
2010-01-07
1
-8
/
+0
*
|
resolved conflicts for merge of 174cd118 to master
Leon Scroggins
2010-01-07
1
-11
/
+0
|
\
\
|
|
/
|
*
Request <label> info only when accessing a textfield.
Leon Scroggins
2010-01-07
1
-11
/
+0
*
|
am 3146e9ee: am 62d9c8e5: Store label information to be used for hint text.
Leon Scroggins
2010-01-06
1
-0
/
+11
|
\
\
|
|
/
|
*
Store label information to be used for hint text.
Leon Scroggins
2010-01-06
1
-0
/
+11
|
*
webkit layers support
Nicolas Roard
2010-01-04
1
-0
/
+92
*
|
extract selected text from the picture
Cary Clark
2010-01-05
1
-5
/
+13
*
|
resolved conflicts for merge of 870689c8
Nicolas Roard
2010-01-04
1
-0
/
+92
*
|
resolved conflicts for merge of 66367cf8 to master
Leon Scroggins
2010-01-04
1
-14
/
+25
|
\
\
|
|
/
|
*
If the DOM changes textfield focus, make the IME work properly.
Leon Scroggins
2010-01-04
1
-13
/
+25
*
|
am 14357090: am d4924af1: check to see if nav cache is up to date on tap
Cary Clark
2009-12-16
1
-4
/
+56
|
\
\
|
|
/
|
*
check to see if nav cache is up to date on tap
Cary Clark
2009-12-15
1
-4
/
+56
*
|
Like other callers of Java methods, do not check for the object to be null.
Leon Scroggins
2009-12-11
1
-7
/
+2
*
|
am 58a731c8: am bf16ddc1: Pass a message to move the focus when user hits "Ne...
Leon Scroggins
2009-12-10
1
-4
/
+18
|
\
\
|
|
/
|
*
Pass a message to move the focus when user hits "Next".
Leon Scroggins
2009-12-09
1
-4
/
+18
*
|
am c0812354: am 74757b62: Provide <input> type information to Java side.
Leon Scroggins
2009-12-07
1
-8
/
+37
|
\
\
|
|
/
|
*
Provide <input> type information to Java side.
Leon Scroggins
2009-12-07
1
-8
/
+37
*
|
am 9a00fbd6: am 34bca311: fix crash reading readonly node state
Cary Clark
2009-12-07
1
-4
/
+4
|
\
\
|
|
/
|
*
fix crash reading readonly node state
Cary Clark
2009-12-07
1
-4
/
+4
*
|
am 3a360998: am dcbb033a: Store InputType information for <input> fields, ret...
Leon Scroggins
2009-12-07
1
-1
/
+2
|
\
\
|
|
/
|
*
Store InputType information for <input> fields, return SEARCH action for SEAR...
Leon Scroggins
2009-12-07
1
-1
/
+2
*
|
am 021228f2: am 1d330120: move input-related fields out of CachedNode to expand
Cary Clark
2009-12-04
1
-28
/
+54
|
\
\
|
|
/
|
*
move input-related fields out of CachedNode to expand
Cary Clark
2009-12-04
1
-28
/
+54
*
|
am c0d334f9: am 6e752dd8: Remove nativeTextInputMotionUp.
Leon Scroggins
2009-11-25
1
-31
/
+0
|
\
\
|
|
/
|
*
Remove nativeTextInputMotionUp.
Leon Scroggins
2009-11-25
1
-31
/
+0
*
|
am b8b529eb: am 92c9b35d: Merge change I7018b1ca into eclair-mr2
Cary Clark
2009-11-18
1
-3
/
+3
|
\
\
|
|
/
|
*
rename nativeFindIsDown to nativeFindIsUp
Cary Clark
2009-11-17
1
-3
/
+3
*
|
am 7063c3ef: Merge change I67ad4b89 into eclair-mr2
Steve Block
2009-11-13
1
-1
/
+1
|
\
\
|
|
/
|
*
Fixes license headers for all files in WebKit/android, other than those in stl/.
Steve Block
2009-11-13
1
-1
/
+1
*
|
am 19194ea2: Fix a clicking bug.
Leon Scroggins
2009-10-28
1
-4
/
+3
|
\
\
|
|
/
|
*
Fix a clicking bug.
Leon Scroggins
2009-10-28
1
-4
/
+3
*
|
am 7b035dc1: pass the current cursor when computing the mouse position
Cary Clark
2009-10-28
1
-3
/
+4
|
\
\
|
|
/
|
*
pass the current cursor when computing the mouse position
Cary Clark
2009-10-28
1
-3
/
+4
*
|
Fix build.
Elliott Hughes
2009-10-27
1
-1
/
+2
*
|
am f74580c1: Allow touches to change the selection.
Leon Scroggins
2009-10-27
1
-3
/
+10
|
\
\
|
|
/
|
*
Allow touches to change the selection.
Leon Scroggins
2009-10-27
1
-3
/
+10
*
|
Use native weak references instead of our wrapper.
Patrick Scott
2009-10-27
1
-88
/
+21
|
/
*
changing how plugins gain/lose focus.
Derek Sollenberger
2009-10-27
1
-72
/
+10
*
tweak select text
Cary Clark
2009-10-27
1
-53
/
+26
*
Allow java WebView to check the readonly status of a node.
Leon Scroggins
2009-10-23
1
-0
/
+8
*
Remove some unused variables.
Leon Scroggins
2009-10-23
1
-1
/
+1
*
fix multiple text areas, and text areas without focus rings
Cary Clark
2009-10-21
1
-6
/
+5
*
Do not bring up the soft keyboard for readonly input fields.
Leon Scroggins
2009-10-15
1
-1
/
+6
*
fix copy/paste using trackball on passion
Cary Clark
2009-10-15
1
-21
/
+15
*
add debugging, tweak data for flash work in progress
Cary Clark
2009-10-12
1
-11
/
+25
*
Add check null of getRealObject(). When a WebView is
Grace Kloba
2009-10-02
1
-21
/
+91
*
fix a couple of debug print errors
Cary Clark
2009-08-25
1
-2
/
+2
*
Pass clicks to webkit's textfield to determine the new selection.
Leon Scroggins
2009-08-13
1
-6
/
+33
*
Fix a bug in find.
Leon Scroggins
2009-07-31
1
-10
/
+9
[next]