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

Unified Diff: editor/tools/plugins/com.google.dart.tools.designer/src/com/google/dart/tools/designer/model/HtmlRenderHelper.java

Issue 15755017: Switch from DRT to content shell. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/args/example/test_runner.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: editor/tools/plugins/com.google.dart.tools.designer/src/com/google/dart/tools/designer/model/HtmlRenderHelper.java
diff --git a/editor/tools/plugins/com.google.dart.tools.designer/src/com/google/dart/tools/designer/model/HtmlRenderHelper.java b/editor/tools/plugins/com.google.dart.tools.designer/src/com/google/dart/tools/designer/model/HtmlRenderHelper.java
index fe0f72bdeeca28cba744cfbe694179bdb15c7abe..ad964e7e0c3a2df72148183e6a070719f244de09 100644
--- a/editor/tools/plugins/com.google.dart.tools.designer/src/com/google/dart/tools/designer/model/HtmlRenderHelper.java
+++ b/editor/tools/plugins/com.google.dart.tools.designer/src/com/google/dart/tools/designer/model/HtmlRenderHelper.java
@@ -46,12 +46,12 @@ public class HtmlRenderHelper {
File tempFile = File.createTempFile("htmlRender", ".html");
try {
IOUtils2.writeBytes(tempFile, content.getBytes());
- // start DumpRenderTree
+ // start content shell.
if (processOutputStream == null) {
String path;
{
Bundle bundle = DartDesignerPlugin.getDefault().getBundle();
- URL url = bundle.getEntry("lib/DumpRenderTree.app/Contents/MacOS/DumpRenderTree");
+ URL url = bundle.getEntry("lib/Content Shell.app/Contents/MacOS/Content Shell");
path = FileLocator.toFileURL(url).getPath();
}
// ProcessBuilder builder = new ProcessBuilder(path, "-p", tempFile.getAbsolutePath());
« no previous file with comments | « no previous file | pkg/args/example/test_runner.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698