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

Issue 10832435: Remove references to frog; rename our old json compilation server. (Closed)

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

Description

Remove references to frog; rename our old json compilation server. Committed: https://code.google.com/p/dart/source/detail?r=11112

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -2038 lines) Patch
M compiler/java/com/google/dart/compiler/CommandLineOptions.java View 1 chunk +1 line, -1 line 0 comments Download
M compiler/java/com/google/dart/compiler/util/apache/StringUtils.java View 1 chunk +1 line, -1 line 0 comments Download
M editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/cmdline/CommandLineOptions.java View 1 chunk +1 line, -1 line 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core/META-INF/MANIFEST.MF View 1 chunk +1 line, -1 line 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/DartCore.java View 1 3 chunks +3 lines, -5 lines 0 comments Download
M + editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/dart2js/Dart2JSCompiler.java View 1 chunk +1 line, -1 line 0 comments Download
D editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/dart2js/FrogManager.java View 1 chunk +0 lines, -95 lines 0 comments Download
D editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/dart2js/FrogProcess.java View 1 chunk +0 lines, -214 lines 0 comments Download
D editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/dart2js/FrogServer.java View 1 chunk +0 lines, -205 lines 0 comments Download
A + editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/dart2js/JsonServer.java View 7 chunks +9 lines, -9 lines 0 comments Download
A + editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/dart2js/JsonServerManager.java View 3 chunks +13 lines, -13 lines 0 comments Download
A + editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/dart2js/JsonServerProcess.java View 9 chunks +28 lines, -27 lines 0 comments Download
M + editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/dart2js/ProcessRunner.java View 1 chunk +1 line, -1 line 0 comments Download
M + editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/dart2js/Response.java View 2 chunks +2 lines, -2 lines 0 comments Download
M + editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/dart2js/ResponseDone.java View 2 chunks +3 lines, -3 lines 0 comments Download
M + editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/dart2js/ResponseHandler.java View 3 chunks +4 lines, -4 lines 0 comments Download
M + editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/dart2js/ResponseMessage.java View 3 chunks +4 lines, -4 lines 0 comments Download
D editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/frog/Dart2JSCompiler.java View 1 chunk +0 lines, -273 lines 0 comments Download
D editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/frog/FrogManager.java View 1 chunk +0 lines, -95 lines 0 comments Download
D editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/frog/FrogProcess.java View 1 chunk +0 lines, -214 lines 0 comments Download
D editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/frog/FrogServer.java View 1 chunk +0 lines, -205 lines 0 comments Download
D editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/frog/ProcessRunner.java View 1 chunk +0 lines, -222 lines 0 comments Download
D editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/frog/Response.java View 1 chunk +0 lines, -70 lines 0 comments Download
D editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/frog/ResponseDone.java View 1 chunk +0 lines, -34 lines 0 comments Download
D editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/frog/ResponseHandler.java View 1 chunk +0 lines, -69 lines 0 comments Download
D editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/frog/ResponseMessage.java View 1 chunk +0 lines, -111 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/builder/DartBasedBuilder.java View 1 chunk +1 line, -1 line 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/TestAll.java View 1 chunk +0 lines, -1 line 0 comments Download
D editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/dart2js/FrogServerTest.java View 1 chunk +0 lines, -57 lines 0 comments Download
A + editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/dart2js/JsonServerTest.java View 1 4 chunks +6 lines, -6 lines 0 comments Download
M + editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/dart2js/TestAll.java View 1 3 chunks +3 lines, -3 lines 0 comments Download
D editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/frog/FrogServerTest.java View 1 chunk +0 lines, -57 lines 0 comments Download
D editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/frog/TestAll.java View 1 chunk +0 lines, -25 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.debug.core/src/com/google/dart/tools/debug/core/util/CompilationServer.java View 1 chunk +2 lines, -2 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.debug.ui/src/com/google/dart/tools/debug/ui/internal/browser/BrowserLaunchConfigurationDelegate.java View 1 chunk +3 lines, -3 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/actions/GenerateJavascriptAction.java View 2 chunks +2 lines, -2 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/actions/RunPubAction.java View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
devoncarew
8 years, 4 months ago (2012-08-21 22:13:39 UTC) #1
keertip
lgtm
8 years, 4 months ago (2012-08-21 22:27:53 UTC) #2
danrubel
8 years, 4 months ago (2012-08-22 01:01:01 UTC) #3
Thanks for cleaning out dead code. LGTM!

Powered by Google App Engine
This is Rietveld 408576698