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

Issue 10704100: Do not split attributes on getters and setters in databasebuilder. (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

Do not split attributes on getters and setters in databasebuilder. So we don't have to combine them again in generator. R=antonm@google.com,sra@google.com Committed: https://code.google.com/p/dart/source/detail?r=9414

Patch Set 1 #

Total comments: 7

Patch Set 2 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -102 lines) Patch
M lib/dom/idl/dart/dart.idl View 2 chunks +8 lines, -8 lines 0 comments Download
M lib/dom/scripts/databasebuilder.py View 4 chunks +8 lines, -33 lines 0 comments Download
M lib/dom/scripts/generator.py View 1 2 chunks +1 line, -12 lines 0 comments Download
M lib/dom/scripts/idlnode.py View 2 chunks +1 line, -7 lines 0 comments Download
M lib/dom/scripts/idlrenderer.py View 1 chunk +7 lines, -8 lines 0 comments Download
M lib/dom/scripts/systembase.py View 5 chunks +11 lines, -25 lines 0 comments Download
M lib/dom/scripts/systemfrog.py View 2 chunks +5 lines, -3 lines 0 comments Download
M lib/dom/scripts/systemhtml.py View 2 chunks +6 lines, -2 lines 0 comments Download
M lib/dom/scripts/systeminterface.py View 1 chunk +3 lines, -1 line 0 comments Download
M lib/dom/scripts/systemnative.py View 2 chunks +5 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
podivilov
8 years, 5 months ago (2012-07-04 15:13:54 UTC) #1
Anton Muhin
https://chromiumcodereview.appspot.com/10704100/diff/1/lib/dom/scripts/generator.py File lib/dom/scripts/generator.py (right): https://chromiumcodereview.appspot.com/10704100/diff/1/lib/dom/scripts/generator.py#newcode324 lib/dom/scripts/generator.py:324: if attr1.id == attr2.id] should you check readonly'ness here? ...
8 years, 5 months ago (2012-07-04 15:41:25 UTC) #2
podivilov
https://chromiumcodereview.appspot.com/10704100/diff/1/lib/dom/scripts/generator.py File lib/dom/scripts/generator.py (right): https://chromiumcodereview.appspot.com/10704100/diff/1/lib/dom/scripts/generator.py#newcode324 lib/dom/scripts/generator.py:324: if attr1.id == attr2.id] On 2012/07/04 15:41:25, antonmuhin wrote: ...
8 years, 5 months ago (2012-07-04 16:32:47 UTC) #3
Anton Muhin
lgtm, but one question: do you want to protect us from the case when getters/setters ...
8 years, 5 months ago (2012-07-04 16:44:39 UTC) #4
podivilov
On 2012/07/04 16:44:39, antonmuhin wrote: > lgtm, but one question: do you want to protect ...
8 years, 5 months ago (2012-07-04 17:30:27 UTC) #5
Anton Muhin
8 years, 5 months ago (2012-07-04 20:04:36 UTC) #6
Just to have a safety net (and that should be cheap I believe).  But if you
don't want to mess with it, so it be, all consequences are yours though :)

On 2012/07/04 17:30:27, podivilov wrote:
> On 2012/07/04 16:44:39, antonmuhin wrote:
> > lgtm, but one question: do you want to protect us from the case when
> > getters/setters will show up in IDLs?
> 
> Just in case WebKit will adopt FremontCut idl syntax some day? :) 
> Why do you think it would ever happen?

Powered by Google App Engine
This is Rietveld 408576698