17618 Commits

Author SHA1 Message Date
Eric Fischer
18a7428dcb am 2c0d22e7: Merge "Import revised translations. DO NOT MERGE" into honeycomb
* commit '2c0d22e72c0e3fa1705e39eeaedfdbad89a785ce':
  Import revised translations.  DO NOT MERGE
2011-01-18 15:16:59 -08:00
Eric Fischer
2c0d22e72c Merge "Import revised translations. DO NOT MERGE" into honeycomb 2011-01-18 15:13:06 -08:00
Costin Manolache
bf8e162702 am b8b671df: Merge "Add back NEW_TASK flag." into honeycomb
* commit 'b8b671df4778d98d00267566ed129f734bbe13a3':
  Add back NEW_TASK flag.
2011-01-18 14:39:44 -08:00
Costin Manolache
b8b671df47 Merge "Add back NEW_TASK flag." into honeycomb 2011-01-18 14:37:24 -08:00
Eric Fischer
c6399ea957 Import revised translations. DO NOT MERGE
Change-Id: I4805367889be5c8a7a03591f11fea732f3b9edb7
2011-01-18 14:31:36 -08:00
Brad Fitzpatrick
fe3846707b am 3ab249cc: Merge "Fixing memory leak in PreferenceScreen." into honeycomb
* commit '3ab249cc32b2b94b8d4fcb2775e5b97285c48623':
  Fixing memory leak in PreferenceScreen.
2011-01-18 13:28:56 -08:00
Brad Fitzpatrick
3ab249cc32 Merge "Fixing memory leak in PreferenceScreen." into honeycomb 2011-01-18 13:26:56 -08:00
Mathias Jeppsson
1560003d4a Fixing memory leak in PreferenceScreen.
Every time the PreferenceScreen is displayed a new ListView is
created and bound to the adapter. As the same adapter is used during
the lifetime of PreferenceScreen and the listviews never gets
unbound, the adapter will contain a list of unused views. The old view
should be unbound from adapter when we create a new view.

Change-Id: I13e2d0dc79c8ff79b58efa650653e3f84c6e53c5
2011-01-18 13:20:34 -08:00
Kenny Root
189854d073 am 241fc72b: Merge "Don\'t cache return of getService in Environment" into honeycomb
* commit '241fc72b455158849c623c0819c9d71a2e6e7ae4':
  Don't cache return of getService in Environment
2011-01-18 13:15:18 -08:00
Brad Fitzpatrick
7adf848183 am b4f655d5: Merge "StrictMode class instance limit interface." into honeycomb
* commit 'b4f655d5912869078cb7be29d108ebfea06019fc':
  StrictMode class instance limit interface.
2011-01-18 13:13:07 -08:00
Kenny Root
241fc72b45 Merge "Don't cache return of getService in Environment" into honeycomb 2011-01-18 13:12:55 -08:00
Brad Fitzpatrick
b4f655d591 Merge "StrictMode class instance limit interface." into honeycomb 2011-01-18 13:11:33 -08:00
Kenny Root
b2278dc185 Don't cache return of getService in Environment
There is already a cache of all non-null return values for calls to
getService(), so don't bother caching it in Environment. This caused
some problems when Environment was called too early in the boot process
and getService() returned null.

Change-Id: I66739d01dab7e422f660d26b370ecce110dcc808
2011-01-18 13:08:06 -08:00
Brad Fitzpatrick
758035757f StrictMode class instance limit interface.
Change-Id: Ic5eea539586e5d4965d83364bf9f623d1d89f2b1
2011-01-18 11:38:37 -08:00
Romain Guy
a2dcab45d8 am 89108d5c: Merge "Add support for skew()" into honeycomb
* commit '89108d5c311d0cc6879fb41c6392f17c58644fee':
  Add support for skew()
2011-01-18 11:23:07 -08:00
John Reck
3977afe416 am d00207ff: Merge "WebStorage public API change" into honeycomb
* commit 'd00207ff87fa3e2d5430ea5c0980041c44738efe':
  WebStorage public API change
2011-01-18 11:18:59 -08:00
Dmitri Plotnikov
b92d08a738 am 48395385: Merge "Hiding the AsyncTaskLoader.waitForLoader method" into honeycomb
* commit '48395385039a0c845bba8913c8d0c76981425aa4':
  Hiding the AsyncTaskLoader.waitForLoader method
