0.4.6.1
  1. 664fe17 Make use of the patterns in Intl number formatting by alanknight@google.com · 12 years ago
  2. 755c71f pkg/intl test cleanup by kevmoo@j832.com · 12 years ago
  3. 1a69837 pkg/intl: cleanup after message extraction test by kevmoo@j832.com · 12 years ago
  4. 1d90135 Moved pkg pubspecs to use dev_dependencies where appropriate by kevmoo@j832.com · 12 years ago
  5. d98dc62 Parameterize the import directories, fix test to behave correctly on an error by alanknight@google.com · 12 years ago
  6. 6bda920 Update Intl's json data file generation to current APIs by alanknight@google.com · 12 years ago
  7. cdcb3e5 - Make test code fail when run from unexpected location. by iposva@google.com · 12 years ago
  8. 844cd39 Change getRange to sublist. Make getRange deprecated. by lrn@google.com · 12 years ago
  9. ab0ead6 Intl test spawning processes must specify the encoding for stdout by alanknight@google.com · 12 years ago
  10. afc9838 Fix windows and pub failures in intl tests by alanknight@google.com · 12 years ago
  11. 0446767 Adds facilities for extracting Intl.message calls and generating code from translations by alanknight@google.com · 12 years ago
  12. cead1d4 ceil/floor/truncate/round return integers. by floitsch@google.com · 12 years ago
  13. 53f877e Rename String.concat to operator+. by lrn@google.com · 12 years ago
  14. 25619b3 Fix deprecated StringBuffer usages in Intl by alanknight@google.com · 13 years ago
  15. 3c0ac36 Remove deprecated string features. by lrn@google.com · 13 years ago
  16. 488b016 Merge IO v2 branch to bleeding edge by sgjesse@google.com · 13 years ago
  17. d2c575c Create generated tests inside the build directory by kustermann@google.com · 13 years ago
  18. 278d7b0 Update documentation links to point to the correct URLs. by dgrove@google.com · 13 years ago
  19. a3061ab Stop using deprecated charCodeAt in Intl by alanknight@google.com · 13 years ago
  20. 9cbede1 Added documentation links to all of the pkg packages hosted on api.dartlang.org. by amouravski@google.com · 13 years ago
  21. 1fb79cd Resubmit "Adding ease-of-use methods to HttpRequest." by blois@google.com · 13 years ago
  22. 9b23dff Reapply "Rename mappedBy to map." by lrn@google.com · 13 years ago
  23. b1a118d Revert "Rename mappedBy to map." by floitsch@google.com · 13 years ago
  24. 0dc2f4b Rename mappedBy to map. by lrn@google.com · 13 years ago
  25. 76bce68 Remove the code that attempts to find a locale from the command line VM in Windows. by alanknight@google.com · 13 years ago
  26. e17f6ef Make standalone (non-browser) locale detection for windows also accept short locale names by alanknight@google.com · 13 years ago
  27. fb7b9e3 Rename Date to DateTime. by floitsch@google.com · 13 years ago
  28. 27541ed Fix tests to accept short locale names as long as long ones, properly this time. by alanknight@google.com · 13 years ago
  29. 7a42378 [ak] Fix tests to accept short locale names as well as long ones by alanknight@google.com · 13 years ago
  30. 4622dc3 Make browser tests all run from a server instead of the local filesystem. by efortuna@google.com · 13 years ago
  31. 4868ee2 Remove Futures class, move methods to Future. by lrn@google.com · 13 years ago
  32. f3bd62d Fix flakiness in intl_message_basic_example_test (7730) by alanknight@google.com · 13 years ago
  33. 22cf380 Missed two files that needed dart:async import. by efortuna@google.com · 13 years ago
  34. 01421cc Fix up test statuses. Browser tests should now all pass. by efortuna@google.com · 13 years ago
  35. 37e711d Fix use of chain in intl library. by ager@google.com · 13 years ago
  36. 4a7dfd2 Big merge from experimental to bleeding edge. by floitsch@google.com · 13 years ago
  37. 274ac61 Reverting everything because package root + dartium is causing serious problems. by efortuna@google.com · 13 years ago
  38. 1d3b0c4 Add cross-origin test with credentials. I modified the test framework slightly by efortuna@google.com · 13 years ago
  39. 9d2a617 Make uninitialized Intl test not import dart:io by alanknight@google.com · 13 years ago
  40. 1091962 Document date format initialization better and make it possible to use en_US dates without it by alanknight@google.com · 13 years ago
  41. 6c398a3 Fixed Issue 7508: Many StringBuffer methods return StringBuffer, but should be void. by bak@google.com · 13 years ago
  42. 6b4d4c0 Throttle intl file tests Review URL: https://codereview.chromium.org//11477014 by alanknight@google.com · 13 years ago
  43. c5fa064 Eliminate htmlescape package. by dgrove@google.com · 13 years ago
  44. 33abe0e Add authors and homepages to packages. by dgrove@google.com · 13 years ago
  45. 1277895 Issue 6836. Using undeclared identifier in static context is now warning. by scheglov@google.com · 13 years ago
  46. 3fb4170 Rename File.readAsText to File.readAsString. There is no Text type in Dart by ager@google.com · 13 years ago
  47. ab69873 Make RegExp constructor non-const. by ajohnsen@google.com · 13 years ago
  48. ec9fee9 "Reverting 14829-14832" by ajohnsen@google.com · 13 years ago
  49. 8dc3edd Make RegExp's constructor non-const. by ajohnsen@google.com · 13 years ago
  50. 2208fcd Change NotImplementedException to UnimplementedError. by lrn@google.com · 13 years ago
  51. fdb33dc by gram@google.com · 13 years ago
  52. 981c4b1 Restructure pkg/unittest and pkg/webdriver to follow the pub conventions. by gram@google.com · 13 years ago
  53. 8352fb6 Update intl to new import syntax by alanknight@google.com · 13 years ago
  54. dce51bf Using 'interface' and 'abstract' for methods should produce error by scheglov@google.com · 13 years ago
  55. 583697c Tolerate null from finding browser locale, re-enable tests by alanknight@google.com · 13 years ago
  56. 9cc9214 Rename regexp methods to getters. by floitsch@google.com · 13 years ago
  57. 2e77838 Make getKeys, getValues getters (keys, values). by floitsch@google.com · 13 years ago
  58. 3300f91 Make first and last getters. by floitsch@google.com · 13 years ago
  59. e7c5e69 Make String.charCodes a getter. by floitsch@google.com · 13 years ago
  60. 09f6d09 Make isEmpty a getter. by floitsch@google.com · 13 years ago
  61. 27cadf2 isEven, isOdd, isNegative, isMaxValue, isMinValue, isInfinite, isPositive, isSingleValue. by floitsch@google.com · 13 years ago
  62. 6254729 Revert "Parts must start with 'part of'" and "Attempt to fix VM build" by ahe@google.com · 13 years ago
  63. 50b5b6e Parts must start with 'part of' by scheglov@google.com · 13 years ago
  64. 42d2d4f Change bidi_utils and bidi_formatter for new optional parameters. by regis@google.com · 13 years ago
  65. 8c3cfbb Second round of cleanups for new optional parameter semantics. by regis@google.com · 13 years ago
  66. adb5346 Change core lib, dart2js, and more for new optional parameters syntax and semantics (new semantics is not enforced yet). by regis@google.com · 13 years ago
  67. 986f155 Try removing explicit use of dynamic by alanknight@google.com · 13 years ago
  68. 588a8fb Remove function types from intl, as they appear to break the vm by alanknight@google.com · 13 years ago
  69. 4a0d950 Make verifiedLocale work differently depending on what it's verifying for by alanknight@google.com · 13 years ago
  70. 3c23d6f Small changes for spec updates/editor suggestions by alanknight@google.com · 13 years ago
  71. 6637f2c Clean up TODOs and comments in Intl by alanknight@google.com · 13 years ago
  72. 7998b49 If no pattern is specified for date formatting, use a default by alanknight@google.com · 13 years ago
  73. c3ced88 Move Bidi functions into methods to make the docs look better by alanknight@google.com · 13 years ago
  74. c4c4b7f Add in-process http server to the dart test scripts. by ager@google.com · 13 years ago
  75. 14ce294 Make the date formatting library visible in apidoc by merging it into Intl by alanknight@google.com · 13 years ago
  76. 89de7ad Fix markdown syntax in Intl by alanknight@google.com · 13 years ago
  77. 46e5218 Make the date_time_format_http_request_test run faster by alanknight@google.com · 13 years ago
  78. 70082fd Minor cleanups to take advantage of lazy initialization by alanknight@google.com · 13 years ago
  79. 8d2d5bc Finding locale from browser needs to canonicalize the result by alanknight@google.com · 13 years ago
  80. d5dd0c5 Make sure to wrap all callbacks with expectAsync in tests by alanknight@google.com · 13 years ago
  81. a1faa6f Change IllegalArgumentException to ArgumentError. by lrn@google.com · 13 years ago
  82. 9b89419 migrate raw string to new syntax in pkg by danrubel@google.com · 13 years ago
  83. 0225c4b Make invoking start_web_server use an absolute path to accomodate incremental dartium builds by alanknight@google.com · 13 years ago
  84. 379f74a Fix typo in start_web_server, re-enable tests by alanknight@google.com · 13 years ago
  85. 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
  86. eac6195 Be sure to use absolute paths in intl web server tests by alanknight@google.com · 13 years ago
  87. 907c7ea Read locales over http in the browser by alanknight@google.com · 13 years ago
  88. ef2c243 Really make the tool directory singular in intl by alanknight@google.com · 13 years ago
  89. b9f933b Change intl to use new pub layout by alanknight@google.com · 13 years ago
  90. 2a96a33 Fix finding locale from OS on Windows by alanknight@google.com · 13 years ago
  91. f12a294 Find the system locale from the browser or OS by alanknight@google.com · 13 years ago
  92. 5e1055a Syntax error in intl pubspec.yaml by alanknight@google.com · 13 years ago
  93. 26fab51 Move parseInt parseDouble to int/double classes as a static method. by lrn@google.com · 13 years ago
  94. 9163dfe revert 1204. Will investigate when I get a chance. by efortuna@google.com · 13 years ago
  95. 383488e Update unittest to new package layout. by rnystrom@google.com · 13 years ago
  96. 659a57d Revert "Make unittest follow the new package layout." by rnystrom@google.com · 13 years ago
  97. 2ba8103 Make unittest follow the new package layout. by rnystrom@google.com · 13 years ago
  98. 2748b08 Add test that uses the basic example code by alanknight@google.com · 13 years ago
  99. 282a347 Add async initialization for Intl.message and an example by alanknight@google.com · 13 years ago
  100. f2a1253 Update htmlescape to new package layout. by rnystrom@google.com · 13 years ago