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

Issue 10917254: Move registering of interceptors to the JsBackend. (Closed)

Created:
8 years, 3 months ago by karlklose
Modified:
8 years, 2 months ago
Reviewers:
ahe, ngeoffray, kasperl
CC:
reviews_dartlang.org, ahe
Visibility:
Public.

Description

Move registering of interceptors to the JsBackend. Committed: https://code.google.com/p/dart/source/detail?r=13356

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address Kasper's comment. #

Total comments: 2

Patch Set 3 : Add back check for resolved selectors. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -8 lines) Patch
M lib/compiler/implementation/compiler.dart View 1 1 chunk +2 lines, -0 lines 0 comments Download
M lib/compiler/implementation/dart_backend/backend.dart View 1 1 chunk +2 lines, -0 lines 0 comments Download
M lib/compiler/implementation/enqueue.dart View 1 1 chunk +7 lines, -0 lines 0 comments Download
M lib/compiler/implementation/js_backend/backend.dart View 1 3 chunks +7 lines, -0 lines 0 comments Download
M lib/compiler/implementation/resolver.dart View 1 2 1 chunk +3 lines, -8 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
karlklose
8 years, 3 months ago (2012-09-14 08:36:53 UTC) #1
karlklose
Adding Kasper as reviewer.
8 years, 3 months ago (2012-09-14 08:53:03 UTC) #2
ahe
LGTM, really nice, thank you! Cheers, Peter
8 years, 3 months ago (2012-09-14 09:03:58 UTC) #3
kasperl
https://chromiumcodereview.appspot.com/10917254/diff/1/lib/compiler/implementation/js_backend/backend.dart File lib/compiler/implementation/js_backend/backend.dart (right): https://chromiumcodereview.appspot.com/10917254/diff/1/lib/compiler/implementation/js_backend/backend.dart#newcode433 lib/compiler/implementation/js_backend/backend.dart:433: Interceptors interceptors; final? https://chromiumcodereview.appspot.com/10917254/diff/1/lib/compiler/implementation/resolver.dart File lib/compiler/implementation/resolver.dart (right): https://chromiumcodereview.appspot.com/10917254/diff/1/lib/compiler/implementation/resolver.dart#newcode1549 lib/compiler/implementation/resolver.dart:1549: ...
8 years, 3 months ago (2012-09-14 09:04:41 UTC) #4
karlklose
Kasper, I moved the lookup to world. PTAL. http://codereview.chromium.org/10917254/diff/1/lib/compiler/implementation/js_backend/backend.dart File lib/compiler/implementation/js_backend/backend.dart (right): http://codereview.chromium.org/10917254/diff/1/lib/compiler/implementation/js_backend/backend.dart#newcode433 lib/compiler/implementation/js_backend/backend.dart:433: Interceptors ...
8 years, 2 months ago (2012-10-08 13:15:34 UTC) #5
kasperl
LGTM.
8 years, 2 months ago (2012-10-08 13:17:44 UTC) #6
ahe
LGTM!
8 years, 2 months ago (2012-10-08 13:41:44 UTC) #7
ngeoffray
http://codereview.chromium.org/10917254/diff/7001/lib/compiler/implementation/resolver.dart File lib/compiler/implementation/resolver.dart (left): http://codereview.chromium.org/10917254/diff/7001/lib/compiler/implementation/resolver.dart#oldcode1723 lib/compiler/implementation/resolver.dart:1723: if (target == null) { Where is that check ...
8 years, 2 months ago (2012-10-08 13:50:39 UTC) #8
karlklose
8 years, 2 months ago (2012-10-08 13:59:36 UTC) #9
http://codereview.chromium.org/10917254/diff/7001/lib/compiler/implementation...
File lib/compiler/implementation/resolver.dart (left):

http://codereview.chromium.org/10917254/diff/7001/lib/compiler/implementation...
lib/compiler/implementation/resolver.dart:1723: if (target == null) {
On 2012/10/08 13:50:39, ngeoffray wrote:
> Where is that check now?

I added it back. Thanks for catching that.

Powered by Google App Engine
This is Rietveld 408576698