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

Issue 8574040: Support DOMString[] and regenerate from IDL (Closed)

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

Description

Support DOMString[] and regenerate from IDL Notes: - This rolls forward to just before Pavel's LANGUAGE_JAVASCRIPT change. I'll update from there in a second CL. - I'll need to reapply to initWebKitWheelEvent manually to this. Committed: https://code.google.com/p/dart/source/detail?r=1590

Patch Set 1 #

Patch Set 2 : Fix Window.postMessage #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1463 lines, -804 lines) Patch
M client/dom/dom.dart View 12 chunks +18 lines, -12 lines 0 comments Download
M client/dom/frog_dom.dart View 6 chunks +9 lines, -6 lines 0 comments Download
M client/dom/generated/monkey_dom.js View 1 29 chunks +135 lines, -71 lines 0 comments Download
M client/dom/generated/monkey_dom_externs.js View 27 chunks +42 lines, -9 lines 0 comments Download
M client/dom/generated/src/frog/ArrayBuffer.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/CanvasRenderingContext2D.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/Clipboard.dart View 1 chunk +1 line, -1 line 0 comments Download
M client/dom/generated/src/frog/DOMFormData.dart View 1 chunk +1 line, -1 line 0 comments Download
M client/dom/generated/src/frog/DOMWindow.dart View 1 2 chunks +3 lines, -1 line 0 comments Download
A + client/dom/generated/src/frog/DataTransferItemList.dart View 1 chunk +1 line, -1 line 0 comments Download
D client/dom/generated/src/frog/DataTransferItems.dart View 1 chunk +0 lines, -15 lines 0 comments Download
M client/dom/generated/src/frog/Document.dart View 2 chunks +6 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/HTMLElement.dart View 1 chunk +12 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/HTMLTrackElement.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/IDBCursorWithValue.dart View 1 chunk +1 line, -1 line 0 comments Download
M client/dom/generated/src/frog/IDBDatabase.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/IDBFactory.dart View 1 chunk +4 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/IDBObjectStore.dart View 1 chunk +2 lines, -0 lines 0 comments Download
D client/dom/generated/src/frog/LocalMediaStream.dart View 1 chunk +0 lines, -5 lines 0 comments Download
D client/dom/generated/src/frog/MediaStream.dart View 1 chunk +0 lines, -21 lines 0 comments Download
D client/dom/generated/src/frog/MediaStreamList.dart View 1 chunk +0 lines, -11 lines 0 comments Download
D client/dom/generated/src/frog/MediaStreamTrack.dart View 1 chunk +0 lines, -13 lines 0 comments Download
D client/dom/generated/src/frog/MediaStreamTrackList.dart View 1 chunk +0 lines, -11 lines 0 comments Download
A + client/dom/generated/src/frog/MutationCallback.dart View 1 chunk +1 line, -3 lines 0 comments Download
M client/dom/generated/src/frog/NavigatorUserMediaSuccessCallback.dart View 1 chunk +0 lines, -2 lines 0 comments Download
A client/dom/generated/src/frog/TextTrack.dart View 1 chunk +25 lines, -0 lines 0 comments Download
A client/dom/generated/src/frog/TextTrackCue.dart View 1 chunk +33 lines, -0 lines 0 comments Download
A client/dom/generated/src/frog/TextTrackCueList.dart View 1 chunk +13 lines, -0 lines 0 comments Download
A + client/dom/generated/src/frog/WebGLDebugRendererInfo.dart View 1 chunk +1 line, -3 lines 0 comments Download
A client/dom/generated/src/frog/WebGLDebugShaders.dart View 1 chunk +9 lines, -0 lines 0 comments Download
A client/dom/generated/src/frog/WebKitCSSFilterValue.dart View 1 chunk +5 lines, -0 lines 0 comments Download
A client/dom/generated/src/frog/WebKitMutationObserver.dart View 1 chunk +9 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/WebSocket.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/WheelEvent.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M client/dom/generated/src/frog/XMLHttpRequest.dart View 1 chunk +1 line, -1 line 0 comments Download
M client/dom/generated/src/interface/ArrayBuffer.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M client/dom/generated/src/interface/CSSRule.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M client/dom/generated/src/interface/CanvasRenderingContext2D.dart View 1 chunk +4 lines, -0 lines 0 comments Download
M client/dom/generated/src/interface/Clipboard.dart View 1 chunk +1 line, -1 line 0 comments Download
M client/dom/generated/src/interface/DOMFormData.dart View 1 chunk +1 line, -1 line 0 comments Download
M client/dom/generated/src/interface/DOMWindow.dart View 1 2 chunks +3 lines, -1 line 0 comments Download
A + client/dom/generated/src/interface/DataTransferItemList.dart View 1 chunk +1 line, -1 line 0 comments Download
D client/dom/generated/src/interface/DataTransferItems.dart View 1 chunk +0 lines, -16 lines 0 comments Download
M client/dom/generated/src/interface/Document.dart View 2 chunks +6 lines, -0 lines 0 comments Download
M client/dom/generated/src/interface/HTMLElement.dart View 1 chunk +18 lines, -0 lines 0 comments Download
M client/dom/generated/src/interface/HTMLTrackElement.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M client/dom/generated/src/interface/IDBCursorWithValue.dart View 1 chunk +1 line, -1 line 0 comments Download
M client/dom/generated/src/interface/IDBDatabase.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M client/dom/generated/src/interface/IDBFactory.dart View 1 chunk +4 lines, -0 lines 0 comments Download
M client/dom/generated/src/interface/IDBObjectStore.dart View 1 chunk +2 lines, -0 lines 0 comments Download
D client/dom/generated/src/interface/LocalMediaStream.dart View 1 chunk +0 lines, -10 lines 0 comments Download
D client/dom/generated/src/interface/MediaStream.dart View 1 chunk +0 lines, -28 lines 0 comments Download
D client/dom/generated/src/interface/MediaStreamList.dart View 1 chunk +0 lines, -12 lines 0 comments Download
D client/dom/generated/src/interface/MediaStreamTrack.dart View 1 chunk +0 lines, -16 lines 0 comments Download
D client/dom/generated/src/interface/MediaStreamTrackList.dart View 1 chunk +0 lines, -12 lines 0 comments Download
A + client/dom/generated/src/interface/MutationCallback.dart View 1 chunk +1 line, -5 lines 0 comments Download
M client/dom/generated/src/interface/NavigatorUserMediaSuccessCallback.dart View 1 chunk +0 lines, -2 lines 0 comments Download
A client/dom/generated/src/interface/TextTrack.dart View 1 chunk +42 lines, -0 lines 0 comments Download
A client/dom/generated/src/interface/TextTrackCue.dart View 1 chunk +34 lines, -0 lines 0 comments Download
A + client/dom/generated/src/interface/TextTrackCueList.dart View 1 chunk +4 lines, -2 lines 0 comments Download
A + client/dom/generated/src/interface/WebGLDebugRendererInfo.dart View 1 chunk +3 lines, -7 lines 0 comments Download
A + client/dom/generated/src/interface/WebGLDebugShaders.dart View 1 chunk +2 lines, -4 lines 0 comments Download
A client/dom/generated/src/interface/WebKitCSSFilterValue.dart View 1 chunk +32 lines, -0 lines 0 comments Download
A + client/dom/generated/src/interface/WebKitMutationObserver.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M client/dom/generated/src/interface/WebSocket.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M client/dom/generated/src/interface/WheelEvent.dart View 2 chunks +3 lines, -1 line 0 comments Download
M client/dom/generated/src/interface/XMLHttpRequest.dart View 1 chunk +1 line, -1 line 0 comments Download
M client/dom/generated/src/wrapping/_ArrayBufferWrappingImplementation.dart View 1 chunk +10 lines, -0 lines 0 comments Download
M client/dom/generated/src/wrapping/_CanvasRenderingContext2DWrappingImplementation.dart View 1 chunk +6 lines, -0 lines 0 comments Download
M client/dom/generated/src/wrapping/_ClipboardWrappingImplementation.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M client/dom/generated/src/wrapping/_DOMFormDataWrappingImplementation.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M client/dom/generated/src/wrapping/_DOMWindowWrappingImplementation.dart View 1 2 chunks +10 lines, -15 lines 0 comments Download
A + client/dom/generated/src/wrapping/_DataTransferItemListWrappingImplementation.dart View 2 chunks +7 lines, -7 lines 0 comments Download
D client/dom/generated/src/wrapping/_DataTransferItemsWrappingImplementation.dart View 1 chunk +0 lines, -35 lines 0 comments Download
M client/dom/generated/src/wrapping/_DocumentWrappingImplementation.dart View 2 chunks +15 lines, -0 lines 0 comments Download
M client/dom/generated/src/wrapping/_HTMLElementWrappingImplementation.dart View 1 chunk +27 lines, -0 lines 0 comments Download
M client/dom/generated/src/wrapping/_HTMLTrackElementWrappingImplementation.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M client/dom/generated/src/wrapping/_IDBCursorWithValueWrappingImplementation.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M client/dom/generated/src/wrapping/_IDBDatabaseWrappingImplementation.dart View 1 chunk +5 lines, -0 lines 0 comments Download
M client/dom/generated/src/wrapping/_IDBFactoryWrappingImplementation.dart View 1 chunk +10 lines, -0 lines 0 comments Download
M client/dom/generated/src/wrapping/_IDBObjectStoreWrappingImplementation.dart View 1 chunk +3 lines, -0 lines 0 comments Download
D client/dom/generated/src/wrapping/_LocalMediaStreamWrappingImplementation.dart View 1 chunk +0 lines, -21 lines 0 comments Download
D client/dom/generated/src/wrapping/_MediaStreamListWrappingImplementation.dart View 1 chunk +0 lines, -23 lines 0 comments Download
D client/dom/generated/src/wrapping/_MediaStreamTrackListWrappingImplementation.dart View 1 chunk +0 lines, -23 lines 0 comments Download
D client/dom/generated/src/wrapping/_MediaStreamTrackWrappingImplementation.dart View 1 chunk +0 lines, -27 lines 0 comments Download
D client/dom/generated/src/wrapping/_MediaStreamWrappingImplementation.dart View 1 chunk +0 lines, -59 lines 0 comments Download
A client/dom/generated/src/wrapping/_MutationCallbackWrappingImplementation.dart View 1 chunk +15 lines, -0 lines 0 comments Download
M client/dom/generated/src/wrapping/_NavigatorUserMediaSuccessCallbackWrappingImplementation.dart View 1 chunk +0 lines, -5 lines 0 comments Download
A client/dom/generated/src/wrapping/_TextTrackCueListWrappingImplementation.dart View 1 chunk +28 lines, -0 lines 0 comments Download
A client/dom/generated/src/wrapping/_TextTrackCueWrappingImplementation.dart View 1 chunk +58 lines, -0 lines 0 comments Download
A client/dom/generated/src/wrapping/_TextTrackWrappingImplementation.dart View 1 chunk +51 lines, -0 lines 0 comments Download
A client/dom/generated/src/wrapping/_WebGLDebugRendererInfoWrappingImplementation.dart View 1 chunk +15 lines, -0 lines 0 comments Download
A client/dom/generated/src/wrapping/_WebGLDebugShadersWrappingImplementation.dart View 1 chunk +20 lines, -0 lines 0 comments Download
A client/dom/generated/src/wrapping/_WebKitCSSFilterValueWrappingImplementation.dart View 1 chunk +18 lines, -0 lines 0 comments Download
A client/dom/generated/src/wrapping/_WebKitMutationObserverWrappingImplementation.dart View 1 chunk +21 lines, -0 lines 0 comments Download
M client/dom/generated/src/wrapping/_WebSocketWrappingImplementation.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M client/dom/generated/src/wrapping/_WheelEventWrappingImplementation.dart View 2 chunks +6 lines, -3 lines 0 comments Download
M client/dom/generated/src/wrapping/_XMLHttpRequestWrappingImplementation.dart View 3 chunks +43 lines, -15 lines 0 comments Download
M client/dom/generated/wrapping_dom.js View 1 36 chunks +477 lines, -186 lines 0 comments Download
M client/dom/generated/wrapping_dom_externs.js View 31 chunks +54 lines, -28 lines 0 comments Download
M client/dom/idl/dart/dart.idl View 1 1 chunk +0 lines, -20 lines 0 comments Download
M client/dom/monkey_dom.dart.broken View 6 chunks +9 lines, -6 lines 0 comments Download
M client/dom/scripts/dartgenerator.py View 1 chunk +1 line, -0 lines 0 comments Download
M client/dom/scripts/idlparser.py View 2 chunks +4 lines, -1 line 0 comments Download
M client/dom/wrapping_dom.dart View 12 chunks +18 lines, -12 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
vsm
9 years, 1 month ago (2011-11-16 22:33:16 UTC) #1
sra1
9 years, 1 month ago (2011-11-16 22:39:04 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698