summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit
Commit message (Expand)AuthorAgeFilesLines
...
* | Adding support for webkit to request the keyboard.Derek Sollenberger2009-06-292-14/+47
* | Assign a field name for textfields in the browser.Leon Scroggins2009-06-292-3/+16
* | If the cursor moves from a focused textfield to another, remove the WebTextView.Leon Scroggins2009-06-291-13/+22
* | Remove the web text view if the key cannot be handledCary Clark2009-06-294-3/+43
* | route arrow keys to pluginCary Clark2009-06-292-12/+46
* | Make clicking the trackball on a <select> element work.Leon Scroggins2009-06-262-5/+6
* | Fine tune TOUCH_SENT_INTERVAL for the high speed devices.Grace Kloba2009-06-261-2/+11
* | Merge change 5503Android (Google) Code Review2009-06-261-6/+6
|\ \
| * | Update WebKit user agent.Grace Kloba2009-06-251-6/+6
* | | Implement support for showing a VideoView.Andrei Popescu2009-06-264-0/+166
|/ /
* | am 15760159: Merge change 5413 into donutAndroid (Google) Code Review2009-06-251-1/+1
|\ \ | |/
| * Merge change 5413 into donutAndroid (Google) Code Review2009-06-251-1/+1
| |\
| | * Need to write the correct float math.Grace Kloba2009-06-251-1/+1
* | | resolved conflicts for merge of 7cb8182e to masterGrace Kloba2009-06-251-3/+5
|\ \ \ | |/ /
| * | When mPreventDrag is true, don't respond to long press. This should prevent t...Grace Kloba2009-06-251-3/+5
| |/
* | Merge change 5383Android (Google) Code Review2009-06-251-0/+3
|\ \
| * | Oops, need to hide the new api.Grace Kloba2009-06-251-0/+3
* | | resolved conflicts for merge of 0d8b77c2 to masterGrace Kloba2009-06-253-8/+85
|\ \ \ | |/ / |/| / | |/
| * Add ZoomDensity so that we can change the desired default scale.Grace Kloba2009-06-253-11/+88
* | Fix for the new webkit. Now "expires" takes the string instead of int.Grace Kloba2009-06-254-23/+33
* | am e8a1f6af: Merge change 4961 into donutAndroid (Google) Code Review2009-06-221-1/+2
|\ \ | |/
| * Set organizations to be null for generateKeyPair to use the default.Grace Kloba2009-06-221-1/+2
* | In WebView, fix calcVisibleRect bugsCary Clark2009-06-221-4/+10
* | am 3af8e938: Change addCertificate to take byte[] instead of String as we don...Grace Kloba2009-06-192-2/+49
|\ \ | |/
| * Change addCertificate to take byte[] instead of String as we don't know the e...Grace Kloba2009-06-192-2/+49
* | merge 9ebd737e w/conflictsThe Android Open Source Project2009-06-192-20/+35
|\ \ | |/
| * dpi changes for webviewGrace Kloba2009-06-192-22/+37
* | Merge change 4621Android (Google) Code Review2009-06-191-6/+25
|\ \
| * | Update WebStorage methods used by DumpRenderTree to complete synchronously if...Ben Murdoch2009-06-181-6/+25
* | | am e0b7e916: Merge change 4679 into donutAndroid (Google) Code Review2009-06-181-9/+3
|\ \ \ | | |/ | |/|
| * | Replace the dummy code with Keystore for <keygen> support.Grace Kloba2009-06-181-9/+3
* | | Merge commit 'goog/master' into webkit_mergeFeng Qian2009-06-184-125/+202
|\ \ \
| * | | clean up mouse move events in webviewCary Clark2009-06-182-20/+15
| * | | add WebView.FindAddress option to ignore case sensitivityCary Clark2009-06-172-2/+28
| | |/ | |/|
| * | Allow proper text editing after clicking with the trackball.Leon Scroggins2009-06-161-1/+9
| * | Bring up the WebTextView when pressing a key on textfield.Leon Scroggins2009-06-161-0/+9
| * | Changes to make the cursor blink at the correct times.Leon Scroggins2009-06-162-41/+22
| * | am 3adf7678: Merge change 4184 into donutAndroid (Google) Code Review2009-06-151-0/+15
| |\ \ | | |/
| | * Merge change 4075 into donutAndroid (Google) Code Review2009-06-151-0/+15
| | |\
| | | * Add <keygen> support for VPN.Grace Kloba2009-06-121-0/+15
| | * | DO NOT MERGE.Grace Kloba2009-06-103-0/+47
| * | | Merge change 4168Android (Google) Code Review2009-06-152-62/+79
| |\ \ \
| | * | | replace webview hashmap with static classCary Clark2009-06-152-62/+79
| * | | | Merge change 2930Android (Google) Code Review2009-06-151-0/+23
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Add support for toggling DOM Storage support on and off.Ben Murdoch2009-06-151-0/+23
| * | | | send click in webview before sending keyCary Clark2009-06-121-0/+3
| |/ / /
* | | | Chagne setCookie API according to new WebCore merge.Feng Qian2009-06-161-2/+1
|/ / /
* | | Move the zoom buttons to the bottom right for the browser.Leon Scroggins2009-06-111-0/+10
* | | more (browser) trackball-is-a-mouse work in progressCary Clark2009-06-111-15/+8
* | | Accept freeMemory messages and pass them to the native codeDerek Sollenberger2009-06-102-5/+26