summaryrefslogtreecommitdiffstats
path: root/Source/WebKit
Commit message (Expand)AuthorAgeFilesLines
* Merge "Move the matrix support to rely on the new framework clip info"Teng-Hui Zhu2012-04-161-1/+3
|\
| * Move the matrix support to rely on the new framework clip infoTeng-Hui Zhu2012-04-131-1/+3
* | Set initial focusJohn Reck2012-04-132-0/+36
* | Add support for HTML Media Capture "capture" attribute.Ben Murdoch2012-04-131-2/+10
* | Fix funky rects in some casesJohn Reck2012-04-121-2/+3
|/
* Merge "Minor clean-up in DeviceOrientation and DeviceMotion"Steve Block2012-04-122-5/+5
|\
| * Minor clean-up in DeviceOrientation and DeviceMotionSteve Block2012-04-122-5/+5
* | Merge "Cleanup unused code"John Reck2012-04-122-131/+1
|\ \
| * | Cleanup unused codeJohn Reck2012-04-112-131/+1
* | | Merge "Correct viewport for GL drawing when webview is on FBO"Teng-Hui Zhu2012-04-121-4/+8
|\ \ \ | |_|/ |/| |
| * | Correct viewport for GL drawing when webview is on FBOTeng-Hui Zhu2012-04-111-4/+8
* | | Merge "Cherry-pick WebKit change r87623 to fix use of KURL::prettyURL()"Steve Block2012-04-129-23/+23
|\ \ \
| * | | Cherry-pick WebKit change r87623 to fix use of KURL::prettyURL()Steve Block2012-03-289-23/+23
* | | | Merge "Free local references as early as possible."George Mount2012-04-112-12/+19
|\ \ \ \ | |_|_|/ |/| | |
| * | | Free local references as early as possible.George Mount2012-04-112-12/+19
* | | | Merge "New touch input support"John Reck2012-04-114-13/+30
|\ \ \ \
| * | | | New touch input supportJohn Reck2012-04-114-13/+30
* | | | | Merge "Fix crash."Mangesh Ghiware2012-04-111-21/+22
|\ \ \ \ \
| * | | | | Fix crash.Mangesh Ghiware2012-04-111-21/+22
| | |/ / / | |/| | |
* | | | | Merge "Unify composited layer/base layer draw path"Chris Craik2012-04-112-40/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Unify composited layer/base layer draw pathChris Craik2012-04-102-40/+1
| |/ / /
* | | | Merge "Revert "Revert "Keep selection handles in edit fields."""George Mount2012-04-103-28/+35
|\ \ \ \
| * | | | Revert "Revert "Keep selection handles in edit fields.""George Mount2012-04-103-28/+35
| * | | | Revert "Keep selection handles in edit fields."George Mount2012-04-103-35/+28
| * | | | Keep selection handles in edit fields.George Mount2012-04-103-28/+35
| |/ / /
* | | | Expand base layer bounds to fill viewportChris Craik2012-04-101-1/+2
|/ / /
* | | Merge "reduce JNI usage for findAll()/findNext()"Victoria Lease2012-04-092-26/+8
|\ \ \ | |_|/ |/| |
| * | reduce JNI usage for findAll()/findNext()Victoria Lease2012-04-042-26/+8
* | | Merge "Implements a recording GraphicsContext"Nicolas Roard2012-04-066-4/+83
|\ \ \
| * | | Implements a recording GraphicsContextNicolas Roard2012-04-066-4/+83
* | | | Merge "Avoid leaking a JNI local ref in JavaInputStreamWrapper::read()"Steve Block2012-04-051-36/+28
|\ \ \ \ | |/ / / |/| | |
| * | | Avoid leaking a JNI local ref in JavaInputStreamWrapper::read()Steve Block2012-04-051-36/+28
* | | | Merge "Rename several classes"Chris Craik2012-04-043-7/+11
|\ \ \ \
| * | | | Rename several classesChris Craik2012-04-043-7/+11
| |/ / /
* | | | Oops! Double negative in previous change.Amith Yamasani2012-04-041-1/+1
* | | | Merge "Small change in a structure used for storing nine patch info."Amith Yamasani2012-04-041-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Small change in a structure used for storing nine patch info.Amith Yamasani2012-04-041-1/+1
* | | | Use new draw-less functor execution mode to do work without redrawingTeng-Hui Zhu2012-04-021-22/+21
* | | | Merge "Translucent background color support for webview"Teng-Hui Zhu2012-04-021-3/+12
|\ \ \ \
| * | | | Translucent background color support for webviewTeng-Hui Zhu2012-04-021-3/+12
| | |/ / | |/| |
* | | | Don't show keyboard on focus change.George Mount2012-04-022-5/+7
* | | | Merge "Remove unused FORM_DID_BLUR hooks."George Mount2012-04-023-29/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Remove unused FORM_DID_BLUR hooks.George Mount2012-04-023-29/+1
| |/ /
* | | add enable/disable switch for link prefetch to WebSettingsVictoria Lease2012-03-301-0/+11
|/ /
* | Snap selection handles to text.George Mount2012-03-284-15/+96
* | Remove using namespace from WebViewCore.hJohn Reck2012-03-272-61/+75
|/
* Platform graphics refactorJohn Reck2012-03-231-37/+7
* reimplement BaseLayerAndroid as a LayerAndroid subclassChris Craik2012-03-225-91/+49
* Fix location of selection handles on rotated text.George Mount2012-03-211-1/+19
* Merge "Make paste window and caret handle show up at the right time."George Mount2012-03-212-14/+20
|\