2011-01-18 11:18:37 -08:00
Derek Sollenberger
51b8a92e23 am 788c5185: Merge "Fix smart zoom for plugins that use OpenGL." into honeycomb
* commit '788c51852a559f17188f60c40f0c0d83abbafab2':
  Fix smart zoom for plugins that use OpenGL.
2011-01-18 11:18:32 -08:00
Romain Guy
89108d5c31 Merge "Add support for skew()" into honeycomb 2011-01-18 11:17:20 -08:00
Romain Guy
807daf7df6 Add support for skew()
Change-Id: Ia3a9a867f74fd78b61f75179e3788fdc2f0cacd0
2011-01-18 11:19:19 -08:00
John Reck
d00207ff87 Merge "WebStorage public API change" into honeycomb 2011-01-18 11:10:26 -08:00
Dmitri Plotnikov
4839538503 Merge "Hiding the AsyncTaskLoader.waitForLoader method" into honeycomb 2011-01-18 11:01:35 -08:00
Derek Sollenberger
788c51852a Merge "Fix smart zoom for plugins that use OpenGL." into honeycomb 2011-01-18 10:38:34 -08:00
Dirk Dougherty
17b1d268e7 am 8d74f7f5: Merge "Doc change: fix busted link to DatePicker tutorial." into honeycomb
* commit '8d74f7f560498966d06a1fb5f490d182ade6c3c2':
  Doc change: fix busted link to DatePicker tutorial.
2011-01-18 10:18:23 -08:00
Dirk Dougherty
8d74f7f560 Merge "Doc change: fix busted link to DatePicker tutorial." into honeycomb 2011-01-18 10:16:31 -08:00
Ben Murdoch
5ad8c70d69 am e609241a: Merge "Disable AutoFill in private browsing mode." into honeycomb
* commit 'e609241a76005cf09ed62b2cf99bf1a7a523bb99':
  Disable AutoFill in private browsing mode.
2011-01-18 10:14:10 -08:00
Ben Murdoch
e609241a76 Merge "Disable AutoFill in private browsing mode." into honeycomb 2011-01-18 10:07:01 -08:00
Derek Sollenberger
dd1173bc9b Fix smart zoom for plugins that use OpenGL.
bug: 3331323
Change-Id: I4f1d4e0ecdb75283fc781bf5afe579f43610506c
2011-01-18 13:02:07 -05:00
Ben Murdoch
4bd87d6e47 Disable AutoFill in private browsing mode.
Ensure that WebKit knows that AutoFill is disabled when private
browsing is on.

Bug: 3335257
Change-Id: I8c3e45175211e5cb00605c1dbf974e513c582d8e
2011-01-18 17:54:05 +00:00
Dmitri Plotnikov
4afde4fda3 Hiding the AsyncTaskLoader.waitForLoader method
I introduced this method a couple of weeks ago,
but then we had a chat with Dianne and she made
a good point that rather than having this behavior
on AsyncTaskLoader, we should have it on LoaderManager
and then it will cover all kinds of loaders,
not just the ones inheriting from AsyncTaskLoader.
She suggested that we postpone that work until
after Honeycomb.

Change-Id: I1939956296cddb678791ba652ab5f4a0dd45eea1
2011-01-18 09:41:29 -08:00
Justin Ho
dec3867252 am 08dc7ce5: New lockscreen assets for xlarge
* commit '08dc7ce56f3fe08912e9b9be9d9bcf17b546ebf8':
  New lockscreen assets for xlarge
2011-01-18 09:17:38 -08:00
Justin Ho
08dc7ce56f New lockscreen assets for xlarge
Change-Id: Iaf116307ec645630761d4f00810fa01022eeef4e
2011-01-18 09:12:51 -08:00
Justin Ho
a8835a3a2c am 8c01a16c: Battery charging assets (HDPI) from Gingerbread
* commit '8c01a16c7451a387d6fd12ecab99b4a4c42fa07e':
  Battery charging assets (HDPI) from Gingerbread
