summaryrefslogtreecommitdiffstats
path: root/WebKit/android/RenderSkinButton.cpp
Commit message (Collapse)AuthorAgeFilesLines
* hardcode the correct ninepatch margins for the button skinCary Clark2009-09-231-2/+13
| | | | | | | | | | | | | | | The button is drawn using hardcoded margins that look fine on a g1. The highres resource has different margins. Changing the margins alone isn't enough; this also moves the button down by two pixels to center it better. Neither the hardcoded margin change nor the offset are good long-term changes, but they allow us to get by for now. Marked both with FIXME so we can address this issue by reading the data directly out of the png, and diagnose why the button is drawn too high. fixes http://b/issue?id=2107422
* Get the drawable directory from Java for the platform buttons.Grace Kloba2009-09-021-6/+8
| | | | Fix http://b/issue?id=2086818
* Update the browser's references to the latest images.Leon Scroggins2009-09-011-4/+4
| | | | | | | | | The browser directly references the names of the asset files it uses to draw buttons, checkboxes, and radio buttons. Update the names to correspond to the latest assets. Fixes issue http://b/issue?id=2086818 Change-Id: Iac8d8762252707e21a88e65ba44de24a5fa2f869
* share xfermode and color routines with chrome portMike Reed2009-04-291-2/+1
| | | | | | Besides sharing those routines in SkiaUtils.cpp, also remove our (now redundant) android_setrect, etc. calls, since the type-conversion extras we added earlier take care of this by using constructors.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+107
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-107/+0
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-11/+20
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+98