1. 33bcfa2 First cut of basic RS headers for ScriptC. Not nearly complete. by Jason Sams · 15 years ago
  2. 0b43747 Fix loading from the cache for synchronous requests by Steve Block · 15 years ago
  3. 4ab72cb b/2511635 Browser displays incorrect SSL cert information by Brian Carlstrom · 15 years ago
  4. beb0c1b Merge "Make JNI function for setLocale() call register_localized_collators() with the current locale, not previous one, every time it is possible." by Daisuke Miyakawa · 15 years ago
  5. ea579c7 Merge ""isPlaying" should never block, acquiring the mutex here is unnecessary, rather than investing in a separate mutex guarding just "mFlags" we accept returning "true" from isPlaying one too many times." by Marco Nelissen · 15 years ago
  6. 4040d44 Merge "fix typos in docs" by Joe Onorato · 15 years ago
  7. e0d3507 fix typos in docs by Joe Onorato · 15 years ago
  8. 10ce6c5 Merge "Properly use a long long literal to avoid under/overflow during fps computation." by Andreas Huber · 15 years ago
  9. d73a81c Properly use a long long literal to avoid under/overflow during fps computation. by Andreas Huber · 15 years ago
  10. 1fbf63a "isPlaying" should never block, acquiring the mutex here is unnecessary, rather than investing in a separate mutex guarding just "mFlags" we accept returning "true" from isPlaying one too many times. by Andreas Huber · 15 years ago
  11. 1e65d9e Use float instead of cast to int when calculating by Grace Kloba · 15 years ago
  12. 43bde92 Merge "Plugin surfaces will be limited to 270% of the devices screen size." by Derek Sollenberger · 15 years ago
  13. d222a16 Plugin surfaces will be limited to 270% of the devices screen size. by Derek Sollenberger · 15 years ago
  14. 9f4c8e9 Merge "Resize AutoCompleteTextView's dropdown when the list content changes. Bug #2517711" by Romain Guy · 15 years ago
  15. 6a67810 Resize AutoCompleteTextView's dropdown when the list content changes. by Romain Guy · 15 years ago
  16. c8b7b9f Add progress indicator to USB mass storage screen. by Daniel Sandler · 15 years ago
  17. a5bd122 Merge "close() database should close the db no matter what the ref count says" by Vasu Nori · 15 years ago
  18. 0794cd3 Merge "Move MountService's Handler to a different thread." by Daniel Sandler · 15 years ago
  19. 4f33d80 Merge "Implement eglInitialize / eglTerminate reference counting" by Jack Palevich · 15 years ago
  20. 7f83e10 Merge "Properly handle errors during the codec configuration phase, attempt to revert to next available (likely software-) codec if configuration fails." by Andreas Huber · 15 years ago
  21. 5f27ef4 Move MountService's Handler to a different thread. by Daniel Sandler · 15 years ago
  22. 52c6c10 Merge "Remove flaky test MemoryFileTest:testPurge from large suite." by Brett Chabot · 15 years ago
  23. 04708b5 Merge "fix the way last insert rowid is returned" by Vasu Nori · 15 years ago
  24. 7148b15 Merge "Restrict plugins to a fixed size surface after exceeding a pixel threshold." by Derek Sollenberger · 15 years ago
  25. 4670457 Merge "Set SOURCE to app package name when starting QSB (if not set)" by Bjorn Bringert · 15 years ago
  26. e1e37c6 Remove flaky test MemoryFileTest:testPurge from large suite. by Brett Chabot · 15 years ago
  27. 2a09c7e Properly handle errors during the codec configuration phase, attempt to revert to next available (likely software-) codec if configuration fails. by Andreas Huber · 15 years ago
  28. 8ae4c67 Merge "Dismiss a dialog if dimissed right after calling show(). Bug #2508607" by Romain Guy · 15 years ago
  29. 08a4ac3 Dismiss a dialog if dimissed right after calling show(). Bug #2508607 by Romain Guy · 15 years ago
  30. f6373e9 close() database should close the db no matter what the ref count says by Vasu Nori · 15 years ago
  31. 41df3f7 Restrict plugins to a fixed size surface after exceeding a pixel threshold. by Derek Sollenberger · 15 years ago
  32. e118d6f Merge "Add ABORT support to Obex lib" by Jaikumar Ganesh · 15 years ago
  33. 202755c Merge "- make the SyncManager add periodic syncs when it upgrades from a version of the accounts.xml file that pre-dated periodic syncs, e.g. eclair or early froyo. http://b/2515823 - make the AccountManagerService dump() use a getAccounts call that doesn't check the GET_ACCOUNTS permission to make it useful in "adb bugreport" - add some logging to SyncManager to help track down a problem" by Fred Quintana · 15 years ago
  34. c2e4691 - make the SyncManager add periodic syncs when it upgrades from a by Fred Quintana · 15 years ago
  35. 8258ebd Add ABORT support to Obex lib by Lixin Yue · 15 years ago
  36. 5bf6724 fix the way last insert rowid is returned by Vasu Nori · 15 years ago
  37. 0543a5a Merge "Fixes bug 2502132, and masks bug 2518313." by Glenn Kasten · 15 years ago
  38. 0d4726a Merge "Fix regression in directory scanning" by Kenny Root · 15 years ago
  39. f62dd66 Fixes bug 2502132, and masks bug 2518313. by Glenn Kasten · 15 years ago
  40. d489240 Merge "HTTPDataSource must be connected before it is usable. Fix this in the stagefright tool." by Andreas Huber · 15 years ago
  41. 1af34be HTTPDataSource must be connected before it is usable. Fix this in the stagefright tool. by Andreas Huber · 15 years ago
  42. c7f394e Merge "Adjust expected text frame length in ID3" by Kenny Root · 15 years ago
  43. c0b778e http://b/issue?id=2501101 by Leon Clarke · 15 years ago
  44. 3c24cb7 Set SOURCE to app package name when starting QSB (if not set) by Bjorn Bringert · 15 years ago
  45. 0c2ab24 Adjust expected text frame length in ID3 by Kenny Root · 15 years ago
  46. 2c62f5f Merge "fix [2515291] Native crash and runtime restart while trying to preview captured picture on Sapphire" by Mathias Agopian · 15 years ago
  47. 0a41c3c Implement eglInitialize / eglTerminate reference counting by Jack Palevich · 15 years ago
  48. a8c02d7 Fix regression in directory scanning by Kenny Root · 15 years ago
  49. 650e22c Merge "Fix monkey bug 2512055" by Adam Powell · 15 years ago
  50. 22cb2f4 Fix monkey bug 2512055 by Adam Powell · 15 years ago
  51. 9e3d693 fix [2515291] Native crash and runtime restart while trying to preview captured picture on Sapphire by Mathias Agopian · 15 years ago
  52. 82ce6f1 Merge "Round up ImageView translations to avoid nasty surprises. Bug #2499812" by Romain Guy · 15 years ago
  53. b945639 Make JNI function for setLocale() call register_localized_collators() by Daisuke Miyakawa · 15 years ago
  54. b493820 Round up ImageView translations to avoid nasty surprises. Bug #2499812 by Romain Guy · 15 years ago
  55. 0167c31 Merge "Switch SelectionBuilder to accept Object[], fix NPE." by Jeff Sharkey · 15 years ago
  56. 88f183e Merge "Correctly handle disabled list items in AutoCompleteTextView. Bug #2516659" by Romain Guy · 15 years ago
  57. 2beee4d Correctly handle disabled list items in AutoCompleteTextView. Bug #2516659 by Romain Guy · 15 years ago
  58. 27e8576 Merge "Update the tethering icons." by Robert Greenwalt · 15 years ago
  59. 56f480b Update the tethering icons. by Robert Greenwalt · 15 years ago
  60. 0cd57a4 Switch SelectionBuilder to accept Object[], fix NPE. by Jeff Sharkey · 15 years ago
  61. cf2826e Merge "Fix bug 2516434" by Adam Powell · 15 years ago
  62. be455be Merge "Improve eglSwapBuffers error handling." by Jack Palevich · 15 years ago
  63. 04b17ab Improve eglSwapBuffers error handling. by Jack Palevich · 15 years ago
  64. 83134c1 Merge "Removed compatibility function (was left in before to not break the build) Bug:2501468" by Dmitri Plotnikov · 15 years ago
  65. c501429 Fix bug 2516434 by Adam Powell · 15 years ago
  66. 1b43779 Merge "Revert TTS output filter tuning after reverting the Pico 1.1.0.2 energy distribution change in an attempt to fix bug 2449814." by Jean-Michel Trivi · 15 years ago
  67. 1105f0f Revert TTS output filter tuning after reverting the Pico 1.1.0.2 by Jean-Michel Trivi · 15 years ago
  68. 1e909ed Merge "Add definitions for WiMAX and iDen network types." by jsh · 15 years ago
  69. b258659 Merge "Fix 2428368: Fix most of the lockscreen orientation refresh bugs" by Jim Miller · 15 years ago
  70. 8214deb Add definitions for WiMAX and iDen network types. by jsh · 15 years ago
  71. 4f096dc Merge "Replace all uses of bzero with memset. Bzero and memset are both compiler built-ins so this change should not negatively effect the generated code. However, a forthcoming commit will remove the implicit include of strings.h from stdlib.h and bzero will no longer be visible in these translation units without additional includes." by Carl Shapiro · 15 years ago
  72. 1a3786a Merge "Fix bug 2203203 Route STREAM_VOICE_CALL to A2DP when not in call." by Jean-Michel Trivi · 15 years ago
  73. 6af8e14 Merge "Fix bugs when transitioning out of touch mode" by Adam Powell · 15 years ago
  74. 51a6bee Fix bugs when transitioning out of touch mode by Adam Powell · 15 years ago
  75. b06a68b Merge "Add a name to the previously-unnamed thread created by SoundPoolThread." by Steve Howard · 15 years ago
  76. fc2ece4 update comment on WebView loadData by Cary Clark · 15 years ago
  77. 0e08f2d Merge "Allocate SQLiteQueryBuilder's WHERE clause StringBuilder lazily." by Brad Fitzpatrick · 15 years ago
  78. 43f0e8e We no longer do sanity checks based on "hdlr" tags in .mp4 files. Pretty soon we'll play any bytestream that even vaguely resembles the spec... by Andreas Huber · 15 years ago
  79. 74d4843 Fix #2509370 ThumbnailUtils.createThumbnailFromEXIF crashes media provider. by Ray Chen · 15 years ago
  80. 7d74086 Merge "Hack to "support" "enhanced" podcasts... slang for malformed .mp4 files." by Andreas Huber · 15 years ago
  81. 174de8e Merge "Fix the media metadata retriever (tests). The native constants must match those published at the java layer." by Andreas Huber · 15 years ago
  82. 2d6f709 Merge "Tag the "testid3" commandline tool as "debug-only". It doesn't need to be included in release builds." by Andreas Huber · 15 years ago
  83. 9fbaca9 Tag the "testid3" commandline tool as "debug-only". It doesn't need to be included in release builds. by Andreas Huber · 15 years ago
  84. 244e896 Merge "Allow plugin's surface to handle touch when in full-screen." by Derek Sollenberger · 15 years ago
  85. 4d60fc5 Hack to "support" "enhanced" podcasts... slang for malformed .mp4 files. by Andreas Huber · 15 years ago
  86. 4aa4419 Merge "Call close on Cursors in finally blocks." by Leon Scroggins · 15 years ago
  87. 122ff04 Fixing the sim build. by Andreas Huber · 15 years ago
  88. fe1143b Call close on Cursors in finally blocks. by Leon Scroggins · 15 years ago
  89. e6335c9 Add locking around AudioRecord release() function in JNI. Bug 2481952. by Dave Sparks · 15 years ago
  90. f0f7eb0 Merge "Fix issue 2512221: Car Dock Notification doesn't go away" by Dianne Hackborn · 15 years ago
  91. c28ff44 Allow plugin's surface to handle touch when in full-screen. by Derek Sollenberger · 15 years ago
  92. f3c755a Adds XPath layout tests to DumpRenderTree ignoreResults list as Android does not support XPath by Steve Block · 15 years ago
  93. 780b260 Fix issue 2512221: Car Dock Notification doesn't go away by Tobias Haamel · 15 years ago
  94. 677bc7d Merge "misc fixes, including 0xB0B8" by Mike Reed · 15 years ago
  95. 97be154 misc fixes, including 0xB0B8 by Mike Reed · 15 years ago
  96. 8e3015e Replace all uses of bzero with memset. Bzero and memset are both by Carl Shapiro · 15 years ago
  97. ae6cdd1 Allocate SQLiteQueryBuilder's WHERE clause StringBuilder lazily. by Brad Fitzpatrick · 15 years ago
  98. e4b8c42 Fix bug 2203203 Route STREAM_VOICE_CALL to A2DP when not in call. by Jean-Michel Trivi · 15 years ago
  99. 24217d8 Merge "Use a Go button instead of a magnifying glass in the keyboard for in-app search." by Amith Yamasani · 15 years ago
  100. b644f85 Fixing a small API check issue to get the builds green by Jesse Wilson · 15 years ago