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

Issue 10907096: modify files view to use declared sdk libraries (Closed)

Created:
8 years, 3 months ago by keertip
Modified:
8 years, 3 months ago
Reviewers:
devoncarew, danrubel
CC:
reviews_dartlang.org
Visibility:
Public.

Description

modify files view to use declared sdk libraries Committed: https://code.google.com/p/dart/source/detail?r=12042

Patch Set 1 #

Total comments: 4

Patch Set 2 : '' #

Messages

Total messages: 5 (0 generated)
keertip
sdk lib category information display to follow
8 years, 3 months ago (2012-09-06 18:03:04 UTC) #1
devoncarew
lgtm https://chromiumcodereview.appspot.com/10907096/diff/1/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/model/BundledSystemLibrary.java File editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/model/BundledSystemLibrary.java (right): https://chromiumcodereview.appspot.com/10907096/diff/1/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/model/BundledSystemLibrary.java#newcode33 editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/model/BundledSystemLibrary.java:33: super(shortName, host, pathToLib, null, "Shared", true, false); category ...
8 years, 3 months ago (2012-09-06 18:37:39 UTC) #2
keertip
https://chromiumcodereview.appspot.com/10907096/diff/1/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/model/BundledSystemLibrary.java File editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/model/BundledSystemLibrary.java (right): https://chromiumcodereview.appspot.com/10907096/diff/1/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/model/BundledSystemLibrary.java#newcode33 editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/model/BundledSystemLibrary.java:33: super(shortName, host, pathToLib, null, "Shared", true, false); category = ...
8 years, 3 months ago (2012-09-06 20:22:59 UTC) #3
danrubel
lgtm https://chromiumcodereview.appspot.com/10907096/diff/1/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/model/BundledSystemLibrary.java File editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/model/BundledSystemLibrary.java (right): https://chromiumcodereview.appspot.com/10907096/diff/1/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/model/BundledSystemLibrary.java#newcode32 editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/model/BundledSystemLibrary.java:32: public BundledSystemLibrary(String shortName, String host, String pathToLib, Bundle ...
8 years, 3 months ago (2012-09-06 22:05:58 UTC) #4
keertip
8 years, 3 months ago (2012-09-07 15:33:59 UTC) #5
https://chromiumcodereview.appspot.com/10907096/diff/1/editor/tools/plugins/c...
File
editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/model/BundledSystemLibrary.java
(right):

https://chromiumcodereview.appspot.com/10907096/diff/1/editor/tools/plugins/c...
editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/model/BundledSystemLibrary.java:32:
public BundledSystemLibrary(String shortName, String host, String pathToLib,
Bundle bundle) {
Thanks for catching that. It is not being used - removed.

On 2012/09/06 22:05:58, danrubel wrote:
> Is this class used? Can it be removed?

Powered by Google App Engine
This is Rietveld 408576698