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

Issue 11034022: Make event renames optional, not mandatory. (Closed)

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

Description

Make event renames optional, not mandatory. That should lead to less frequent build breaks. R=podivilov@chromium.org Committed: https://code.google.com/p/dart/source/detail?r=13160

Patch Set 1 #

Patch Set 2 : #

Total comments: 3

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+156 lines, -152 lines) Patch
M lib/html/dart2js/html_dart2js.dart View 24 chunks +74 lines, -74 lines 0 comments Download
M lib/html/dartium/html_dartium.dart View 23 chunks +74 lines, -74 lines 0 comments Download
M lib/html/scripts/htmleventgenerator.py View 1 2 chunks +8 lines, -4 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Anton Muhin
8 years, 2 months ago (2012-10-02 13:30:20 UTC) #1
podivilov
Wouldn't new names sneak through and cause breakages later when we fix them? Maybe just ...
8 years, 2 months ago (2012-10-02 14:10:05 UTC) #2
podivilov
lgtm if comment addressed http://codereview.chromium.org/11034022/diff/2002/lib/html/scripts/htmleventgenerator.py File lib/html/scripts/htmleventgenerator.py (right): http://codereview.chromium.org/11034022/diff/2002/lib/html/scripts/htmleventgenerator.py#newcode237 lib/html/scripts/htmleventgenerator.py:237: for dom_name in sorted(dom_event_names): Doesn't ...
8 years, 2 months ago (2012-10-02 15:26:54 UTC) #3
Anton Muhin
http://codereview.chromium.org/11034022/diff/2002/lib/html/scripts/htmleventgenerator.py File lib/html/scripts/htmleventgenerator.py (right): http://codereview.chromium.org/11034022/diff/2002/lib/html/scripts/htmleventgenerator.py#newcode237 lib/html/scripts/htmleventgenerator.py:237: for dom_name in sorted(dom_event_names): It might a bit, but ...
8 years, 2 months ago (2012-10-02 15:31:46 UTC) #4
podivilov
http://codereview.chromium.org/11034022/diff/2002/lib/html/scripts/htmleventgenerator.py File lib/html/scripts/htmleventgenerator.py (right): http://codereview.chromium.org/11034022/diff/2002/lib/html/scripts/htmleventgenerator.py#newcode237 lib/html/scripts/htmleventgenerator.py:237: for dom_name in sorted(dom_event_names): On 2012/10/02 15:31:46, Anton Muhin ...
8 years, 2 months ago (2012-10-02 15:39:17 UTC) #5
Anton Muhin
What do you mean by broken?
8 years, 2 months ago (2012-10-02 15:39:57 UTC) #6
podivilov
On 2012/10/02 15:39:57, Anton Muhin wrote: > What do you mean by broken? E.g. fullscreenChange ...
8 years, 2 months ago (2012-10-02 15:41:14 UTC) #7
Anton Muhin
That doesn't mean broken, that means changed. Do we change semantics? I don't think so. ...
8 years, 2 months ago (2012-10-02 15:43:12 UTC) #8
podivilov
8 years, 2 months ago (2012-10-02 15:50:19 UTC) #9
Having the fields alphabetically sorted is a nice property. What is the reason
for changing it? I don't think there is a substantial maintenance burden
associated with this logic.

Powered by Google App Engine
This is Rietveld 408576698