Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(977)

Issue 9600035: Enable new dart:html wrapperless frog bindings and wrapper dartium bindings. (Closed)

Created:
8 years, 9 months ago by Jacob
Modified:
8 years, 9 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Enable new dart:html wrapperless frog bindings and wrapper dartium bindings. Split unittest.dart into unittest_html and unittest_dom Bug fixes to the new dart:html bindings to compile with dartc. BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=4998

Patch Set 1 #

Total comments: 16

Patch Set 2 : Fix to make tests pass using webdriver #

Total comments: 9

Patch Set 3 : Fixes for all code review comments #

Patch Set 4 : Handle all code review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+627 lines, -3310 lines) Patch
M client/dom/scripts/systemhtml.py View 1 2 3 7 chunks +18 lines, -13 lines 0 comments Download
M client/dom/templates/html/dartium/impl_Document.darttemplate View 1 2 3 2 chunks +1 line, -7 lines 0 comments Download
M client/dom/templates/html/frog/html_frog.darttemplate View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M client/dom/templates/html/frog/impl_Document.darttemplate View 1 2 3 1 chunk +0 lines, -7 lines 0 comments Download
M client/dom/templates/html/impl/impl_Element.darttemplate View 1 2 3 2 chunks +9 lines, -1 line 0 comments Download
M client/dom/templates/html/impl/impl_Node.darttemplate View 1 2 3 1 chunk +4 lines, -3 lines 0 comments Download
M client/dom/templates/html/interface/interface_Document.darttemplate View 1 2 3 1 chunk +0 lines, -6 lines 0 comments Download
M client/dom/templates/html/interface/interface_Element.darttemplate View 1 2 3 1 chunk +0 lines, -6 lines 0 comments Download
A + client/dom/templates/html/interface/interface_NodeSelector.darttemplate View 1 2 3 1 chunk +7 lines, -5 lines 0 comments Download
M client/html/dartium/html_dartium.dart View 68 chunks +91 lines, -89 lines 0 comments Download
M client/html/frog/html_frog.dart View 1 2 3 68 chunks +92 lines, -85 lines 0 comments Download
M client/html/generated/html/dartium/Document.dart View 1 2 3 3 chunks +5 lines, -7 lines 0 comments Download
M client/html/generated/html/dartium/DocumentFragment.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/Element.dart View 1 2 3 3 chunks +13 lines, -1 line 0 comments Download
M client/html/generated/html/dartium/HtmlElement.dart View 1 2 3 1 chunk +0 lines, -8 lines 0 comments Download
M client/html/generated/html/dartium/Node.dart View 1 2 3 1 chunk +4 lines, -2 lines 0 comments Download
M client/html/generated/html/dartium/NodeSelector.dart View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M client/html/generated/html/dartium/SVGAElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGCircleElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGClipPathElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGDefsElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGDescElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGEllipseElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGFEBlendElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGFEColorMatrixElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGFEComponentTransferElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGFECompositeElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGFEConvolveMatrixElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGFEDiffuseLightingElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGFEDisplacementMapElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGFEDropShadowElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGFEFloodElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGFEGaussianBlurElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGFEImageElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGFEMergeElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGFEMorphologyElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGFEOffsetElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGFESpecularLightingElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGFETileElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGFETurbulenceElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGFilterElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGForeignObjectElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGGElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGGlyphRefElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGGradientElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGImageElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGLineElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGMarkerElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGMaskElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGPathElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGPatternElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGPolygonElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGPolylineElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGRectElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGSVGElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGStopElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGStylable.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGStyleElement.dart View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M client/html/generated/html/dartium/SVGSwitchElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGSymbolElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGTextContentElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGTitleElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/dartium/SVGUseElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/Document.dart View 1 2 3 2 chunks +4 lines, -7 lines 0 comments Download
M client/html/generated/html/frog/DocumentFragment.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/Element.dart View 1 2 3 3 chunks +11 lines, -1 line 0 comments Download
M client/html/generated/html/frog/HtmlElement.dart View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download
M client/html/generated/html/frog/Node.dart View 1 2 3 1 chunk +4 lines, -2 lines 0 comments Download
M client/html/generated/html/frog/NodeSelector.dart View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M client/html/generated/html/frog/SVGAElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGCircleElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGClipPathElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGDefsElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGDescElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGEllipseElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGFEBlendElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGFEColorMatrixElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGFEComponentTransferElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGFECompositeElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGFEConvolveMatrixElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGFEDiffuseLightingElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGFEDisplacementMapElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGFEDropShadowElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGFEFloodElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGFEGaussianBlurElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGFEImageElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGFEMergeElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGFEMorphologyElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGFEOffsetElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGFESpecularLightingElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGFETileElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGFETurbulenceElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGFilterElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGForeignObjectElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGGElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGGlyphRefElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGGradientElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGImageElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGLineElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGMarkerElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGMaskElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGPathElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGPatternElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGPolygonElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGPolylineElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGRectElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGSVGElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGStopElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGStylable.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGStyleElement.dart View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M client/html/generated/html/frog/SVGSwitchElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGSymbolElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGTextContentElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGTitleElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/frog/SVGUseElement.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/interface/Document.dart View 1 2 3 2 chunks +2 lines, -6 lines 0 comments Download
M client/html/generated/html/interface/DocumentFragment.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/interface/Element.dart View 1 2 3 2 chunks +2 lines, -6 lines 0 comments Download
M client/html/generated/html/interface/HtmlElement.dart View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download
M client/html/generated/html/interface/NodeSelector.dart View 1 2 3 2 chunks +8 lines, -3 lines 0 comments Download
M client/html/generated/html/interface/SVGStylable.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/html/generated/html/interface/SVGStyleElement.dart View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
D client/html/html.dart View 1 2 3 1 chunk +0 lines, -482 lines 0 comments Download
M client/html/html_frog.dart View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
D client/html/htmlimpl.dart View 1 2 3 1 chunk +0 lines, -473 lines 0 comments Download
M client/html/src/shared_FactoryProviders.dart View 1 2 3 2 chunks +1 line, -2 lines 0 comments Download
D client/testing/unittest/dom_for_unittest.dart View 1 2 3 1 chunk +0 lines, -35 lines 0 comments Download
D client/testing/unittest/dom_for_unittest.js View 1 2 3 1 chunk +0 lines, -11 lines 0 comments Download
D client/testing/unittest/unittest.dart View 1 2 3 1 chunk +0 lines, -111 lines 0 comments Download
A + client/testing/unittest/unittest_dom.dart View 1 2 3 1 chunk +4 lines, -2 lines 0 comments Download
A + client/testing/unittest/unittest_html.dart View 1 2 3 3 chunks +7 lines, -5 lines 0 comments Download
M client/tests/client/client.status View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M client/tests/client/dom/AsyncWindowTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/AudioContextTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/CSSTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/CacheTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/CallbacksTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/CanvasTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/CanvasUsingHtmlTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/CrossFrameTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/DOMConstructorsTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/DOMIsolatesTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/DOMParserTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/DartObjectLocalStorageTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/DocumentTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/EventsTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/ExceptionsTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/HTMLAudioElementTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/HTMLCollectionTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/HTMLElementTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/HiddenDom1Test.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/HiddenDom2Test.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/HistoryTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/InnerFrameTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/InstanceOfTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/IsolateLightTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/IsolatesTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/KeyNameLocationTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/NativeGCTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/PerformanceApiTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/SVG1Test.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/SVG2Test.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/SVG3Test.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/StorageTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/TypedArrays1Test.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/TypingTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/WebGL1Test.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/WebSocketTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/WindowEqTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/WindowManglingTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/WindowNSMETest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/WindowOpenTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/WrapperTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/XHRTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/dom/XSLTProcessorTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/html/ElementTests.dart View 1 2 3 2 chunks +90 lines, -48 lines 0 comments Download
D client/tests/client/html/ListsTests.dart View 1 2 3 1 chunk +0 lines, -159 lines 0 comments Download
M client/tests/client/html/frog_html_tests.dart View 1 2 3 1 chunk +10 lines, -8 lines 0 comments Download
M client/tests/client/html/html_tests.dart View 1 2 3 1 chunk +10 lines, -10 lines 0 comments Download
M client/tests/client/json/json_tests.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/client/samples/smoketest/dartWebBase_tests.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/tests/dartc/dartc.status View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M compiler/java/com/google/dart/compiler/SystemLibraryManager.java View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M compiler/java/com/google/dart/compiler/ast/viz/BaseASTWriter.java View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M compiler/java/com/google/dart/compiler/resolver/ResolutionContext.java View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M compiler/scripts/generate_my_projects.py View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M dart.gyp View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/DartLibraryImplTest.java View 1 2 3 3 chunks +0 lines, -13 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/SystemLibraryManagerProviderDartCTest.java View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/SystemLibraryManagerProviderTest.java View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/SystemLibraryManagerProviderVmTest.java View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/samples/SamplesTest.java View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M editor/tools/plugins/com.google.dart.tools.debug.ui/src/com/google/dart/tools/debug/ui/internal/view/DebuggerPatternMatchListener.java View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M frog/leg/scanner/source_list.dart View 1 2 3 1 chunk +3 lines, -918 lines 0 comments Download
M frog/minfrog View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M frog/reader.dart View 1 2 3 2 chunks +2 lines, -5 lines 0 comments Download
M frog/tests/frog/src/unittest_node.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M samples/belay/bcap/bcap_client.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M samples/belay/buzzer/static/Buzzer.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M samples/belay/buzzer/static/Index.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M samples/belay/tests/bcap_tests.dart View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M samples/tests/samples/samples.status View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M samples/tests/samples/src/dartcombat/DartCombatTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M samples/tests/samples/src/lib/layout/LayoutTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M samples/tests/samples/src/lib/observable/ObservableTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M samples/tests/samples/src/lib/touch/TouchTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M samples/tests/samples/src/lib/util/UtilTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M samples/tests/samples/src/lib/view/ViewTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M samples/tests/samples/src/swarm/SwarmTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + samples/tests/samples/src/total/TotalTest.dart View 1 2 3 1 chunk +4 lines, -6 lines 0 comments Download
A + samples/tests/samples/src/total/total_test_lib.dart View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
D samples/tests/samples/total/total_dartest.dart View 1 2 3 1 chunk +0 lines, -57 lines 0 comments Download
D samples/tests/samples/total/total_test_lib.dart View 1 2 3 1 chunk +0 lines, -463 lines 0 comments Download
D samples/tests/samples/total/total_tests.dart View 1 2 3 1 chunk +0 lines, -17 lines 0 comments Download
M tests/isolate/src/APIv2_spawnBrowserNegativeTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M tests/isolate/src/APIv2_spawnBrowserTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M tests/isolate/src/APIv2_spawnUriBrowserNegativeTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M tests/isolate/src/APIv2_spawnUriBrowserTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M tests/isolate/src/APIv2_unresolvedPortsBrowserNegativeTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M tests/isolate/src/APIv2_unresolvedPortsBrowserTest.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M tests/utils/utils.status View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M tools/create_sdk.py View 1 2 3 2 chunks +8 lines, -11 lines 0 comments Download
M tools/testing/dart/test_suite.dart View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M tools/testing/frogpad/frogpad.py View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M utils/apidoc/html_diff.dart View 1 2 3 10 chunks +12 lines, -12 lines 0 comments Download
M utils/apidoc/mdn/extract.dart View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M utils/tip/froggertest.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11 (0 generated)
Jacob
Enable new dart:html wrapperless frog bindings and wrapper dartium bindings Split unittest:dart into unittest_html and ...
8 years, 9 months ago (2012-03-05 21:12:54 UTC) #1
vsm
Can you add danrubel to review editor and sdk script changes? And mmendez or scheglov ...
8 years, 9 months ago (2012-03-05 21:37:35 UTC) #2
sra1
lgtm https://chromiumcodereview.appspot.com/9600035/diff/1/client/dom/templates/html/frog/html_frog.darttemplate File client/dom/templates/html/frog/html_frog.darttemplate (right): https://chromiumcodereview.appspot.com/9600035/diff/1/client/dom/templates/html/frog/html_frog.darttemplate#newcode66 client/dom/templates/html/frog/html_frog.darttemplate:66: // Workaround for classes like <site> that lack ...
8 years, 9 months ago (2012-03-05 21:44:58 UTC) #3
Jacob
I'll reply to the remaining code review comments after i get done giving an interview. ...
8 years, 9 months ago (2012-03-05 21:55:29 UTC) #4
scheglov
LGTM for dartc changes.
8 years, 9 months ago (2012-03-05 22:07:55 UTC) #5
nweiz
lgtm++ https://chromiumcodereview.appspot.com/9600035/diff/6050/client/dom/templates/html/dartium/impl_Document.darttemplate File client/dom/templates/html/dartium/impl_Document.darttemplate (right): https://chromiumcodereview.appspot.com/9600035/diff/6050/client/dom/templates/html/dartium/impl_Document.darttemplate#newcode9 client/dom/templates/html/dartium/impl_Document.darttemplate:9: final dom.HTMLDocument _documentPtr; This type will be incorrect ...
8 years, 9 months ago (2012-03-05 22:25:02 UTC) #6
Jacob
https://chromiumcodereview.appspot.com/9600035/diff/1/client/tests/client/html/ElementTests.dart File client/tests/client/html/ElementTests.dart (right): https://chromiumcodereview.appspot.com/9600035/diff/1/client/tests/client/html/ElementTests.dart#newcode279 client/tests/client/html/ElementTests.dart:279: var rawElement = element; On 2012/03/05 21:37:36, vsm wrote: ...
8 years, 9 months ago (2012-03-05 23:31:49 UTC) #7
nweiz
https://chromiumcodereview.appspot.com/9600035/diff/6050/client/dom/templates/html/dartium/impl_Document.darttemplate File client/dom/templates/html/dartium/impl_Document.darttemplate (right): https://chromiumcodereview.appspot.com/9600035/diff/6050/client/dom/templates/html/dartium/impl_Document.darttemplate#newcode9 client/dom/templates/html/dartium/impl_Document.darttemplate:9: final dom.HTMLDocument _documentPtr; On 2012/03/05 23:31:49, Jacob wrote: > ...
8 years, 9 months ago (2012-03-05 23:50:57 UTC) #8
Jacob
8 years, 9 months ago (2012-03-05 23:53:16 UTC) #9
devoncarew
lgtm Looks good from the POV of the editor -
8 years, 9 months ago (2012-03-06 00:14:23 UTC) #10
vsm
8 years, 9 months ago (2012-03-06 00:15:28 UTC) #11
lgtm

Powered by Google App Engine
This is Rietveld 408576698