0.6.2.1
  1. 56bfae0 Version 0.6.2.0 . by dgrove@google.com · 10 years ago 0.6.2.0
  2. 65f9684 Version 0.6.0.0 by ricow@google.com · 10 years ago 0.6.0.0
  3. 7ee42ff Version 0.5.20.3 by ricow@google.com · 10 years ago 0.5.20.3
  4. 64a07fd Version 0.5.20.2 by ricow@google.com · 10 years ago 0.5.20.2
  5. b32cd7c Added annotations and outputs the qualified name of the annotation. by janicejl@google.com · 12 years ago
  6. 72219cf Don't test links on windows, for http_server. by ajohnsen@google.com · 12 years ago
  7. 4d6cde0 Add directory-listing to VirtualDirectory. by ajohnsen@google.com · 12 years ago
  8. 173e2ec pkg/stack_trace/vm_test shouldn't fail on Dartium. by nweiz@google.com · 12 years ago
  9. 83d0bc0 Properly handle empty stack traces in package:stack_trace. by nweiz@google.com · 12 years ago
  10. e91e918 Add support for V8 and Firefox stack traces in pkg/stack_trace. by nweiz@google.com · 12 years ago
  11. c326893 Continue updating MDV. by jmesserly@google.com · 12 years ago
  12. fe05118 Escaping backslashes. by janicejl@google.com · 12 years ago
  13. a248439 implement full DOM stability by jmesserly@google.com · 12 years ago
  14. e505d44 moved everything inside of the Docgen class into top level variables and functions. Also made most of the helper functions private. by janicejl@google.com · 12 years ago
  15. fca7d29 Disallow template instances when !parentNode || !owner.defaultView https://github.com/Polymer/mdv/commit/d035acecab7c2d1afd9eb67bb01818d7ed9eb11f by jmesserly@google.com · 12 years ago
  16. 5089f39 Revert "Add support for V8 and Firefox stack traces in pkg/stack_trace." by amouravski@google.com · 12 years ago
  17. 0c93466 Hide parent function name in name of closurized function to user (issue 5436). by regis@google.com · 12 years ago
  18. a92a52a Add support for V8 and Firefox stack traces in pkg/stack_trace. by nweiz@google.com · 12 years ago
  19. d6b9207 Reorganize mdv and observe functionality by jmesserly@google.com · 12 years ago
  20. 11ccfad pkg/serialization: add format param to Serialization.read method by kevmoo@j832.com · 12 years ago
  21. b1c5a2c Refactoring docgen to make it more unit testable. by janicejl@google.com · 12 years ago
  22. 824ab9a outputs a new file called library_list.txt which will let the viewer know what libraries are available by janicejl@google.com · 12 years ago
  23. 7dc47c6 Getting docgen to work with the SDK. by janicejl@google.com · 12 years ago
  24. d4ab0bd Revert revision 24444, pkg/unittest/test/unittest_test is still flaky timing out on firefox by ricow@google.com · 12 years ago
  25. 92dd5f0 Triage pkg and standalone tests. by scheglov@google.com · 12 years ago
  26. be0b406 Re-enable unittest_test on Firefox. I think the timeout issues was fixed in by gram@google.com · 12 years ago
  27. 50d7725 Fix an error and a warning in unittest. by gram@google.com · 12 years ago
  28. 8e081d2 finds packageDir from the returned list from listDir. by janicejl@google.com · 12 years ago
  29. 0bbe2c4 Added --exclude-lib=docgen so that it does throw an error about markdown when building. by janicejl@google.com · 12 years ago
  30. 887c8e7 Move getters from Options to Platform by sgjesse@google.com · 12 years ago
  31. 2b7ee70 Mark unittest_test as flaky timing out on firefox, not flaky failing by ricow@google.com · 12 years ago
  32. 4e57b119 Mark pkg/unittest/test/unittest_test as flaky timing out on firefox by ricow@google.com · 12 years ago
  33. 94f6029 Add error-page support in VirtualDirectory. by ajohnsen@google.com · 12 years ago
  34. e740b1b "Reverting 24368" by janicejl@google.com · 12 years ago
  35. 1bc841e docgen working with a temporary link hack. by janicejl@google.com · 12 years ago
  36. 2e5ee49 Added the continueParsing option to ArgParser. by amouravski@google.com · 12 years ago
  37. a944ac5 Update status files after inlining change. by kasperl@google.com · 12 years ago
  38. 8356c66 Added async_helper and fixed broken asynchronous test. by kustermann@google.com · 12 years ago
  39. 9f9d785 Fix 'part of' for mime package. by ajohnsen@google.com · 12 years ago
  40. 53badd7 Add auto-detection of MIME-type in VirtualDirectory. by ajohnsen@google.com · 12 years ago
  41. 48b1656 Allow Object when doing lookups. by floitsch@google.com · 12 years ago
  42. 8e5b350 Add a new MIME-type package 'mime', with implementation for handling mime-type lookup by path (finename extension) and magic-number matching. by ajohnsen@google.com · 12 years ago
  43. 54bd4df Make unmodifiable_collection test import of self use package:-uri. by lrn@google.com · 12 years ago
  44. c9b66a7 Add new VirtualHost class to http_server package, for handling multiple hosts on multiple sources (HttpServer's). by ajohnsen@google.com · 12 years ago
  45. 0539f11 Add support for IfModifiedSince headers, in http_servers' VirtualDirectory. by ajohnsen@google.com · 12 years ago
  46. 28acc13 Update status files. by johnniwinther@google.com · 12 years ago
  47. 8a687aa Don't test links on Windows, as we can't create relative links, in http_server. by ajohnsen@google.com · 12 years ago
  48. 96a8fe6 Add support for following links, in VirtualDirectory. by ajohnsen@google.com · 12 years ago
  49. 2432ac4 Support runtime check of function types. by johnniwinther@google.com · 12 years ago
  50. 3579b85 pkg/serialization: cleanup by kevmoo@j832.com · 12 years ago
  51. 90bf620 Revert "Support runtime check of function types." by johnniwinther@google.com · 12 years ago
  52. 2ce76ed Support runtime check of function types. by johnniwinther@google.com · 12 years ago
  53. bb29803 Fix virtual_directory_test and Fail, OK on dart2js/browsers. by ajohnsen@google.com · 12 years ago
  54. 3514a89 Use toNativePath() in http_server pkg, to get the native path string on Windows. by ajohnsen@google.com · 12 years ago
  55. 0ef921b First push of a new 'http_server' dart package. by ajohnsen@google.com · 12 years ago
  56. dacb671 Remove accidential addition of safari to v8 bug suppression in 24260. by ricow@google.com · 12 years ago
  57. 1426d0e Mark two sha1 tests as failing on dart2js-safari. by ricow@google.com · 12 years ago
  58. d1920cf Disable barback tests on the browser. by rnystrom@google.com · 12 years ago
  59. c283aca Remove unneeded imports to fix broken bots. by rnystrom@google.com · 12 years ago
  60. 81e2bed First pass at build dependency graph for barback. by rnystrom@google.com · 12 years ago
  61. 4d097b2 Dart formatter checkpoint. by pquitslund@google.com · 12 years ago
  62. c89ab41 add logging support for exceptions by sigmund@google.com · 12 years ago
  63. 0ec6fe1 Allow translated messages that have no matching original message. Also clean up help text and get rid of type error for types whose name is no longer easily visible from analyzer. by alanknight@google.com · 12 years ago
  64. 89b3aee Add unmodifiable_collection package. by lrn@google.com · 12 years ago
  65. 7cd34e3 "Reverting 24208" by janicejl@google.com · 12 years ago
  66. 350b57d removed unnecessary comments and debug print statements. by janicejl@google.com · 12 years ago
  67. 359d2be Added new style of tests for parser. by amouravski@google.com · 12 years ago
  68. 25ec466 Fix the pkg/stack_trace tests. by nweiz@google.com · 12 years ago
  69. 25ed497 Test does not crash anymore, with Peter's latest changes on diagnosing https://code.google.com/p/dart/issues/detail?id=11340. by ngeoffray@google.com · 12 years ago
  70. 6640443 Add toUri and fromUri functions to pathos. by nweiz@google.com · 12 years ago
  71. 86bf096 Update status of mock tests by ahe@google.com · 12 years ago
  72. 55ce585 fix analyzer error in path observer test by jmesserly@google.com · 12 years ago
  73. 66398e1 Move PathObserver to mdv_observe package by jmesserly@google.com · 12 years ago
  74. 0bd1a23 Fixes for forgotten review comments. by scheglov@google.com · 12 years ago
  75. 77b659d Tweak j2d for String.indexOf(s,int) semantics. by scheglov@google.com · 12 years ago
  76. 2329919 Fix build after analyzer_experimental changes by scheglov@google.com · 12 years ago
  77. fd7dde1 Code coverage, something is working now. by scheglov@google.com · 12 years ago
  78. 36ace54 Convert isX() methods to isX getter. by scheglov@google.com · 12 years ago
  79. 4d79a15 New analyzer_experimental snapshot. by scheglov@google.com · 12 years ago
  80. 948fdd1 Moved the Option class to its own file in anticipation of working on it. by amouravski@google.com · 12 years ago
  81. 50c5137 Change MatchState to Map. by gram@google.com · 12 years ago
  82. a760998 Improved error messages from unittest. by gram@google.com · 12 years ago
  83. 3c81dea Update status files. by ahe@google.com · 12 years ago
  84. 51443b2 Added markdown reference recognition and output to JSON. by tmandel@google.com · 12 years ago
  85. ea0f07f Mark pkg/analyzer_experimental/test/ as slow for now by kustermann@google.com · 12 years ago
  86. 84fef16 Fix more pkg.status bugs. by nweiz@google.com · 12 years ago
  87. 638bc9b Make some progress towards getting the bots green again. by nweiz@google.com · 12 years ago
  88. aec3aaa Fix pathos_dartium_test to use html_config by kustermann@google.com · 12 years ago
  89. d9af545 Moved docgen out of the sdk into pkg/ by tmandel@google.com · 12 years ago
  90. 4c59354 Make pathos run in the browser. by nweiz@google.com · 12 years ago
  91. f0224cd Implement: by ahe@google.com · 12 years ago
  92. a185fae Fixes to webdriver. Patch by zachconrad@ by gram@google.com · 12 years ago
  93. b995046 New analyzer_experimental snapshot. by scheglov@google.com · 12 years ago
  94. a2e1288 Code coverage server babysteps. by scheglov@google.com · 12 years ago
  95. 9f19ff7 Work around VM bug in ClassMirror.superclass. by ahe@google.com · 12 years ago
  96. 609c123 Move interop js code out of dart.js by vsm@google.com · 12 years ago
  97. d938ea3 Tests that import dart:io also fail on Dartium. by ahe@google.com · 12 years ago
  98. 04b7752 Remove references to RedirectLimitExceededException. by ajohnsen@google.com · 12 years ago
  99. 3912edc Hide IOException from java_core.dart in analyzer_experimental. by ajohnsen@google.com · 12 years ago
  100. cca7619 Don't skip tests. by ahe@google.com · 12 years ago