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

Issue 18054021: Fixing up DOM constructors. (Closed)

Created:
7 years, 5 months ago by blois
Modified:
7 years, 5 months ago
Reviewers:
sra1
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fixing up DOM constructors. This is a continuation of https://codereview.chromium.org/17063007/ Basically I changed it so factory constructors are only added if the class derives from a native type. Otherwise the native type now extends Interceptor. BUG= R=sra@google.com Committed: https://code.google.com/p/dart/source/detail?r=24619

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1750 lines, -954 lines) Patch
M sdk/lib/html/dart2js/html_dart2js.dart View 1 323 chunks +537 lines, -140 lines 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 346 chunks +424 lines, -362 lines 0 comments Download
M sdk/lib/html/dartium/nativewrappers.dart View 1 chunk +4 lines, -0 lines 0 comments Download
M sdk/lib/html/html_common/html_common_dart2js.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart View 13 chunks +19 lines, -7 lines 0 comments Download
M sdk/lib/indexed_db/dartium/indexed_db_dartium.dart View 12 chunks +14 lines, -14 lines 0 comments Download
M sdk/lib/svg/dart2js/svg_dart2js.dart View 1 146 chunks +265 lines, -36 lines 0 comments Download
M sdk/lib/svg/dartium/svg_dartium.dart View 1 152 chunks +230 lines, -161 lines 0 comments Download
M sdk/lib/web_audio/dart2js/web_audio_dart2js.dart View 27 chunks +50 lines, -4 lines 0 comments Download
M sdk/lib/web_audio/dartium/web_audio_dartium.dart View 27 chunks +46 lines, -27 lines 0 comments Download
M sdk/lib/web_gl/dart2js/web_gl_dart2js.dart View 30 chunks +32 lines, -28 lines 0 comments Download
M sdk/lib/web_gl/dartium/web_gl_dartium.dart View 30 chunks +4 lines, -30 lines 0 comments Download
M sdk/lib/web_sql/dart2js/web_sql_dart2js.dart View 6 chunks +6 lines, -6 lines 0 comments Download
M sdk/lib/web_sql/dartium/web_sql_dartium.dart View 7 chunks +0 lines, -7 lines 0 comments Download
M tools/dom/scripts/htmldartgenerator.py View 1 chunk +9 lines, -1 line 0 comments Download
M tools/dom/scripts/systemhtml.py View 1 4 chunks +10 lines, -5 lines 0 comments Download
M tools/dom/scripts/systemnative.py View 1 chunk +0 lines, -15 lines 0 comments Download
M tools/dom/templates/html/dart2js/impl_Console.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/dart2js/impl_KeyboardEvent.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/dart2js/impl_MouseEvent.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/dart2js/impl_RTCIceCandidate.darttemplate View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/dom/templates/html/dart2js/impl_RTCSessionDescription.darttemplate View 1 chunk +3 lines, -3 lines 0 comments Download
M tools/dom/templates/html/dart2js/impl_SpeechRecognition.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/dart2js/impl_URL.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/dart2js/indexed_db_dart2js.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/dartium/impl_KeyboardEvent.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/dartium/impl_MouseEvent.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_AudioContext.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_Blob.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_CSSStyleDeclaration.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_CanvasRenderingContext2D.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_ClientRect.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_CompositionEvent.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_CustomEvent.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_DOMException.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_DeviceOrientationEvent.darttemplate View 1 chunk +1 line, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_DirectoryEntry.darttemplate View 2 chunks +4 lines, -4 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Document.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_DocumentFragment.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_Event.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_EventSource.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_EventTarget.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_Geolocation.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_HTMLCanvasElement.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_HTMLDocument.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_HTMLImageElement.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_HTMLInputElement.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_HTMLSelectElement.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_HTMLTableElement.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_HTMLTableRowElement.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_HTMLTableSectionElement.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_HTMLTemplateElement.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_HTMLVideoElement.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_HashChangeEvent.darttemplate View 1 chunk +1 line, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_History.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_IDBCursor.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_IDBDatabase.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_IDBFactory.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_IDBIndex.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_IDBKeyRange.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_IDBObjectStore.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_IDBTransaction.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_ImageData.darttemplate View 1 chunk +1 line, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_MediaStream.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_MessageEvent.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_MutationEvent.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_MutationObserver.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_Navigator.darttemplate View 2 chunks +8 lines, -8 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Node.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_NodeIterator.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_Notification.darttemplate View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_RTCPeerConnection.darttemplate View 2 chunks +2 lines, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_RadioNodeList.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_Range.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_SVGColor.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_SVGElement.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_SVGSVGElement.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_Screen.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_ScriptProcessorNode.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_ShadowRoot.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_Storage.darttemplate View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_StorageEvent.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_StorageInfo.darttemplate View 2 chunks +4 lines, -4 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Text.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_TextEvent.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_Touch.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_TouchEvent.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_TouchList.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_TreeWalker.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_UIEvent.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_WheelEvent.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_Window.darttemplate View 2 chunks +5 lines, -5 lines 0 comments Download
M tools/dom/templates/html/impl/impl_XMLHttpRequest.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
D tools/dom/templates/html/impl/pure_interface.darttemplate View 1 1 chunk +0 lines, -8 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
blois
7 years, 5 months ago (2013-06-28 20:11:08 UTC) #1
sra1
https://chromiumcodereview.appspot.com/18054021/diff/1/sdk/lib/html/html_common/html_common_dart2js.dart File sdk/lib/html/html_common/html_common_dart2js.dart (right): https://chromiumcodereview.appspot.com/18054021/diff/1/sdk/lib/html/html_common/html_common_dart2js.dart#newcode28 sdk/lib/html/html_common/html_common_dart2js.dart:28: class NativeFieldWrapperClass1 extends Interceptor { Why is this here, ...
7 years, 5 months ago (2013-06-28 21:57:04 UTC) #2
blois
On 2013/06/28 21:57:04, sra1 wrote: > https://chromiumcodereview.appspot.com/18054021/diff/1/sdk/lib/html/html_common/html_common_dart2js.dart > File sdk/lib/html/html_common/html_common_dart2js.dart (right): > > https://chromiumcodereview.appspot.com/18054021/diff/1/sdk/lib/html/html_common/html_common_dart2js.dart#newcode28 > ...
7 years, 5 months ago (2013-06-28 22:32:15 UTC) #3
blois
Removed the changes to Interceptor's constructor and opened bug 11620. https://chromiumcodereview.appspot.com/18054021/diff/1/sdk/lib/html/html_common/html_common_dart2js.dart File sdk/lib/html/html_common/html_common_dart2js.dart (right): https://chromiumcodereview.appspot.com/18054021/diff/1/sdk/lib/html/html_common/html_common_dart2js.dart#newcode28 ...
7 years, 5 months ago (2013-06-28 23:38:35 UTC) #4
sra1
lgtm
7 years, 5 months ago (2013-06-29 00:12:04 UTC) #5
blois
7 years, 5 months ago (2013-06-29 00:15:05 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as r24619 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698