Side by Side Diff: client/html/benchmarks/dromaeo/test-head.html
Issue 9845043 :
Rename client/{dom,html} to lib/{dom,html} . (Closed)
Patch Set:
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
Jump to:
client/dom/dom.dart
client/dom/frog/dom_frog.dart
client/dom/idl/dart/dart.idl
client/dom/idl/dart/webkit-supplemental.idl
client/dom/scripts/all_tests.py
client/dom/scripts/dartdomgenerator.py
client/dom/scripts/dartgenerator.py
client/dom/scripts/dartgenerator_test.py
client/dom/scripts/database.py
client/dom/scripts/database_test.py
client/dom/scripts/databasebuilder.py
client/dom/scripts/databasebuilder_test.py
client/dom/scripts/emitter.py
client/dom/scripts/emitter_test.py
client/dom/scripts/fremontcutbuilder.py
client/dom/scripts/generator.py
client/dom/scripts/idlnode.py
client/dom/scripts/idlnode_test.py
client/dom/scripts/idlparser.dart
client/dom/scripts/idlparser.py
client/dom/scripts/idlparser_test.dart
client/dom/scripts/idlparser_test.py
client/dom/scripts/idlrenderer.dart
client/dom/scripts/idlrenderer.py
client/dom/scripts/idlrenderer_test.py
client/dom/scripts/logging.conf
client/dom/scripts/multiemitter.py
client/dom/scripts/multiemitter_test.py
client/dom/scripts/pegparser.py
client/dom/scripts/pegparser_test.py
client/dom/scripts/systembase.py
client/dom/scripts/systemfrog.py
client/dom/scripts/systemhtml.py
client/dom/scripts/systeminterface.py
client/dom/scripts/systemnative.py
client/dom/scripts/systemwrapping.py
client/dom/scripts/templateloader.py
client/dom/scripts/templateloader_test.py
client/dom/src/DOMType.dart
client/dom/src/DOMWrapperBase.dart
client/dom/src/EventListener.dart
client/dom/src/GlobalProperties.dart
client/dom/src/KeyLocation.dart
client/dom/src/KeyName.dart
client/dom/src/ReadyState.dart
client/dom/src/TimeoutHandler.dart
client/dom/src/_Collections.dart
client/dom/src/_FactoryProviders.dart
client/dom/src/_ListIterators.dart
client/dom/src/_Lists.dart
client/dom/src/_XMLHttpRequestUtils.dart
client/dom/src/dummy_FactoryProviders.dart
client/dom/src/dummy_GlobalProperties.dart
client/dom/src/frog_DOMImplementation.dart
client/dom/src/frog_DOMType.dart
client/dom/src/frog_DOMTypeJs.dart
client/dom/src/frog_FactoryProviders.dart
client/dom/src/native_DOMImplementation.dart
client/dom/src/native_DOMPublic.dart
client/dom/src/native_DOMWrapperBase.dart
client/dom/src/native_FactoryProviders.dart
client/dom/src/native_FactoryProvidersImplementation.dart
client/dom/src/native_GlobalProperties.dart
client/dom/src/wrapping_FactoryProviders.dart
client/dom/src/wrapping_GlobalProperties.dart
client/dom/templates/callback.darttemplate
client/dom/templates/dom/dummy/dom_dummy.darttemplate
client/dom/templates/dom/dummy/factoryprovider.darttemplate
client/dom/templates/dom/frog/factoryprovider.darttemplate
client/dom/templates/dom/frog/factoryprovider_HTMLAudioElement.darttemplate
client/dom/templates/dom/frog/factoryprovider_HTMLOptionElement.darttemplate
client/dom/templates/dom/frog/factoryprovider_SharedWorker.darttemplate
client/dom/templates/dom/frog/factoryprovider_TextTrackCue.darttemplate
client/dom/templates/dom/frog/factoryprovider_WebKitCSSMatrix.darttemplate
client/dom/templates/dom/frog/frog_dom.darttemplate
client/dom/templates/dom/frog/impl_Console.darttemplate
client/dom/templates/dom/frog/impl_DOMWindow.darttemplate
client/dom/templates/dom/frog/impl_HTMLIFrameElement.darttemplate
client/dom/templates/dom/frog/impl_Storage.darttemplate
client/dom/templates/dom/interface/interface_AudioContext.darttemplate
client/dom/templates/dom/interface/interface_CSSMatrix.darttemplate
client/dom/templates/dom/interface/interface_Point.darttemplate
client/dom/templates/dom/interface/interface_WebKitPoint.darttemplate
client/dom/templates/dom/interface/interface_WebSocket.darttemplate
client/dom/templates/dom/native/cpp_callback_header.template
client/dom/templates/dom/native/cpp_callback_implementation.template
client/dom/templates/dom/native/cpp_derived_sources.template
client/dom/templates/dom/native/cpp_header.template
client/dom/templates/dom/native/cpp_implementation.template
client/dom/templates/dom/native/cpp_resolver.template
client/dom/templates/dom/native/dart_implementation.darttemplate
client/dom/templates/dom/native/dom_impl.darttemplate
client/dom/templates/dom/native/dom_public.darttemplate
client/dom/templates/dom/native/factoryprovider.darttemplate
client/dom/templates/dom/wrapping/wrapping_dom.darttemplate
client/dom/templates/dom/wrapping/wrapping_impl.darttemplate
client/dom/templates/frog_impl.darttemplate
client/dom/templates/html/dartium/factoryprovider.darttemplate
client/dom/templates/html/dartium/factoryprovider_AudioElement.darttemplate
client/dom/templates/html/dartium/factoryprovider_BlobBuilder.darttemplate
client/dom/templates/html/dartium/factoryprovider_CSSMatrix.darttemplate
client/dom/templates/html/dartium/factoryprovider_OptionElement.darttemplate
client/dom/templates/html/dartium/factoryprovider_XMLHttpRequest.darttemplate
client/dom/templates/html/dartium/html_dartium.darttemplate
client/dom/templates/html/dartium/impl_Document.darttemplate
client/dom/templates/html/dartium/impl_EventTarget.darttemplate
client/dom/templates/html/dartium/impl_Window.darttemplate
client/dom/templates/html/frog/factoryprovider.darttemplate
client/dom/templates/html/frog/factoryprovider_AudioElement.darttemplate
client/dom/templates/html/frog/factoryprovider_CSSMatrix.darttemplate
client/dom/templates/html/frog/factoryprovider_OptionElement.darttemplate
client/dom/templates/html/frog/factoryprovider_SharedWorker.darttemplate
client/dom/templates/html/frog/factoryprovider_TextTrackCue.darttemplate
client/dom/templates/html/frog/factoryprovider_XMLHttpRequest.darttemplate
client/dom/templates/html/frog/html_frog.darttemplate
client/dom/templates/html/frog/impl_Console.darttemplate
client/dom/templates/html/frog/impl_Document.darttemplate
client/dom/templates/html/frog/impl_EventTarget.darttemplate
client/dom/templates/html/frog/impl_HtmlElement.darttemplate
client/dom/templates/html/frog/impl_Window.darttemplate
client/dom/templates/html/impl/impl_CSSStyleDeclaration.darttemplate
client/dom/templates/html/impl/impl_DocumentFragment.darttemplate
client/dom/templates/html/impl/impl_Element.darttemplate
client/dom/templates/html/impl/impl_Node.darttemplate
client/dom/templates/html/impl/impl_NodeList.darttemplate
client/dom/templates/html/impl/impl_SVGElement.darttemplate
client/dom/templates/html/interface/interface_CSSStyleDeclaration.darttemplate
client/dom/templates/html/interface/interface_Document.darttemplate
client/dom/templates/html/interface/interface_DocumentFragment.darttemplate
client/dom/templates/html/interface/interface_Element.darttemplate
client/dom/templates/html/interface/interface_Event.darttemplate
client/dom/templates/html/interface/interface_EventTarget.darttemplate
client/dom/templates/html/interface/interface_MouseEvent.darttemplate
client/dom/templates/html/interface/interface_Node.darttemplate
client/dom/templates/html/interface/interface_NodeList.darttemplate
client/dom/templates/html/interface/interface_NodeSelector.darttemplate
client/dom/templates/html/interface/interface_Point.darttemplate
client/dom/templates/html/interface/interface_SVGElement.darttemplate
client/dom/templates/html/interface/interface_SVGSVGElement.darttemplate
client/dom/templates/html/interface/interface_Text.darttemplate
client/dom/templates/html/interface/interface_WebSocket.darttemplate
client/dom/templates/html/interface/interface_Window.darttemplate
client/dom/templates/html/interface/interface_XMLHttpRequest.darttemplate
client/dom/templates/immutable_list_mixin.darttemplate
client/dom/templates/interface.darttemplate
client/html/benchmarks/common/BenchUtil.dart
client/html/benchmarks/common/Interval.dart
client/html/benchmarks/common/JSON.dart
client/html/benchmarks/common/Math2.dart
client/html/benchmarks/common/common.lib
client/html/benchmarks/dromaeo/Dromaeo.dart
client/html/benchmarks/dromaeo/Suites.dart
client/html/benchmarks/dromaeo/application.css
client/html/benchmarks/dromaeo/dromaeo.app
client/html/benchmarks/dromaeo/favicon.ico
client/html/benchmarks/dromaeo/favicon.png
client/html/benchmarks/dromaeo/images/bg.png
client/html/benchmarks/dromaeo/images/clouds.png
client/html/benchmarks/dromaeo/images/clouds2.png
client/html/benchmarks/dromaeo/images/comets.png
client/html/benchmarks/dromaeo/images/dino1.png
client/html/benchmarks/dromaeo/images/dino2.png
client/html/benchmarks/dromaeo/images/dino3.png
client/html/benchmarks/dromaeo/images/dino4.png
client/html/benchmarks/dromaeo/images/dino5.png
client/html/benchmarks/dromaeo/images/dino6.png
client/html/benchmarks/dromaeo/images/dino7.png
client/html/benchmarks/dromaeo/images/dino8.png
client/html/benchmarks/dromaeo/images/left.png
client/html/benchmarks/dromaeo/images/logo.png
client/html/benchmarks/dromaeo/images/logo2.png
client/html/benchmarks/dromaeo/images/logo3.png
client/html/benchmarks/dromaeo/images/right.png
client/html/benchmarks/dromaeo/images/top.png
client/html/benchmarks/dromaeo/images/water.png
client/html/benchmarks/dromaeo/index.html
client/html/benchmarks/dromaeo/reset.css
client/html/benchmarks/dromaeo/test-head.html
client/html/benchmarks/dromaeo/test-tail.html
client/html/benchmarks/dromaeo/tests/Common.dart
client/html/benchmarks/dromaeo/tests/DomAttr.dart
client/html/benchmarks/dromaeo/tests/DomModify.dart
client/html/benchmarks/dromaeo/tests/DomQuery.dart
client/html/benchmarks/dromaeo/tests/DomTraverse.dart
client/html/benchmarks/dromaeo/tests/Runner.dart
client/html/benchmarks/dromaeo/tests/dom-attr.app
client/html/benchmarks/dromaeo/tests/dom-attr.html
client/html/benchmarks/dromaeo/tests/dom-attr-dartc.html
client/html/benchmarks/dromaeo/tests/dom-modify.app
client/html/benchmarks/dromaeo/tests/dom-modify.html
client/html/benchmarks/dromaeo/tests/dom-query.app
client/html/benchmarks/dromaeo/tests/dom-query.html
client/html/benchmarks/dromaeo/tests/dom-traverse.app
client/html/benchmarks/dromaeo/tests/dom-traverse.html
client/html/benchmarks/dromaeo/tests/runner.lib
client/html/benchmarks/dromaeo/web-style.css
client/html/frog/html_frog.dart
client/html/html_dartium.dart
client/html/html_frog.dart
client/html/scripts/css_code_generator.py
client/html/src/AnimationEvent.dart
client/html/src/AnimationEventWrappingImplementation.dart
client/html/src/BeforeLoadEvent.dart
client/html/src/BeforeLoadEventWrappingImplementation.dart
client/html/src/CloseEvent.dart
client/html/src/CloseEventWrappingImplementation.dart
client/html/src/CompositionEvent.dart
client/html/src/CompositionEventWrappingImplementation.dart
client/html/src/CssClassSet.dart
client/html/src/CustomEvent.dart
client/html/src/CustomEventWrappingImplementation.dart
client/html/src/DataAttributeMap.dart
client/html/src/Device.dart
client/html/src/DeviceMotionEvent.dart
client/html/src/DeviceMotionEventWrappingImplementation.dart
client/html/src/DeviceOrientationEvent.dart
client/html/src/DeviceOrientationEventWrappingImplementation.dart
client/html/src/DocumentFragment.dart
client/html/src/DocumentFragmentWrappingImplementation.dart
client/html/src/ErrorEvent.dart
client/html/src/ErrorEventWrappingImplementation.dart
client/html/src/HashChangeEvent.dart
client/html/src/HashChangeEventWrappingImplementation.dart
client/html/src/KeyboardEvent.dart
client/html/src/KeyboardEventWrappingImplementation.dart
client/html/src/Measurement.dart
client/html/src/MessageEvent.dart
client/html/src/MessageEventWrappingImplementation.dart
client/html/src/MutationEvent.dart
client/html/src/MutationEventWrappingImplementation.dart
client/html/src/OverflowEvent.dart
client/html/src/OverflowEventWrappingImplementation.dart
client/html/src/PageTransitionEvent.dart
client/html/src/PageTransitionEventWrappingImplementation.dart
client/html/src/PopStateEvent.dart
client/html/src/PopStateEventWrappingImplementation.dart
client/html/src/ProgressEvent.dart
client/html/src/ProgressEventWrappingImplementation.dart
client/html/src/SVGDocument.dart
client/html/src/SVGDocumentWrappingImplementation.dart
client/html/src/SVGElement.dart
client/html/src/SVGElementInstance.dart
client/html/src/SVGElementInstanceWrappingImplementation.dart
client/html/src/SVGElementWrappingImplementation.dart
client/html/src/SVGSVGElement.dart
client/html/src/SVGSVGElementWrappingImplementation.dart
client/html/src/StorageEvent.dart
client/html/src/StorageEventWrappingImplementation.dart
client/html/src/TextEvent.dart
client/html/src/TextEventWrappingImplementation.dart
client/html/src/TouchEvent.dart
client/html/src/TouchEventWrappingImplementation.dart
client/html/src/TransitionEvent.dart
client/html/src/TransitionEventWrappingImplementation.dart
client/html/src/UIEvent.dart
client/html/src/UIEventWrappingImplementation.dart
client/html/src/WheelEvent.dart
client/html/src/WheelEventWrappingImplementation.dart
client/html/src/XMLDocument.dart
client/html/src/XMLDocumentWrappingImplementation.dart
client/html/src/XMLElement.dart
client/html/src/XMLElementWrappingImplementation.dart
client/html/src/XMLHttpRequestProgressEvent.dart
client/html/src/XMLHttpRequestProgressEventWrappingImplementation.dart
client/html/src/XMLHttpRequestUpload.dart
client/html/src/XMLHttpRequestUploadWrappingImplementation.dart
client/html/src/XMLHttpRequestWrappingImplementation.dart
client/html/src/_DOMTypeBase.dart
client/html/src/_Testing.dart
client/html/src/dartium_FactoryProviders.dart
client/html/src/frog_FactoryProviders.dart
client/html/src/shared_FactoryProviders.dart
compiler/dartc.xml
compiler/lib/implementation/isolate.js
compiler/scripts/generate_my_projects.py
dart.gyp
frog/leg/apiimpl.dart
frog/leg/scanner/source_list.dart
frog/reader.dart
samples/dartboard/build_dartlib/core.dartdef
samples/dartboard/dartboard.dart
tools/create_sdk.py
tools/testing/frogpad/frogpad.py