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

Issue 8801021: added a preference so user can specify browser to open html page (Closed)

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

Description

added a preference so user can specify browser to open html page Committed: https://code.google.com/p/dart/source/detail?r=2130

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 9

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+369 lines, -493 lines) Patch
M editor/tools/plugins/com.google.dart.tools.debug.core/src/com/google/dart/tools/debug/core/DartDebugCorePlugin.java View 1 2 6 chunks +52 lines, -16 lines 0 comments Download
A editor/tools/plugins/com.google.dart.tools.debug.ui/src/com/google/dart/tools/debug/ui/internal/preferences/DebugPreferenceMessages.java View 1 2 1 chunk +38 lines, -0 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.debug.ui/src/com/google/dart/tools/debug/ui/internal/preferences/DebugPreferencePage.java View 1 2 14 chunks +157 lines, -37 lines 0 comments Download
A editor/tools/plugins/com.google.dart.tools.debug.ui/src/com/google/dart/tools/debug/ui/internal/preferences/messages.properties View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.google.dart.tools.debug.ui/src/com/google/dart/tools/debug/ui/launch/ActionMessages.java View 1 2 3 4 1 chunk +49 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.google.dart.tools.debug.ui/src/com/google/dart/tools/debug/ui/launch/ActionMessages.properties View 1 2 3 4 1 chunk +15 lines, -0 lines 0 comments Download
A + editor/tools/plugins/com.google.dart.tools.debug.ui/src/com/google/dart/tools/debug/ui/launch/RunInBrowserAction.java View 1 2 3 4 8 chunks +46 lines, -14 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/actions/ActionMessages.java View 1 2 3 4 2 chunks +0 lines, -21 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/actions/ActionMessages.properties View 1 2 3 4 1 chunk +0 lines, -14 lines 0 comments Download
D editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/actions/RunInBrowserAction.java View 1 2 1 chunk +0 lines, -386 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/libraryview/LibraryExplorerActionGroup.java View 1 2 3 5 chunks +4 lines, -5 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
keertip
9 years ago (2011-12-05 19:44:12 UTC) #1
devoncarew
I have a couple of changes. Also, have you run / tested this on the ...
9 years ago (2011-12-05 19:58:27 UTC) #2
danrubel
http://codereview.chromium.org/8801021/diff/1001/editor/tools/plugins/com.google.dart.tools.debug.core/src/com/google/dart/tools/debug/core/DartDebugCorePlugin.java File editor/tools/plugins/com.google.dart.tools.debug.core/src/com/google/dart/tools/debug/core/DartDebugCorePlugin.java (right): http://codereview.chromium.org/8801021/diff/1001/editor/tools/plugins/com.google.dart.tools.debug.core/src/com/google/dart/tools/debug/core/DartDebugCorePlugin.java#newcode80 editor/tools/plugins/com.google.dart.tools.debug.core/src/com/google/dart/tools/debug/core/DartDebugCorePlugin.java:80: private static final String PREFS_DEFAULT_BROWSER = "defaultBrowser"; Why have ...
9 years ago (2011-12-05 20:58:50 UTC) #3
keertip
http://codereview.chromium.org/8801021/diff/1001/editor/tools/plugins/com.google.dart.tools.debug.core/src/com/google/dart/tools/debug/core/DartDebugCorePlugin.java File editor/tools/plugins/com.google.dart.tools.debug.core/src/com/google/dart/tools/debug/core/DartDebugCorePlugin.java (right): http://codereview.chromium.org/8801021/diff/1001/editor/tools/plugins/com.google.dart.tools.debug.core/src/com/google/dart/tools/debug/core/DartDebugCorePlugin.java#newcode80 editor/tools/plugins/com.google.dart.tools.debug.core/src/com/google/dart/tools/debug/core/DartDebugCorePlugin.java:80: private static final String PREFS_DEFAULT_BROWSER = "defaultBrowser"; With 2 ...
9 years ago (2011-12-05 21:30:26 UTC) #4
keertip
PTAL - Made suggested changes, for now removed Run in Browser from Libraries view context ...
9 years ago (2011-12-05 21:37:07 UTC) #5
devoncarew
lgtm Thanks for taking this on Keerti! It's been one of the main requests from ...
9 years ago (2011-12-06 05:10:17 UTC) #6
danrubel
9 years ago (2011-12-06 13:01:57 UTC) #7
LGTM

Powered by Google App Engine
This is Rietveld 408576698