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

Issue 8473008: Generate constants for IDL classes (Closed)

Created:
9 years, 1 month ago by sra1
Modified:
9 years ago
Reviewers:
vsm
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Generate constants for IDL classes We will have to revert this if we go back to pure interfaces. Fixes: dartfrog-generated/dom/Cache.html text dartfrog-generated/dom/Exceptions.html text dartfrog-generated/dom/IsolateLight.html text dartfrog-generated/dom/DOMConstructors.html text BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=1878

Patch Set 1 #

Patch Set 2 : regen frog_dom #

Patch Set 3 : Add frog dom #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3176 lines, -100 lines) Patch
M client/dom/frog/frog_dom.dart View 1 2 76 chunks +1634 lines, -100 lines 0 comments Download
M client/dom/generated/src/frog/CSSPrimitiveValue.dart View 1 2 1 chunk +52 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/CSSRule.dart View 1 2 1 chunk +20 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/CSSValue.dart View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/DOMApplicationCache.dart View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/DOMException.dart View 1 2 1 chunk +50 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/Event.dart View 1 2 1 chunk +38 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/EventException.dart View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/EventSource.dart View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/FileError.dart View 1 2 1 chunk +24 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/FileException.dart View 1 2 1 chunk +24 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/FileReader.dart View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/FileWriter.dart View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/Float32Array.dart View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/Float64Array.dart View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/HTMLMediaElement.dart View 1 2 1 chunk +18 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/IDBCursor.dart View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/IDBDatabaseException.dart View 1 2 1 chunk +28 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/IDBRequest.dart View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/IDBTransaction.dart View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/Int16Array.dart View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/Int32Array.dart View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/Int8Array.dart View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/JavaScriptCallFrame.dart View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/MediaError.dart View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/MutationEvent.dart View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/NavigatorUserMediaError.dart View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/Node.dart View 1 2 1 chunk +36 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/NodeFilter.dart View 1 2 1 chunk +32 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/OESStandardDerivatives.dart View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/OESVertexArrayObject.dart View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/OperationNotAllowedException.dart View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/OverflowEvent.dart View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/PerformanceNavigation.dart View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/PositionError.dart View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/Range.dart View 1 2 1 chunk +16 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/RangeException.dart View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/SQLError.dart View 1 2 1 chunk +16 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/SQLException.dart View 1 2 1 chunk +16 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/SVGAngle.dart View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/SVGColor.dart View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/SVGComponentTransferFunctionElement.dart View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/SVGException.dart View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/SVGFEBlendElement.dart View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/SVGFEColorMatrixElement.dart View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/SVGFECompositeElement.dart View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/SVGFEConvolveMatrixElement.dart View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/SVGFEDisplacementMapElement.dart View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/SVGFEMorphologyElement.dart View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/SVGFETurbulenceElement.dart View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/SVGGradientElement.dart View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/SVGLength.dart View 1 2 1 chunk +22 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/SVGMarkerElement.dart View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/SVGPaint.dart View 1 2 1 chunk +20 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/SVGPathSeg.dart View 1 2 1 chunk +40 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/SVGPreserveAspectRatio.dart View 1 2 1 chunk +28 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/SVGRenderingIntent.dart View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/SVGTextContentElement.dart View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/SVGTextPathElement.dart View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/SVGTransform.dart View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/SVGUnitTypes.dart View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/SVGZoomAndPan.dart View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/StorageInfo.dart View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/TextTrack.dart View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/Uint16Array.dart View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/Uint32Array.dart View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/Uint8Array.dart View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/WebGLDebugRendererInfo.dart View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/WebGLRenderingContext.dart View 1 2 1 chunk +594 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/WebKitAnimation.dart View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/WebKitCSSFilterValue.dart View 1 2 1 chunk +22 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/WebKitCSSTransformValue.dart View 1 2 1 chunk +42 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/WebSocket.dart View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/XMLHttpRequest.dart View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/XMLHttpRequestException.dart View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/XPathException.dart View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/XPathResult.dart View 1 2 1 chunk +20 lines, -0 lines 0 comments Download
M client/dom/scripts/dartgenerator.py View 1 2 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
sra1
9 years ago (2011-11-28 21:11:48 UTC) #1
vsm
9 years ago (2011-11-28 21:27:22 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698