1. 6509662 Merge "Make sure access to WebView::mWebViewCore is synchronized." by Andrei Popescu · 15 years ago
  2. 0409857 Make sure access to WebView::mWebViewCore is synchronized. by Andrei Popescu · 15 years ago
  3. 1898a9d Merge "Add a LOG_TAG for android.graphics.Graphics JNI." by Ficus Kirkpatrick · 15 years ago
  4. 1a9c27c Add a LOG_TAG for android.graphics.Graphics JNI. by Ficus Kirkpatrick · 15 years ago
  5. abf19ab Merge "Add conditions to check for updated system applications. Restrict them to internal flash only even before we copy." by Suchi Amalapurapu · 15 years ago
  6. f0fd843 - add verbose logging to the authenticator by Fred Quintana · 15 years ago
  7. a2b6c37 Add conditions to check for updated system applications. Restrict them by Suchi Amalapurapu · 15 years ago
  8. 3dc02fe For flash trackball, send several downs followed by a single up. by Leon Scroggins · 15 years ago
  9. 31b8367 requestChildRectangleOnScreen takes layers into account by Cary Clark · 15 years ago
  10. f19d43d Merge "Fix Parcel leak in ContentProvider.call()" by Brad Fitzpatrick · 15 years ago
  11. dfb437e Fix Parcel leak in ContentProvider.call() by Brad Fitzpatrick · 15 years ago
  12. 4a8a310 New (hidden) API for ContactsProvider status. by Dmitri Plotnikov · 15 years ago
  13. 50ab63f Adding definitions & APIs for features that are newly-optional in FroYo. by Dan Morrill · 15 years ago
  14. eb6a592 Merge "Fix issues with ListView.smoothScrollBy" by Adam Powell · 15 years ago
  15. 029cfbd Fix issues with ListView.smoothScrollBy by Adam Powell · 15 years ago
  16. c4e26a5 Merge "Showing phonetic name in the contact header." by Dmitri Plotnikov · 15 years ago
  17. 56ec3c8 Merge "Fix scrolling bug in AutoCompleteTextView. Bug #2495033" by Romain Guy · 15 years ago
  18. 3e14168 Fix scrolling bug in AutoCompleteTextView. Bug #2495033 by Romain Guy · 15 years ago
  19. 9161e20 merge from open-source master by The Android Open Source Project · 15 years ago
  20. f1f90d4 Merge "Expose the Uri of the newly created contact Bug: 2448065" by Daniel Lehmann · 15 years ago
  21. 2ba1af3 Merge "Guard against calls to getTextAfterCursor() in text that has no cursor." by Eric Fischer · 15 years ago
  22. 2509d3c Clear active password in device admin when password is cleared. by Dianne Hackborn · 15 years ago
  23. 1127895 Guard against calls to getTextAfterCursor() in text that has no cursor. by Eric Fischer · 15 years ago
  24. a87afd0 Remove mms-common library by Tom Taylor · 15 years ago
  25. aeae357 Showing phonetic name in the contact header. by Dmitri Plotnikov · 15 years ago
  26. 156c435 Move lockscreen settings to secure table to prevent tampering. b/2343673 by Amith Yamasani · 15 years ago
  27. b1b1371 Expose the Uri of the newly created contact Bug: 2448065 by Daniel Lehmann · 15 years ago
  28. 453e60d Merge "Hold wake lock while shutting down." by Dianne Hackborn · 15 years ago
  29. 31e78e07 Merge "Report scroll events from ScrollView and HorizontalScrollView. Bug #2342763" by Romain Guy · 15 years ago
  30. f99ae76 Hold wake lock while shutting down. by Dianne Hackborn · 15 years ago
  31. 8e618e5 Report scroll events from ScrollView and HorizontalScrollView. Bug #2342763 by Romain Guy · 15 years ago
  32. 3eda979 Add Debug.dumpService(), a public method for "dumpsys" functionality by Dan Egnor · 15 years ago
  33. 80825e3 Merge "Update comments for the new EXTRA_VOICE_SEARCH_RESULT_HTTP_HEADERS." by Mike LeBeau · 15 years ago
  34. eba0f75 Update comments for the new EXTRA_VOICE_SEARCH_RESULT_HTTP_HEADERS. by Mike LeBeau · 15 years ago
  35. d1356e4 Merge "caching bug in SQLiteDatabase causes invalid finalizer warnings" by Vasu Nori · 15 years ago
  36. c8195ff Merge "rollback AFTER commit causes warning message from sqlite bug:2486731" by Vasu Nori · 15 years ago
  37. 68da044 Merge "Updates WebAddress to ignore the colon after the host component of a URL if no port is specified" by Steve Block · 15 years ago
  38. 198e40d Merge "Pass keys to plugin while shift is held down." by Leon Scroggins · 15 years ago
  39. 49d02ac caching bug in SQLiteDatabase causes invalid finalizer warnings by Vasu Nori · 15 years ago
  40. 529b285 Merge "If both cookies have null values, use the name difference." by Patrick Scott · 15 years ago
  41. 2257440 Updates WebAddress to ignore the colon after the host component of a URL if no port is specified by Steve Block · 15 years ago
  42. 08d5b1f Merge "Adding support for passing HTTP headers to a Browser" by Mike LeBeau · 15 years ago
  43. 2807dbd If both cookies have null values, use the name difference. by Patrick Scott · 15 years ago
  44. b127c8f Pass keys to plugin while shift is held down. by Leon Scroggins · 15 years ago
  45. 4b10453 Merge "Fix a SettingsProvider test : 2377540" by Amith Yamasani · 15 years ago
  46. 8da530c Merge "Cookies like "a=b" were broken due to my previous change." by Patrick Scott · 15 years ago
  47. 271f7ae Merge "For synchronous loads, load file URLs in the WebCore thread, rather than in the new WebViewWorker thread" by Steve Block · 15 years ago
  48. 2ffa625 Adding support for passing HTTP headers to a Browser by Valentin Kravtsov · 15 years ago
  49. 6aa6185 Merge "Fixing: Position of right button edge is different for VS" by Bjorn Bringert · 15 years ago
  50. 2390380 Merge "location: dump LocationProvider internal state" by Mike Lockwood · 15 years ago
  51. ad7dd48 scroll into view considers layers by Cary Clark · 15 years ago
  52. 5bffb45 Merge "hidden api sameAs() to compare the pixels of 2 bitmaps for equality" by Mike Reed · 15 years ago
  53. 76d1e01 hidden api sameAs() to compare the pixels of 2 bitmaps for equality by Mike Reed · 15 years ago
  54. d1b21ff Merge "Hide Go button in browser when no text is entered" by Bjorn Bringert · 15 years ago
  55. d2b49d9 Cookies like "a=b" were broken due to my previous change. by Patrick Scott · 15 years ago
  56. d0ca337 Fix a SettingsProvider test : 2377540 by Amith Yamasani · 15 years ago
  57. 3c8fbdf location: dump LocationProvider internal state by Fred Fettinger · 15 years ago
  58. 30df237 ADT: Mark WebView as a Widget. Eclipse/ADT will display it in the GUI creator. by Raphael · 15 years ago
  59. e3491b6 Title in DatePickerDialog used in Settings application not updated correctly by Kenneth Andersson · 15 years ago
  60. 78f307d rollback AFTER commit causes warning message from sqlite bug:2486731 by Vasu Nori · 15 years ago
  61. 4c2d7b5 Merge "Update keyboard key assets." by Amith Yamasani · 15 years ago
  62. 56ddddd Update keyboard key assets. by Amith Yamasani · 15 years ago
  63. cb704cd Fixed a regression setting ListView selection mode without an adapter by Adam Powell · 15 years ago
  64. 18c65d3 Merge "Fix up missed refactoring in JNI reg and preloaded-classes" by Christopher Tate · 15 years ago
  65. 7adc274 Fix up missed refactoring in JNI reg and preloaded-classes by Christopher Tate · 15 years ago
  66. 8f1bfe1 ListView#getCheckItemIds() deprecated for ListView#getCheckedItemIds(). by Adam Powell · 15 years ago
  67. 0a9355b Merge "Correctly validate numbers when pasted in NumberPicker. Bug #2258525" by Romain Guy · 15 years ago
  68. aa516be Correctly validate numbers when pasted in NumberPicker. Bug #2258525 by Romain Guy · 15 years ago
  69. f49501e Fix doc references to "android.backup" to the new "android.app.backup" by Christopher Tate · 15 years ago
  70. 9919024 Merge "Refactor android.backup => android.app.backup" by Christopher Tate · 15 years ago
  71. 4528186 Refactor android.backup => android.app.backup by Christopher Tate · 15 years ago
  72. 6005ab5 Merge "Logging to track down an elusive bug with Messaging app losing IME focus in landscape." by Amith Yamasani · 15 years ago
  73. a8b00c8 Logging to track down an elusive bug with Messaging app losing IME focus in landscape. by Amith Yamasani · 15 years ago
  74. 931bf89 Merge "Added accessors for view overscroll modes" by Adam Powell · 15 years ago
  75. 9277c6d Merge "don't assume Cursor.getExtras returns non-null" by Mark Wagner · 15 years ago
  76. c0068ad Merge "Adding over scroll to webview. We will always apply over scroll vertically. In horizontal direction, if the page can't be zoomed and the current content just fit, we will not do over scroll." by Grace Kloba · 15 years ago
  77. 1877d01 Add "call" method on ContentProvider. by Brad Fitzpatrick · 15 years ago
  78. d7625dd Adding over scroll to webview. We will always apply by Grace Kloba · 15 years ago
  79. 51c5a0c Added accessors for view overscroll modes by Adam Powell · 15 years ago
  80. 5fcea7e Fixing: Position of right button edge is different for VS by Valentin Kravtsov · 15 years ago
  81. 7299c41 Refactor car mode. by Dianne Hackborn · 15 years ago
  82. 4d891d1 don't assume Cursor.getExtras returns non-null by Mark Wagner · 15 years ago
  83. 76619af For synchronous loads, load file URLs in the WebCore thread, rather than in the new WebViewWorker thread by Steve Block · 15 years ago
  84. 3b7991e Merge "Release mediaplayer if the current state is not suspending. Fix for bug 2480093." by Gloria Wang · 15 years ago
  85. efb882c Release mediaplayer if the current state is not suspending. Fix for bug 2480093. by Gloria Wang · 15 years ago
  86. 16d8cf9 Merge "provide databasename to the logging func registration func" by Vasu Nori · 15 years ago
  87. 9a823c4 Merge "It is possible that we may get a call from WebCore that the first layout has completed before we've successfully syncd the webview dimensions from Java to native and in this case, we end up syncing a height of 0 to WebKit. This causes hit detection to fail, as WebKit thinks we have a 0-height visible area. This patch fixes this scenario by syncing the height of the webview back to WebKit in the case that the first layout comes back before we've sent our dimensions." by Ben Murdoch · 15 years ago
  88. 065efeb Merge "Squashed commit of the following:" by Shimeng (Simon) Wang · 15 years ago
  89. d1bee05 It is possible that we may get a call from WebCore that the first layout has by Ben Murdoch · 15 years ago
  90. 540bc03 Unhide reconnect() in Camera. by Chih-Chung Chang · 15 years ago
  91. 1c02c6a Squashed commit of the following: by Shimeng (Simon) Wang · 15 years ago
  92. 33b167b Hide Go button in browser when no text is entered by Bjorn Bringert · 15 years ago
  93. e354bba Merge "return false if any exception is thrown from savePicture" by Mike Reed · 15 years ago
  94. 189e735 return false if any exception is thrown from savePicture by Mike Reed · 15 years ago
  95. 24e09b9 New artwork for audio settings on keyguard and power menu. by Daniel Sandler · 15 years ago
  96. 1533020 Merge "Update framework tethering UI" by Robert Greenwalt · 15 years ago
  97. 51ced54 Merge "Do not select any item when the user clicks outside of the list content. Bug #2485544" by Romain Guy · 15 years ago
  98. 090e0f0 Do not select any item when the user clicks outside of the list content. by Romain Guy · 15 years ago
  99. 28853c5 Merge "Adding a mime type for the phone lookup URI." by Dmitri Plotnikov · 15 years ago
  100. e7085e9 Update framework tethering UI by Robert Greenwalt · 15 years ago