History log of /external/webkit/WebKit/android/RenderSkinButton.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3298a7d84b96ade73c6b170671711a8f2792ae59 13-Nov-2009 Steve Block <steveblock@google.com> Fixes license headers for all files in WebKit/android, other than those in stl/.

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
/external/webkit/WebKit/android/RenderSkinButton.cpp
757f90b7b68402aa3f32c125bd9b302e60c4b50b 23-Sep-2009 Cary Clark <cary@android.com> hardcode the correct ninepatch margins for the button skin

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
/external/webkit/WebKit/android/RenderSkinButton.cpp
2bb8c3514e2062c0a533f101ba32a7b861605152 03-Sep-2009 Grace Kloba <klobag@google.com> Get the drawable directory from Java for the platform buttons.

Fix http://b/issue?id=2086818
/external/webkit/WebKit/android/RenderSkinButton.cpp
de617918ccc283c8b5f7ad424732cbcc8597c837 01-Sep-2009 Leon Scroggins <scroggo@google.com> Update the browser's references to the latest images.

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
/external/webkit/WebKit/android/RenderSkinButton.cpp
8535e17115184dbb5e448b6364b88eb52df34482 29-Apr-2009 Mike Reed <reed@google.com> share xfermode and color routines with chrome port

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.
/external/webkit/WebKit/android/RenderSkinButton.cpp
8e35f3cfc7fba1d1c829dc557ebad6409cbe16a2 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/external/webkit/WebKit/android/RenderSkinButton.cpp
648161bb0edfc3d43db63caed5cc5213bc6cb78f 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/external/webkit/WebKit/android/RenderSkinButton.cpp
7a355dabbffb876b2e08cf63ac4fc28a39c19c6a 16-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@126645
/external/webkit/WebKit/android/RenderSkinButton.cpp
1cbdecfa9fc428ac2d8aca0fa91c9580b3d57353 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
/external/webkit/WebKit/android/RenderSkinButton.cpp