summaryrefslogtreecommitdiffstats
path: root/WebKit
Commit message (Expand)AuthorAgeFilesLines
...
* | Pass selection data along with message to open the keyboard.Leon Scroggins2010-03-183-8/+31
* | window may not be initialized when plugin is first calledCary Clark2010-03-181-1/+2
* | get bounds of focused nodeCary Clark2010-03-181-0/+23
* | Fixes the Mac buildSteve Block2010-03-171-0/+1
|/
* Fix for Bug 2486292, transparent backgrounds not transparent in Froyo.Kristian Monsen2010-03-173-5/+14
* Merge "Compute the position of the fixed elements to be relative to the scree...Nicolas Roard2010-03-162-0/+13
|\
| * Compute the position of the fixed elements to be relative to theNicolas Roard2010-03-172-0/+13
* | To enable per file log, only need to define PLUGIN_DEBUG_LOCALGrace Kloba2010-03-162-2/+2
|/
* Ensure a plugin is not shown if it is completely obscured by otherDerek Sollenberger2010-03-162-9/+37
* set up the loader so the plugin will receive the first block of dataCary Clark2010-03-161-11/+11
* Putting Grace's change back in now that we have the new apk from Adobe.Bart Sears2010-03-152-2/+2
* Merge "read old focus before it's thrown away"Cary Clark2010-03-151-4/+12
|\
| * read old focus before it's thrown awayCary Clark2010-03-151-4/+12
* | If the plugin is in an IFrame we need to reposition the plugins surfaceDerek Sollenberger2010-03-151-0/+5
* | Merge "Clean up full-screen mode plugins now that they handle touch in their ...Derek Sollenberger2010-03-153-23/+5
|\ \ | |/ |/|
| * Clean up full-screen mode plugins now that they handle touchDerek Sollenberger2010-03-153-23/+5
* | Merge "adjust cache layer position by offsets"Cary Clark2010-03-152-5/+11
|\ \ | |/ |/|
| * adjust cache layer position by offsetsCary Clark2010-03-122-5/+11
* | Temporary revert the new android_npapi. Waiting forGrace Kloba2010-03-122-2/+2
* | Add requestCenterFitZoom to android_npapi so thatGrace Kloba2010-03-126-0/+34
* | iterate through the children of the label to find its textCary Clark2010-03-121-2/+11
|/
* Merge "Outset the rectangle containing the match after checking the clip."Leon Scroggins2010-03-121-2/+6
|\
| * Outset the rectangle containing the match after checking the clip.Leon Scroggins2010-03-111-2/+6
* | fix nav algorithm when node is clippedCary Clark2010-03-111-1/+0
|/
* set the cached focus state when a node is in a fixed layerCary Clark2010-03-112-6/+19
* Use a paint with 80% alpha instead of saveLayer for disabled elements.Leon Scroggins2010-03-101-7/+2
* Update android_npapi to remove the special codeGrace Kloba2010-03-091-14/+0
* Only call plugin touch code if it is in full screenLeon Scroggins2010-03-095-19/+9
* Fix bug 'Children of fixed elements do not always remain fixed themselves'Nicolas Roard2010-03-091-3/+6
* build-fix for the no-layers configMike Reed2010-03-091-0/+4
* requestChildRectangleOnScreen takes layers into accountCary Clark2010-03-091-0/+20
* fix to ensure plugins are not shown when they are marked hidden by the DOM.Derek Sollenberger2010-03-093-33/+71
* Merge "Serialize/unserialize screen width scale, which is used when restoring...Shimeng (Simon) Wang2010-03-081-4/+12
|\
| * Serialize/unserialize screen width scale, which is used when restoring sites.Shimeng (Simon) Wang2010-03-051-4/+12
* | check for null node to prevent monkey crashCary Clark2010-03-081-1/+1
* | scroll into view considers layersCary Clark2010-03-083-50/+54
* | Set the proper frame's focus controller to active and focused.Leon Scroggins2010-03-052-8/+22
* | Merge "Fixes a leaked JNI local reference in MIMETypeRegistry::getMIMETypeFor...Steve Block2010-03-051-0/+1
|\ \
| * | Fixes a leaked JNI local reference in MIMETypeRegistry::getMIMETypeForExtensionSteve Block2010-03-051-0/+1
* | | Merge "Remove unnecessary call to ChromeClientAndroid::scheduleCompositingLay...Andrei Popescu2010-03-052-7/+1
|\ \ \ | |_|/ |/| |
| * | Remove unnecessary call to ChromeClientAndroid::scheduleCompositingLayerSync().Andrei Popescu2010-03-052-7/+1
* | | Merge "Fix history restore."Patrick Scott2010-03-051-9/+2
|\ \ \
| * | | Fix history restore.Patrick Scott2010-03-051-9/+2
| |/ /
* | | Merge "fixes with find drawing in layers"Cary Clark2010-03-051-0/+5
|\ \ \ | |/ / |/| |
| * | fixes with find drawing in layersCary Clark2010-03-051-0/+5
* | | Merge "disable visiblerect debugging printfs"Mike Reed2010-03-041-1/+1
|\ \ \ | |/ / |/| |
| * | disable visiblerect debugging printfsMike Reed2010-03-041-1/+1
| |/
* | Don't leak global weak references when running layout testsLeon Clarke2010-03-041-1/+1
|/
* Merge "stop parsing text for addresses if input element is found"Cary Clark2010-03-031-1/+3
|\
| * stop parsing text for addresses if input element is foundCary Clark2010-03-031-1/+3