1. c0ac193 Add support for linear gradients. by Romain Guy · 14 years ago
  2. ee6aadd Merge "Added the LayoutTestsRunner class that is responsible for running the tests. Also, added some methods to FileFilter." by Maksymilian Osowski · 15 years ago
  3. a508668 am c9ecd445: merge from open-source master by The Android Open Source Project · 15 years ago
  4. c9ecd44 merge from open-source master by The Android Open Source Project · 15 years ago
  5. 62dfcf3 am 3b97e5a6: merge from open-source master by The Android Open Source Project · 15 years ago
  6. 3b97e5a merge from open-source master by The Android Open Source Project · 15 years ago
  7. 3c8ccb3 Added the LayoutTestsRunner class that is responsible for running the tests. Also, added some methods to FileFilter. by Maksymilian Osowski · 15 years ago
  8. c96cdc9 Merge "Add support for BitmapShader." by Romain Guy · 15 years ago
  9. d27977d Add support for BitmapShader. by Romain Guy · 15 years ago
  10. 3fb33c7 Merge "Added method getPreferredHttpHost" by Romain Guy · 15 years ago
  11. 5d53c19 add a paramter to control page-load-termination-on-JS-error by Guang Zhu · 15 years ago
  12. 3d58c03 Do not apply transforms when using drawColor(). by Romain Guy · 15 years ago
  13. 266e051 Prevent crash in ListView when changing cache hint. by Romain Guy · 15 years ago
  14. 2986f85 Added method getPreferredHttpHost by Andreas Sandblad · 15 years ago
  15. c692e8c Make HTTP Header class handle multiple cache-control fields. by Henrik Baard · 15 years ago
  16. 6926c72 Correctly support pre-multiplied alpha, optimizations, more stuff. by Romain Guy · 15 years ago
  17. 7ee7815 Merge "Added dialogs to the DirListActivity." by Maksymilian Osowski · 15 years ago
  18. cefd8d9 Merge "Update DumpRenderTree to look in platform/android for Android-specific results" by Steve Block · 15 years ago
  19. a888375 Update DumpRenderTree to look in platform/android for Android-specific results by Steve Block · 15 years ago
  20. cc483d2 Added dialogs to the DirListActivity. by Maksymilian Osowski · 15 years ago
  21. 16202fc Fix alpha blending and improve fragment shaders performance. by Romain Guy · 15 years ago
  22. 177eb38 Update the file filter in DumpRenderTree (and DumpRenderTree2) so that by Ben Murdoch · 15 years ago
  23. 029c62d Merge "A basic extension of ListActivity that allows navigating through tests and test folders." by Maksymilian Osowski · 15 years ago
  24. 6fd7112 A basic extension of ListActivity that allows navigating through tests and test folders. by Maksymilian Osowski · 15 years ago
  25. f7f9355 Draw n-patches using OpenGL. by Romain Guy · 15 years ago
  26. 17adbfb am 0e1d3391: am b59b9445: Fix icon size in intruder alerts. by Daniel Sandler · 15 years ago
  27. b59b944 Fix icon size in intruder alerts. by Daniel Sandler · 15 years ago
  28. 054e3d5 Merge "Basic file filter class for the new DumpRenderTree." by Maksymilian Osowski · 15 years ago
  29. 2910c12 Basic file filter class for the new DumpRenderTree. by Maksymilian Osowski · 15 years ago
  30. f86ef57 Don't use full screen FBOs, this dramatically increase performance. by Romain Guy · 15 years ago
  31. 8ba548f Add implementation for drawBitmap(Bitmap, Rect, Rect, Paint) by Romain Guy · 15 years ago
  32. c1396e9 Add implementation for drawBitmap(). by Romain Guy · 15 years ago
  33. ce0537b Add hooks for drawBitmap(). by Romain Guy · 15 years ago
  34. 570bb56 frameworks/base updates to track merge from dalvik-dev by Brian Carlstrom · 15 years ago
  35. 04f229a am 77655393: am 5d7f6e61: Merge "Support for tapping on an immersive-mode priority notification." into gingerbread by Daniel Sandler · 15 years ago
  36. 27a8be4 Support for tapping on an immersive-mode priority notification. by Daniel Sandler · 15 years ago
  37. d55a861 Add support for saveLayer(). by Romain Guy · 15 years ago
  38. 026c5e16 Implement support for PorterDuff's blending modes. by Romain Guy · 15 years ago
  39. bd6b79b Add implementations for saveLayerAlpha() and textured rects. by Romain Guy · 15 years ago
  40. c7d5349 Implement quickReject() and drawRect(). by Romain Guy · 15 years ago
  41. 6d7a052 am b9353372: am 8896783d: Updated StatusBar test app for new notifications API. by Daniel Sandler · 15 years ago
  42. ca9d544 Merge "Add colored rectangles implementation in OpenGLRenderer." by Romain Guy · 15 years ago
  43. 9d5316e Add colored rectangles implementation in OpenGLRenderer. by Romain Guy · 15 years ago
  44. 8896783 Updated StatusBar test app for new notifications API. by Daniel Sandler · 15 years ago
  45. ab3c7d2 am 0bf5cce9: am 0a0edcca: Merge "Fix the notification vibration setting and add a test app that lets you recover from the busted state." into gingerbread by Joe Onorato · 15 years ago
  46. 8932020 Fix the notification vibration setting and add a test app that lets you recover from the busted by Joe Onorato · 15 years ago
  47. a18dbdf am 801b63d3: am 51e895f0: Merge "Need to give the AppWidgetHostView the new info about the provider, in case the initialLayout changed." into gingerbread by Joe Onorato · 15 years ago
  48. c27bb55 Need to give the AppWidgetHostView the new info about the provider, in case the initialLayout by Joe Onorato · 15 years ago
  49. be1304f Tweak fix for setXSSAuditorEnabled in LayoutTestController. by Elliott Slaughter · 15 years ago
  50. 5dc0c82 Add setXSSAuditorEnabled support in WebSettings. by Elliott Slaughter · 15 years ago
  51. 85bf02f Fix the simulator build. by Romain Guy · 15 years ago
  52. ad45686 Add dumpChildFramesAsText function support in LayoutTestController. by Shimeng (Simon) Wang · 15 years ago
  53. 0bcd289 move a sqlite test from framework-tests to coretests by Vasu Nori · 15 years ago
  54. e4d0112 Add libhwui, to hardware accelerate the Canvas API using OpenGL ES 2.0. by Romain Guy · 15 years ago
  55. 83ea9e3 am 685fcf36: am c95812e6: Merge "Move out all framework-tests classes." into gingerbread by Brett Chabot · 15 years ago
  56. 0bbae08 Add new API to check whether a Bitmap was modified. by Romain Guy · 15 years ago
  57. be81f4f Move out all framework-tests classes. by Brett Chabot · 15 years ago
  58. 6c354da read old version of data and use multiple connections to db by Vasu Nori · 15 years ago
  59. 8a5f10b resolved conflicts for merge of f7b79151 to master by Joe Onorato · 15 years ago
  60. 1d46191 am b5f9b4f1: am 302759c1: Merge changes I4a11f027,Ib2c4abf6,Id0c7ef9f,I839d7771 into kraken by Joe Onorato · 15 years ago
  61. 0faeb07 Add a test item the turns on a bunch of extra icons. by Joe Onorato · 15 years ago
  62. 005847b Handle errors inflating notifications (and their icons). by Joe Onorato · 15 years ago
  63. d2b1f00 Add some disabled logging and another test case for reapplying the notification views. by Joe Onorato · 15 years ago
  64. 2dbb41d Merge webkit.org at r60469: Skip a new isolated world test by Leon Clarke · 15 years ago
  65. 1620bcd DumpRenderTree fix. by Ben Murdoch · 15 years ago
  66. 790e71d Merge "Add indexeddb files to the skip list" by Leon Clarke · 15 years ago
  67. 970effc Add indexeddb files to the skip list by Leon Clarke · 15 years ago
  68. 9b815d0 DumpRenderTree changes by Ben Murdoch · 15 years ago
  69. eff8102 am f419c631: am 175f79c5: In fact, switching an item between ongoing and notifications works. by Joe Onorato · 15 years ago
  70. a67699c am 087cc1fa: am 871bdb98: Handle bad icon resources. by Joe Onorato · 15 years ago
  71. a417069 am 85676633: am 0e26dffd: updateNotifications works. by Joe Onorato · 15 years ago
  72. 37166e6 am ff97998a: am 4762c2d7: Add expand and collapse. by Joe Onorato · 15 years ago
  73. 175f79c In fact, switching an item between ongoing and notifications works. by Joe Onorato · 15 years ago
  74. 871bdb9 Handle bad icon resources. by Joe Onorato · 15 years ago
  75. 0e26dff updateNotifications works. by Joe Onorato · 15 years ago
  76. 4762c2d Add expand and collapse. by Joe Onorato · 15 years ago
  77. 76b7049 am 8f1259be: am b705eea7: am 1bd7597b: merge from open-source master by The Android Open Source Project · 15 years ago
  78. b705eea am 1bd7597b: merge from open-source master by The Android Open Source Project · 15 years ago
  79. 1bd7597 merge from open-source master by The Android Open Source Project · 15 years ago
  80. ef36752 Replaced raw string arguments for Context.getSystemService() with final Context variables by Christian Mehlmauer · 15 years ago
  81. fb4b88f Fixes an error when displaying the current layout test index. by Kristian Monsen · 15 years ago
  82. 521d9a7 Display index and count when running layout tests by Kristian Monsen · 15 years ago
  83. 75be797 Merge WebKit at r59636: Added appcache/fallback.html to the ignore list. by Kristian Monsen · 15 years ago
  84. 912a631 am b3f26be7: am 453894d8: am 8382068e: merge from open-source master by The Android Open Source Project · 15 years ago
  85. 453894d am 8382068e: merge from open-source master by The Android Open Source Project · 15 years ago
  86. 8382068 merge from open-source master by The Android Open Source Project · 15 years ago
  87. 1152df7 Merge "Updated RGB LED test cases" by Jean-Baptiste Queru · 15 years ago
  88. d1f5e9e Merge changes I8da1b801,Id88446d6,I82798d5a by Ben Murdoch · 15 years ago
  89. 77b8e61 Merge "Change the default JS engine for Android-specific layout test results in DRT from JSC to V8" by Steve Block · 15 years ago
  90. 543f0c9 Merge Webkit at r58956: Update DRT FileFilter. by Ben Murdoch · 15 years ago
  91. ccee910 Merge Webkit at r58956: Plugin code has switched to C99 integer types. See http://trac.webkit.org/changeset/58590 by Ben Murdoch · 15 years ago
  92. c1d8651 Change the default JS engine for Android-specific layout test results in DRT from JSC to V8 by Steve Block · 15 years ago
  93. 9ef0f0d Merge "New test in FrameworkTest for the VelocityTracker class" by Jean-Baptiste Queru · 15 years ago
  94. 8b913e8 Merge "Adds excessive-comma-usage.html to DumpRenderTree skipped list as it causes OOM" by Steve Block · 15 years ago
  95. f27d7fb Adds excessive-comma-usage.html to DumpRenderTree skipped list as it causes OOM by Steve Block · 15 years ago
  96. 3d638b4 am 342e520b: am 4924ea49: am c8e84e12: am b4c9a8f6: Merge "Fix imf tests." into froyo by Brett Chabot · 15 years ago
  97. 4924ea4 am c8e84e12: am b4c9a8f6: Merge "Fix imf tests." into froyo by Brett Chabot · 15 years ago
  98. ade63a0 New test in FrameworkTest for the VelocityTracker class by Marc Capdevielle · 15 years ago
  99. e9d0b29 Fix imf tests. by Brett Chabot · 15 years ago
  100. ce2a97a Preserve '+' in phone numbers imported from SIM. by Samuel Holmberg · 15 years ago