1. 4058ba0 Allow both contentIntent and setOnClickPendingIntent in notifications by Joe Onorato · 14 years ago
  2. b0cc50d Notification flyovers. by Daniel Sandler · 14 years ago
  3. 8164c2d Don't change textures wrap modes on every draw. by Romain Guy · 14 years ago
  4. a0b46c9 Implement issue #3116702: New manifest tags for supported screen sizes by Dianne Hackborn · 14 years ago
  5. 32a9551 Merge "Add fast/js/regexp-overflow.html to DumpRenderTree skip list" by Steve Block · 14 years ago
  6. 8d1c804 Add fast/js/regexp-overflow.html to DumpRenderTree skip list by Steve Block · 14 years ago
  7. 02f03422 Merge "Fix DumpRenderTree2 to correctly handle crashed tests" by Steve Block · 14 years ago
  8. 16b8bf0 Merge changes I4a85ff69,Idba4acc2 by Steve Block · 14 years ago
  9. 24652bc Fix DumpRenderTree2 to correctly handle crashed tests by Steve Block · 14 years ago
  10. fc16915 Fix DumpRenderTree2 script to allow only one path to be specified by Steve Block · 14 years ago
  11. ae47ce0 Improve error handling in DumpRenderTree2 scripts by Steve Block · 14 years ago
  12. e5ebcb0 Fix clipping issue in StackView. by Romain Guy · 14 years ago
  13. 7864a82 Merge "Implement LayoutTestController.overridePreference('WebKitUsesPageCachePreferenceKey')" by Steve Block · 14 years ago
  14. 5f37cc43 Implement LayoutTestController.overridePreference('WebKitUsesPageCachePreferenceKey') by Steve Block · 14 years ago
  15. 184498c Allow notifications to not specify a contentIntent. by Joe Onorato · 14 years ago
  16. 39b4867 Revert "Merge "Allow notifications to not specify a contentIntent."" by Jason Chen · 14 years ago
  17. 80a752c Allow notifications to not specify a contentIntent. by Joe Onorato · 14 years ago
  18. 6190ba5 Merge "NIOTest fixes." by Elliott Hughes · 14 years ago
  19. ddd49c2 NIOTest fixes. by Elliott Hughes · 14 years ago
  20. ecd3174 Merge "Add 3D transforms support to all gradients." by Romain Guy · 14 years ago
  21. 1483094 Add 3D transforms support to all gradients. by Romain Guy · 14 years ago
  22. 2cddeb4 am 2c164747: am f7872780: Merge "PowerManagerService needs yet another flag..." into gingerbread by Joe Onorato · 14 years ago
  23. c791227 am 111a4135: am b9a40068: Merge "Failing test cleanup." into gingerbread by Brett Chabot · 14 years ago
  24. e3095e0 Apply 3D transformations to gradient shaders. by Romain Guy · 14 years ago
  25. 2c16474 am f7872780: Merge "PowerManagerService needs yet another flag..." into gingerbread by Joe Onorato · 14 years ago
  26. 8274a0e PowerManagerService needs yet another flag... by Joe Onorato · 14 years ago
  27. 469b1db Code cleanup and disable display lists for now. by Romain Guy · 14 years ago
  28. 111a413 am b9a40068: Merge "Failing test cleanup." into gingerbread by Brett Chabot · 14 years ago
  29. b9a4006 Merge "Failing test cleanup." into gingerbread by Brett Chabot · 14 years ago
  30. 066b5c51 manual merge Merge commit '77e42376' into work by Joe Onorato · 14 years ago
  31. 2ad24f9 Failing test cleanup. by Brett Chabot · 14 years ago
  32. 77e4237 am 87efbbb5: Merge "implement the number bubbles on the status bar" into gingerbread by Joe Onorato · 14 years ago
  33. 6c01a11 implement the number bubbles on the status bar by Joe Onorato · 14 years ago
  34. 7975fb6 Apply bilinear filtering to text. by Romain Guy · 14 years ago
  35. 0bb5667 Fix INVALID_OPERATION error with layers rendering. by Romain Guy · 14 years ago
  36. 856f285 Fix some bugs in DumpRenderTree2 when forming HTML diffs by Steve Block · 14 years ago
  37. fd487ad Use the empty string when expected text results are missing in DumpRenderTree2 by Steve Block · 14 years ago
  38. f460dd4 Fix a bug with the expected result path in DumpRenderTree2 by Steve Block · 14 years ago
  39. fdffee8 Correctly implement EventSender mouse methods in DumpRenderTree2 by Steve Block · 14 years ago
  40. c0f90a8 Trim empty lines when comparing text results in DumpRenderTree2 by Steve Block · 14 years ago
  41. 49aa65a Reclassify failing multi-touch tests in DumpRenderTree ignore list by Steve Block · 14 years ago
  42. 5f421a5 Update DumpRenderTree test expectations for fast/encoding by Iain Merrick · 14 years ago
  43. 82c11b4 add multiple device support to layout test driver script by Guang Zhu · 14 years ago
  44. 27c5fab Reduce the AppCache maximum size to a more reasonable value in DumpRenderTree2 by Steve Block · 14 years ago
  45. 31fb8b6 Merge changes Ic62f60d9,I04a01634 by Steve Block · 14 years ago
  46. cb98a3e Provide a useful message in DumpRenderTree2 GUI when the host server is not running by Steve Block · 14 years ago
  47. 898bfbd Prevent DumpRenderTree2 from crashing when the host server is not running by Steve Block · 14 years ago
  48. 42bf092 Update run_layout_tests.py to give a useful error if DumpRenderTree2 is not found on the device by Steve Block · 14 years ago
  49. 7ebd659 Merge commit 'f9f9e248' into manualmerge by Joe Onorato · 14 years ago
  50. c18ac6e Merge "skip 2d.drawImage.broken.html layout test" by Guang Zhu · 14 years ago
  51. 4022d94 skip 2d.drawImage.broken.html layout test by Guang Zhu · 14 years ago
  52. f9f9e24 am 6fa4de3c: Merge "If an icon add remove get coalesced, don\'t remove some other icon." into gingerbread by Joe Onorato · 14 years ago
  53. 795f284 If an icon add remove get coalesced, don't remove some other icon. by Joe Onorato · 14 years ago
  54. a6c2ddb Merge "Bug 2372180: pass multi-touch events from browser to webkit. Since the UI uses multi-touch for zooming, the event is passed to webkit only when the webpage doesn't allow zooming. 1. Updated the data structure TouchEventData in WebViewCore.java to take multiple points and used it everywhere. 2. Added a passMultiTouchToWebkit() function to do what its name means. 3. Added the multi-point touch support to dumprendertree." by Huahui Wu · 14 years ago
  55. 091e1b8 Implement disable() on the status bar. by Joe Onorato · 14 years ago
  56. 41865f4 Bug 2372180: pass multi-touch events from browser to webkit. by Huahui Wu · 14 years ago
  57. ddf680b Touching the blue glow should close the system and notification panels. by Joe Onorato · 14 years ago
  58. 846df9f resolved conflicts for merge of 8952a448 to master by Dianne Hackborn · 14 years ago
  59. 8952a44 am 287952c3: Fix issue #3022508: Crash during media scan by Dianne Hackborn · 14 years ago
  60. 287952c Fix issue #3022508: Crash during media scan by Dianne Hackborn · 14 years ago
  61. 1358a1c Fix DumpRenderTree2 to clear AppCache between tests by Steve Block · 14 years ago
  62. 3cf18f5 Fix DumpRenderTree2 to wait for the WebCore thread to become ready by Steve Block · 14 years ago
  63. 0e1d687 Fix a bug in DumpRenderTree2's run_apache2.py script by Steve Block · 14 years ago
  64. 34f3851 Fix DumpRenderTree2 to make AbstractResult serializable by Steve Block · 14 years ago
  65. f09aafa Fix DumpRenderTree2 to handle SSL errors by Steve Block · 14 years ago
  66. 70727d1 Merge "Fix DumpRenderTree2 to correctly add JavaScript interfaces to new windows" by Steve Block · 14 years ago
  67. 76f6091 Merge "Add support for circular gradients to the GL renderer." by Romain Guy · 14 years ago
  68. ddb80be Add support for circular gradients to the GL renderer. by Romain Guy · 14 years ago
  69. 399542a Merge "Add support for SweepGradient in the GL renderer." by Romain Guy · 14 years ago
  70. ee916f1 Add support for SweepGradient in the GL renderer. by Romain Guy · 14 years ago
  71. ef1e776 Tablet ticker. by Joe Onorato · 14 years ago
  72. 394e0fb Updated Summarizer to use SQLite DB. by Maksymilian Osowski · 14 years ago
  73. fadb0de Changed Summarizer to dump generated html code to file every few hundred tests to avoid OOM errors. by Maksymilian Osowski · 14 years ago
  74. 76c97ee Fix DumpRenderTree2 to serve HTTP tests on http://127.0.0.1:8000 by Steve Block · 14 years ago
  75. 062c0c9 Merge "Updated ManagerService to call Summarizer.summarize() in a separate thread." by Maksymilian Osowski · 14 years ago
  76. 517ebf1 Merge "Changed the behaviour of run_apache2.py restart." by Maksymilian Osowski · 14 years ago
  77. 4af7705 Changed the behaviour of run_apache2.py restart. by Maksymilian Osowski · 14 years ago
  78. 9893d96 Updated ManagerService to call Summarizer.summarize() in a separate thread. by Maksymilian Osowski · 14 years ago
  79. b6a2364 Merge "Update DumpRenderTree2 to handle failing tests where no meaningful diff is available" by Steve Block · 14 years ago
  80. f0c289e Fix DumpRenderTree2 to correctly add JavaScript interfaces to new windows by Steve Block · 14 years ago
  81. 8a6def0 Update DumpRenderTree2 to handle failing tests where no meaningful diff is available by Steve Block · 14 years ago
  82. 44ce3242 Merge "Changed run_layout_tests.py and run_apache2.py to accept alternative tests root dir." by Maksymilian Osowski · 14 years ago
  83. c0847c5 Remove superfluous CSS from DumpRenderTree2's Summarizer by Steve Block · 14 years ago
  84. 2c38de8 Implement WebViewClient.onReceivedHttpAuthRequest() in DumpRenderTree2 by Steve Block · 14 years ago
  85. 78fbc54 Changed run_layout_tests.py and run_apache2.py to accept alternative tests root dir. by Maksymilian Osowski · 14 years ago
  86. a977120 Merge "Add support for drawLines(), with anti-aliasing" by Romain Guy · 14 years ago
  87. 759ea80 Add support for drawLines(), with anti-aliasing by Romain Guy · 14 years ago
  88. 44c7197 Merge "Make DumpRenderTree2 appear in the 'Dev Tools' application" by Steve Block · 14 years ago
  89. 857d7cf Merge "Fix 9patch rendering." by Romain Guy · 14 years ago
  90. 6820ac8 Fix 9patch rendering. by Romain Guy · 14 years ago
  91. 2622f30 Make DumpRenderTree2 appear in the 'Dev Tools' application by Steve Block · 14 years ago
  92. 7352c8b am 0535d857: am 94126238: Merge "Remove SSLContextImpl.engineInit(..) that takes persistent cache arguments" into gingerbread by Brian Carlstrom · 14 years ago
  93. d96c5e0 Added setXSSAuditorEnabled() LayoutTestController function. by Maksymilian Osowski · 14 years ago
  94. 0535d85 am 94126238: Merge "Remove SSLContextImpl.engineInit(..) that takes persistent cache arguments" into gingerbread by Brian Carlstrom · 14 years ago
  95. 023606a Merge "Changed Summarizer to add header before printing the path in summary.txt and details.html" by Maksymilian Osowski · 14 years ago
  96. 8a2e552 Merge "Implement LayoutTestController.setAppCacheMaximumSize() for DumpRenderTree2" by Steve Block · 14 years ago
  97. 75aa0d3 Changed Summarizer to add header before printing the path in summary.txt and details.html by Maksymilian Osowski · 14 years ago
  98. ac0b599 Merge "Made the run_layout_tests.py script restart the apache2 server before it starts." by Maksymilian Osowski · 14 years ago
  99. 757dcbb Implement LayoutTestController.setAppCacheMaximumSize() for DumpRenderTree2 by Steve Block · 14 years ago
  100. 8a0db6f Merge "Sort LayoutTestController methods alphabetically" by Steve Block · 14 years ago