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

Issue 11316113: Creating a common library for all DOM types. (Closed)

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

Description

Creating a common library for all DOM types. BUG=6810 Committed: https://code.google.com/p/dart/source/detail?r=15564

Patch Set 1 #

Total comments: 4

Patch Set 2 : Review feedback. #

Total comments: 3

Patch Set 3 : Incorporating review feedback. #

Patch Set 4 : Fixing missing SDK layout copying. #

Patch Set 5 : Merging with latest from tree. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+848 lines, -1742 lines) Patch
M sdk/lib/_internal/compiler/implementation/compiler.dart View 1 2 3 4 1 chunk +4 lines, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/native_handler.dart View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/_internal/libraries.dart View 1 2 3 4 1 chunk +7 lines, -0 lines 0 comments Download
M sdk/lib/html/dart2js/html_dart2js.dart View 1 2 3 4 76 chunks +354 lines, -719 lines 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 1 2 3 4 39 chunks +306 lines, -365 lines 0 comments Download
M sdk/lib/html/docs/svg_docs.json View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
A + sdk/lib/html/html_common/collections.dart View 1 chunk +2 lines, -2 lines 0 comments Download
sdk/lib/html/html_common/conversions.dart View 11 chunks +22 lines, -137 lines 0 comments Download
sdk/lib/html/html_common/html_common_dart2js.dart View 1 chunk +3 lines, -4 lines 0 comments Download
A + sdk/lib/html/html_common/html_common_dartium.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M sdk/lib/html/scripts/generator.py View 1 7 chunks +16 lines, -17 lines 0 comments Download
D sdk/lib/html/src/_Collections.dart View 1 chunk +0 lines, -61 lines 0 comments Download
sdk/lib/html/src/dart2js_Conversions.dart View 3 chunks +2 lines, -306 lines 0 comments Download
M sdk/lib/html/templates/html/dart2js/html_dart2js.darttemplate View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M sdk/lib/html/templates/html/dartium/html_dartium.darttemplate View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M sdk/lib/html/templates/html/impl/impl_Node.darttemplate View 1 2 3 1 chunk +6 lines, -6 lines 0 comments Download
M sdk/lib/html/templates/immutable_list_mixin.darttemplate View 1 chunk +6 lines, -6 lines 0 comments Download
M sdk/lib/svg/dart2js/svg_dart2js.dart View 1 2 3 9 chunks +54 lines, -54 lines 0 comments Download
M sdk/lib/svg/dartium/svg_dartium.dart View 1 2 3 9 chunks +54 lines, -54 lines 0 comments Download
M tools/create_sdk.py View 1 2 3 4 1 chunk +5 lines, -4 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
blois
Not quite sure if this is the best name for the library, let me know ...
8 years, 1 month ago (2012-11-20 18:57:52 UTC) #1
sra1
lgtm https://codereview.chromium.org/11316113/diff/1/sdk/lib/_internal/compiler/implementation/compiler.dart File sdk/lib/_internal/compiler/implementation/compiler.dart (right): https://codereview.chromium.org/11316113/diff/1/sdk/lib/_internal/compiler/implementation/compiler.dart#newcode501 sdk/lib/_internal/compiler/implementation/compiler.dart:501: || libraryName == 'dart:html_common') { Coding style is ...
8 years, 1 month ago (2012-11-21 05:54:33 UTC) #2
blois
https://codereview.chromium.org/11316113/diff/1/sdk/lib/_internal/compiler/implementation/compiler.dart File sdk/lib/_internal/compiler/implementation/compiler.dart (right): https://codereview.chromium.org/11316113/diff/1/sdk/lib/_internal/compiler/implementation/compiler.dart#newcode501 sdk/lib/_internal/compiler/implementation/compiler.dart:501: || libraryName == 'dart:html_common') { On 2012/11/21 05:54:33, sra1 ...
8 years ago (2012-11-26 18:10:34 UTC) #3
sra1
still lgtm
8 years ago (2012-11-26 18:14:57 UTC) #4
ahe
https://codereview.chromium.org/11316113/diff/3003/sdk/lib/_internal/compiler/implementation/compiler.dart File sdk/lib/_internal/compiler/implementation/compiler.dart (left): https://codereview.chromium.org/11316113/diff/3003/sdk/lib/_internal/compiler/implementation/compiler.dart#oldcode491 sdk/lib/_internal/compiler/implementation/compiler.dart:491: || libraryName == 'dart:mirrors' Why are you changing the ...
8 years ago (2012-11-27 07:57:05 UTC) #5
blois
https://codereview.chromium.org/11316113/diff/3003/sdk/lib/_internal/compiler/implementation/compiler.dart File sdk/lib/_internal/compiler/implementation/compiler.dart (left): https://codereview.chromium.org/11316113/diff/3003/sdk/lib/_internal/compiler/implementation/compiler.dart#oldcode491 sdk/lib/_internal/compiler/implementation/compiler.dart:491: || libraryName == 'dart:mirrors' On 2012/11/27 07:57:05, ahe wrote: ...
8 years ago (2012-11-27 17:18:08 UTC) #6
ahe
On 2012/11/27 17:18:08, blois wrote: > https://codereview.chromium.org/11316113/diff/3003/sdk/lib/_internal/compiler/implementation/compiler.dart > File sdk/lib/_internal/compiler/implementation/compiler.dart (left): > > https://codereview.chromium.org/11316113/diff/3003/sdk/lib/_internal/compiler/implementation/compiler.dart#oldcode491 > ...
8 years ago (2012-11-27 18:38:11 UTC) #7
sra1
https://codereview.chromium.org/11316113/diff/3003/sdk/lib/_internal/compiler/implementation/compiler.dart File sdk/lib/_internal/compiler/implementation/compiler.dart (left): https://codereview.chromium.org/11316113/diff/3003/sdk/lib/_internal/compiler/implementation/compiler.dart#oldcode491 sdk/lib/_internal/compiler/implementation/compiler.dart:491: || libraryName == 'dart:mirrors' On 2012/11/27 17:18:08, blois wrote: ...
8 years ago (2012-11-27 21:46:54 UTC) #8
blois
On 2012/11/27 21:46:54, sra1 wrote: > https://codereview.chromium.org/11316113/diff/3003/sdk/lib/_internal/compiler/implementation/compiler.dart > File sdk/lib/_internal/compiler/implementation/compiler.dart (left): > > https://codereview.chromium.org/11316113/diff/3003/sdk/lib/_internal/compiler/implementation/compiler.dart#oldcode491 > ...
8 years ago (2012-11-27 22:37:25 UTC) #9
ahe
On 2012/11/27 22:37:25, blois wrote: > On 2012/11/27 21:46:54, sra1 wrote: > > > https://codereview.chromium.org/11316113/diff/3003/sdk/lib/_internal/compiler/implementation/compiler.dart ...
8 years ago (2012-11-28 01:57:12 UTC) #10
blois
On 2012/11/28 01:57:12, ahe wrote: > On 2012/11/27 22:37:25, blois wrote: > > On 2012/11/27 ...
8 years ago (2012-11-29 17:32:42 UTC) #11
ahe
Changes to sdk/lib/_internal/compiler/, LGTM. Are you sure about adding FileList? I thought Emily removed that ...
8 years ago (2012-11-29 17:39:24 UTC) #12
blois
8 years ago (2012-11-29 17:43:50 UTC) #13
On 2012/11/29 17:39:24, ahe wrote:
> Changes to sdk/lib/_internal/compiler/, LGTM. Are you sure about adding
> FileList?  I thought Emily removed that class.


(Stephen asked about it earlier)- this changes FileList from private to public,
which is needed since it has to be referenced from html_common.

Powered by Google App Engine
This is Rietveld 408576698