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

Issue 1421023005: Should we really be calling the serialized script value logic when getting elements out of Lists re… (Closed)

Created:
5 years, 1 month ago by Jacob
Modified:
5 years, 1 month ago
Reviewers:
Alan Knight, terry
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Should we really be calling the serialized script value logic when getting elements out of Lists returned by dartium? I sure hope not as that is blowing up some multiple dom isolate cases. If there are cases in the dom that require the serialized script value conversions for array elements we can add it in we just need to fix the code so we stop returning null when we shouldn't be. BUG= R=alanknight@google.com Committed: https://github.com/dart-lang/sdk/commit/761a8151ce9b3798b888b4ad86ac5997d1bdf09e

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -1 line) Patch
M sdk/lib/html/html_common/conversions_dartium.dart View 2 chunks +8 lines, -1 line 2 comments Download

Messages

Total messages: 5 (1 generated)
Jacob
This change scares me a bit. Please take time reviewing it. I'm not sure what ...
5 years, 1 month ago (2015-11-06 18:53:09 UTC) #2
Alan Knight
https://codereview.chromium.org/1421023005/diff/1/sdk/lib/html/html_common/conversions_dartium.dart File sdk/lib/html/html_common/conversions_dartium.dart (right): https://codereview.chromium.org/1421023005/diff/1/sdk/lib/html/html_common/conversions_dartium.dart#newcode245 sdk/lib/html/html_common/conversions_dartium.dart:245: // classes. I think the largest issue here is ...
5 years, 1 month ago (2015-11-09 20:46:07 UTC) #3
Alan Knight
Let's give it a try and see if anything breaks. LGTM.
5 years, 1 month ago (2015-11-11 23:16:22 UTC) #4
Jacob
5 years, 1 month ago (2015-11-11 23:19:16 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
761a8151ce9b3798b888b4ad86ac5997d1bdf09e (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698