0.1.6.1
  1. 7d05eaa Make AudioBufferSourceNode not picky about the number of parameters that are by efortuna@google.com · 13 years ago
  2. 02d9df2 Make WheelEvent.delta{X,Y} return num, not int. by antonm@google.com · 13 years ago
  3. f6c129c Move interface merging info to type registry. by podivilov@google.com · 13 years ago
  4. 2a77601 Rename WebKit's WheelEvent.wheelDelta{X,Y} to W3C WheelEvent.delta{X,Y}. by antonm@google.com · 13 years ago
  5. 5464ab0 Get rid of webkit_renames in dartdomgenerator.py. by podivilov@google.com · 13 years ago
  6. f8762b2 Introduce ListLikeIDLTypeInfo as a replacement for nativified_classes table. by podivilov@google.com · 13 years ago
  7. 9d19336 Add interface_name and implementation_name to IDLTypeInfo class and use them instead of dart_type. by podivilov@google.com · 13 years ago
  8. df630b6 Fixed typo by vsm@google.com · 13 years ago
  9. 9a19a1f Roll IDL to multivm@937 by vsm@google.com · 13 years ago
  10. 30b34c8 Better return types for window.location and window.history by vsm@google.com · 13 years ago
  11. 166d2b2 Fix some type narrowing by vsm@google.com · 13 years ago
  12. 9fa3103 Remove explicit interface versions of dartdoc files. by sra@google.com · 13 years ago
  13. 845c13e Replacing non-portable CanvasRenderingContext.setFillColor with more portable variants. by blois@google.com · 13 years ago
  14. c40edf6 Wrap Window in case it's a window from a different page / frame. by vsm@google.com · 13 years ago
  15. 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
  16. 5c1a93e Convert between Dart and JavaScript SerializedScriptValues on postMessage. by sra@google.com · 13 years ago
  17. caa4308 Fixes to get SelectElement working properly on IE. by blois@google.com · 13 years ago
  18. c4c8c62 Remove window.length and window.frames by vsm@google.com · 13 years ago
  19. bc5a932 Fixing SelectElement.selectedOptions to work on all platforms. by blois@google.com · 13 years ago
  20. e5285fb Make fremontcut serial by default by vsm@google.com · 13 years ago
  21. c71b6b2 Fix JS native binding and documentation for interfaces with overridden name. by podivilov@google.com · 13 years ago
  22. d20462a Finish Listifying html classes. by efortuna@google.com · 13 years ago
  23. fa3dba7 Override CSSStyleDeclaration.getPropertyValue in general way. by antonm@google.com · 13 years ago
  24. a1d9180 New cross frame base types. by vsm@google.com · 13 years ago
  25. 14db66f Revert "Adding synchronous measurement methods to Element." by blois@google.com · 13 years ago
  26. 87cda6a Move Dart type narrowing to TypeRegistry. by podivilov@google.com · 13 years ago
  27. f892f55 Refactor idl to dart renaming logic for interfaces. by podivilov@google.com · 13 years ago
  28. 6ec1dff Adding synchronous measurement methods to Element. by blois@google.com · 13 years ago
  29. 9725519 Get rid of webkit renames. by podivilov@google.com · 13 years ago
  30. 4198b9d Revert "Fixing SelectElement.selectedOptions to work across all platforms." by blois@google.com · 13 years ago
  31. 4f39658 Remove global DartType function. by podivilov@google.com · 13 years ago
  32. 25f6748 Fixing SelectElement.selectedOptions to work across all platforms. by blois@google.com · 13 years ago
  33. b0ae358 Regenerate html_dart2js.dart by efortuna@google.com · 13 years ago
  34. 13f81bf Changing return value of request animation frame. by blois@google.com · 13 years ago
  35. bffc05a CSSStyleDeclaration.getPropertyValue returns empty string instead of null. by efortuna@google.com · 13 years ago
  36. f36360e Converting NodeList to List<Node>. by blois@google.com · 13 years ago
  37. 5169ef12 Extract common logic for emitting implementation classes. by podivilov@google.com · 13 years ago
  38. b9e0a92 Merge BaseGenerator into HtmlDartInterfaceGenerator. by podivilov@google.com · 13 years ago
  39. f37795b Remove constants declaration from dart2js implementation classes. by podivilov@google.com · 13 years ago
  40. e44ef72 Make event renames optional, not mandatory. by antonm@google.com · 13 years ago
  41. a6efb08 Provide a fallback for AudioBufferSourceNode.start to noteOn and stop to by efortuna@google.com · 13 years ago
  42. c4530c2 Revert "Changing return value of request animation frame." by blois@google.com · 13 years ago
  43. 2de1699 Fix the type on a wrapped window by vsm@google.com · 13 years ago
  44. ae16efa Changing return value of request animation frame. by blois@google.com · 13 years ago
  45. 2e12205 Missed a change in the rename from initCustomEvent -> $dom_initCustomEvent. by efortuna@google.com · 13 years ago
  46. 1919b5a Removing ElementList. by blois@google.com · 13 years ago
  47. d44e51f Revert r13127. TBR. Review URL: https://codereview.chromium.org//11036024 by efortuna@google.com · 13 years ago
  48. 047bf6a Add constructor for CustomEvent. by efortuna@google.com · 13 years ago
  49. 9c9d53a Rebuild Dartium dart:html after recent changes. by antonm@google.com · 13 years ago
  50. a800e16 Cleanup html events generation. by podivilov@google.com · 13 years ago
  51. 315a0f8 Get rid of System class. by podivilov@google.com · 13 years ago
  52. d0aa4f7 Remove systeminterface from scripts. by efortuna@google.com · 13 years ago
  53. c6c2918 Revert "Removing ElementList (splitting out removing NodeList into a separate CL)." by blois@google.com · 13 years ago
  54. 215bc35 Removing explicit typing of filtered element list. by blois@google.com · 13 years ago
  55. 2d71772 Removing ElementList (splitting out removing NodeList into a separate CL). by blois@google.com · 13 years ago
  56. 10af113 Remove dart:dom scripts. by podivilov@google.com · 13 years ago
  57. 7225168 Switch to native check for shadow root support. by antonm@google.com · 13 years ago
  58. 79beeec Speed up fremontcut/dartdomgenerator by vsm@google.com · 13 years ago
  59. abee513 Reapply change to hide VM-only List implementation classes. by ager@google.com · 13 years ago
  60. f8e5245 Adding 'supported' check for shadow root. by blois@google.com · 13 years ago
  61. 9cfdc2d Revert "Replacing non-portable CanvasRenderingContext.setFillColor with more portable variants." by blois@google.com · 13 years ago
  62. ab68472 Replacing non-portable CanvasRenderingContext.setFillColor with more portable variants. by blois@google.com · 13 years ago
  63. fe66a0a Revert hiding of VM-only coreimpl list implementation types. While I by ager@google.com · 13 years ago
  64. 8e6a2c8 Hide VM-only coreimpl List implementation types. These should not be by ager@google.com · 13 years ago
  65. b001a58 Get rid of System classes for backend generators. by podivilov@google.com · 13 years ago
  66. e73afc3 Reapply FooList -> List<Foo> with Gamepad fix for dartium. by efortuna@google.com · 13 years ago
  67. 700da17 Roll IDL to multivm@910, Take #2 by vsm@google.com · 13 years ago
  68. adcd660 Revert "Replacing non-portable CanvasRenderingContext.setFillColor with more portable variants." by blois@google.com · 13 years ago
  69. 539fb98 Replacing non-portable CanvasRenderingContext.setFillColor with more portable variants. by blois@google.com · 13 years ago
  70. 7488109 Revert "Roll IDL to multivm@910" by vsm@google.com · 13 years ago
  71. c9d56a6 Roll IDL to multivm@910 by vsm@google.com · 13 years ago
  72. 192ca09 webkitRequestAimationFrame->requestAnimationFrame with hand edits to by efortuna@google.com · 13 years ago
  73. eada8aa Fixing up WheelEvent to follow W3C standards and work on all platforms. by blois@google.com · 13 years ago
  74. 98f7601 Add Element.xtag to public interface by jmesserly@google.com · 13 years ago
  75. 21cb9f8 Refactor file paths handling in generator. by podivilov@google.com · 13 years ago
  76. b935f8f "Reverting 12887" R=efortuna@google.com by jmesserly@google.com · 13 years ago
  77. bf978d4 Adding constructor to ContentElement. by blois@google.com · 13 years ago
  78. f54390c Reapply webkitRequestAimationFrame->requestAnimationFrame with fix for dartium by efortuna@google.com · 13 years ago
  79. 014c75b Regen html_dartium.dart by vsm@google.com · 13 years ago
  80. b7db16a Changing CSSClassSet from isFrozen to frozen for API consistency. by blois@google.com · 13 years ago
  81. 565633e Regenerate dart:html files by vsm@google.com · 13 years ago
  82. b0ac844 Temporarily exposing createObjectUrl on Window. by blois@google.com · 13 years ago
  83. b44e38c Revert "Temporarily expose createObjectUrl/revokeObjectUrl on window." by blois@google.com · 13 years ago
  84. 5d53ea6 Temporarily expose createObjectUrl/revokeObjectUrl on window. by antonm@google.com · 13 years ago
  85. 6717e8b Emit static IDL members. by antonm@google.com · 13 years ago
  86. ce6d3bd Hiding getElement* methods on ShadowRoot. by blois@google.com · 13 years ago
  87. 5031069 Fix SendPortSync dispatch for FF by vsm@google.com · 13 years ago
  88. 8b9d9b7 Revert "Adding constructor to ContentElement." by blois@google.com · 13 years ago
  89. d270006 Adding constructor to ContentElement. by blois@google.com · 13 years ago
  90. f1afe99c Fixing creating SVG elements with trailing newlines. by blois@google.com · 13 years ago
  91. a1faa6f Change IllegalArgumentException to ArgumentError. by lrn@google.com · 13 years ago
  92. 9480a93 Refresh generated files after new roll. by antonm@google.com · 13 years ago
  93. f527595 Roll Chrome forward. by antonm@google.com · 13 years ago
  94. 55d7ab1 Revert r12819 to look at IE fix offline. by efortuna@google.com · 13 years ago
  95. 7c00742 Change raw string indicator from @ to r. by efortuna@google.com · 13 years ago
  96. c9ea6ff Remove Webkit prefix for RequestAnimationFrame. by efortuna@google.com · 13 years ago
  97. 3f3417c Revert r12808. Review URL: https://codereview.chromium.org//10981005 by efortuna@google.com · 13 years ago
  98. 42a03cb Reapply 12799. Review URL: https://codereview.chromium.org//10957066 by efortuna@google.com · 13 years ago
  99. 23a4b72 Revert 12799. Review URL: https://codereview.chromium.org//10957064 by efortuna@google.com · 13 years ago
  100. a41389a Don't generate FooList if it behaves like List<Foo> exactly. by efortuna@google.com · 13 years ago