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

Issue 23055008: Making almost all dom_ methods private. Exceptions will be addressed in a later CL. (Closed)

Created:
7 years, 4 months ago by Emily Fortuna
Modified:
7 years, 4 months ago
Reviewers:
blois
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Making almost all dom_ methods private. Exceptions will be addressed in a later CL. Current ones that still remain to be made private include createElement(NS), createRange, all the Element properties, and childNodes. BUG= R=blois@google.com Committed: https://code.google.com/p/dart/source/detail?r=26605

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1001 lines, -1044 lines) Patch
M pkg/custom_element/lib/custom_element.dart View 1 2 7 chunks +0 lines, -48 lines 0 comments Download
M sdk/lib/html/dart2js/html_dart2js.dart View 144 chunks +271 lines, -269 lines 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 141 chunks +274 lines, -272 lines 0 comments Download
D sdk/lib/html/html_common/device.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart View 35 chunks +68 lines, -68 lines 0 comments Download
M sdk/lib/indexed_db/dartium/indexed_db_dartium.dart View 1 2 35 chunks +46 lines, -46 lines 0 comments Download
M sdk/lib/svg/dart2js/svg_dart2js.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M sdk/lib/svg/dartium/svg_dartium.dart View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M sdk/lib/web_audio/dart2js/web_audio_dart2js.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M sdk/lib/web_audio/dartium/web_audio_dartium.dart View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M tests/html/element_test.dart View 1 chunk +71 lines, -0 lines 0 comments Download
M tests/html/node_test.dart View 1 chunk +0 lines, -86 lines 0 comments Download
M tools/dom/dom.json View 1 2 1 chunk +6 lines, -2 lines 0 comments Download
M tools/dom/scripts/htmldartgenerator.py View 2 chunks +2 lines, -1 line 0 comments Download
M tools/dom/scripts/htmlrenamer.py View 1 2 8 chunks +52 lines, -41 lines 0 comments Download
M tools/dom/src/AttributeMap.dart View 1 2 12 chunks +18 lines, -18 lines 0 comments Download
M tools/dom/src/WrappedEvent.dart View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/src/dart2js_KeyEvent.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tools/dom/src/dartium_KeyEvent.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M tools/dom/templates/html/dart2js/impl_KeyboardEvent.darttemplate View 2 chunks +5 lines, -5 lines 0 comments Download
M tools/dom/templates/html/dart2js/impl_MouseEvent.darttemplate View 3 chunks +5 lines, -5 lines 0 comments Download
M tools/dom/templates/html/dartium/impl_KeyboardEvent.darttemplate View 1 chunk +4 lines, -4 lines 0 comments Download
M tools/dom/templates/html/dartium/impl_MouseEvent.darttemplate View 3 chunks +6 lines, -6 lines 0 comments Download
M tools/dom/templates/html/impl/impl_AudioNode.darttemplate View 1 chunk +2 lines, -2 lines 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_CompositionEvent.darttemplate View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_CustomEvent.darttemplate View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_DeviceOrientationEvent.darttemplate View 1 chunk +2 lines, -2 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 +2 lines, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Element.darttemplate View 1 2 9 chunks +17 lines, -17 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Event.darttemplate View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Geolocation.darttemplate View 3 chunks +3 lines, -3 lines 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 5 chunks +23 lines, -23 lines 0 comments Download
M tools/dom/templates/html/impl/impl_HTMLTableElement.darttemplate View 2 chunks +10 lines, -10 lines 0 comments Download
M tools/dom/templates/html/impl/impl_HTMLTableRowElement.darttemplate View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_HTMLTableSectionElement.darttemplate View 1 chunk +2 lines, -2 lines 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_HashChangeEvent.darttemplate View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_IDBCursor.darttemplate View 2 chunks +2 lines, -2 lines 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 3 chunks +4 lines, -4 lines 0 comments Download
M tools/dom/templates/html/impl/impl_IDBIndex.darttemplate View 5 chunks +8 lines, -8 lines 0 comments Download
M tools/dom/templates/html/impl/impl_IDBObjectStore.darttemplate View 8 chunks +12 lines, -12 lines 0 comments Download
M tools/dom/templates/html/impl/impl_MessageEvent.darttemplate View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_MutationEvent.darttemplate View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Node.darttemplate View 1 2 7 chunks +7 lines, -7 lines 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_Range.darttemplate View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_SVGElement.darttemplate View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Screen.darttemplate View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Storage.darttemplate View 3 chunks +8 lines, -8 lines 0 comments Download
M tools/dom/templates/html/impl/impl_StorageEvent.darttemplate View 1 chunk +2 lines, -2 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 +2 lines, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Touch.darttemplate View 1 chunk +3 lines, -3 lines 0 comments Download
M tools/dom/templates/html/impl/impl_TouchEvent.darttemplate View 1 chunk +2 lines, -2 lines 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 2 chunks +4 lines, -4 lines 0 comments Download
M tools/dom/templates/html/impl/impl_WheelEvent.darttemplate View 2 chunks +3 lines, -3 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Window.darttemplate View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
Emily Fortuna
Part one of an installment.
7 years, 4 months ago (2013-08-22 18:38:50 UTC) #1
blois
https://codereview.chromium.org/23055008/diff/10001/sdk/lib/html/html_common/device.dart File sdk/lib/html/html_common/device.dart (left): https://codereview.chromium.org/23055008/diff/10001/sdk/lib/html/html_common/device.dart#oldcode5 sdk/lib/html/html_common/device.dart:5: part of html_common; Not sure I understand this move- ...
7 years, 4 months ago (2013-08-22 20:42:22 UTC) #2
Emily Fortuna
https://codereview.chromium.org/23055008/diff/10001/sdk/lib/html/html_common/device.dart File sdk/lib/html/html_common/device.dart (left): https://codereview.chromium.org/23055008/diff/10001/sdk/lib/html/html_common/device.dart#oldcode5 sdk/lib/html/html_common/device.dart:5: part of html_common; On 2013/08/22 20:42:23, blois wrote: > ...
7 years, 4 months ago (2013-08-22 22:10:10 UTC) #3
blois
https://codereview.chromium.org/23055008/diff/10001/sdk/lib/html/html_common/device.dart File sdk/lib/html/html_common/device.dart (left): https://codereview.chromium.org/23055008/diff/10001/sdk/lib/html/html_common/device.dart#oldcode5 sdk/lib/html/html_common/device.dart:5: part of html_common; On 2013/08/22 22:10:10, Emily Fortuna wrote: ...
7 years, 4 months ago (2013-08-23 15:55:06 UTC) #4
Emily Fortuna
On 2013/08/23 15:55:06, blois wrote: > https://codereview.chromium.org/23055008/diff/10001/sdk/lib/html/html_common/device.dart > File sdk/lib/html/html_common/device.dart (left): > > https://codereview.chromium.org/23055008/diff/10001/sdk/lib/html/html_common/device.dart#oldcode5 > ...
7 years, 4 months ago (2013-08-23 16:25:25 UTC) #5
blois
lgtm Sorry- it's still marked with a 'D' in the file list for some reason ...
7 years, 4 months ago (2013-08-23 16:33:36 UTC) #6
Emily Fortuna
7 years, 4 months ago (2013-08-23 18:26:07 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 manually as r26605 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698