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

Issue 24235011: add a view for users to explore pub packages (Closed)

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

Description

add a view for users to explore pub packages R=danrubel@google.com Committed: https://code.google.com/p/dart/source/detail?r=27834

Patch Set 1 #

Total comments: 12

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+964 lines, -47 lines) Patch
A editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/pub/IPubPackageListener.java View 1 chunk +28 lines, -0 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/pub/PubCacheManager.java View 1 7 chunks +76 lines, -16 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/pub/PubPackageManager.java View 7 chunks +39 lines, -25 lines 0 comments Download
A editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/pub/PubPackageObject.java View 1 chunk +61 lines, -0 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/pub/PubCacheManagerTest.java View 1 chunk +15 lines, -0 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.ui.web/src/com/google/dart/tools/ui/web/pubspec/OverviewFormPage.java View 2 chunks +12 lines, -4 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.ui/plugin.xml View 1 chunk +7 lines, -0 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/filesview/FilesView.java View 2 chunks +5 lines, -2 lines 0 comments Download
A editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/pub/AddPackageAction.java View 1 chunk +146 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/pub/PackagesView.java View 1 chunk +413 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/pub/PubPackageUtils.java View 1 chunk +162 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
keertip
7 years, 3 months ago (2013-09-23 15:44:59 UTC) #1
danrubel
LGTM with suggestions for a future CL https://codereview.chromium.org/24235011/diff/1/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/pub/PubCacheManager.java File editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/pub/PubCacheManager.java (right): https://codereview.chromium.org/24235011/diff/1/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/pub/PubCacheManager.java#newcode57 editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/pub/PubCacheManager.java:57: pubCachePackages = ...
7 years, 3 months ago (2013-09-23 18:44:01 UTC) #2
keertip
https://codereview.chromium.org/24235011/diff/1/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/pub/PubCacheManager.java File editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/pub/PubCacheManager.java (right): https://codereview.chromium.org/24235011/diff/1/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/pub/PubCacheManager.java#newcode57 editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/pub/PubCacheManager.java:57: pubCachePackages = (HashMap<String, Object>) object; On 2013/09/23 18:44:02, danrubel ...
7 years, 3 months ago (2013-09-24 15:54:14 UTC) #3
keertip
7 years, 3 months ago (2013-09-24 17:40:13 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r27834 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698