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

Issue 10700112: _html_library_custom members are only custom in frog. (Closed)

Created:
8 years, 5 months ago by podivilov
Modified:
8 years, 5 months ago
Reviewers:
Anton Muhin, sra1
CC:
reviews_dartlang.org
Visibility:
Public.

Description

_html_library_custom members are only custom in frog. R=antonm@google.com,sra@google.com Committed: https://code.google.com/p/dart/source/detail?r=9444

Patch Set 1 #

Total comments: 3

Patch Set 2 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -3 lines) Patch
M lib/dom/scripts/systemhtml.py View 1 4 chunks +7 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
podivilov
8 years, 5 months ago (2012-07-05 10:04:15 UTC) #1
Anton Muhin
lgtm https://chromiumcodereview.appspot.com/10700112/diff/1/lib/dom/scripts/systemhtml.py File lib/dom/scripts/systemhtml.py (right): https://chromiumcodereview.appspot.com/10700112/diff/1/lib/dom/scripts/systemhtml.py#newcode1343 lib/dom/scripts/systemhtml.py:1343: return '%s.%s' % (self._html_interface_name, member_name) in self._custom_members nit: ...
8 years, 5 months ago (2012-07-05 16:00:15 UTC) #2
sra1
https://chromiumcodereview.appspot.com/10700112/diff/1/lib/dom/scripts/systemhtml.py File lib/dom/scripts/systemhtml.py (right): https://chromiumcodereview.appspot.com/10700112/diff/1/lib/dom/scripts/systemhtml.py#newcode1345 lib/dom/scripts/systemhtml.py:1345: _custom_members = set([ Please keep these tables at the ...
8 years, 5 months ago (2012-07-06 07:20:11 UTC) #3
podivilov
8 years, 5 months ago (2012-07-06 16:18:19 UTC) #4
https://chromiumcodereview.appspot.com/10700112/diff/1/lib/dom/scripts/system...
File lib/dom/scripts/systemhtml.py (right):

https://chromiumcodereview.appspot.com/10700112/diff/1/lib/dom/scripts/system...
lib/dom/scripts/systemhtml.py:1345: _custom_members = set([
On 2012/07/06 07:20:11, sra1 wrote:
> Please keep these tables at the top of the file.  Maybe change the name, e.g.
> _html_js_custom_members

Done.

Powered by Google App Engine
This is Rietveld 408576698