0.1.6.1
  1. 2e6fbf6 Fields, getters and setters documented as properties. by johnniwinther@google.com · 13 years ago
  2. 403bbf4 Added the ability for testrunner to start the HTTP server with a random port and communicate that port to the tests via a 'testState' map in unittest. by gram@google.com · 13 years ago
  3. 986f155 Try removing explicit use of dynamic by alanknight@google.com · 13 years ago
  4. 588a8fb Remove function types from intl, as they appear to break the vm by alanknight@google.com · 13 years ago
  5. 4a0d950 Make verifiedLocale work differently depending on what it's verifying for by alanknight@google.com · 13 years ago
  6. ef93dd9 Added support for exports and re-exports. by johnniwinther@google.com · 13 years ago
  7. 306a925 Revert r13442. The extension fails to install under Windows, and the sentinel by gram@google.com · 13 years ago
  8. ee34ca9 Chrome extension to get console messages upon test failures. Unlike the by gram@google.com · 13 years ago
  9. 3f914b0 Speed up markdown parsing with fast path for plain words. by sra@google.com · 13 years ago
  10. 3c23d6f Small changes for spec updates/editor suggestions by alanknight@google.com · 13 years ago
  11. 6637f2c Clean up TODOs and comments in Intl by alanknight@google.com · 13 years ago
  12. eaec433 Fix timer tests: timer tests were not using expectAsync to wait for by justinfagnani@google.com · 13 years ago
  13. 11e84ad Fix fail call. Review URL: https://codereview.chromium.org//11035068 by gram@google.com · 13 years ago
  14. e5331d5 Abstract is now required on abstract classes so adding that. by gram@google.com · 13 years ago
  15. 7998b49 If no pattern is specified for date formatting, use a default by alanknight@google.com · 13 years ago
  16. 980ffae Show top-level members (again). by johnniwinther@google.com · 13 years ago
  17. 1044555 Update date time test status by efortuna@google.com · 13 years ago
  18. c3ced88 Move Bidi functions into methods to make the docs look better by alanknight@google.com · 13 years ago
  19. 8d7a79d Add a space between test group iname and result summary (issue 3692). by gram@google.com · 13 years ago
  20. cc93a9c Fix test status on Windows. by efortuna@google.com · 13 years ago
  21. f41e2ad Avoid capture of 's' in dartdoc search input. by johnniwinther@google.com · 13 years ago
  22. 7cb95a6 Members and comments inherited in dartdoc. by johnniwinther@google.com · 13 years ago
  23. c4c4b7f Add in-process http server to the dart test scripts. by ager@google.com · 13 years ago
  24. ac4f2c5 Change find-as-you-type shortcuts to Ctrl+3 and S. by johnniwinther@google.com · 13 years ago
  25. a93c81e Remove "slow" tag from Intl http_request test by alanknight@google.com · 13 years ago
  26. 14ce294 Make the date formatting library visible in apidoc by merging it into Intl by alanknight@google.com · 13 years ago
  27. 699c54c Make Mirror.simpleName unique. by johnniwinther@google.com · 13 years ago
  28. 19d526b Show noargs methods as () instead of (...) in find-as-you-type. by johnniwinther@google.com · 13 years ago
  29. 98ab126 Patch refactoring. by johnniwinther@google.com · 13 years ago
  30. 89de7ad Fix markdown syntax in Intl by alanknight@google.com · 13 years ago
  31. 46e5218 Make the date_time_format_http_request_test run faster by alanknight@google.com · 13 years ago
  32. cbba686 Dartdoc method sorting says it's case insensitive, but isn't by alanknight@google.com · 13 years ago
  33. ab9a32f9 Dartdoc should sort constructors by constructorName, not by class name by alanknight@google.com · 13 years ago
  34. 70082fd Minor cleanups to take advantage of lazy initialization by alanknight@google.com · 13 years ago
  35. 8d2d5bc Finding locale from browser needs to canonicalize the result by alanknight@google.com · 13 years ago
  36. 6d78df2 Temporarily disable finding browser on safari while debugging by alanknight@google.com · 13 years ago
  37. d5dd0c5 Make sure to wrap all callbacks with expectAsync in tests by alanknight@google.com · 13 years ago
  38. ced5a06 Add pass marker to intl/test/date_time_format_http_request_test marked slow in last commit. by ricow@google.com · 13 years ago
  39. f3b0a2c Mark pkg/intl/test/date_time_format_http_request_test as slow. by ricow@google.com · 13 years ago
  40. d8f6b41 Update status to reflect tests passing. by ager@google.com · 13 years ago
  41. 88fe3fe Use static final empty Modifier instead of null. by johnniwinther@google.com · 13 years ago
  42. 58faaa7 dartdoc supports isAbstract on methods by johnniwinther@google.com · 13 years ago
  43. 7415f88 Make the matcher classes for exceptions public so that users can use them to create matchers for their own exception types. See issue 4107. by gram@google.com · 13 years ago
  44. 37197c2 Stop using the Hashable interface. by lrn@google.com · 13 years ago
  45. d2585eb Removed use of GT_GT_GT_TOKEN/GT_GT_GT_EQ_TOKEN in dartdoc. by johnniwinther@google.com · 13 years ago
  46. 74f89e5 Update the meta package to use the new pub format. by devoncarew@google.com · 13 years ago
  47. 2bd10c2 Apply patch from https://codereview.chromium.org/10967042/. by rnystrom@google.com · 13 years ago
  48. a1faa6f Change IllegalArgumentException to ArgumentError. by lrn@google.com · 13 years ago
  49. 1d347e1 migrate raw string to new syntax in dartdoc by danrubel@google.com · 13 years ago
  50. 9556023 Patch for issue 10966015; originally contributed by prujohn@gmail.com by gram@google.com · 13 years ago
  51. 7c89697 Make PASS, FAIL, ERROR public (see issue 5365). by gram@google.com · 13 years ago
  52. 5a6ea1d Add missing method - this was added to html_config but not the enhanced config. by gram@google.com · 13 years ago
  53. 79ff4f3 Remove last references to frog from SDK. by dgrove@google.com · 13 years ago
  54. f822965 Separate type for dynamic in mirrors.dart2js by johnniwinther@google.com · 13 years ago
  55. 9b89419 migrate raw string to new syntax in pkg by danrubel@google.com · 13 years ago
  56. a9858d8 Also skip drt tests for http request by alanknight@google.com · 13 years ago
  57. 7de9ec0 Disable http request tests on Dartium until issues can be resolved by alanknight@google.com · 13 years ago
  58. eb2a0fc Eliminate some of the flakiness in testing: by gram@google.com · 13 years ago
  59. 0225c4b Make invoking start_web_server use an absolute path to accomodate incremental dartium builds by alanknight@google.com · 13 years ago
  60. 379f74a Fix typo in start_web_server, re-enable tests by alanknight@google.com · 13 years ago
  61. fcc9f5f Parse new library syntax. by ahe@google.com · 13 years ago
  62. db7dcd4 Disable problematic http test by alanknight@google.com · 13 years ago
  63. 388a543 Temporarily disable intl http test on dartium because of issue with the inc build and working direc… by alanknight@google.com · 13 years ago
  64. e8cb3a0 Spelling error in status file by alanknight@google.com · 13 years ago
  65. eac6195 Be sure to use absolute paths in intl web server tests by alanknight@google.com · 13 years ago
  66. 6a15f1e Status file automatic merge did not work by alanknight@google.com · 13 years ago
  67. 907c7ea Read locales over http in the browser by alanknight@google.com · 13 years ago
  68. 3c4080a Issue 5163. Constructor/member name conflict should be error by scheglov@google.com · 13 years ago
  69. 60e02be Move the addition of an onError handler to earlier (onInit instead of onStart), while still supporting its removal on onDone and reinstallation in subsequent onStarts. by gram@google.com · 13 years ago
  70. ef2c243 Really make the tool directory singular in intl by alanknight@google.com · 13 years ago
  71. 770f7eb2 Dartdoc supports package directory. by johnniwinther@google.com · 13 years ago
  72. 12633b4 Fixed a nasty bug in unittest, where is we have a non-async test that throws an exception, followed by an async test, the async test will not block and can end up 'passing' with no result set. by gram@google.com · 13 years ago
  73. bab0b24 Add explicit 'abstract' to abstract methods. by gram@google.com · 13 years ago
  74. a5c8f9f Commit patch: https://codereview.chromium.org/10914320/ by rnystrom@google.com · 13 years ago
  75. 942d0e2 Convert dartdoc to use Args package by johnniwinther@google.com · 13 years ago
  76. 25d3eae Revert CLs by gram 12515-12526. by efortuna@google.com · 13 years ago
  77. b9f933b Change intl to use new pub layout by alanknight@google.com · 13 years ago
  78. 99fbac3 Issue 5152: Browser bots much more flaky after going "wrapperless" by gram@google.com · 13 years ago
  79. 2a96a33 Fix finding locale from OS on Windows by alanknight@google.com · 13 years ago
  80. fd409f6 Reverting 12485 and 12480 just for the sake of mocking, by bak@google.com · 13 years ago
  81. de07152 Fix argument test to use !? instead of ? (sigh). by bak@google.com · 13 years ago
  82. 1159462 Switch from interfaces to abstract classes in dart:io. by ager@google.com · 13 years ago
  83. d9c5ba5 - Removed comment to Frog and eliminated usage of sentinel. by bak@google.com · 13 years ago
  84. 989a9e3 Skip windows when finding browser locale from OS by alanknight@google.com · 13 years ago
  85. f12a294 Find the system locale from the browser or OS by alanknight@google.com · 13 years ago
  86. 5e1055a Syntax error in intl pubspec.yaml by alanknight@google.com · 13 years ago
  87. 26fab51 Move parseInt parseDouble to int/double classes as a static method. by lrn@google.com · 13 years ago
  88. 9163dfe revert 1204. Will investigate when I get a chance. by efortuna@google.com · 13 years ago
  89. 690e48d WebDriver bindings. Review URL: https://chromiumcodereview.appspot.com//10933051 by gram@google.com · 13 years ago
  90. bf1766e Add missing files. by rnystrom@google.com · 13 years ago
  91. 383488e Update unittest to new package layout. by rnystrom@google.com · 13 years ago
  92. 659a57d Revert "Make unittest follow the new package layout." by rnystrom@google.com · 13 years ago
  93. 2ba8103 Make unittest follow the new package layout. by rnystrom@google.com · 13 years ago
  94. a6f34e5 Hack to accept, but not use, colors option by ahe@google.com · 13 years ago
  95. 4a2dc9f Update status files after fixes. by ager@google.com · 13 years ago
  96. 3c051bf Disable dartdoc_test on dartium. by rnystrom@google.com · 13 years ago
  97. f3f22d8 Fail dartc dartdoc test. by rnystrom@google.com · 13 years ago
  98. 8ee669b Move dartdoc tests into dartdoc. by rnystrom@google.com · 13 years ago
  99. 85a7fb9 Remove unneeded _IN_SDK stuff in dartdoc. by rnystrom@google.com · 13 years ago
  100. 2748b08 Add test that uses the basic example code by alanknight@google.com · 13 years ago