index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
webkit
/
WebView.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce "StrictMode"
Brad Fitzpatrick
2010-06-10
1
-1
/
+1
*
merge from open-source master
The Android Open Source Project
2010-06-04
1
-15
/
+25
|
\
|
*
Add better error handling for savePicture and restorePicture
John Eckerdal
2010-06-02
1
-5
/
+23
|
*
DO NOT MERGE
Grace Kloba
2010-02-09
1
-1
/
+1
*
|
docs: fix markup error
Scott Main
2010-05-18
1
-1
/
+2
*
|
docs: revise webview description and add info for targeting screen densities
Scott Main
2010-05-17
1
-20
/
+103
*
|
Fix the 'wobbling fixed elements' bug.
Nicolas Roard
2010-05-10
1
-0
/
+37
*
|
Fix a WebView scrolling regression - bug 2633572.
Adam Powell
2010-04-27
1
-0
/
+4
*
|
Only honor the scrollbar mode at the minimum zoom
Grace Kloba
2010-04-23
1
-2
/
+6
*
|
Remove the WebTextView if it is drawing when it shouldn't.
Leon Scroggins
2010-04-22
1
-2
/
+2
*
|
Speed up layers rendering when using animations
Nicolas Roard
2010-04-20
1
-10
/
+16
*
|
Don't inflate the zoom button controller until we
Grace Kloba
2010-04-20
1
-6
/
+7
*
|
Force redraw in touch_up if there is a move.
Grace Kloba
2010-04-19
1
-0
/
+5
*
|
Missed a case to resumeUpdatePicture.
Grace Kloba
2010-04-16
1
-0
/
+1
*
|
Pass WebKit scrollbar mode to Java. When scrollbar
Grace Kloba
2010-04-13
1
-4
/
+24
*
|
If we defer processing the touch events, pass the
Grace Kloba
2010-04-13
1
-17
/
+31
*
|
Fix a case introduced by https://android-git.corp.google.com/g/#change,47640
Grace Kloba
2010-04-13
1
-2
/
+6
*
|
Do not check mWebTextView's focus state to determine editing mode.
Leon Scroggins
2010-04-12
1
-2
/
+1
*
|
Set mHeldMotionless to a new MOTIONLESS_IGNORE state
Grace Kloba
2010-04-09
1
-3
/
+8
*
|
Save/restore the picture in a background thread.
Patrick Scott
2010-04-09
1
-55
/
+76
*
|
For performance reason, we choose to block the picture
Grace Kloba
2010-04-07
1
-0
/
+14
*
|
Revert "Use the content width to calculate the zoom overview"
Grace Kloba
2010-04-07
1
-11
/
+8
*
|
check for webviewcore before reading settings
Cary Clark
2010-04-05
1
-1
/
+1
*
|
Only include WEB_EDIT if there are more textfields.
Leon Scroggins
2010-04-05
1
-0
/
+1
*
|
Make sure when WebView modified mScrollX/Y directly,
Grace Kloba
2010-04-02
1
-6
/
+9
*
|
Instead of holding an ApplicationContext, JWebCoreJavaBridge
Grace Kloba
2010-04-01
1
-7
/
+18
*
|
As we don't support over scroll any more, we need
Grace Kloba
2010-03-31
1
-4
/
+9
*
|
Remove the shadow under url bar.
Grace Kloba
2010-03-30
1
-4
/
+4
*
|
Remove overscrolling
Adam Powell
2010-03-29
1
-153
/
+49
*
|
cherry-pick 4a4f9886a789ece80f127397c1c7ad7f543b78fa into froyo
Grace Kloba
2010-03-29
1
-8
/
+11
*
|
http://b/issue?id=2496591
Leon Clarke
2010-03-29
1
-2
/
+20
*
|
Remove long_press when WebView lost window focus.
Grace Kloba
2010-03-26
1
-1
/
+3
*
|
cherry-picked bf4650ca39c9153e38c76280ceb5e9af48b67751 to froyo
Grace Kloba
2010-03-26
1
-20
/
+26
*
|
Draw a hairline border in the overscroll mode.
Grace Kloba
2010-03-25
1
-6
/
+13
*
|
There are two computeHorizontalScrollRange() got
Grace Kloba
2010-03-24
1
-2
/
+2
*
|
If failUrl(now historyUrl) is null, use "about:blank" instead of "".
Leon Scroggins
2010-03-24
1
-7
/
+5
*
|
Make WebView scroll bars compress during overscroll.
Adam Powell
2010-03-23
1
-12
/
+47
*
|
fixing problem with allocating too much memory to a surface by fixing
Derek Sollenberger
2010-03-23
1
-0
/
+5
*
|
only send new visiblerect and size on onscrollchanged if we're not in overscr...
Mike Reed
2010-03-23
1
-1
/
+9
*
|
Check mWebViewCore to prevent potential NPE.
Shimeng (Simon) Wang
2010-03-22
1
-0
/
+3
*
|
In some case, like in Email, the WebView can be
Grace Kloba
2010-03-21
1
-0
/
+9
*
|
Don't overscroll horizontally if the content just
Grace Kloba
2010-03-19
1
-13
/
+4
*
|
Explicitly dismiss the zoom control if
Grace Kloba
2010-03-19
1
-18
/
+22
*
|
b/2511635 Browser displays incorrect SSL cert information
Brian Carlstrom
2010-03-19
1
-0
/
+3
*
|
Change api for webview overscroll background.
Grace Kloba
2010-03-19
1
-2
/
+2
*
|
remove special-case logic to allow the titlebar to always scroll off the scre...
Mike Reed
2010-03-19
1
-16
/
+3
*
|
Change overscroll background to be same as status
Grace Kloba
2010-03-18
1
-1
/
+1
*
|
Pass selection data with the message to open the keyboard.
Leon Scroggins
2010-03-18
1
-11
/
+26
*
|
simplify utility to hit-test focused plugin
Cary Clark
2010-03-18
1
-2
/
+8
*
|
Eliminate haptic feedback when hitting an overscroll barrier due to a fling.
Adam Powell
2010-03-17
1
-2
/
+2
[next]