0.2.1.1
  1. ab071c1 DartCallback is now a DartIsolateDestructionObserver. by podivilov@google.com · 13 years ago
  2. b8b5632 Convert NoMoreElementsException and EmptyQueueException to StateError. by lrn@google.com · 13 years ago
  3. 90c928a Fix typo (used keys as a method instead of as a getter). by floitsch@google.com · 13 years ago
  4. 2e77838 Make getKeys, getValues getters (keys, values). by floitsch@google.com · 13 years ago
  5. 3300f91 Make first and last getters. by floitsch@google.com · 13 years ago
  6. 3383271 Migrate to getter for isEmpty. by antonm@google.com · 13 years ago
  7. afadeef Migrate to hasNext as a getter, not method. by antonm@google.com · 13 years ago
  8. 09f6d09 Make isEmpty a getter. by floitsch@google.com · 13 years ago
  9. 0e47b36 Make hasNext a getter instead of a method. by floitsch@google.com · 13 years ago
  10. a083c1a Removed IllegalAccessException and UnsupportedOperationException. by lrn@google.com · 13 years ago
  11. 5233dfa Make endianness named argument for DataView accessors. by antonm@google.com · 13 years ago
  12. e524049 Switch to new library syntax. by antonm@google.com · 13 years ago
  13. c0b6dd8 Get rid of Dynamic. by antonm@google.com · 13 years ago
  14. 24f777a Get rid of abstract modifier for members. by antonm@google.com · 13 years ago
  15. 7da3f29 Remove more () from getters. by kasperl@google.com · 13 years ago
  16. bd7784b Get rid of ===/!===. by antonm@google.com · 13 years ago
  17. b4c773d Fixes to unbreak the build. by antonm@google.com · 13 years ago
  18. a3706d7 Regenerate libs after recent change. by antonm@google.com · 13 years ago
  19. a1b207b Roll WebKit IDLs forward. by antonm@google.com · 13 years ago
  20. 00ffc1b Start a whitelist of methods those optionals should be treated as named formals in dart:html. by antonm@google.com · 13 years ago
  21. c3cec51 Cleanup list-like interfaces generation. by podivilov@google.com · 13 years ago
  22. a5d0558 Merge ListLikeIDLTypeInfo into InterfaceIDLType and add other list-like types to the registry. by podivilov@google.com · 13 years ago
  23. 036bf35 Remove now unnecessary renames. by antonm@google.com · 13 years ago
  24. b9234ec Use CheckSecurityForNode to filter out insecure calls by vsm@google.com · 13 years ago
  25. 1373709 Force named arguments in constructors. by antonm@google.com · 13 years ago
  26. a5202b9 WebKit IDL are getting closer to the standard, but... by antonm@google.com · 13 years ago
  27. 7ee39fa Generate contains() method for list mixin only if not already defined. by sra@google.com · 13 years ago
  28. e4299ae Restore custom attribute. by antonm@google.com · 13 years ago
  29. e2f288e Discard modules information. by antonm@google.com · 13 years ago
  30. 2323605 Change return types of Callbacks to w3c standard of void by efortuna@google.com · 13 years ago
  31. ae9664a Revert "Add "contains" method to Collection." by lrn@google.com · 13 years ago
  32. 59124b4 Don't declare "contains" twice in Set class template. by lrn@google.com · 13 years ago
  33. c3c2ae6 Add "contains" method to Collection. by lrn@google.com · 13 years ago
  34. dbe15ba Minor simplification. by antonm@google.com · 13 years ago
  35. 8889337 Unify formatting of parameters in interfaces and implementing classes. by antonm@google.com · 13 years ago
  36. 2d7f516 Extract common logic from Backend.BaseClassName(). by podivilov@google.com · 13 years ago
  37. dc0c815 Rename Dartium dart:html implementation classes. by podivilov@google.com · 13 years ago
  38. e846c47 Switch to using IDLTypeInfo.interface_name(). by podivilov@google.com · 13 years ago
  39. a8c94bc Provide a correct value for is_optional argument of ParamInfo constructor. by antonm@google.com · 13 years ago
  40. de3b284 Refactor common functionality. by antonm@google.com · 13 years ago
  41. f20ca10 Remove ParamInfo.dart_type field. by podivilov@google.com · 13 years ago
  42. a6913b0 Remove unnecessary support for default values. by antonm@google.com · 13 years ago
  43. 3bcf84c Make arguments of MutationObserver named. by antonm@google.com · 13 years ago
  44. 46f6cd6 Support new named arguments. by antonm@google.com · 13 years ago
  45. ed78be3 Support new List.sort signature. by antonm@google.com · 13 years ago
  46. 62a9b17 Removal of Entity class. Review URL: https://codereview.chromium.org//11187009 by efortuna@google.com · 13 years ago
  47. b9e2d45 Replace DOMStringList with List<String>. by efortuna@google.com · 13 years ago
  48. 1eeb83b Convert legacy 'native code' to JS-forms in dart:html by sra@google.com · 13 years ago
  49. 65608af Revert r13688 so sra can get his big change in first. by efortuna@google.com · 13 years ago
  50. bfa58d6 Suppress creation of Entity class (it's not being used. We can un-suppress later by efortuna@google.com · 13 years ago
  51. 7d05eaa Make AudioBufferSourceNode not picky about the number of parameters that are by efortuna@google.com · 13 years ago
  52. 02d9df2 Make WheelEvent.delta{X,Y} return num, not int. by antonm@google.com · 13 years ago
  53. f6c129c Move interface merging info to type registry. by podivilov@google.com · 13 years ago
  54. 2a77601 Rename WebKit's WheelEvent.wheelDelta{X,Y} to W3C WheelEvent.delta{X,Y}. by antonm@google.com · 13 years ago
  55. 5464ab0 Get rid of webkit_renames in dartdomgenerator.py. by podivilov@google.com · 13 years ago
  56. f8762b2 Introduce ListLikeIDLTypeInfo as a replacement for nativified_classes table. by podivilov@google.com · 13 years ago
  57. 9d19336 Add interface_name and implementation_name to IDLTypeInfo class and use them instead of dart_type. by podivilov@google.com · 13 years ago
  58. df630b6 Fixed typo by vsm@google.com · 13 years ago
  59. 9a19a1f Roll IDL to multivm@937 by vsm@google.com · 13 years ago
  60. 30b34c8 Better return types for window.location and window.history by vsm@google.com · 13 years ago
  61. 166d2b2 Fix some type narrowing by vsm@google.com · 13 years ago
  62. 9fa3103 Remove explicit interface versions of dartdoc files. by sra@google.com · 13 years ago
  63. 845c13e Replacing non-portable CanvasRenderingContext.setFillColor with more portable variants. by blois@google.com · 13 years ago
  64. c40edf6 Wrap Window in case it's a window from a different page / frame. by vsm@google.com · 13 years ago
  65. 06f1665 Adding synchronous measurement methods to Element. Refactoring unit tests some so element_test passes on all browsers. by blois@google.com · 13 years ago
  66. 5c1a93e Convert between Dart and JavaScript SerializedScriptValues on postMessage. by sra@google.com · 13 years ago
  67. caa4308 Fixes to get SelectElement working properly on IE. by blois@google.com · 13 years ago
  68. c4c8c62 Remove window.length and window.frames by vsm@google.com · 13 years ago
  69. bc5a932 Fixing SelectElement.selectedOptions to work on all platforms. by blois@google.com · 13 years ago
  70. e5285fb Make fremontcut serial by default by vsm@google.com · 13 years ago
  71. c71b6b2 Fix JS native binding and documentation for interfaces with overridden name. by podivilov@google.com · 13 years ago
  72. d20462a Finish Listifying html classes. by efortuna@google.com · 13 years ago
  73. fa3dba7 Override CSSStyleDeclaration.getPropertyValue in general way. by antonm@google.com · 13 years ago
  74. a1d9180 New cross frame base types. by vsm@google.com · 13 years ago
  75. 14db66f Revert "Adding synchronous measurement methods to Element." by blois@google.com · 13 years ago
  76. 87cda6a Move Dart type narrowing to TypeRegistry. by podivilov@google.com · 13 years ago
  77. f892f55 Refactor idl to dart renaming logic for interfaces. by podivilov@google.com · 13 years ago
  78. 6ec1dff Adding synchronous measurement methods to Element. by blois@google.com · 13 years ago
  79. 9725519 Get rid of webkit renames. by podivilov@google.com · 13 years ago
  80. 4198b9d Revert "Fixing SelectElement.selectedOptions to work across all platforms." by blois@google.com · 13 years ago
  81. 4f39658 Remove global DartType function. by podivilov@google.com · 13 years ago
  82. 25f6748 Fixing SelectElement.selectedOptions to work across all platforms. by blois@google.com · 13 years ago
  83. b0ae358 Regenerate html_dart2js.dart by efortuna@google.com · 13 years ago
  84. 13f81bf Changing return value of request animation frame. by blois@google.com · 13 years ago
  85. bffc05a CSSStyleDeclaration.getPropertyValue returns empty string instead of null. by efortuna@google.com · 13 years ago
  86. f36360e Converting NodeList to List<Node>. by blois@google.com · 13 years ago
  87. 5169ef12 Extract common logic for emitting implementation classes. by podivilov@google.com · 13 years ago
  88. b9e0a92 Merge BaseGenerator into HtmlDartInterfaceGenerator. by podivilov@google.com · 13 years ago
  89. f37795b Remove constants declaration from dart2js implementation classes. by podivilov@google.com · 13 years ago
  90. e44ef72 Make event renames optional, not mandatory. by antonm@google.com · 13 years ago
  91. a6efb08 Provide a fallback for AudioBufferSourceNode.start to noteOn and stop to by efortuna@google.com · 13 years ago
  92. c4530c2 Revert "Changing return value of request animation frame." by blois@google.com · 13 years ago
  93. 2de1699 Fix the type on a wrapped window by vsm@google.com · 13 years ago
  94. ae16efa Changing return value of request animation frame. by blois@google.com · 13 years ago
  95. 2e12205 Missed a change in the rename from initCustomEvent -> $dom_initCustomEvent. by efortuna@google.com · 13 years ago
  96. 1919b5a Removing ElementList. by blois@google.com · 13 years ago
  97. d44e51f Revert r13127. TBR. Review URL: https://codereview.chromium.org//11036024 by efortuna@google.com · 13 years ago
  98. 047bf6a Add constructor for CustomEvent. by efortuna@google.com · 13 years ago
  99. 9c9d53a Rebuild Dartium dart:html after recent changes. by antonm@google.com · 13 years ago
  100. a800e16 Cleanup html events generation. by podivilov@google.com · 13 years ago