summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/WebView.java
Commit message (Expand)AuthorAgeFilesLines
* Introduce "StrictMode"Brad Fitzpatrick2010-06-101-1/+1
* merge from open-source masterThe Android Open Source Project2010-06-041-15/+25
|\
| * Add better error handling for savePicture and restorePictureJohn Eckerdal2010-06-021-5/+23
| * DO NOT MERGEGrace Kloba2010-02-091-1/+1
* | docs: fix markup errorScott Main2010-05-181-1/+2
* | docs: revise webview description and add info for targeting screen densitiesScott Main2010-05-171-20/+103
* | Fix the 'wobbling fixed elements' bug.Nicolas Roard2010-05-101-0/+37
* | Fix a WebView scrolling regression - bug 2633572.Adam Powell2010-04-271-0/+4
* | Only honor the scrollbar mode at the minimum zoomGrace Kloba2010-04-231-2/+6
* | Remove the WebTextView if it is drawing when it shouldn't.Leon Scroggins2010-04-221-2/+2
* | Speed up layers rendering when using animationsNicolas Roard2010-04-201-10/+16
* | Don't inflate the zoom button controller until weGrace Kloba2010-04-201-6/+7
* | Force redraw in touch_up if there is a move.Grace Kloba2010-04-191-0/+5
* | Missed a case to resumeUpdatePicture.Grace Kloba2010-04-161-0/+1
* | Pass WebKit scrollbar mode to Java. When scrollbarGrace Kloba2010-04-131-4/+24
* | If we defer processing the touch events, pass theGrace Kloba2010-04-131-17/+31
* | Fix a case introduced by https://android-git.corp.google.com/g/#change,47640Grace Kloba2010-04-131-2/+6
* | Do not check mWebTextView's focus state to determine editing mode.Leon Scroggins2010-04-121-2/+1
* | Set mHeldMotionless to a new MOTIONLESS_IGNORE stateGrace Kloba2010-04-091-3/+8
* | Save/restore the picture in a background thread.Patrick Scott2010-04-091-55/+76
* | For performance reason, we choose to block the pictureGrace Kloba2010-04-071-0/+14
* | Revert "Use the content width to calculate the zoom overview"Grace Kloba2010-04-071-11/+8
* | check for webviewcore before reading settingsCary Clark2010-04-051-1/+1
* | Only include WEB_EDIT if there are more textfields.Leon Scroggins2010-04-051-0/+1
* | Make sure when WebView modified mScrollX/Y directly,Grace Kloba2010-04-021-6/+9
* | Instead of holding an ApplicationContext, JWebCoreJavaBridgeGrace Kloba2010-04-011-7/+18
* | As we don't support over scroll any more, we needGrace Kloba2010-03-311-4/+9
* | Remove the shadow under url bar.Grace Kloba2010-03-301-4/+4
* | Remove overscrollingAdam Powell2010-03-291-153/+49
* | cherry-pick 4a4f9886a789ece80f127397c1c7ad7f543b78fa into froyoGrace Kloba2010-03-291-8/+11
* | http://b/issue?id=2496591Leon Clarke2010-03-291-2/+20
* | Remove long_press when WebView lost window focus.Grace Kloba2010-03-261-1/+3
* | cherry-picked bf4650ca39c9153e38c76280ceb5e9af48b67751 to froyoGrace Kloba2010-03-261-20/+26
* | Draw a hairline border in the overscroll mode.Grace Kloba2010-03-251-6/+13
* | There are two computeHorizontalScrollRange() gotGrace Kloba2010-03-241-2/+2
* | If failUrl(now historyUrl) is null, use "about:blank" instead of "".Leon Scroggins2010-03-241-7/+5
* | Make WebView scroll bars compress during overscroll.Adam Powell2010-03-231-12/+47
* | fixing problem with allocating too much memory to a surface by fixingDerek Sollenberger2010-03-231-0/+5
* | only send new visiblerect and size on onscrollchanged if we're not in overscr...Mike Reed2010-03-231-1/+9
* | Check mWebViewCore to prevent potential NPE.Shimeng (Simon) Wang2010-03-221-0/+3
* | In some case, like in Email, the WebView can beGrace Kloba2010-03-211-0/+9
* | Don't overscroll horizontally if the content justGrace Kloba2010-03-191-13/+4
* | Explicitly dismiss the zoom control ifGrace Kloba2010-03-191-18/+22
* | b/2511635 Browser displays incorrect SSL cert informationBrian Carlstrom2010-03-191-0/+3
* | Change api for webview overscroll background.Grace Kloba2010-03-191-2/+2
* | remove special-case logic to allow the titlebar to always scroll off the scre...Mike Reed2010-03-191-16/+3
* | Change overscroll background to be same as statusGrace Kloba2010-03-181-1/+1
* | Pass selection data with the message to open the keyboard.Leon Scroggins2010-03-181-11/+26
* | simplify utility to hit-test focused pluginCary Clark2010-03-181-2/+8
* | Eliminate haptic feedback when hitting an overscroll barrier due to a fling.Adam Powell2010-03-171-2/+2