summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit
Commit message (Expand)AuthorAgeFilesLines
* Hide overscroll APIsRicardo Cerqueira2010-11-212-0/+7
* Restore OverscrollingRicardo Cerqueira2010-11-122-39/+163
* Monkey Crash: NullPointerException in WebTextViewAndreas Sandblad2010-11-031-2/+7
* Error in compound cache-control header.Henrik Baard2010-10-171-1/+3
* Dismissing AlertDialog before destroying WebView.Mattias Falk2010-10-171-4/+14
* docs: add links from widget classes to tutorialsScott Main2010-09-281-0/+3
* Add a color inversion algorithm to Android.Julien Chaffraix2010-08-142-0/+21
* Early DNS ImplementationDinesh K Garg2010-08-141-0/+5
* webcore: fix NPE when destroying DNS resolverSteve Kondik2010-08-061-1/+4
* Adaptive request reorderingJan Erik Hanssen2010-08-054-3/+66
* Dns prefetch implementation on FroyoDinesh K Garg2010-08-034-0/+246
* Doc change: Add revision notes for Android 2.2_r2 development platform. Fix s...Dirk Dougherty2010-07-221-6/+6
* Enable reflow in WebView after pinch to zoom inJonas Larsson2010-07-021-0/+5
* remove annoying unicode causing warningsEvan2010-06-281-1/+1
* Clean up comments, add @hide javadoc to fix build break on java 1.6ctso2010-06-231-1/+4
* Made some changes to core/java/android/webkit/WebSettings.java and WebView.ja...Wysie2010-06-232-9/+26
* 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
* The default AlertDialog allows cancel. But the defaultGrace Kloba2010-05-121-0/+7
* 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-222-2/+19
* Merge "Added the subset of partial content support so that we can continue th...Grace Kloba2010-04-221-0/+12
|\
| * Added the subset of partial content support so thatGrace Kloba2010-04-221-0/+12
* | Post a message to set SurfaceView to be visible whenGrace Kloba2010-04-211-1/+8
|/
* 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
* Merge "Update the comment which supposed to be checked in in the last CL." in...Grace Kloba2010-04-191-1/+2
|\
| * Update the comment which supposed to be checked inGrace Kloba2010-04-191-1/+2
* | Merge "Remove fixed size restriction on the SurfaceView before setting it to ...Grace Kloba2010-04-191-0/+10
|\ \ | |/
| * Remove fixed size restriction on the SurfaceViewGrace Kloba2010-04-191-0/+10
* | 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
* retool resize logic to use max dimension and max area.Mike Reed2010-04-161-40/+49
* Merge "Pass WebKit scrollbar mode to Java. When scrollbar is alwaysOff, don't...Grace Kloba2010-04-142-4/+33
|\
| * Pass WebKit scrollbar mode to Java. When scrollbarGrace Kloba2010-04-132-4/+33
* | Make sure the onended event is dispatched even whenAndrei Popescu2010-04-141-5/+7
* | Merge "Ensure the selection does not change in setTextAndKeepSelection." into...Leon Scroggins2010-04-141-0/+7
|\ \
| * | Ensure the selection does not change in setTextAndKeepSelection.Leon Scroggins2010-04-131-0/+7
* | | Merge "Fix for 2585858, load invalid urls." into froyoKristian Monsen2010-04-141-2/+3
|\ \ \
| * | | Fix for 2585858, load invalid urls.Kristian Monsen2010-04-131-2/+3
* | | | Merge "Fix (again) for bug 2558156, update cache encoding correctly" into froyoKristian Monsen2010-04-141-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix (again) for bug 2558156, update cache encoding correctlyKristian Monsen2010-04-121-0/+1
| |/ /
* | | If we defer processing the touch events, pass theGrace Kloba2010-04-132-17/+33
* | | Fix a case introduced by https://android-git.corp.google.com/g/#change,47640Grace Kloba2010-04-131-2/+6
| |/ |/|
* | Add a bulk request method for bookmark icons.Patrick Scott2010-04-121-7/+74
* | Do not check mWebTextView's focus state to determine editing mode.Leon Scroggins2010-04-121-2/+1
|/
* Move the public method HttpDateTime.parse() into AndroidHttpClient.Jesse Wilson2010-04-092-5/+5
* Merge "Do not create intents for application/xhtml+xml" into froyoKristian Monsen2010-04-091-1/+2
|\