2011-01-18 08:44:56 -08:00
Justin Ho
8c01a16c74 Battery charging assets (HDPI) from Gingerbread
Change-Id: Ic4003d93719130fb85a535fc03dc6c232578deec
2011-01-18 08:42:36 -08:00
Gilles Debunne
4abb69c337 am aba62a59: Merge "Added a touch up filter in text selection handles." into honeycomb
* commit 'aba62a5925e807f30e3abb1e348738eb342a9888':
  Added a touch up filter in text selection handles.
2011-01-18 08:35:44 -08:00
Gilles Debunne
aba62a5925 Merge "Added a touch up filter in text selection handles." into honeycomb 2011-01-18 08:33:42 -08:00
Cary Clark
cba5754838 am b2601359: add interface to return if (x/y) is a plugin
* commit 'b2601359ea8d9675266c6b72b7209b1f6fae0b89':
  add interface to return if (x/y) is a plugin
2011-01-18 08:29:34 -08:00
Kristian Monsen
b3e976fdd9 am 0664c62c: Merge "Motorola request to fix proxy" into honeycomb
* commit '0664c62c12b885d1c5029185623299f73b048f88':
  Motorola request to fix proxy
2011-01-18 08:26:52 -08:00
Owen Lin
90f7fd92eb am 4b26247e: Merge "Change to stream decoding mode if the file descriptor cannot support seek." into honeycomb
* commit '4b26247e8b45850afc78e414a7007266dbdc5d18':
  Change to stream decoding mode if the file descriptor cannot support seek.
2011-01-18 08:26:31 -08:00
Adam Powell
668ed8b578 am 5d92aff1: Fix bug 3357248 - Small text in settings list items should not change color
* commit '5d92aff192975283fc97ed199af9f85f819ae462':
  Fix bug 3357248 - Small text in settings list items should not change color
2011-01-18 08:24:55 -08:00
Adam Powell
41f93395d0 am 0a753cd4: Merge "Fix bug 3357208 - List selector shows as dark black on first pressed state" into honeycomb
* commit '0a753cd481e4ef86275cae9c5869f4609098c358':
  Fix bug 3357208 - List selector shows as dark black on first pressed state
2011-01-18 08:24:29 -08:00
Cary Clark
b2601359ea add interface to return if (x/y) is a plugin
Use the nav cache to determine if a given
coordinate corresponds to a plugin.

Requires a companion change in external/webkit

bug:3331323
Change-Id: I07d7fdfd643768d600cd6ba81165fac8b553a77f
2011-01-18 11:22:38 -05:00
Joe Onorato
a577b0f75c am ca29bb28: Merge "Don\'t crash with non-standard bitmap types." into honeycomb
* commit 'ca29bb28404643574924b972022907006e76ce6f':
  Don't crash with non-standard bitmap types.
2011-01-18 07:34:24 -08:00
Dianne Hackborn
ad81f4ffb8 am f4c4b666: Merge "Remove old APIs." into honeycomb
* commit 'f4c4b666234d0e5c510c846b13382b77175f10e1':
  Remove old APIs.
2011-01-18 07:34:09 -08:00
Kristian Monsen
0664c62c12 Merge "Motorola request to fix proxy" into honeycomb 2011-01-18 06:05:46 -08:00
Kristian Monsen
6f6b640950 Motorola request to fix proxy
Change-Id: I2beecc2bef5a21294cc5fab0f11d4026f8ad3c2d
2011-01-18 14:01:45 +00:00
Owen Lin
4b26247e8b Merge "Change to stream decoding mode if the file descriptor cannot support seek." into honeycomb 2011-01-18 04:13:13 -08:00
Owen Lin
a9d0d47076 Change to stream decoding mode if the file descriptor cannot support seek.
bug: 3298498
Change-Id: Id7ae46bf8e885a417753edbd6648332052fee469
2011-01-18 18:25:32 +08:00
Dirk Dougherty
9a143e6641 Doc change: fix busted link to DatePicker tutorial.
Change-Id: I957aa3bb4c0c91f195de99405cc8e1b5a5bc82f7
2011-01-17 20:09:46 -08:00
Jim Miller
21efbc0a1c am c6d2a767: Merge "Fix 3303606: invalidate WaveView after resetting state" into honeycomb
* commit 'c6d2a767ce26014fee85ecbe81e1c439898f2ebc':
  Fix 3303606: invalidate WaveView after resetting state
2011-01-17 20:01:09 -08:00