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

Issue 2150333002: Serialize this-types in NativeBehavior separately. (Closed)

Created:
4 years, 5 months ago by Johnni Winther
Modified:
4 years, 5 months ago
Reviewers:
Harry Terkelsen
CC:
reviews_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Serialize this-types in NativeBehavior separately. BUG= R=het@google.com Committed: https://github.com/dart-lang/sdk/commit/3305201211dc55f21ae8ad052fdd2a9ad7d06d31

Patch Set 1 #

Total comments: 4

Patch Set 2 : Updated cf. comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -20 lines) Patch
M pkg/compiler/lib/src/helpers/debug_collection.dart View 2 chunks +11 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/backend_serialization.dart View 1 4 chunks +45 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/serialization/serialization.dart View 1 chunk +1 line, -0 lines 0 comments Download
M tests/compiler/dart2js/memory_source_file_helper.dart View 2 chunks +4 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/serialization/helper.dart View 3 chunks +10 lines, -13 lines 0 comments Download
M tests/compiler/dart2js/serialization/test_data.dart View 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
Johnni Winther
4 years, 5 months ago (2016-07-15 13:20:29 UTC) #2
Harry Terkelsen
lgtm what was the problem that prompted this cl? does the indexed_db import cause some ...
4 years, 5 months ago (2016-07-15 16:03:10 UTC) #3
Johnni Winther
On 2016/07/15 16:03:10, Harry Terkelsen wrote: > lgtm > > what was the problem that ...
4 years, 5 months ago (2016-07-18 08:08:22 UTC) #4
Johnni Winther
Committed patchset #2 (id:20001) manually as 3305201211dc55f21ae8ad052fdd2a9ad7d06d31 (presubmit successful).
4 years, 5 months ago (2016-07-18 08:42:37 UTC) #6
Johnni Winther
4 years, 5 months ago (2016-07-18 10:44:17 UTC) #7
Message was sent while issue was closed.
https://codereview.chromium.org/2150333002/diff/1/pkg/compiler/lib/src/js_bac...
File pkg/compiler/lib/src/js_backend/backend_serialization.dart (right):

https://codereview.chromium.org/2150333002/diff/1/pkg/compiler/lib/src/js_bac...
pkg/compiler/lib/src/js_backend/backend_serialization.dart:159: //
TODO(johnniwinther): Remove this when annotation are no longer resolved
On 2016/07/15 16:03:10, Harry Terkelsen wrote:
> nit: long line

Done.

https://codereview.chromium.org/2150333002/diff/1/pkg/compiler/lib/src/js_bac...
pkg/compiler/lib/src/js_backend/backend_serialization.dart:176: return
types.where((type) {
On 2016/07/15 16:03:10, Harry Terkelsen wrote:
> maybe move this filter function to it's own local method so you can do
> types.where(isThisType) above and types.where((x) => !isThisType(x)) here

Done.

Powered by Google App Engine
This is Rietveld 408576698