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

Issue 18125007: Utility methods used for dartium debugger integration. (Closed)

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

Description

Utility methods used for dartium debugger integration. In addition, added back two DOM methods required by the chrome dev tools that had been removed from dart:html I'm not thrilled about adding back className but the devtools use className in 495 places so figuring out which places are actually talking about classNames of inspected objects and which ones are just internal uses of className inside the devtools would be a pain. As the browser has a String "class" attribute I do think it is natural to provide at least a read only className in addition to classes. This changes goes along with the larger CL https://codereview.chromium.org/18169002/ which I will be sending out for general review in a little bit. BUG= R=blois@google.com Committed: https://code.google.com/p/dart/source/detail?r=25032 Committed: https://code.google.com/p/dart/source/detail?r=28904

Patch Set 1 : Ready to review #

Total comments: 5

Patch Set 2 : ran go.sh and made fixes for dart2js and to a library that was using $dom_className #

Patch Set 3 : make the bot green #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M tests/html/html.status View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Jacob
ready for review
7 years, 5 months ago (2013-07-12 21:19:46 UTC) #1
blois
https://codereview.chromium.org/18125007/diff/5001/tools/dom/scripts/htmlrenamer.py File tools/dom/scripts/htmlrenamer.py (left): https://codereview.chromium.org/18125007/diff/5001/tools/dom/scripts/htmlrenamer.py#oldcode676 tools/dom/scripts/htmlrenamer.py:676: 'Node.get:nodeName', Should re-gen w/ go.sh to update dart2js as ...
7 years, 5 months ago (2013-07-12 21:30:38 UTC) #2
Jacob
https://codereview.chromium.org/18125007/diff/5001/tools/dom/src/native_DOMImplementation.dart File tools/dom/src/native_DOMImplementation.dart (right): https://codereview.chromium.org/18125007/diff/5001/tools/dom/src/native_DOMImplementation.dart#newcode76 tools/dom/src/native_DOMImplementation.dart:76: // with the Dart C mirrors API simpler. On ...
7 years, 5 months ago (2013-07-12 22:01:54 UTC) #3
Jacob
ran go.sh and fixed cases were $dom_className was used.
7 years, 5 months ago (2013-07-12 22:24:53 UTC) #4
blois
lgtm
7 years, 5 months ago (2013-07-12 23:50:18 UTC) #5
Jacob
Committed patchset #2 manually as r25032 (presubmit successful).
7 years, 5 months ago (2013-07-15 22:57:12 UTC) #6
Jacob
7 years, 2 months ago (2013-10-19 04:58:49 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 manually as r28904 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698