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

Issue 11280034: Move more methods to the new interceptor scheme (Closed)

Created:
8 years, 1 month ago by ngeoffray
Modified:
8 years, 1 month ago
Reviewers:
ahe, karlklose
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Move more methods to the new interceptor scheme, and support having the same method in two intercepted classes. Committed: https://code.google.com/p/dart/source/detail?r=15078

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+129 lines, -210 lines) Patch
M sdk/lib/_internal/compiler/implementation/lib/interceptors.dart View 1 4 chunks +7 lines, -209 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/js_array.dart View 1 2 3 1 chunk +80 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/js_string.dart View 1 1 chunk +31 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/builder.dart View 1 1 chunk +9 lines, -1 line 0 comments Download
M tests/corelib/string_test.dart View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
ngeoffray
8 years, 1 month ago (2012-11-19 07:31:58 UTC) #1
karlklose
LGTM.
8 years, 1 month ago (2012-11-19 12:42:45 UTC) #2
ngeoffray
8 years, 1 month ago (2012-11-19 13:22:38 UTC) #3
Thanks Karl. As discussed, I added new tests in the string test file because I
hit a problem when porting the interceptors that was hard to find.

Powered by Google App Engine
This is Rietveld 408576698