From d1c92fa42448ba66c0b77ada5a24f8e88f05a8f9 Mon Sep 17 00:00:00 2001 From: Benjamin Lerman Date: Thu, 6 Nov 2014 17:23:18 +0100 Subject: [PATCH] Change mojo url to always use mojo:foo instead of mojo://foo R=abarth@chromium.org Review URL: https://codereview.chromium.org/701933004 --- engine/src/flutter/HACKING.md | 2 +- engine/src/flutter/README.md | 4 ++-- engine/src/flutter/tests/services/network.sky | 2 +- engine/src/flutter/tools/skydb | 6 +++--- engine/src/flutter/tools/test_perf | 8 ++++---- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/engine/src/flutter/HACKING.md b/engine/src/flutter/HACKING.md index 63f4248397..8e36be8449 100644 --- a/engine/src/flutter/HACKING.md +++ b/engine/src/flutter/HACKING.md @@ -28,7 +28,7 @@ Running tests manually ---------------------- * ``sky/tools/run_sky_httpd`` -* ``out/Debug/mojo_shell --args-for="mojo://native_viewport_service/ --use-headless-config" --content-handlers=text/html,mojo://sky_viewer/ --url-mappings=mojo:window_manager=mojo:sky_tester mojo:window_manager`` +* ``out/Debug/mojo_shell --args-for="mojo:native_viewport_service --use-headless-config" --content-handlers=text/html,mojo:sky_viewer --url-mappings=mojo:window_manager=mojo:sky_tester mojo:window_manager`` * The ``sky_tester`` should print ``#READY`` when ready * Type the URL you wish to run, for example ``http://127.0.0.1:8000/lowlevel/text.html``, and press the enter key * The harness should print the results of the test. You can then type another URL. diff --git a/engine/src/flutter/README.md b/engine/src/flutter/README.md index 1b4a97e589..d8d5c42afd 100644 --- a/engine/src/flutter/README.md +++ b/engine/src/flutter/README.md @@ -128,14 +128,14 @@ As an example, the following is a sketch of a module that wraps Mojo's ```html SKY MODULE - +