| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I77605ad05ac5e9dfac07f40a2280221f9c641c65
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<a> tags with the name attribute---used to create a page anchor---must be
closed immediately and not contain any text because, in order to make the
appropriate content visible below the site's "sticky header" when the anchor
is followed, CSS is used to hide the <a name> element and position it
up higher by an offset equal to the height of the sticky header.
So, do not place text inside an <a> tag with the name attribute.
(cherry-pick of 936306df62d7d44a806fbeb789c6432e7c325981.)
Change-Id: Icae1b1f0716aa02d003f921b8e430ad3c99f26d0
|
|
|
|
|
|
|
| |
Make it clear that you need to supply your own implementation.
Bug: http://code.google.com/p/android/issues/detail?id=14379
Change-Id: I2ca9b4bb03fdbe5da072211aa7b0c42ced1256e3
|
|
|
|
|
| |
Bug: http://code.google.com/p/android/issues/detail?id=7395
Change-Id: Id769856bdbdca864ccc2818e3609fe5ca00da2b2
|
|
|
|
|
|
|
|
|
| |
Semi-automated replacement of empty and non-conforming
NullPointerException reason messages.
(cherry-pick of 86acc043d3334651ee26c65467d78d6cefedd397.)
Change-Id: I6d893979f5c20a50e841e32af9fd7b2d8bc9d54d
|
|
|
|
|
|
|
|
| |
Unused imports and bogus comments.
(cherry-pick of 9af8c0318fac8bf03ee145da01b0c38a503791fc.)
Change-Id: I2bddb32028b71964407e86c4dbef5516673c27eb
|
|
|
|
|
| |
Bug: http://code.google.com/p/android/issues/detail?id=26168
Change-Id: Ib6f8b84d174fa884b0eace0305331c7b58e6166a
|
|
|
|
| |
Change-Id: I8d83954d42f3511a24a44a33c3b28f04af6d3b82
|
|
|
|
|
|
| |
I've left one in java.util.concurrent, since we have an upstream there.
Change-Id: I60945e48a41433fc7eaef6086433ec4bf434097f
|
|
|
|
|
|
|
| |
We don't have a security manager; these classes don't provide
any utility.
Change-Id: I22a38820bde93286f5b840579ea2b575d6085640
|
|
|
|
|
|
|
| |
The "new String" here was probably a deliberate attempt to avoid a public
static final field being inlined as a constant. Revert and document.
Change-Id: I864bbf82c8711e08016fd7f4f2e8a8508b95db0c
|
|
|
|
|
|
| |
These are the cases where we don't actually want to avoid memory leaks.
Change-Id: Icc6c5506e5d415ff4fb5ff1351efee572a2af3e9
|
|
|
|
|
| |
Change-Id: I482ba29551423c682696db44f78bc6b74fa04341
http://b/1414929
|
|
|
|
| |
Change-Id: Ie9dde4971e0a6a8dadd14af43d631158fc488cd8
|
|
|
|
| |
Change-Id: I354c1e00b7068108032d09c0a1c38e29f6283fb0
|
|
|
|
|
|
| |
I've left xalan and the other xml filth alone, as usual.
Change-Id: I6be274501fff73e67ca6b3c872704988e0e30486
|
|
|
|
|
|
| |
I've left xalan alone, because that's just one big steaming heap.
Change-Id: Ibf7b2b5e347196d4de857217b022003ccc409ac5
|
|
|
|
| |
Change-Id: I8347bc625480a1c37a1ed9976193ddfedeb00bbc
|
|
|
|
|
|
|
| |
This addresses some problems with generic type signatures (missing <?>)
and new factory methods for XML factory classes.
Change-Id: I9cd886e38b8bc9d495ae4e5ed70f71f27ac3f0cc
|
|
|
|
|
|
| |
Gentlemen, you may now set your editors to "strip trailing whitespace"...
Change-Id: I85b2f6c80e5fbef1af6cab11789790b078c11b1b
|
|
|
|
| |
Change-Id: I16cfbd2faac6b565b78b5dd97e2345323a36f652
|
|
Merge xml except xmlpull and kxml into luni
|