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

Issue 15706003: Migrate to new indexed getter marking scheme. (Closed)

Created:
7 years, 7 months ago by Anton Muhin
Modified:
7 years, 7 months ago
Reviewers:
vsm, blois
CC:
reviews_dartlang.org, sra1
Visibility:
Public.

Description

Migrate to new indexed getter marking scheme. TBR=blois@google.com, vsm@google.com Committed: https://code.google.com/p/dart/source/detail?r=22995

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -25 lines) Patch
M sdk/lib/html/dart2js/html_dart2js.dart View 22 chunks +22 lines, -22 lines 0 comments Download
M tools/dom/scripts/idlparser.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/scripts/systemhtml.py View 1 chunk +5 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Anton Muhin
7 years, 7 months ago (2013-05-22 08:51:56 UTC) #1
Anton Muhin
Committed patchset #1 manually as r22995 (presubmit successful).
7 years, 7 months ago (2013-05-22 08:53:03 UTC) #2
blois
This causes a lot of our array accessors to change from foo[index] to foo.item(index)- are ...
7 years, 7 months ago (2013-05-22 18:50:11 UTC) #3
blois
On 2013/05/22 18:50:11, blois wrote: > This causes a lot of our array accessors to ...
7 years, 7 months ago (2013-05-22 18:50:50 UTC) #4
Anton Muhin
That's actually vice versa unless I miss something. Due to changes in IDL attribues, lig ...
7 years, 7 months ago (2013-05-22 19:00:53 UTC) #5
blois
lgtm Ah, now I see. Duh!
7 years, 7 months ago (2013-05-22 19:26:58 UTC) #6
vsm
7 years, 7 months ago (2013-05-22 23:23:11 UTC) #7
Message was sent while issue was closed.
lgtm, but should we generate item at all (with apparently different bounds
checks behavior)?

Powered by Google App Engine
This is Rietveld 408576698