summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/WebView.java
Commit message (Expand)AuthorAgeFilesLines
* rebuild the nav cache if the clicked on node is invalidCary Clark2010-01-121-4/+4
* As setNewZoomScale is called asynchronously, theGrace Kloba2010-01-111-1/+3
* am ff7d33b5: am 04e0a101: Bring up IME after receiving a response from webkit.Leon Scroggins2010-01-111-9/+7
|\
| * Bring up IME after receiving a response from webkit.Leon Scroggins2010-01-111-9/+7
* | Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-4/+1
* | explicitly initialize static final boolean to fix buildMike Reed2010-01-081-1/+1
* | optional flag to enable tracker debuggingMike Reed2010-01-081-5/+7
* | Unhide WebView#emulateShiftHeld() so that gmail can do select-to-copyEvan Millar2010-01-081-3/+0
* | am 2110bb02: am affa5d2c: remove unused jni interfacesCary Clark2010-01-081-8/+2
|\ \ | |/
| * remove unused jni interfacesCary Clark2010-01-071-8/+2
* | am bd6029fc: am 3a503399: Request <label> info only when accessing a textfield.Leon Scroggins2010-01-071-4/+30
|\ \ | |/
| * Request <label> info only when accessing a textfield.Leon Scroggins2010-01-071-4/+30
* | am fbd3afb1: am e38fc189: Show label information as hint textLeon Scroggins2010-01-061-0/+1
|\ \ | |/
| * Show label information as hint textLeon Scroggins2010-01-061-0/+1
* | extract selected text from the pictureCary Clark2010-01-051-20/+15
|/
* layers supportNicolas Roard2010-01-041-2/+94
* If the DOM changes textfield focus, make the IME work properly.Leon Scroggins2010-01-041-14/+18
* Move the full screen's matching embedded view to beGrace Kloba2009-12-211-1/+38
* Address the multiple resizing during initializingGrace Kloba2009-12-201-3/+6
* add DragTracker classMike Reed2009-12-181-12/+196
* Implement the full screen WebView plugin.Grace Kloba2009-12-161-8/+54
* check to see if nav cache is up to date on tapCary Clark2009-12-151-3/+30
* Post a Runnable to execute setNewZoomScale whenGrace Kloba2009-12-121-3/+11
* Update the zoom buttons after moving to a new page.Mike Reed2009-12-101-3/+7
* Enable longpress and doubletap to WebKit as touchGrace Kloba2009-12-091-5/+49
* Pass a message to move the focus when user hits "Next".Leon Scroggins2009-12-091-0/+6
* Some fixes for positioning the WebTextView.Leon Scroggins2009-12-081-13/+4
* Set InputType of WebTextView according to <input> field's type.Leon Scroggins2009-12-071-29/+28
* When passing the Message for saved form data, pass the node pointer properly.Leon Scroggins2009-12-021-4/+9
* Fix scroll jump in ScrollView.Romain Guy2009-12-011-0/+7
* Fix a leak in WebView.Romain Guy2009-12-011-1/+1
* When clicking on a WebTextView, always call nativeMotionUp.Leon Scroggins2009-11-251-11/+2
* Fix soft keyboard dismissing itself when zooming into a textfield in browser.Leon Scroggins2009-11-241-20/+26
* Expose some debugging tools of the WebView.Grace Kloba2009-11-231-12/+32
* If overview width is the same as the current width,Grace Kloba2009-11-191-4/+12
* Do not grow the viewport width to infinite to fitGrace Kloba2009-11-181-3/+24
* rename nativeFindIsDown to nativeFindIsUp; check for null webkitCary Clark2009-11-171-2/+4
* Fix bugs around removing and attaching WebViews.Leon Scroggins2009-11-161-19/+13
* am dc30d28b: Merge change I3656f7a3 into eclairGrace Kloba2009-11-111-3/+12
|\
| * Honor the mInitialScale set on WebView. This wasGrace Kloba2009-11-111-3/+12
* | am bf5b632a: Use getViewHeightWithTitle() to honor the scrollbar setting when...Grace Kloba2009-11-111-1/+1
|\ \ | |/
| * Use getViewHeightWithTitle() to honor the scrollbarGrace Kloba2009-11-111-1/+1
* | am d7439f4b: Use computeVerticalScrollRange() to find the bottom of the page ...Grace Kloba2009-11-111-1/+1
|\ \ | |/
| * Use computeVerticalScrollRange() to find the bottomGrace Kloba2009-11-111-1/+1
* | am c9966891: Merge change Ibb245ea7 into eclairGrace Kloba2009-11-111-1/+1
|\ \ | |/
| * Return an empty PluginList instead of null for theGrace Kloba2009-11-101-1/+1
* | am 0691ad50: Remove "@hide pending API council" in webkit to expose the apis ...Grace Kloba2009-11-071-1/+0
|\ \ | |/
| * Remove "@hide pending API council" in webkit to exposeGrace Kloba2009-11-071-1/+0
| * do not merge -- original checkin to mr2 here:Cary Clark2009-11-061-0/+4
* | Do not scroll the title bar off screen until the page finishes loading.Leon Scroggins2009-11-031-2/+47