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

Side by Side Diff: examples/window_manager/debug_panel.sky

Issue 821403003: Changes magic sequence to '!#mojo ' and strips 'mojo ' when building url (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: two more Created 5 years, 11 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 unified diff | Download patch
« no previous file with comments | « examples/recipes/recipe_handler/sample ('k') | examples/wm_flow/wm/window_frame.sky » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!mojo:sky_viewer 1 #!mojo mojo:sky_viewer
2 <!-- 2 <!--
3 // Copyright 2014 The Chromium Authors. All rights reserved. 3 // Copyright 2014 The Chromium Authors. All rights reserved.
4 // Use of this source code is governed by a BSD-style license that can be 4 // Use of this source code is governed by a BSD-style license that can be
5 // found in the LICENSE file. 5 // found in the LICENSE file.
6 --> 6 -->
7 <sky> 7 <sky>
8 8
9 <import src="/gen/examples/window_manager/debug_panel_host.mojom.sky" as="exampl e" /> 9 <import src="/gen/examples/window_manager/debug_panel_host.mojom.sky" as="exampl e" />
10 <import src="/mojo/services/navigation/public/interfaces/navigation.mojom.sky" a s="navigation" /> 10 <import src="/mojo/services/navigation/public/interfaces/navigation.mojom.sky" a s="navigation" />
11 11
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 61
62 handleCrossAppNavTest(event) { 62 handleCrossAppNavTest(event) {
63 this.embedder.navigateTo("http://www.aaronboodman.com/z_dropbox/test.html"); 63 this.embedder.navigateTo("http://www.aaronboodman.com/z_dropbox/test.html");
64 } 64 }
65 }.register(); 65 }.register();
66 </script> 66 </script>
67 </sky-element> 67 </sky-element>
68 68
69 <debug-panel /> 69 <debug-panel />
70 </sky> 70 </sky>
OLDNEW
« no previous file with comments | « examples/recipes/recipe_handler/sample ('k') | examples/wm_flow/wm/window_frame.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698