summaryrefslogtreecommitdiffstats
path: root/WebKit/android/RenderSkinButton.cpp
Commit message (Collapse)AuthorAgeFilesLines
* DO NOT MERGE. Render media button and buttons properly.Leon Scroggins2011-03-071-4/+4
| | | | | | | | Bug:3009375 Requires a change to frameworks/base. Change-Id: I39758fd9d21ed447c48ae050a9c3b0ed1b757b5a
* Merge webkit.org at r58033 : Update location of CString.hSteve Block2010-05-111-1/+1
| | | | | | See http://trac.webkit.org/changeset/56825 Change-Id: I8ba6a9685dcd1d8c4dec3400fba81e19fcbfe74d
* Fixes license headers for all files in WebKit/android, other than those in stl/.Steve Block2009-11-131-2/+2
| | | | | | | | | | | | | These files have not yet been upstreamed to webkit.org. WebKit requires either a BSD-style or LGPL 2.1 license for all code. We use a BSD-style 2-clause license for Android-specific files that will be upstreamed to webkit.org. This change adds licenses where absent or simply fixes the names of copyright holders in the license text to 'THE COPYRIGHT OWNER' and cleans up formatting. Files in stl/ currently use licenses other than BSD-style and will require more careful treatment. Change-Id: I67ad4b8932e432d3eaaeecdfeb0d09418496228d
* 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