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

Issue 8871001: Thoroughly document html_diff and html_doc. (Closed)

Created:
9 years ago by nweiz
Modified:
9 years ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Thoroughly document html_diff and html_doc. TBR Committed: https://code.google.com/p/dart/source/detail?r=2204

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+122 lines, -6 lines) Patch
M client/html/scripts/html_diff.dart View 13 chunks +102 lines, -4 lines 2 comments Download
M client/html/scripts/html_doc.dart View 4 chunks +20 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
nweiz
9 years ago (2011-12-07 23:13:11 UTC) #1
Siggi Cherem (dart-lang)
lgtm Thanks Nathan, very nice. http://codereview.chromium.org/8871001/diff/1/client/html/scripts/html_diff.dart File client/html/scripts/html_diff.dart (right): http://codereview.chromium.org/8871001/diff/1/client/html/scripts/html_diff.dart#newcode385 client/html/scripts/html_diff.dart:385: return _domMembersFromExpression(expr.x, domTypes); I ...
9 years ago (2011-12-07 23:22:18 UTC) #2
nweiz
9 years ago (2011-12-07 23:36:27 UTC) #3
http://codereview.chromium.org/8871001/diff/1/client/html/scripts/html_diff.dart
File client/html/scripts/html_diff.dart (right):

http://codereview.chromium.org/8871001/diff/1/client/html/scripts/html_diff.d...
client/html/scripts/html_diff.dart:385: return _domMembersFromExpression(expr.x,
domTypes);
On 2011/12/07 23:22:18, sigmund wrote:
> I meant to ask you in the prev CL - I was at first surprised to see expr.x
> instead of expr.y, is this because most of the time this is used to detect
> setters (getters are normally within a return expression)?

That's right. The vast majority of the time, when the dart:htmlimpl code is
doing an assignment, it's just wrapping a setter and calling "_ptr.propertyName
= argValue".

Powered by Google App Engine
This is Rietveld 408576698