summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit
Commit message (Expand)AuthorAgeFilesLines
* Merge change 8199Android (Google) Code Review2009-07-231-20/+22
|\
| * Prevent a drag from both scrolling the page and changing the selection.Leon Scroggins2009-07-221-20/+22
* | Merge change 8189Android (Google) Code Review2009-07-231-0/+14
|\ \
| * | Enforce app cache maximum sizeAndrei Popescu2009-07-221-0/+14
* | | Fix 1997929. The final mScrollX/Y has been pinned to the legal bounds.Grace Kloba2009-07-231-18/+13
* | | Merge change 8211Android (Google) Code Review2009-07-221-9/+4
|\ \ \ | |_|/ |/| |
| * | cleanup the WebStorage Java class. There were too many calls to syncValues().Andrei Popescu2009-07-221-9/+4
| |/
* | Allow the user to scroll a webpage by touching a textfield.Leon Scroggins2009-07-222-0/+98
|/
* Merge change 8025Android (Google) Code Review2009-07-221-13/+16
|\
| * wire appcache to the HTML5 UIAndrei Popescu2009-07-211-13/+16
* | Add text extensions to the extension mime type map.Patrick Scott2009-07-211-328/+301
* | Allow 205 and 305 to have content.Patrick Scott2009-07-211-1/+2
|/
* Merge change 7910Android (Google) Code Review2009-07-201-1/+5
|\
| * Do not hide the soft keyboard when the DOM has moved focus.Leon Scroggins2009-07-201-1/+5
* | Merge change 7827Android (Google) Code Review2009-07-201-3/+5
|\ \
| * | Fix 1986313. WebKit assumes things happened in a certain order. In this case,...Grace Kloba2009-07-171-3/+5
* | | Merge change 7884Android (Google) Code Review2009-07-201-0/+5
|\ \ \ | | |/ | |/|
| * | Clear the WebTextView in didFirstLayout.Leon Scroggins2009-07-201-0/+5
| |/
* | Added hooks from jni to create and manage SurfaceViews for plugins.Patrick Scott2009-07-201-0/+72
|/
* Show the password in browser password fields.Leon Scroggins2009-07-161-3/+68
* Check for a null url before trying to load it.Patrick Scott2009-07-161-0/+3
* resolved conflicts for merge of 21d769da to masterGrace Kloba2009-07-153-9/+26
|\
| * Merge change 6926 into donutAndroid (Google) Code Review2009-07-153-9/+26
| |\
| | * Fix #1976384. Add p12 to the MimeTypeMap. When downloading p12 in the WebView...Grace Kloba2009-07-143-9/+26
| * | Remove the Google domains from the Gears permission table when the global loc...Andrei Popescu2009-07-141-10/+32
| |/
| * Do not mergeAndrei Popescu2009-07-102-160/+229
* | Remove all our old high priority knowledge since WebCore will manage it.Patrick Scott2009-07-154-22/+10
* | Undo the changes accidentally merged from DonutAndrei Popescu2009-07-101-170/+1
* | Fix the build. Remove mPluginsPath as it is not used in the master any more.Grace Kloba2009-07-091-7/+4
* | am 3bb69233: Merge change 6620 into donutAndroid (Google) Code Review2009-07-091-0/+170
|\ \ | |/
| * Keep Gears permissions in sync with system location settings.Andrei Popescu2009-07-091-0/+170
* | Merge change 6356Android (Google) Code Review2009-07-093-50/+169
|\ \
| * | Add fullscreen support back in.Andrei Popescu2009-07-083-50/+169
* | | Update text webcore thread's text generation number.Leon Scroggins2009-07-072-5/+26
|/ /
* | am 79ec07b3: Merge change 6241 into donutAndroid (Google) Code Review2009-07-061-2/+5
|\ \ | |/
| * Fixes #1444844. Set a maximum fling velocity in scrollable views.Romain Guy2009-07-061-2/+5
* | am 4492bcb8: Merge change 6081 into donutAndroid (Google) Code Review2009-07-062-5/+5
|\ \ | |/
| * Migrate to the CertTool library.Chung-yih Wang2009-07-042-5/+5
* | Basic changes to get embedded video working.Patrick Scott2009-07-063-26/+177
* | Merge change 6159Android (Google) Code Review2009-07-061-3/+41
|\ \
| * | Add the code to detect how long the WebViewCore thread is idle in the real time.Grace Kloba2009-07-021-3/+41
* | | In WebTextView, check the focus before sending a key.Leon Scroggins2009-07-062-16/+25
* | | recognize when plugin is eligable for user events and then notify the plugin.Derek Sollenberger2009-07-022-1/+24
|/ /
* | am 7a573862: Merge change 5720 into donutAndroid (Google) Code Review2009-07-011-1/+1
|\ \ | |/
| * Fix #1876303. Even rfc2616 4.2 says that "Field names are case-insensitive.",...Grace Kloba2009-06-291-1/+1
* | Fixes for moving a focused textfield on screen when entering a character.Leon Scroggins2009-07-012-29/+8
* | Fix a WebView longpress bug.Leon Scroggins2009-06-301-5/+12
* | Make the caret/selection draw when gaining window focus.Leon Scroggins2009-06-302-6/+9
* | Add JS Flag support.Feng Qian2009-06-292-0/+19
* | Add content-disposition into the cache header as it is needed by Flash.Grace Kloba2009-06-294-14/+40