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

Issue 155983004: Fix DOM Isolate affinity for interceptors (Closed)

Created:
6 years, 10 months ago by sra1
Modified:
6 years, 10 months ago
Reviewers:
floitsch
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix DOM Isolate affinity for interceptors R=floitsch@google.com Committed: https://code.google.com/p/dart/source/detail?r=32629

Patch Set 1 #

Total comments: 5

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -8 lines) Patch
M sdk/lib/_internal/compiler/implementation/js_emitter/code_emitter_task.dart View 1 1 chunk +24 lines, -8 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
sra1
The native interceptor dispatch was intended to work for multiple DOM isolates loaded into one ...
6 years, 10 months ago (2014-02-12 02:45:49 UTC) #1
floitsch
LGTM. https://codereview.chromium.org/155983004/diff/1/sdk/lib/_internal/compiler/implementation/js_emitter/code_emitter_task.dart File sdk/lib/_internal/compiler/implementation/js_emitter/code_emitter_task.dart (right): https://codereview.chromium.org/155983004/diff/1/sdk/lib/_internal/compiler/implementation/js_emitter/code_emitter_task.dart#newcode995 sdk/lib/_internal/compiler/implementation/js_emitter/code_emitter_task.dart:995: js('property = intern(rootProperty + "_" + i + ...
6 years, 10 months ago (2014-02-12 10:38:24 UTC) #2
floitsch
https://codereview.chromium.org/155983004/diff/1/sdk/lib/_internal/compiler/implementation/js_emitter/code_emitter_task.dart File sdk/lib/_internal/compiler/implementation/js_emitter/code_emitter_task.dart (right): https://codereview.chromium.org/155983004/diff/1/sdk/lib/_internal/compiler/implementation/js_emitter/code_emitter_task.dart#newcode991 sdk/lib/_internal/compiler/implementation/js_emitter/code_emitter_task.dart:991: '(Object[tableProperty] = Object.create(null))'), We could also just store the ...
6 years, 10 months ago (2014-02-12 15:33:38 UTC) #3
sra1
https://codereview.chromium.org/155983004/diff/1/sdk/lib/_internal/compiler/implementation/js_emitter/code_emitter_task.dart File sdk/lib/_internal/compiler/implementation/js_emitter/code_emitter_task.dart (right): https://codereview.chromium.org/155983004/diff/1/sdk/lib/_internal/compiler/implementation/js_emitter/code_emitter_task.dart#newcode991 sdk/lib/_internal/compiler/implementation/js_emitter/code_emitter_task.dart:991: '(Object[tableProperty] = Object.create(null))'), On 2014/02/12 15:33:39, floitsch wrote: > ...
6 years, 10 months ago (2014-02-12 22:01:20 UTC) #4
sra1
6 years, 10 months ago (2014-02-12 22:07:50 UTC) #5
Message was sent while issue was closed.
Committed patchset #4 manually as r32629 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698