summaryrefslogtreecommitdiffstats
path: root/WebCore/platform
Commit message (Expand)AuthorAgeFilesLines
...
* make methods private (or static local) if possible to reduce surface area of APIMike Reed2010-02-252-7/+6
* remove unused methodsMike Reed2010-02-253-53/+4
* Fix the gap when using the IME (Bug:2453748)Nicolas Roard2010-02-253-11/+26
* refactor drawing to support layersCary Clark2010-02-244-29/+178
* Simplify the layer code:Nicolas Roard2010-02-243-10/+35
* move viewport into just this subclassMike Reed2010-02-193-168/+139
* Merge "Fixes a crash in the Geolocation service when using maximumAge"Steve Block2010-02-191-4/+4
|\
| * Fixes a crash in the Geolocation service when using maximumAgeSteve Block2010-02-191-4/+4
* | Set the fixed position values when changed via setPosition()Nicolas Roard2010-02-192-13/+24
* | Add support for setting key states with touch events on Android.Ben Murdoch2010-02-192-7/+21
* | refactorMike Reed2010-02-182-19/+87
|/
* Merge "Fixes a bug with the Geolocation suspend/resume behaviour"Steve Block2010-02-186-5/+27
|\
| * Fixes a bug with the Geolocation suspend/resume behaviourSteve Block2010-02-186-5/+27
* | minor fixes to layer navCary Clark2010-02-172-6/+4
|/
* Add UI considerations to layersCary Clark2010-02-172-46/+117
* Merge webkit.org at r54731 : Refactoring in font cacheSteve Block2010-02-161-3/+3
* Merge webkit.org at r54731 : Update Android graphics to reflect addition of A...Steve Block2010-02-164-24/+10
* Merge webkit.org at r54731 : Fix remaining merge conflictsSteve Block2010-02-162-10/+2
* Merge webkit.org at r54731 : Initial merge by gitSteve Block2010-02-16176-896/+3000
* checkpoint for refactoringMike Reed2010-02-152-75/+48
* Merge webkit.org at r54340 : Implement new GraphicsContext::concatCTM and Pat...Steve Block2010-02-152-12/+24
* Merge webkit.org at r54340 : Implement new Pattern methods for AndroidSteve Block2010-02-152-8/+23
* Merge webkit.org at r54340 : Initial merge by gitSteve Block2010-02-1557-289/+2130
* Implement navigator.isApplicationInstalled() APIAndrei Popescu2010-02-122-0/+166
* Add indent for writeLengthNicolas Roard2010-02-121-0/+1
* Add dump layers capability (triggered the same way as the dump tree trick,Nicolas Roard2010-02-122-0/+113
* move children into SkLayerMike Reed2010-02-125-184/+30
* Refactor the layers to use calcPosition().Nicolas Roard2010-02-123-29/+58
* Put back the animations in the UI threadNicolas Roard2010-02-124-112/+16
* split libsurfaceflinger_client and libcamera_client out of libuiMathias Agopian2010-02-111-3/+3
* Layers refactoringNicolas Roard2010-02-115-115/+223
* cleanupNicolas Roard2010-02-113-6/+3
* use SkPaint::containsText for much faster containsCharacters in webkitMike Reed2010-02-051-18/+1
* Speculative build fix for sim-engSteve Block2010-02-051-0/+4
* Merge webkit.org at r54127 : Implement new overload of GraphicsContext::drawF...Steve Block2010-02-041-0/+5
* Merge webkit.org at r54127 : GIFImageDecoder now requires ImageDecoder.Steve Block2010-02-042-1/+6
* Merge webkit.org at r54127 : Update GraphicsContext::drawFocusRing to reflect...Steve Block2010-02-041-1/+1
* Merge webkit.org at r54127 : Fix conflicts with Android addition of touch eve...Steve Block2010-02-042-17/+0
* Merge webkit.org at r54127 : Fix final trivial mergesSteve Block2010-02-042-9/+1
* Merge webkit.org at r54127 : Merge conflicts due to longpress and doubletap t...Steve Block2010-02-041-3/+0
* Merge webkit.org at r54127 : Network type access has not yet been upstreamedSteve Block2010-02-042-13/+10
* Merge webkit.org at r54127 : Merge with additional comment in SharedBuffer.cppSteve Block2010-02-041-8/+3
* Merge webkit.org at r54127 : Keep ours for PlatformBridge.Steve Block2010-02-041-6/+0
* Merge webkit.org at r54127 : Fix conflicts due to use of OS_ANDROIDSteve Block2010-02-041-5/+1
* Merge webkit.org at r54127 : Initial merge by gitSteve Block2010-02-04328-14303/+10356
* Pass touch event time from Java to WebKitGrace Kloba2010-02-032-2/+8
* Merge changes I0ab68eac,Ide43a042,I0c11519b,I1ef80088Steve Block2010-01-271-1/+1
|\
| * Update Android to reflect final version submitted to webkit.org for adding Ne...Steve Block2010-01-271-1/+1
* | Fix memory leak with layers.Nicolas Roard2010-01-265-84/+75
* | Fix potential crash with layers enabled.Nicolas Roard2010-01-264-30/+25
|/