1. 5348c01 Better fix for gettid() sim-eng breakage from last night. by Brad Fitzpatrick · 14 years ago
  2. 8f2bd43 Add window flags and window types to hierarchyviewer. by Joe Onorato · 14 years ago
  3. c6a90a5 Provides ability to store HTTP authentication credentials supplied to an XHR from JavaScript by Steve Block · 14 years ago
  4. 6108af2 Merge "Refactoring PackageManagerHostTests helper functions into a utility class for easier sharing with future stress tests." by Neal Nguyen · 14 years ago
  5. cd06ff1 Merge "update dox that we ignore the exact parameter on computeBounds" by Mike Reed · 14 years ago
  6. 54900e8 update dox that we ignore the exact parameter on computeBounds by Mike Reed · 14 years ago
  7. 6f5decf Merge "Turn on plugin signature checking." by Grace Kloba · 14 years ago
  8. 26f1faa Turn on plugin signature checking. by Grace Kloba · 14 years ago
  9. f426401 Merge "Fix Phone App crash due to binary data in HSP/HFP stream." by Nick Pelly · 14 years ago
  10. 8457b0f Fix Phone App crash due to binary data in HSP/HFP stream. by Nick Pelly · 14 years ago
  11. 11f5738 Use ViewRoot.addConfigCallback instead of a BroadcastReceiver. by Patrick Scott · 14 years ago
  12. 9c4750a Draw a hairline border in the overscroll mode. by Grace Kloba · 14 years ago
  13. a652e4f Merge "http://b/issue?id=2516676 Correctly scale the play button and youtube logo when embedded youtube videos are displayed at smaller than the suggested size." by Leon Clarke · 14 years ago
  14. 6fad943 http://b/issue?id=2516676 by Leon Clarke · 14 years ago
  15. 98bfa39 Use a secure setting for default browser geolocation permissions by Bjorn Bringert · 14 years ago
  16. ad8fd28 Hopefully fix the sim-eng build, part 2. by Brad Fitzpatrick · 14 years ago
  17. 8f26b32 Try to fix sim build. Looks like gettid() is in unistd.h. by Brad Fitzpatrick · 14 years ago
  18. 2c5da31 Log blocking Binder calls to the EventLog. by Brad Fitzpatrick · 14 years ago
  19. 450e9d0 Merge "Fix 2242164 Soft keyboard keeps getting enabled even if I disable it" by Amith Yamasani · 14 years ago
  20. e861ec1 Fix 2242164 Soft keyboard keeps getting enabled even if I disable it by Amith Yamasani · 14 years ago
  21. 4b4d303 Merge "Ensure Binder finalizer handles partially initialized instances." by Jeff Brown · 14 years ago
  22. 582763a Ensure Binder finalizer handles partially initialized instances. by Jeff Brown · 14 years ago
  23. 70df9ba Refactoring PackageManagerHostTests helper functions into a utility class for easier sharing with future stress tests. by Neal Nguyen · 14 years ago
  24. 2c96071 Merge "There are two computeHorizontalScrollRange() got missed in the last conversion." by Grace Kloba · 14 years ago
  25. 1233173 Merge "Limit DropBox storage to 1000 files (by default)." by Dan Egnor · 14 years ago
  26. 1cd1c8e There are two computeHorizontalScrollRange() got missed in the last conversion. by Grace Kloba · 14 years ago
  27. 3a8b0c1 Limit DropBox storage to 1000 files (by default). by Dan Egnor · 14 years ago
  28. 69c997a Update a stale JIT option name. by Ben Cheng · 14 years ago
  29. 478a745 null header and footer allowed in HeaderViewListAdapter. by Gilles Debunne · 14 years ago
  30. 26295d2 Merge "Fix some bugs/edge cases in ScrollView/HorizontalScrollView" by Adam Powell · 14 years ago
  31. 34783aa Fixes for HeaderViewListAdapter. by Gilles Debunne · 14 years ago
  32. 352b978 Fix some bugs/edge cases in ScrollView/HorizontalScrollView by Adam Powell · 14 years ago
  33. 3e8b72a Merge "Fix for bug 2502886 - stupid monkeys." by Adam Powell · 14 years ago
  34. 9d0335b Fix for bug 2502886 - stupid monkeys. by Adam Powell · 14 years ago
  35. 8f29c12 Forcing query execution in SQLiteDatabase.query by Dmitri Plotnikov · 14 years ago
  36. dbde425 Use the Display orientation rather than the accelerometer. by Patrick Scott · 14 years ago
  37. 1c9f1c6 Merge "Asset update for key feedback bubble - removes edge artifact." by Amith Yamasani · 14 years ago
  38. 8db3ed3 Asset update for key feedback bubble - removes edge artifact. by Amith Yamasani · 14 years ago
  39. e77852c Do not provide a way to use an AsyncTask from a non main thread. by Leon Scroggins · 14 years ago
  40. 241cd54 Merge "Maybe fix #2422586: Native crash in android_os_Parcel_closeFileDescriptor() killed the phone process" by Dianne Hackborn · 14 years ago
  41. f60ce40 Remove old asset. by Patrick Scott · 14 years ago
  42. ea08c51 Fixes XHR requests to use the username and password supplied from JavaScript by Steve Block · 14 years ago
  43. c76bfa5 Fixes synchronous XHR requests which require authentication to complete synchronously by Steve Block · 14 years ago
  44. 722802e Log database lock contention as well (as seperate pseudo-queries). by Brad Fitzpatrick · 14 years ago
  45. 1f343eb Merge "fix bug where sync settings set lost upon upgrade from donut and eclair to froyo" by Fred Quintana · 14 years ago
  46. fb08440 fix bug where sync settings set lost upon upgrade from donut and eclair to froyo by Fred Quintana · 14 years ago
  47. cbac8ac Merge "when corruption occurs, log a warning before closing db" by Vasu Nori · 14 years ago
  48. 8f9268d Merge "If we detect a 9patch chunk, force the config chooser to avoid 565, with its pre-dithering madness" by Mike Reed · 14 years ago
  49. b43bdf4 Merge "Add new activity manager method to get list of running applications installed on sdcard. Use new method in UsbStorageActivity. Fix moving dex files. moveDex should be suffixed with LI since it uses Installer" by Suchi Amalapurapu · 14 years ago
  50. 1bb1a91 If failUrl(now historyUrl) is null, use "about:blank" instead of "". by Leon Scroggins · 14 years ago
  51. 39f10ec If we detect a 9patch chunk, force the config chooser to avoid 565, with its pre-dithering madness by Mike Reed · 14 years ago
  52. 7f49b9e Merge "Fix for when flash loads cached crossdomain.xml files. Cache the x-permitted-cross-domain-policies header. http://b/issue?id=2519669" by Leon Clarke · 14 years ago
  53. 1866839 Maybe fix #2422586: Native crash in android_os_Parcel_closeFileDescriptor() by Dianne Hackborn · 14 years ago
  54. ff21e37 Merge "another small step towards fixing [2501808] sapphire: OOM in GPU Surface area" by Mathias Agopian · 14 years ago
  55. d0f11ea Merge "Adding some automated tests for apps on SD (and their corresponding apps)." by Neal Nguyen · 14 years ago
  56. 7cbb92d Adding some automated tests for apps on SD (and their corresponding apps). by Neal Nguyen · 14 years ago
  57. f5e32f3 another small step towards fixing [2501808] sapphire: OOM in GPU Surface area by Mathias Agopian · 14 years ago
  58. 484c8a2 Merge "Fix bug 2531732 - DateTimeView explodes on bad system date format." by Adam Powell · 14 years ago
  59. f3311c9 Fix bug 2531732 - DateTimeView explodes on bad system date format. by Adam Powell · 14 years ago
  60. 395f512 Merge "Return the right thing from Context.getApplicationContext()" by Christopher Tate · 14 years ago
  61. eb9e9ec Return the right thing from Context.getApplicationContext() by Christopher Tate · 14 years ago
  62. f7f5dda Add new activity manager method to get list of running applications installed on sdcard. by Suchi Amalapurapu · 14 years ago
  63. 310c077 Merge "Fix issue #2538211: system server crash" by Dianne Hackborn · 14 years ago
  64. a06150b Merge "Make WebView scroll bars compress during overscroll." by Adam Powell · 14 years ago
  65. 2cd5c59 Make WebView scroll bars compress during overscroll. by Adam Powell · 14 years ago
  66. 1c6a894 Fix issue #2538211: system server crash by Dianne Hackborn · 14 years ago
  67. 7739c28 Merge "one step toward fixing [2501808] sapphire: OOM in GPU Surface area" by Mathias Agopian · 14 years ago
  68. f3cf8a4 when corruption occurs, log a warning before closing db by Vasu Nori · 14 years ago
  69. e0a29d6 Merge " * Move connectivity manager test closer to source. * Add license header to java files * Remove google related information from the test" by Xia Wang · 14 years ago
  70. af1e11b one step toward fixing [2501808] sapphire: OOM in GPU Surface area by Mathias Agopian · 14 years ago
  71. fc2dbd0 * Move connectivity manager test closer to source. by Xia Wang · 14 years ago
  72. 3daa6a5 Merge "Fix bug 2537626." by Adam Powell · 14 years ago
  73. 886df67 Merge "Fix bug 2495033." by Adam Powell · 14 years ago
  74. 83d570c Fix bug 2537626. by Adam Powell · 14 years ago
  75. 300f2e9 Add on-demand setting for plugins. by Patrick Scott · 14 years ago
  76. 387d8f8 Fix bug 2495033. by Adam Powell · 14 years ago
  77. 7e6ee51 Merge "print finalizer warning before closing the cursor in finalize" by Vasu Nori · 14 years ago
  78. a961dc5 Merge "Correctly bind spinner data to TextView. Bug http://code.google.com/p/android/issues/detail?id=7251" by Romain Guy · 14 years ago
  79. b187a847 Correctly bind spinner data to TextView. by Romain Guy · 14 years ago
  80. 1fa7092 fixing problem with allocating too much memory to a surface by fixing by Derek Sollenberger · 14 years ago
  81. 0ee0a2e New edge effect when OverScrolled. by Gilles Debunne · 14 years ago
  82. 2cc1df0 print finalizer warning before closing the cursor in finalize by Vasu Nori · 14 years ago
  83. 9818d75 Merge "Improve switching to car mode, retain night mode option." by Dianne Hackborn · 14 years ago
  84. 3cfb4bf Merge "Don't use dim behind for the search box." by Dianne Hackborn · 14 years ago
  85. 7be4c08 Merge "Make DownloadBase public" by Jean-Baptiste Queru · 14 years ago
  86. de08008 Make DownloadBase public by Jean-Baptiste Queru · 14 years ago
  87. 60708a7 Fix for when flash loads cached crossdomain.xml files. by Leon Clarke · 14 years ago
  88. 1c4027b Small speedup in getAsString and comment fix by Daniel Lehmann · 14 years ago
  89. e38ed5f Don't use dim behind for the search box. by Dianne Hackborn · 14 years ago
  90. b64f6f8 only send new visiblerect and size on onscrollchanged if we're not in overscroll mode by Mike Reed · 14 years ago
  91. b4882ca Merge "Advance encodedKeySearchIndex if encodedKey matches a suffix of a parameter." by Kenny Root · 14 years ago
  92. e3b2df8 Merge "Call super.close() in MargeCursor" by satok · 14 years ago
  93. 85f2c9c Fix issue #2530103: ActivePassword data in Device Policy Manager needs to be persisted by Dianne Hackborn · 14 years ago
  94. 2ccda4d Improve switching to car mode, retain night mode option. by Dianne Hackborn · 14 years ago
  95. f68258f Call super.close() in MargeCursor by satok · 14 years ago
  96. 1a26c9a Merge "Improve export to bitmap layers for HierarchyViewer." by Romain Guy · 14 years ago
  97. 65554f2 Improve export to bitmap layers for HierarchyViewer. by Romain Guy · 14 years ago
  98. 4d8ef42 Check mWebViewCore to prevent potential NPE. by Shimeng (Simon) Wang · 14 years ago
  99. 02034d3 merge from open-source master by The Android Open Source Project · 14 years ago
  100. 92e77dd Merge "Improve wakelock debugging:" by Mike Lockwood · 14 years ago