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