1. 9335f5b Merge "Make embedded hardware layers work. Bug #3369474" into honeycomb by Romain Guy · 14 years ago
  2. 42f3a4b Make embedded hardware layers work. Bug #3369474 by Romain Guy · 14 years ago
  3. 3974be6 further remove calls to runFinalization by Guang Zhu · 14 years ago
  4. 2577db1 Add support for Paint::setTextSkewX in OpenGLRenderer. Bug #3360888 by Romain Guy · 14 years ago
  5. 807daf7 Add support for skew() by Romain Guy · 14 years ago
  6. d6cd572 Improve hardware layers rendering speed when setting a View's alpha. by Romain Guy · 14 years ago
  7. 1689c34 Merge "Add BitmapFactory.Options.inMutable to load mutable bitmaps." into honeycomb by Romain Guy · 14 years ago
  8. 2361098 Add BitmapFactory.Options.inMutable to load mutable bitmaps. by Romain Guy · 14 years ago
  9. fb13abd Fix 9patch rendering in ExpandableListView. by Romain Guy · 14 years ago
  10. 9467708 Merge "Fix 9patch rendering in ExpandableListView." into honeycomb by Romain Guy · 14 years ago
  11. 80a4440 Need to update the largeIcon for notifications when we're reapplying the views. by Joe Onorato · 14 years ago
  12. 44060f4 Merge "when test case times out, stop loading first" into honeycomb by Guang Zhu · 14 years ago
  13. 4ce6e7c when test case times out, stop loading first by Guang Zhu · 14 years ago
  14. e88255d remove runFinalizationSync calls by Guang Zhu · 14 years ago
  15. 84cc2db Improve error handling (NPE in DRT2) by Philippe Marti · 14 years ago
  16. 37f8134 Merge "change webkit test data path" into honeycomb by Guang Zhu · 14 years ago
  17. 7171622 change webkit test data path by Guang Zhu · 14 years ago
  18. f4699ef Merge "Possibly fix bad notification updates." into honeycomb by Joe Onorato · 14 years ago
  19. c9596d6 Possibly fix bad notification updates. by Joe Onorato · 14 years ago
  20. d3b8eb0 Remove minimum heap size test now that the underlying interface is gone. by Carl Shapiro · 14 years ago
  21. d139a0c Merge "Better backend for hardware layers." into honeycomb by Romain Guy · 14 years ago
  22. 6c319ca Better backend for hardware layers. by Romain Guy · 14 years ago
  23. 2c1a63f Update AppWidgetHostActivity to work again. by Joe Onorato · 14 years ago
  24. 91bfb81 Merge "Composite layers as regions." into honeycomb by Romain Guy · 14 years ago
  25. 7230a74 Composite layers as regions. by Romain Guy · 14 years ago
  26. d070e89 Make AppWidgetService handle components enabling and disabling. by Joe Onorato · 14 years ago
  27. ffcac1a Remove tests for dead API. by Elliott Hughes · 14 years ago
  28. 171c592 New layers API for Views. by Romain Guy · 14 years ago
  29. 9f06967 We are now Honeycomb. by Dianne Hackborn · 14 years ago
  30. f2f7f56 bugfix: remove dump timeout message after dump is received by Guang Zhu · 14 years ago
  31. f37a574 Throw exception if webview dump times out by Guang Zhu · 14 years ago
  32. d38e776 LayoutLib: support for layers. by Xavier Ducrohet · 14 years ago
  33. 63acafe Merge "Remove unused performance tests." by Jesse Wilson · 14 years ago
  34. 63fd871 LayoutLib: Misc rendering fixes. by Xavier Ducrohet · 14 years ago
  35. d348b6e LayoutLib: support for Path and BitmapShader using delegates. by Xavier Ducrohet · 14 years ago
  36. bd1c5da Remove unused performance tests. by Jesse Wilson · 14 years ago
  37. 6f6cf3c Reimplement StatusBarManager.disable(DISABLE_SYSTEM_INFO). by Daniel Sandler · 14 years ago
  38. 6a61469 Add LayoutTest http/tests/appcache/foreign-fallback.html to the DRT ignore list by Steve Block · 14 years ago
  39. b146b12 Fix text shadow rendering issue. by Romain Guy · 14 years ago
  40. ab9b628 Merge "Move 41 tests to libcore, closer to the tested code. (2nd half)" by Jesse Wilson · 14 years ago
  41. 20af370 Merge "Create some layout files for HwAccelerationTest" by Xavier Ducrohet · 14 years ago
  42. 29ac247 Move 41 tests to libcore, closer to the tested code. (2nd half) by Jesse Wilson · 14 years ago
  43. ec31a7f Create some layout files for HwAccelerationTest by Xavier Ducrohet · 14 years ago
  44. 437afa8 Move HashMapTest from frameworks/base to libcore (second half) by Jesse Wilson · 14 years ago
  45. 7da6ac3 Fix issue #3272051: Use backward transition when going backwards. by Dianne Hackborn · 14 years ago
  46. 279d34f Merge "New, better line drawing implementation. Bug #3207544 Bug #3225875" by Romain Guy · 14 years ago
  47. a957eea New, better line drawing implementation. Bug #3207544 Bug #3225875 by Romain Guy · 14 years ago
  48. e81d1f9 re-enable HW acceleration in DRT by Guang Zhu · 14 years ago
  49. b05dead disable HW acceleration by Guang Zhu · 14 years ago
  50. afeffb7 Merge "change how assets are copied out of apk" by Guang Zhu · 14 years ago
  51. 0006952 change how assets are copied out of apk by Guang Zhu · 14 years ago
  52. 3e8f5a2 Hide navigation buttons and clock on lockscreen. by Daniel Sandler · 14 years ago
  53. 7d93686 Merge "enabled hardware acceleration for DRT" by Guang Zhu · 14 years ago
  54. c54476b enabled hardware acceleration for DRT by Guang Zhu · 14 years ago
  55. 1bfddc8 Fix build. by Daniel Sandler · 14 years ago
  56. 373a998 When updating notifications, always reuse the last row. by Daniel Sandler · 14 years ago
  57. 2f422a5 Merge "pass layout test list using external file" by Guang Zhu · 14 years ago
  58. f23538c Merge "Skip LayoutTest http/tests/cookies/third-party-cookie-relaxing.html" by Steve Block · 14 years ago
  59. a662c8c Skip LayoutTest http/tests/cookies/third-party-cookie-relaxing.html by Steve Block · 14 years ago
  60. 2aafca6 pass layout test list using external file by Guang Zhu · 14 years ago
  61. 621e17d Implement issue #3221502: New APIs to support new back stack / task navigation by Dianne Hackborn · 14 years ago
  62. 8d0b655 Add a better notification test and clean up the flag handling in the notification builder. by Joe Onorato · 14 years ago
  63. 561d385 The large icon for notifications. by Joe Onorato · 14 years ago
  64. 3f76aa7 Test for using the right size of notification info text. by Joe Onorato · 14 years ago
  65. 8595a3d Show the number in the expanded notification instead of in the bar. by Joe Onorato · 14 years ago
  66. 46439ce Update the look of the notifications. Includes adding a new Notification.Builder class. by Joe Onorato · 14 years ago
  67. 221b1d6 Removing some js script tests from the skip list by Kristian Monsen · 14 years ago
  68. 7eec10e Get rid of the extended themes. by Dianne Hackborn · 14 years ago
  69. edfdd15 Fix EventSender mouse events to correctly convert from screen coordinates by Steve Block · 14 years ago
  70. aca659c Refactor EventSenderImpl.MousePoint by Steve Block · 14 years ago
  71. 6a10850 Remove the failing expectation for fast/encoding/char-encoding.html for DRT by Steve Block · 14 years ago
  72. ace92b8 Include .php tests in DumpRenderTree2. by Iain Merrick · 14 years ago
  73. c55fa1b Merge changes I650518a4,If15fddac by Steve Block · 14 years ago
  74. ca501d2 Fix DumpRenderTree2 to not attempt to read expected results over HTTPS by Steve Block · 14 years ago
  75. cda9448 Fix FsUtils.readDataFromUrl() to do the network request on a background thread by Steve Block · 14 years ago
  76. 1a542c7 The CHEEK_TOUCH stuff never worked. Remove it. by Joe Onorato · 14 years ago
  77. b52907f Merge "Add "nodpi" to DpiTest Android.mk" by Kenny Root · 14 years ago
  78. 867812d Add "nodpi" to DpiTest Android.mk by Kenny Root · 14 years ago
  79. 5ec9924 Fix rendering issue with layers. by Romain Guy · 14 years ago
  80. 4058ba0 Allow both contentIntent and setOnClickPendingIntent in notifications by Joe Onorato · 14 years ago
  81. b0cc50d Notification flyovers. by Daniel Sandler · 14 years ago
  82. 8164c2d Don't change textures wrap modes on every draw. by Romain Guy · 14 years ago
  83. a0b46c9 Implement issue #3116702: New manifest tags for supported screen sizes by Dianne Hackborn · 14 years ago
  84. 32a9551 Merge "Add fast/js/regexp-overflow.html to DumpRenderTree skip list" by Steve Block · 14 years ago
  85. 8d1c804 Add fast/js/regexp-overflow.html to DumpRenderTree skip list by Steve Block · 14 years ago
  86. 02f03422 Merge "Fix DumpRenderTree2 to correctly handle crashed tests" by Steve Block · 14 years ago
  87. 16b8bf0 Merge changes I4a85ff69,Idba4acc2 by Steve Block · 14 years ago
  88. 24652bc Fix DumpRenderTree2 to correctly handle crashed tests by Steve Block · 14 years ago
  89. fc16915 Fix DumpRenderTree2 script to allow only one path to be specified by Steve Block · 14 years ago
  90. ae47ce0 Improve error handling in DumpRenderTree2 scripts by Steve Block · 14 years ago
  91. e5ebcb0 Fix clipping issue in StackView. by Romain Guy · 14 years ago
  92. 7864a82 Merge "Implement LayoutTestController.overridePreference('WebKitUsesPageCachePreferenceKey')" by Steve Block · 14 years ago
  93. 5f37cc43 Implement LayoutTestController.overridePreference('WebKitUsesPageCachePreferenceKey') by Steve Block · 14 years ago
  94. 184498c Allow notifications to not specify a contentIntent. by Joe Onorato · 14 years ago
  95. 39b4867 Revert "Merge "Allow notifications to not specify a contentIntent."" by Jason Chen · 14 years ago
  96. 80a752c Allow notifications to not specify a contentIntent. by Joe Onorato · 14 years ago
  97. 6190ba5 Merge "NIOTest fixes." by Elliott Hughes · 14 years ago
  98. ddd49c2 NIOTest fixes. by Elliott Hughes · 14 years ago
  99. ecd3174 Merge "Add 3D transforms support to all gradients." by Romain Guy · 14 years ago
  100. 1483094 Add 3D transforms support to all gradients. by Romain Guy · 14 years ago